2024 April Release

Class COOWF@1.1:BPMNDiagramObject Permanent link for this heading

Abstract class for BPMN diagrams.

Class Hierarchy

Object > BasicObject > DiagramObject > BPMNDiagramObject

Direct Subclasses

ChoreographyDiagram, ConversationDiagram, WorkFlowDiagram

Properties Permanent link for this heading

Type

Property

Name

ProcessOutput[]

wfoutputs

Outputs

ProcessParticipant[]

wfparticipants

Participants

ProcessFolder[]

wfprocfldr

Process Folder

Object[]

wfreferences

Documents

Object[]

wfsubelements

Subprocesses

Object[]

wfsuperelements

Superordinate Processes

Actions Permanent link for this heading

Return Type

Signature

boolean

IsChild(
  object child,
  out retval boolean ischild)

Properties Permanent link for this heading


Outputs (COOWF@1.1:wfoutputs) Permanent link for this heading

Stores a list of all outputs used within the process diagram model.

Explanation:
Shows the assigned outputs.

unique ProcessOutput[] COOWF@1.1:wfoutputs readonly

Additional Information


Participants (COOWF@1.1:wfparticipants) Permanent link for this heading

Stores a list of all process participants used within the process diagram model.

Explanation:
Shows the assigned participants.

unique ProcessParticipant[] COOWF@1.1:wfparticipants readonly

Additional Information


Process Folder (COOWF@1.1:wfprocfldr) Permanent link for this heading

Shows the process folders, the current object is assigned to.

ProcessFolder[] COOWF@1.1:wfprocfldr readonly

Additional Information


Documents (COOWF@1.1:wfreferences) Permanent link for this heading

Stores a list of all references used within the process diagram model.

Explanation:
Shows the assigned documents.

unique Object[] COOWF@1.1:wfreferences readonly

Additional Information


Subprocesses (COOWF@1.1:wfsubelements) Permanent link for this heading

Stores a list of subordinated process diagrams used within the process diagram model.

Explanation:
Shows the subordintated diagrams.

unique Object[] COOWF@1.1:wfsubelements readonly

Additional Information


Superordinate Processes (COOWF@1.1:wfsuperelements) Permanent link for this heading

Stores a list of all super ordinated process diagrams used within the process diagram model.

unique Object[] COOWF@1.1:wfsuperelements readonly

Additional Information

Actions Permanent link for this heading


FSCFOLIO@1.1001:IsChild Permanent link for this heading

Hook action to check if the supplied object is a valid child

boolean FSCFOLIO@1.1001:IsChild(
  object child,
  out retval boolean ischild)

Name

Description

child

the object which should be checked to be a child

ischild

the result