Class 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 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 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
    • Constructor Detail

      • WorkflowType

        public WorkflowType()
    • 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 is ActionType