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, ReturnValueCommand, 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
 AlfrescoTransactionSupport.TxnReadState getTransactionRequired()
          Is a transaction required to run this command?
 

Method Detail

getTransactionRequired

AlfrescoTransactionSupport.TxnReadState getTransactionRequired()
Is a transaction required to run this command?



Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.