Uses of Class
org.alfresco.service.cmr.action.ActionStatus
-
Packages that use ActionStatus Package Description org.alfresco.repo.action org.alfresco.service.cmr.action -
-
Uses of ActionStatus in org.alfresco.repo.action
Methods in org.alfresco.repo.action that return ActionStatus Modifier and Type Method Description ActionStatusActionImpl. getExecutionStatus()Methods in org.alfresco.repo.action with parameters of type ActionStatus Modifier and Type Method Description voidActionImpl. setExecutionStatus(ActionStatus status)Updates the current execution status. -
Uses of ActionStatus in org.alfresco.service.cmr.action
Methods in org.alfresco.service.cmr.action that return ActionStatus Modifier and Type Method Description ActionStatusAction. getExecutionStatus()Gets the current execution status of the action, such as Running or Completed.static ActionStatusActionStatus. valueOf(java.io.Serializable s)Returns the enum constant of this type with the specified name.static ActionStatusActionStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ActionStatus[]ActionStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-