|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ImportContext | |
org.apache.jackrabbit.server.io |
Uses of ImportContext in org.apache.jackrabbit.server.io |
Methods in org.apache.jackrabbit.server.io that return ImportContext | |
ImportContext |
ImportContext.createSubContext(Node importRoot)
Creates a new sub context which bases on this contexts properties |
Methods in org.apache.jackrabbit.server.io with parameters of type ImportContext | |
boolean |
AddNodeCommand.execute(ImportContext context)
Executes this command. |
boolean |
AddMixinCommand.execute(ImportContext context)
Adds the mixin nodetype to the current import node. |
boolean |
SetContentTypeCommand.execute(ImportContext context)
Executes this command. |
boolean |
FileImportCommand.importResource(ImportContext ctx,
Node parentNode,
InputStream in)
Imports a resource by creating a new nt:resource node. |
boolean |
CheckinCommand.execute(ImportContext context)
Adds the mixin nodetype to the current import node. |
boolean |
AbstractImportCommand.execute(ImportContext context)
Executes this command. |
static Node |
AbstractImportCommand.mkDirs(ImportContext context,
Node root,
String relPath)
Creates collection recursively. |
abstract boolean |
AbstractImportCommand.importResource(ImportContext ctx,
Node parentNode,
InputStream in)
Imports the resource contained in the import context. |
boolean |
ZIPImportCommand.execute(ImportContext context)
Override default behaviour and abort chain if input is processed. |
boolean |
ZIPImportCommand.importResource(ImportContext context,
Node parentNode,
InputStream in)
Imports a resource by extracting the input stream and delegating to import chain. |
boolean |
XMLImportCommand.execute(ImportContext context)
Executes this command. |
boolean |
XMLImportCommand.importResource(ImportContext ctx,
Node parentNode,
InputStream in)
Imports the resource by deseriaizing the xml. |
boolean |
SaveCommand.execute(ImportContext context)
Saves the node or its parent node if this is new. |
Constructors in org.apache.jackrabbit.server.io with parameters of type ImportContext | |
ImportContext(ImportContext base,
Node importRoot)
Creats a new import context with the given root node and property defaults. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |