Package org.alfresco.filesys.repo.rules
Interface Command
-
- All Known Subinterfaces:
ResultCallback
- All Known Implementing Classes:
CallbackCommand,CloseFileCommand,CompoundCommand,CopyContentCommand,CreateFileCommand,DeleteFileCommand,DoNothingCommand,MoveFileCommand,OpenFileCommand,ReduceQuotaCommand,RemoveNoContentFileOnError,RemoveTempFileCommand,RenameFileCommand,RestoreFileCommand,ReturnValueCommand,SoftRenameFileCommand,UpdateQuotaCommand
public interface CommandA Command is something that must be done. Commands are higher level than Operations. So a rule returns a command or set of commands to implement an operation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AlfrescoTransactionSupport.TxnReadStategetTransactionRequired()Is a transaction required to run this command?
-
-
-
Method Detail
-
getTransactionRequired
AlfrescoTransactionSupport.TxnReadState getTransactionRequired()
Is a transaction required to run this command?
-
-