Uses of Class
org.alfresco.repo.transaction.AlfrescoTransactionSupport.TxnReadState
-
Packages that use AlfrescoTransactionSupport.TxnReadState Package Description org.alfresco.filesys.repo.rules Filesystem Rule Evaluator to support Scenarios.org.alfresco.filesys.repo.rules.commands org.alfresco.repo.transaction -
-
Uses of AlfrescoTransactionSupport.TxnReadState in org.alfresco.filesys.repo.rules
Methods in org.alfresco.filesys.repo.rules that return AlfrescoTransactionSupport.TxnReadState Modifier and Type Method Description AlfrescoTransactionSupport.TxnReadStateCommand. getTransactionRequired()Is a transaction required to run this command? -
Uses of AlfrescoTransactionSupport.TxnReadState in org.alfresco.filesys.repo.rules.commands
-
Uses of AlfrescoTransactionSupport.TxnReadState in org.alfresco.repo.transaction
Methods in org.alfresco.repo.transaction that return AlfrescoTransactionSupport.TxnReadState Modifier and Type Method Description static AlfrescoTransactionSupport.TxnReadStateAlfrescoTransactionSupport. getTransactionReadState()static AlfrescoTransactionSupport.TxnReadStateAlfrescoTransactionSupport.TxnReadState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AlfrescoTransactionSupport.TxnReadState[]AlfrescoTransactionSupport.TxnReadState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-