info.magnolia.module.admininterface.commands
Class BaseRepositoryCommand
java.lang.Object
info.magnolia.commands.MgnlCommand
info.magnolia.module.admininterface.commands.BaseRepositoryCommand
- All Implemented Interfaces:
- org.apache.commons.chain.Command
- Direct Known Subclasses:
- DeactivationCommand, DeleteCommand, ExtractCommentCommand, MarkNodeAsDeletedCommand, RuleBasedCommand
public abstract class BaseRepositoryCommand
- extends info.magnolia.commands.MgnlCommand
Fields inherited from class info.magnolia.commands.MgnlCommand |
log |
Fields inherited from interface org.apache.commons.chain.Command |
CONTINUE_PROCESSING, PROCESSING_COMPLETE |
Methods inherited from class info.magnolia.commands.MgnlCommand |
execute, execute, isClone, isEnabled, setClone, setEnabled |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseRepositoryCommand
public BaseRepositoryCommand()
getNode
@Deprecated
protected info.magnolia.cms.core.Content getNode(info.magnolia.context.Context ctx)
throws javax.jcr.RepositoryException
- Deprecated. since 4.5.7 use
getJCRNode(Context)
instead
- Throws:
javax.jcr.RepositoryException
getJCRNode
protected javax.jcr.Node getJCRNode(info.magnolia.context.Context ctx)
throws javax.jcr.RepositoryException
- Throws:
javax.jcr.RepositoryException
getRepository
public String getRepository()
- Returns:
- the repository
setRepository
public void setRepository(String repository)
- Parameters:
repository
- the repository to set
getPath
public String getPath()
- Returns:
- the path
setPath
public void setPath(String path)
- Parameters:
path
- the path to set
getUuid
public String getUuid()
- Returns:
- the uuid
setUuid
public void setUuid(String uuid)
- Parameters:
uuid
- the uuid to set
release
public void release()
- Overrides:
release
in class info.magnolia.commands.MgnlCommand
Copyright © 2003-2014 Magnolia International Ltd.. All Rights Reserved.