Uses of Class
info.magnolia.commands.impl.BaseRepositoryCommand

Packages that use BaseRepositoryCommand
info.magnolia.commands.impl   
 

Uses of BaseRepositoryCommand in info.magnolia.commands.impl
 

Subclasses of BaseRepositoryCommand in info.magnolia.commands.impl
 class DeleteCommand
          The command to delete one Item.
In case Item is a Node, all the Node children are removed.
 class ExportCommand
          Generic Export Command.

Get as Input parameter:
Workspace and node path to export

Set as output:
Fill the OutputStream with an XML representation of the Node structure
Define the MimeType and File name.
 class ImportCommand
          Generic Import Command.
Based on an InputStream representing a XML node structure, create the Node tree under the
specified workspace and path.
 class MarkNodeAsDeletedCommand
          Command to mark node as deleted and remove all the non-system content.
Context parameter: DELETED_NODE_PROP_NAME : Node name to delete. Context.ATTRIBUTE_UUID : Identifier of the parent node. Context.ATTRIBUTE_PATH : Path of the parent node
 class RuleBasedCommand
          Base class for rule based commands.
 class VersionCommand
          Creates a version for the passed path in the website repository.
 

Methods in info.magnolia.commands.impl that return BaseRepositoryCommand
 BaseRepositoryCommand BaseRepositoryCommand.copy(Command command)
           
 



Copyright © 2003-2013 Magnolia International Ltd.. All Rights Reserved.