Uses of Enum Class
org.alfresco.service.cmr.action.ActionStatus
Packages that use ActionStatus
-
Uses of ActionStatus in org.alfresco.repo.action
Methods in org.alfresco.repo.action that return ActionStatusMethods in org.alfresco.repo.action with parameters of type ActionStatusModifier and TypeMethodDescriptionvoidActionImpl.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 ActionStatusModifier and TypeMethodDescriptionAction.getExecutionStatus()Gets the current execution status of the action, such as Running or Completed.static ActionStatusActionStatus.valueOf(Serializable s) Returns the enum constant of this class with the specified name.static ActionStatusReturns the enum constant of this class with the specified name.static ActionStatus[]ActionStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.