Class ReturnValueCommand
- java.lang.Object
-
- org.alfresco.filesys.repo.rules.commands.ReturnValueCommand
-
-
Constructor Summary
Constructors Constructor Description ReturnValueCommand(java.lang.Object returnValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetReturnValue()AlfrescoTransactionSupport.TxnReadStategetTransactionRequired()Is a transaction required to run this command?
-
-
-
Method Detail
-
getReturnValue
public java.lang.Object getReturnValue()
-
getTransactionRequired
public AlfrescoTransactionSupport.TxnReadState getTransactionRequired()
Description copied from interface:CommandIs a transaction required to run this command?- Specified by:
getTransactionRequiredin interfaceCommand
-
-