Class WFTakeNodeC

java.lang.Object
de.elo.ix.client.WFTakeNodeC
All Implemented Interfaces:
Serializable

public class WFTakeNodeC extends Object implements Serializable
Constant class for controlling the taking over(passing to another user) of a workflow object.

Copyright: Copyright (c) 2004

Organisation: ELO Digital Office GmbH

See Also:
  • Field Details

    • DEFAULT

      public static final int DEFAULT
      Standard action. Neither WFNode.department2 nor WFNode.inUseDateIso are returned.
      See Also:
    • RESET_DEPARTMENT2

      public static final int RESET_DEPARTMENT2
      WFNode.department2 is set when the node is taken over by another user.
      See Also:
    • RESET_IN_USE_DATE

      public static final int RESET_IN_USE_DATE
      WFNode.inUseDateIso is set when the node is taken over by another user.
      See Also:
  • Constructor Details

    • WFTakeNodeC

      public WFTakeNodeC()
  • Method Details

    • getDEFAULT

      public int getDEFAULT()
    • setDEFAULT

      public void setDEFAULT(int DEFAULT)
    • getRESET_DEPARTMENT2

      public int getRESET_DEPARTMENT2()
    • setRESET_DEPARTMENT2

      public void setRESET_DEPARTMENT2(int RESET_DEPARTMENT2)
    • getRESET_IN_USE_DATE

      public int getRESET_IN_USE_DATE()
    • setRESET_IN_USE_DATE

      public void setRESET_IN_USE_DATE(int RESET_IN_USE_DATE)