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 Command
A 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
Modifier and TypeMethodDescriptionIs a transaction required to run this command?
-
Method Details
-
getTransactionRequired
AlfrescoTransactionSupport.TxnReadState getTransactionRequired()Is a transaction required to run this command?
-