Class WorkFlowActiveDoc

java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.WorkFlowActiveDoc
All Implemented Interfaces:
java.io.Serializable

public class WorkFlowActiveDoc
extends ValueClass
implements java.io.Serializable
Internal class.
See Also:
Serialized Form
  • Field Details

    • flowId

      protected int flowId
      Workflow ID. DB column: wf_flowid
    • nodeId

      protected int nodeId
      Node ID. DB column: wf_nodeid
    • flowName

      protected java.lang.String flowName
      Workflow name. DB column: wf_flow_name
    • name

      protected java.lang.String name
      Node name (work instruction). DB column: wf_name
    • nodeType

      protected int nodeType
      Node type (begin node, split node, etc.). DB column: wf_node_type
    • succType

      protected int succType
      This value depends on the node type and is not processed anymore by Indexserver. It is written for compability with workflows of older CLIENT versions. DB column: wf_succ_type
    • department

      protected int department
      ID of user who has to process the node. Might be a group ID too. Only valid for person nodes. DB column: wf_department
    • alertTo

      protected int alertTo
      ID of user who should be informed, if a time-limit exceeds. It might be the time-limit for the entire workflow or for a signle person node. DB column: wf_alert_to
    • alertFromBegin

      protected int alertFromBegin
      Time-limt for the entire workflow in minutes. This value is only valid for the begin node. DB column: wf_alert_from_begin
    • alertWait

      protected int alertWait
      Time-limit for a single node. This value is only valid for person nodes. DB column: wf_alert_wait
    • yNCondition

      protected java.lang.String yNCondition
      IF-Nodes: test condition, person nodes: index values or scripts, split nodes: workflow status. DB column: wf_yesnocondition
    • condition

      protected java.lang.String condition
      Contains the ACL of the workflow template. Only valid for begin nodes. DB column: wf_condition
    • comment

      protected java.lang.String comment
      Comment, only valid for person nodes. DB column: wf_comment
    • succ_0

      protected int succ_0
      Successor node(s) succ_0 ... Succ 19 DB column: wf_succ_0 This mebers are moved into WorkFlowNodeMatrix. They are still here due to compatibiltiy with older stream versions.
    • succ_1

      protected int succ_1
      DB column: wf_succ_1
    • succ_2

      protected int succ_2
      DB column: wf_succ_2
    • succ_3

      protected int succ_3
      DB column: wf_succ_3
    • succ_4

      protected int succ_4
      DB column: wf_succ_4
    • succ_5

      protected int succ_5
      DB column: wf_succ_5
    • succ_6

      protected int succ_6
      DB column: wf_succ_6
    • succ_7

      protected int succ_7
      DB column: wf_succ_7
    • succ_8

      protected int succ_8
      DB column: wf_succ_8
    • succ_9

      protected int succ_9
      DB column: wf_succ_9
    • succ_10

      protected int succ_10
      DB column: wf_succ_10
    • succ_11

      protected int succ_11
      DB column: wf_succ_11
    • succ_12

      protected int succ_12
      DB column: wf_succ_12
    • succ_13

      protected int succ_13
      DB column: wf_succ_13
    • succ_14

      protected int succ_14
      DB column: wf_succ_14
    • succ_15

      protected int succ_15
      DB column: wf_succ_15
    • succ_16

      protected int succ_16
      DB column: wf_succ_16
    • succ_17

      protected int succ_17
      DB column: wf_succ_17
    • succ_18

      protected int succ_18
      DB column: wf_succ_18
    • succ_19

      protected int succ_19
      DB column: wf_succ_19
    • locked

      protected int locked
      If node is locked, it contains 1 otherwise 0 DB column: wf_locked
    • posX

      protected int posX
      Node X position in designer view. DB column: pos_x
    • posY

      protected int posY
      Node Y position in designer view. DB column: pos_y
    • onActivate

      protected java.lang.String onActivate
      Name of script to be executed, if the node is activated (entered). DB column: wf_ev_on_activate
    • onTerminate

      protected java.lang.String onTerminate
      Name of script to be executed, if the node is leaved (exited). DB column: wf_ev_on_terminate
    • nodeFlags

      protected int nodeFlags
      Node flags. DB column: wf_nodeflags
    • eloObjId

      protected int eloObjId
      Associated object ID. Only valid for non-template workflows. DB column: wf_eloobjid
    • lockId

      protected int lockId
      User ID of the owner of the lock. DB column: wf_locked_owner
    • isNext

      protected int isNext
      Contains 1, if this node is active. DB column: wf_is_next
    • activate

      protected int activate
      ELO-date when the node was entered. DB column: wf_activate
    • terminate

      protected int terminate
      ELO-date when the node was exited. DB column: wf_terminate
    • inUseDate

      protected int inUseDate
      ELO-date when the node was visited the last time. DB column: wf_in_use_date
    • completionDate

      protected int completionDate
      ELO-date when the workflow was finished. All nodes contain the same value. DB column: wf_completion_date
    • templateId

      protected int templateId
      Workflow template ID. Not valid for template workflows. For active and finished workflows this member specifies the template ID that was used to start the workflow. If the workflow is started as an adhoc workflow, this member is 0 and flags contains the bit FLAG_ROOT_ADHOC. DB column: wf_template
    • userTerminate

      protected java.lang.String userTerminate
      The ID of the user who has forwarded the node. Not valid for template workflows. Only valid for person nodes. DB column: wf_userterminate
    • tag

      protected int tag
      reserved. DB column: wf_tag
    • designDepartment

      protected int designDepartment
      A group ID or user ID that was originally assigned in the designer. DB column: wf_designdepartment
    • moveCyclePosX

      protected int moveCyclePosX
      If a cycle is re-entered, the nodes in the cycle are duplicated. The copied nodes will be placed in the designer moved by this value to the right. If this value is 0, the nodes are moved 60 points right and 20 points up. DB column: wf_dx
    • department2

      protected int department2
      A group ID to constrain access to the node. Only members of this group are allowed to see and process the node. Only valid for person nodes. DB column: wf_department2
    • delayDays

      protected int delayDays
      An active person node (Activate is set) might be displayed to the user delayed by this number of days. Only valid for person nodes. DB column: wf_delaydays
    • delayDate

      protected int delayDate
      Activate + DelayDays. Not valid for template workflows. Only valid for person nodes. DB column: wf_duedate
    • deleted

      protected int deleted
      Flag that indicates whether the workflow template is deleted. If the value is not 0, the workflow template is deleted. Only valid for template workflows. DB column: wf_deleted
    • prio

      protected int prio
      Workflow priority: 0...high, 1...medium, 2...low. DB column: wf_prio
    • userDelayDate

      protected int userDelayDate
      The workflow node is deferred until this date. ELO date format. DB column: wf_user_delaydate
      Since:
      7.00.000.000
    • versionId

      protected int versionId
      Version ID.
      Since:
      7.00.000.008
    • versionName

      protected java.lang.String versionName
      Version comment.
      Since:
      7.00.000.008
    • alertTo2

      protected int alertTo2
      ID of user who should be informed, if the time-limit alertWait2 exceeds.
      Since:
      7.00.000.014
    • alertWait2

      protected int alertWait2
      Second Time-limit for a person node or begin node.
      Since:
      7.00.000.014
    • alertTo3

      protected int alertTo3
      ID of user who should be informed, if the time-limit alertWait2 exceeds.
      Since:
      7.00.000.014
    • alertWait3

      protected int alertWait3
      Third Time-limit for a person node or begin node.
      Since:
      7.00.000.014
    • nextServerId

      protected java.lang.String nextServerId
      Next server name. This value is used in replication environments and defines the ID of the next server (resp. replication branch) where the workflow continues processing.
      Since:
      7.00.000.014
    • versionTag

      protected java.lang.String versionTag
      Version number.
      Since:
      7.00.000.018
    • versionUserId

      protected int versionUserId
      ID of the user who created the workflow version.
      Since:
      7.00.000.018
    • versionCreateDate

      protected int versionCreateDate
      ID of the user who created the workflow version.
      Since:
      7.00.000.018
    • iconId

      protected java.lang.String iconId
      Object-GUID of an icon file that is displayed in the designer.
      Since:
      7.00.040.012
    • formSpec

      protected java.lang.String formSpec
      User defined data to be stored in the database.
      Since:
      7.00.040.012
    • flowNameTranslationKey

      protected java.lang.String flowNameTranslationKey
      Translation-keyword for WFDiagram.name.
      Since:
      9.00.018.005
    • nameTranslationKey

      protected java.lang.String nameTranslationKey
      Translation-keyword for WFNode.name.
      Since:
      9.00.018.005
    • commentTranslationKey

      protected java.lang.String commentTranslationKey
      Translation-keyword for WFNode.comment.
      Since:
      9.00.018.005
    • label

      protected java.lang.String label
      Display name by forwarding.
      Since:
      9.00.022.019
    • properties

      protected java.lang.String properties
      Properties field of node.
      Since:
      9.00.022.019
    • departmentGroup

      protected int departmentGroup
      Grouping of nodes for function takeWorkFlowNode.
      Since:
      9.00.030.006
      See Also:
      WFNode.departmentGroup
    • retVal

      @Deprecated protected int retVal
      Deprecated.
      Return value of an end node.
      Since:
      9.00.030.022
    • returnValue

      protected java.lang.String returnValue
      Return value of an end node.
      Since:
      9.99.009.003
    • subWorkflow

      protected int subWorkflow
      ID of the active sub-workflow.
      Since:
      9.00.030.022
    • labelTranslationKey

      protected java.lang.String labelTranslationKey
      Translation-keyword for label.
      Since:
      9.00.030.021
      See Also:
      WFNode.label
    • subWorkflowTemplate

      protected int subWorkflowTemplate
      ID of the sub-workflow template.
      Since:
      9.99.009.004
    • activeAcl

      protected java.lang.String activeAcl
      Contains the ACL of the workflow. Only valid for begin nodes.
      Since:
      11.00.000.023
    • packageName

      protected java.lang.String packageName
      PackageName of a Workflow, only used for workflow templates
      Since:
      20.00.000.009
  • Constructor Details

  • Method Details