Uses of Enum Class
org.dspace.xmlworkflow.state.actions.ActionResult.TYPE
Packages that use ActionResult.TYPE
-
Uses of ActionResult.TYPE in org.dspace.xmlworkflow.state.actions
Methods in org.dspace.xmlworkflow.state.actions that return ActionResult.TYPEModifier and TypeMethodDescriptionActionResult.getType()static ActionResult.TYPEReturns the enum constant of this class with the specified name.static ActionResult.TYPE[]ActionResult.TYPE.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.dspace.xmlworkflow.state.actions with parameters of type ActionResult.TYPEModifierConstructorDescriptionAction taken without a result.ActionResult(ActionResult.TYPE type, int result) Action taken, with a detailed result.