Uses of Class
org.hippoecm.repository.api.DocumentWorkflowAction.DocumentPayloadKey
-
Packages that use DocumentWorkflowAction.DocumentPayloadKey Package Description org.hippoecm.repository.api -
-
Uses of DocumentWorkflowAction.DocumentPayloadKey in org.hippoecm.repository.api
Methods in org.hippoecm.repository.api that return DocumentWorkflowAction.DocumentPayloadKey Modifier and Type Method Description static DocumentWorkflowAction.DocumentPayloadKey
DocumentWorkflowAction.DocumentPayloadKey. valueOf(String name)
Returns the enum constant of this type with the specified name.static DocumentWorkflowAction.DocumentPayloadKey[]
DocumentWorkflowAction.DocumentPayloadKey. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-