info.magnolia.module.admininterface.commands
Class MarkNodeAsDeletedCommand
java.lang.Object
info.magnolia.commands.MgnlCommand
info.magnolia.module.admininterface.commands.BaseRepositoryCommand
info.magnolia.module.admininterface.commands.MarkNodeAsDeletedCommand
- All Implemented Interfaces:
- org.apache.commons.chain.Command
public class MarkNodeAsDeletedCommand
- extends BaseRepositoryCommand
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, isClone, isEnabled, setClone, setEnabled |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DELETED_NODE_TEMPLATE
public static final String DELETED_NODE_TEMPLATE
- See Also:
- Constant Field Values
DELETED_NODE_DELETED_BY
public static final String DELETED_NODE_DELETED_BY
- See Also:
- Constant Field Values
DELETED_NODE_DELETED_ON
public static final String DELETED_NODE_DELETED_ON
- See Also:
- Constant Field Values
DELETED_NODE_PROP_NAME
public static final String DELETED_NODE_PROP_NAME
- See Also:
- Constant Field Values
versionManager
protected info.magnolia.cms.core.version.VersionManager versionManager
MarkNodeAsDeletedCommand
public MarkNodeAsDeletedCommand()
execute
public boolean execute(info.magnolia.context.Context context)
throws Exception
- Specified by:
execute
in class info.magnolia.commands.MgnlCommand
- Throws:
Exception
preDeleteNode
protected void preDeleteNode(javax.jcr.Node node,
info.magnolia.context.Context context)
throws javax.jcr.RepositoryException,
info.magnolia.cms.security.AccessDeniedException
- Throws:
javax.jcr.RepositoryException
info.magnolia.cms.security.AccessDeniedException
storeDeletionInfo
protected void storeDeletionInfo(javax.jcr.Node node,
info.magnolia.context.Context context)
throws info.magnolia.cms.security.AccessDeniedException,
javax.jcr.PathNotFoundException,
javax.jcr.RepositoryException
- Throws:
info.magnolia.cms.security.AccessDeniedException
javax.jcr.PathNotFoundException
javax.jcr.RepositoryException
version
protected void version(javax.jcr.Node node,
info.magnolia.context.Context context)
throws javax.jcr.UnsupportedRepositoryOperationException,
javax.jcr.RepositoryException
- Throws:
javax.jcr.UnsupportedRepositoryOperationException
javax.jcr.RepositoryException
markAsDeleted
protected void markAsDeleted(javax.jcr.Node node)
throws javax.jcr.RepositoryException,
info.magnolia.cms.security.AccessDeniedException
- Throws:
javax.jcr.RepositoryException
info.magnolia.cms.security.AccessDeniedException
purgeContent
protected void purgeContent(javax.jcr.Node node)
throws javax.jcr.RepositoryException
- Throws:
javax.jcr.RepositoryException
isVersionManually
public boolean isVersionManually()
setVersionManually
public void setVersionManually(boolean versionManually)
isForcePreDelete
public boolean isForcePreDelete()
setForcePreDelete
public void setForcePreDelete(boolean forcePreDelete)
Copyright © 2003-2014 Magnolia International Ltd.. All Rights Reserved.