Uses of Class
org.dspace.xmlworkflow.state.actions.ActionResult.TYPE
-
Packages that use ActionResult.TYPE Package Description org.dspace.xmlworkflow.state.actions AnActionchanges the state of an object in a workflow. -
-
Uses of ActionResult.TYPE in org.dspace.xmlworkflow.state.actions
Methods in org.dspace.xmlworkflow.state.actions that return ActionResult.TYPE Modifier and Type Method Description ActionResult.TYPEActionResult. getType()static ActionResult.TYPEActionResult.TYPE. valueOf(String name)Returns the enum constant of this type with the specified name.static ActionResult.TYPE[]ActionResult.TYPE. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.dspace.xmlworkflow.state.actions with parameters of type ActionResult.TYPE Constructor Description ActionResult(ActionResult.TYPE type)Action taken without a result.ActionResult(ActionResult.TYPE type, int result)Action taken, with a detailed result.
-