2022 June Release

Class COOWF@1.1:BPMNDiagramObject Permanent link for this heading

Class Hierarchy

Object > BasicObject > DiagramObject > BPMNDiagramObject

Abstract class for BPMN diagrams.

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

unique ProcessOutput[] COOWF@1.1:wfoutputs readonly

Additional Information


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

unique ProcessParticipant[] COOWF@1.1:wfparticipants readonly

Additional Information


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

ProcessFolder[] COOWF@1.1:wfprocfldr readonly

Additional Information


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

unique Object[] COOWF@1.1:wfreferences readonly

Additional Information


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

unique Object[] COOWF@1.1:wfsubelements readonly

Additional Information


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

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

ischild