org.alfresco.filesys.repo.rules.commands
Class DeleteFileCommand
java.lang.Object
org.alfresco.filesys.repo.rules.commands.DeleteFileCommand
- All Implemented Interfaces:
- Command
public class DeleteFileCommand
- extends java.lang.Object
- implements Command
Delete File command
Constructor Summary |
DeleteFileCommand(java.lang.String name,
org.alfresco.service.cmr.repository.NodeRef rootNode,
java.lang.String path)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeleteFileCommand
public DeleteFileCommand(java.lang.String name,
org.alfresco.service.cmr.repository.NodeRef rootNode,
java.lang.String path)
getName
public java.lang.String getName()
getRootNode
public org.alfresco.service.cmr.repository.NodeRef getRootNode()
getPath
public java.lang.String getPath()
getTransactionRequired
public AlfrescoTransactionSupport.TxnReadState getTransactionRequired()
- Description copied from interface:
Command
- Is a transaction required to run this command?
- Specified by:
getTransactionRequired
in interface Command
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.