Class WFNodeMatrix

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

public class WFNodeMatrix extends ValueClass implements Serializable

Stores the relationship between workflow nodes

Administers the bridges(connections) in a workflow diagram. These are objects of type WorkFlowNodeAssoc.

Copyright: Copyright (c) 2004

Organisation: ELO Digital Office

See Also:
  • Field Details

    • assocs

      protected WFNodeAssoc[] assocs
      Array of the edges. Since 9.00.030, IX stores the order of the items in the database. When reading a workflow, the saved element order is restored.
  • Constructor Details

    • WFNodeMatrix

      public WFNodeMatrix()
    • WFNodeMatrix

      public WFNodeMatrix(WFNodeMatrix rhs)
  • Method Details