Package org.dspace.workflow
Class WorkflowType
java.lang.Object
org.dspace.workflow.WorkflowType
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v3.0.2",
date="2025-07-14T16:00:20-05:00")
public class WorkflowType
extends Object
The '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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetValue()Gets the value of the value property.voidsetValue(ActionType value) Sets the value of the value property.
-
Field Details
-
value
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-07-14T16:00:20-05:00") protected ActionType value
-
-
Constructor Details
-
WorkflowType
public WorkflowType()
-
-
Method Details
-
getValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-07-14T16:00:20-05:00") public ActionType getValue()Gets the value of the value property.- Returns:
- possible object is
ActionType
-
setValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-07-14T16:00:20-05:00") public void setValue(ActionType value) Sets the value of the value property.- Parameters:
value- allowed object isActionType
-