|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use AbstractContext | |
| org.apache.jackrabbit.server.io | |
| Uses of AbstractContext in org.apache.jackrabbit.server.io |
| Subclasses of AbstractContext in org.apache.jackrabbit.server.io | |
class |
ExportContext
This Class implements a export context which is passed to the respective export commands. |
class |
ImportContext
This Class implements an import context which is passed to the respective import commands. |
| Methods in org.apache.jackrabbit.server.io with parameters of type AbstractContext | |
boolean |
AddNodeCommand.execute(AbstractContext context)
Executes this command by delegating to AddNodeCommand.execute(ImportContext) if
the context has the correct class. |
boolean |
AddMixinCommand.execute(AbstractContext context)
Executes this command by delegating to AddMixinCommand.execute(ImportContext) if
the context has the correct class. |
boolean |
PrimaryItemExportCommand.execute(AbstractContext context)
Executes this command by calling PrimaryItemExportCommand.execute(ExportContext) if
the given context is of the correct class. |
abstract boolean |
AbstractCommand.execute(AbstractContext context)
Executes this command |
boolean |
DirListingExportCommand.execute(AbstractContext context)
Executes this command by delegating to DirListingExportCommand.execute(ExportContext) if
the context has the correct class. |
boolean |
SetContentTypeCommand.execute(AbstractContext context)
Executes this command by calling SetContentTypeCommand.execute(ImportContext) if
the given context is of the correct class. |
boolean |
CheckinCommand.execute(AbstractContext context)
Executes this command by delegating to CheckinCommand.execute(ImportContext) if
the context has the correct class. |
boolean |
AbstractImportCommand.execute(AbstractContext context)
Executes this command by calling AbstractImportCommand.importResource(org.apache.jackrabbit.server.io.ImportContext, javax.jcr.Node, java.io.InputStream) if
the given context is of the correct class. |
boolean |
AbstractExportCommand.execute(AbstractContext context)
Executes this command by calling AbstractExportCommand.execute(ExportContext) if
the given context is of the correct class. |
boolean |
ZIPImportCommand.execute(AbstractContext context)
Executes this command by calling ZIPImportCommand.importResource(org.apache.jackrabbit.server.io.ImportContext, javax.jcr.Node, java.io.InputStream) if
the given context is of the correct class. |
boolean |
XMLImportCommand.execute(AbstractContext context)
Executes this command by calling XMLImportCommand.importResource(org.apache.jackrabbit.server.io.ImportContext, javax.jcr.Node, java.io.InputStream) if
the given context is of the correct class. |
boolean |
SaveCommand.execute(AbstractContext context)
Executes this command by delegating to SaveCommand.execute(ImportContext) if
the context has the correct class. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||