Package org.dspace.workflow
Class WorkflowType
- java.lang.Object
-
- org.dspace.workflow.WorkflowType
-
@Generated(value="com.sun.tools.xjc.Driver", date="2021-12-13T12:38:33-06:00", comments="JAXB RI v2.3.2") public class WorkflowType extends ObjectThe 'workflow' element describes what workflow actions can be taken upon completion of the task. In the example above, the vscan (virus scan) task has been given the power to 'reject': meaning that if the task fails - viz. a virus is detected - the item will be rejected like a reviewer would reject it. The other 'workflow' value is 'approve', which skips any further tasks and advances the item.Java class for workflow-type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="workflow-type"> <simpleContent> <extension base="<https://dspace.org/workflow-curation>action-type"> </extension> </simpleContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected ActionTypevalue
-
Constructor Summary
Constructors Constructor Description WorkflowType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActionTypegetValue()Gets the value of the value property.voidsetValue(ActionType value)Sets the value of the value property.
-
-
-
Field Detail
-
value
@Generated(value="com.sun.tools.xjc.Driver", date="2021-12-13T12:38:33-06:00", comments="JAXB RI v2.3.2") protected ActionType value
-
-
Method Detail
-
getValue
@Generated(value="com.sun.tools.xjc.Driver", date="2021-12-13T12:38:33-06:00", comments="JAXB RI v2.3.2") public ActionType getValue()Gets the value of the value property.- Returns:
- possible object is
ActionType
-
setValue
@Generated(value="com.sun.tools.xjc.Driver", date="2021-12-13T12:38:33-06:00", comments="JAXB RI v2.3.2") public void setValue(ActionType value)Sets the value of the value property.- Parameters:
value- allowed object isActionType
-
-