Class WFDiagramC

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

public class WFDiagramC extends Object implements Serializable

Constants for workflows.

See Also:
  • Field Details

    • MAX_SUBNODES

      public static final int MAX_SUBNODES
      Maximum number of subnodes.
      See Also:
    • mbId

      public static final long mbId
      ID
      See Also:
    • mbName

      public static final long mbName
      Name
      See Also:
    • lnName

      protected int lnName
      Maximum length of workflow name.
    • mbObjId

      public static final long mbObjId
      Object ID
      See Also:
    • mbObjType

      public static final long mbObjType
      Object type.
      See Also:
    • mbCompletionDate

      public static final long mbCompletionDate
      Completed at this date.
      See Also:
    • mbNodes

      public static final long mbNodes
      Nodes.
      See Also:
    • mbMatrix

      public static final long mbMatrix
      Node matrix.
      See Also:
    • mbTimeLimitUserId

      public static final long mbTimeLimitUserId
      Member bit: Alert user.
      See Also:
    • mbTimeLimit

      public static final long mbTimeLimit
      Member bit: Time-limit.
      See Also:
    • mbStartDate

      public static final long mbStartDate
      Member bit: StartDate.
      See Also:
    • mbAcl

      public static final long mbAcl
      Member bit: acl and aclItems.
      See Also:
    • mbOwnerId

      public static final long mbOwnerId
      Member bit: ownerId and ownerName
      See Also:
    • mbLockId

      public static final long mbLockId
      Member bit: lockId and lockName
      See Also:
    • mbPrio

      public static final long mbPrio
      Member bit: prio
      See Also:
    • mbDeleted

      public static final long mbDeleted
      Member bit: deleted
      See Also:
    • mbTemplateId

      public static final long mbTemplateId
      Member bit: templateId
      See Also:
    • mbFlags

      public static final long mbFlags
      Member bit: flags
      Since:
      6.00.098
      See Also:
    • mbAccess

      public static final long mbAccess
      Member bit: access
      Since:
      7.00.000.007
      See Also:
    • mbVersion

      public static final long mbVersion
      Member bit: access
      Since:
      7.00.000.008
      See Also:
    • mbGuid

      public static final long mbGuid
      Member bit: Guid
      Since:
      7.00.000.010
      See Also:
    • lnGuid

      protected int lnGuid
      Maximum length of workflow GUID.
      Since:
      7.00.000.010
    • mbTStamp

      public static final long mbTStamp
      Member bit: TStamp
      Since:
      7.00.000.010
      See Also:
    • lnTStamp

      protected int lnTStamp
      Maximum length of workflow TStamp.
      Since:
      7.00.000.010
    • mbProcessOnServerId

      public static final long mbProcessOnServerId
      Member bit: processOnServerId
      Since:
      7.00.000.015
      See Also:
    • lnProcessOnServerId

      protected int lnProcessOnServerId
      Maximum length of processOnServerId.
      Since:
      7.00.000.015
    • mbTimeLimitEscalations

      public static final long mbTimeLimitEscalations
      Member bit: timeLimitEscalation
      Since:
      7.00.000.017
      See Also:
    • mbObjName

      public static final long mbObjName
      Member bit: objName
      Since:
      7.00.026.003
      See Also:
    • mbNodesOverview

      public static final long mbNodesOverview
      Nodes required for worfklow overview in ELO Java Client. Includes begin node, active nodes, exceeded nodes.
      Since:
      8.00.028.002
      See Also:
    • mbTStampSync

      public static final long mbTStampSync
      Member bit: TStampSync
      Since:
      9.99.009.001
      See Also:
    • lnNameTranslationKey

      protected int lnNameTranslationKey
      Maximum length of the name's translation key.
      Since:
      9.00.018.005
    • mbNameTranslationKey

      public static final long mbNameTranslationKey
      Member bit: nameTranslationKey
      Since:
      9.00.018.005
      See Also:
    • mbSubWorkflows

      public static final long mbSubWorkflows
      Since:
      9.99.009.003
      See Also:
    • mbCallNodeId

      public static final long mbCallNodeId
      Since:
      10.00.000.004
      See Also:
    • mbActiveAcl

      public static final long mbActiveAcl
      Member bit: WFDiagram.activeAcl.
      Since:
      11.00.000.023
      See Also:
    • mbPackageName

      public static final long mbPackageName
      Since:
      20.00.000.007
      See Also:
    • ADHOC_WF_FINISH_SCRIPT_PREFIX

      public static final String ADHOC_WF_FINISH_SCRIPT_PREFIX
      Prefix of all scripts selectable as finish scripts for adhoc workflows
      Since:
      10.17.030.003
      See Also:
    • mbAllMembers

      public static final long mbAllMembers
      All elements.
      See Also:
    • mbLeanMembers

      public static final long mbLeanMembers
      See Also:
    • mbLean

      public static final WFDiagramZ mbLean
    • mbAll

      public static final WFDiagramZ mbAll
    • mbOnlyLock

      public static final WFDiagramZ mbOnlyLock
    • mbAclItems

      public static final long mbAclItems
      See Also:
    • mbActiveAclItems

      public static final long mbActiveAclItems
      Since:
      11.0.0.23
      See Also:
    • mbCompletionDateIso

      public static final long mbCompletionDateIso
      See Also:
    • mbOwnerName

      public static final long mbOwnerName
      See Also:
    • mbStartDateIso

      public static final long mbStartDateIso
      See Also:
    • mbTemplateName

      public static final long mbTemplateName
      See Also:
    • mbTimeLimitIso

      public static final long mbTimeLimitIso
      See Also:
    • mbTimeLimitUserName

      public static final long mbTimeLimitUserName
      See Also:
    • mbType

      public static final long mbType
      See Also:
    • TEMPLATE_ID_ADHOC

      public static final int TEMPLATE_ID_ADHOC
      Compare this value to WFDiagram.templateId to check whether the workflow was started as an adhoc workflow. This member is for convenience. You can also check the flag FLAG_ROOT_ADHOC of the root node.
      See Also:
  • Constructor Details

    • WFDiagramC

      public WFDiagramC()
  • Method Details

    • getMAX_SUBNODES

      public int getMAX_SUBNODES()
    • setMAX_SUBNODES

      public void setMAX_SUBNODES(int MAX_SUBNODES)
    • getADHOC_WF_FINISH_SCRIPT_PREFIX

      public String getADHOC_WF_FINISH_SCRIPT_PREFIX()
    • setADHOC_WF_FINISH_SCRIPT_PREFIX

      public void setADHOC_WF_FINISH_SCRIPT_PREFIX(int ADHOC_WF_FINISH_SCRIPT_PREFIX)
    • getTEMPLATE_ID_ADHOC

      public int getTEMPLATE_ID_ADHOC()
    • setTEMPLATE_ID_ADHOC

      public void setTEMPLATE_ID_ADHOC(int TEMPLATE_ID_ADHOC)
    • getLnName

      public int getLnName()
    • setLnName

      public void setLnName(int lnName)
    • getMbAcl

      public long getMbAcl()
    • setMbAcl

      public void setMbAcl(long mbAcl)
    • getMbActiveAcl

      public long getMbActiveAcl()
    • setMbActiveAcl

      public void setMbActiveAcl(long mbActiveAcl)
    • getMbAll

      public WFDiagramZ getMbAll()
    • setMbAll

      public void setMbAll(WFDiagramZ mbAll)
    • getMbAllMembers

      public long getMbAllMembers()
    • setMbAllMembers

      public void setMbAllMembers(long mbAllMembers)
    • getMbCompletionDate

      public long getMbCompletionDate()
    • setMbCompletionDate

      public void setMbCompletionDate(long mbCompletionDate)
    • getMbId

      public long getMbId()
    • setMbId

      public void setMbId(long mbId)
    • getMbLean

      public WFDiagramZ getMbLean()
    • setMbLean

      public void setMbLean(WFDiagramZ mbLean)
    • getMbLeanMembers

      public long getMbLeanMembers()
    • setMbLeanMembers

      public void setMbLeanMembers(long mbLeanMembers)
    • getMbLockId

      public long getMbLockId()
    • setMbLockId

      public void setMbLockId(long mbLockId)
    • getMbMatrix

      public long getMbMatrix()
    • setMbMatrix

      public void setMbMatrix(long mbMatrix)
    • getMbName

      public long getMbName()
    • setMbName

      public void setMbName(long mbName)
    • getMbNodes

      public long getMbNodes()
    • setMbNodes

      public void setMbNodes(long mbNodes)
    • getMbObjId

      public long getMbObjId()
    • setMbObjId

      public void setMbObjId(long mbObjId)
    • getMbObjType

      public long getMbObjType()
    • setMbObjType

      public void setMbObjType(long mbObjType)
    • getMbOnlyLock

      public WFDiagramZ getMbOnlyLock()
    • setMbOnlyLock

      public void setMbOnlyLock(WFDiagramZ mbOnlyLock)
    • getMbOwnerId

      public long getMbOwnerId()
    • setMbOwnerId

      public void setMbOwnerId(long mbOwnerId)
    • getMbPrio

      public long getMbPrio()
    • setMbPrio

      public void setMbPrio(long mbPrio)
    • getMbStartDate

      public long getMbStartDate()
    • setMbStartDate

      public void setMbStartDate(long mbStartDate)
    • getMbTimeLimit

      public long getMbTimeLimit()
    • setMbTimeLimit

      public void setMbTimeLimit(long mbTimeLimit)
    • getMbTimeLimitUserId

      public long getMbTimeLimitUserId()
    • setMbTimeLimitUserId

      public void setMbTimeLimitUserId(long mbTimeLimitUserId)
    • getMbDeleted

      public long getMbDeleted()
    • setMbDeleted

      public void setMbDeleted(long mbDeleted)
    • getMbTemplateId

      public long getMbTemplateId()
    • setMbTemplateId

      public void setMbTemplateId(long mbTemplateId)
    • getMbAccess

      public long getMbAccess()
    • setMbAccess

      public void setMbAccess(long mbAccess)
    • getMbVersion

      public long getMbVersion()
    • setMbVersion

      public void setMbVersion(long v)
    • getLnGuid

      public int getLnGuid()
    • setLnGuid

      public void setLnGuid(int lnGuid)
    • getLnTStamp

      public int getLnTStamp()
    • setLnTStamp

      public void setLnTStamp(int lnTStamp)
    • getMbFlags

      public long getMbFlags()
    • setMbFlags

      public void setMbFlags(long v)
    • getMbGuid

      public long getMbGuid()
    • setMbGuid

      public void setMbGuid(long v)
    • getMbTStamp

      public long getMbTStamp()
    • setMbTStamp

      public void setMbTStamp(long v)
    • getLnProcessOnServerId

      public int getLnProcessOnServerId()
    • setLnProcessOnServerId

      public void setLnProcessOnServerId(int lnProcessOnServerId)
    • getMbProcessOnServerId

      public long getMbProcessOnServerId()
    • setMbProcessOnServerId

      public void setMbProcessOnServerId(long v)
    • getMbTimeLimitEscalations

      public long getMbTimeLimitEscalations()
    • setMbTimeLimitEscalations

      public void setMbTimeLimitEscalations(long v)
    • getMbNodesOverview

      public long getMbNodesOverview()
    • setMbNodesOverview

      public void setMbNodesOverview(long mbNodesOverview)
    • getMbNameTranslationKey

      public long getMbNameTranslationKey()
    • setMbNameTranslationKey

      public void setMbNameTranslationKey(long mbNameTranslationKey)
    • getLnNameTranslationKey

      public int getLnNameTranslationKey()
    • setLnNameTranslationKey

      public void setLnNameTranslationKey(int lnNameTranslationKey)