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