Uses of Interface
de.mid.innovator.srv2api.icw2bp.BPProcess
-
Packages that use BPProcess Package Description de.mid.innovator.srv2api.icw2bc Package for Business Object Modeling.de.mid.innovator.srv2api.icw2bp Package for Business Process Model and Notation (BPMN).de.mid.innovator.srv2api.icw2bpdia BPMN Diagrams and graphical representations for elements of the icw2bp package.de.mid.innovator.srv2api.icw2br Business resource modeling package.de.mid.innovator.srv2api.icw2dm The purpose of DMN is to provide the constructs that are needed to model decisions, so that organizational decision-making can be readily depicted in diagrams, accurately defined by business analysts, and (optionally) automated. -
-
Uses of BPProcess in de.mid.innovator.srv2api.icw2bc
Methods in de.mid.innovator.srv2api.icw2bc that return BPProcess Modifier and Type Method Description BPProcess
BCRootReuseAbleElement. getOwningProcess()
The process wherein thisBCRootReuseAbleElement
is relevant. -
Uses of BPProcess in de.mid.innovator.srv2api.icw2bp
Fields in de.mid.innovator.srv2api.icw2bp declared as BPProcess Modifier and Type Field Description BPProcess
ARG_BPProcessAssign. ohProcess
The process to be assignedBPProcess
ARG_BPProcessCreated. ohProcess
The process having been determined or createdMethods in de.mid.innovator.srv2api.icw2bp that return BPProcess Modifier and Type Method Description static BPProcess
BPProcessHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Process with template and container.static BPProcess
BPProcessHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Process with stereotype and container.BPProcess
BPProperty. getOwningProcess()
TheBPProcess
of theBPProperty
.BPProcess
BPLaneSet. getProcess()
BPProcess
BPParticipant. getProcess()
BPProcess
BPResourceAtProcess. getProcess()
BPProcess
BPSupportsRel. getSupportedProcess()
BPProcess
BPSupportsRel. getSupportingProcess()
Methods in de.mid.innovator.srv2api.icw2bp that return types with arguments of type BPProcess Modifier and Type Method Description java.util.List<BPProcess>
BPCollaboration. getProcess()
All processes being defined by the collaboration.java.util.List<BPProcess>
BPProcess. getProcessCalled(K_CONTROL_OPTION... behaviourFlags)
All processes being called by activities which are part of this process, either direct parts of being nested in some sub process.java.util.List<BPProcess>
BPProcess. getProcessCalled(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getProcessCalled and filters its return values according to the given stereotype value.java.util.List<BPProcess>
BPProcess. getProcessCalledTransitive(K_CONTROL_OPTION... behaviourFlags)
All processes being called by activities which are part of this process or one of the called processes.java.util.List<BPProcess>
BPProcess. getProcessCalledTransitive(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getProcessCalledTransitive and filters its return values according to the given stereotype value.java.util.List<BPProcess>
BPProcess. getProcessCalling(K_CONTROL_OPTION... behaviourFlags)
java.util.List<BPProcess>
BPProcess. getProcessCalling(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getProcessCalling and filters its return values according to the given stereotype value.java.util.List<BPProcess>
BPProcess. getProcessCallingTransitive(K_CONTROL_OPTION... behaviourFlags)
java.util.List<BPProcess>
BPProcess. getProcessCallingTransitive(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getProcessCallingTransitive and filters its return values according to the given stereotype value.java.util.List<BPProcess>
BPPath. getProcessReachable(K_CONTROL_OPTION... behaviourFlags)
java.util.List<BPProcess>
BPPath. getProcessReachable(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getProcessReachable and filters its return values according to the given stereotype value.java.util.List<BPProcess>
BPProcess. getProcessSupportedDirectly(K_CONTROL_OPTION... behaviourFlags)
java.util.List<BPProcess>
BPProcess. getProcessSupportedDirectly(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getProcessSupportedDirectly and filters its return values according to the given stereotype value.java.util.List<BPProcess>
BPProcess. getProcessSupportedDirectlyExcludeRel(BPSupportsRel refObj, K_CONTROL_OPTION... behaviourFlags)
java.util.List<BPProcess>
BPProcess. getProcessSupportedDirectlyExcludeRel(MMStereotype stereotype, BPSupportsRel refObj, K_CONTROL_OPTION... behaviourFlags)
The method calls getProcessSupportedDirectlyExcludeRel and filters its return values according to the given stereotype value.java.util.List<BPProcess>
BPItemDefinition. getProcessWithItemAwareElement(K_CONTROL_OPTION... behaviourFlags)
java.util.List<BPProcess>
BPItemDefinition. getProcessWithItemAwareElement(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getProcessWithItemAwareElement and filters its return values according to the given stereotype value.Methods in de.mid.innovator.srv2api.icw2bp with parameters of type BPProcess Modifier and Type Method Description void
BPParticipant. assignProcess(BPProcess ohProcess)
Assigns a process to the participant.void
BPTaskNode. assignProcess(BPProcess ohProcess)
Assigns a process to the call activity.java.util.List<BPSupportsRel>
BPProcess. getSupportsRelationshipTo(BPProcess refObj, boolean mode, K_CONTROL_OPTION... behaviourFlags)
java.util.List<BPSupportsRel>
BPProcess. getSupportsRelationshipTo(MMStereotype stereotype, BPProcess refObj, boolean mode, K_CONTROL_OPTION... behaviourFlags)
The method calls getSupportsRelationshipTo and filters its return values according to the given stereotype value.void
BPParticipant. setProcess(BPProcess value)
Set the value of Foreign Key Process.void
BPResourceAtProcess. setProcess(BPProcess value)
Set the value of Foreign Key Process.Constructors in de.mid.innovator.srv2api.icw2bp with parameters of type BPProcess Constructor Description ARG_BPProcessAssign(BPProcess ohProcess)
ARG_BPProcessCreated(BPProcess ohProcess)
-
Uses of BPProcess in de.mid.innovator.srv2api.icw2bpdia
Fields in de.mid.innovator.srv2api.icw2bpdia declared as BPProcess Modifier and Type Field Description BPProcess
ARG_BPDiaAddProcessViewNode. ohProcess
The process to be added to the diagramMethods in de.mid.innovator.srv2api.icw2bpdia that return BPProcess Modifier and Type Method Description BPProcess
BPDiaProcessViewNode. getProcess()
Methods in de.mid.innovator.srv2api.icw2bpdia with parameters of type BPProcess Modifier and Type Method Description BPDiaProcessViewNode
BPDia. addDiaProcessViewNode(BPProcess ohProcess, PRPresElement ohPresOfOwner, java.awt.Point position, java.awt.Point size, boolean isExpanded)
Constructors in de.mid.innovator.srv2api.icw2bpdia with parameters of type BPProcess Constructor Description ARG_BPDiaAddProcessViewNode(BPProcess ohProcess, PRPresElement ohPresOfOwner, java.awt.Point position, java.awt.Point size, boolean isExpanded)
-
Uses of BPProcess in de.mid.innovator.srv2api.icw2br
Methods in de.mid.innovator.srv2api.icw2br that return types with arguments of type BPProcess Modifier and Type Method Description java.util.List<BPProcess>
BRResource. getProcess(K_CONTROL_OPTION... behaviourFlags)
java.util.List<BPProcess>
BRResource. getProcess(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getProcess and filters its return values according to the given stereotype value. -
Uses of BPProcess in de.mid.innovator.srv2api.icw2dm
Methods in de.mid.innovator.srv2api.icw2dm that return types with arguments of type BPProcess Modifier and Type Method Description java.util.List<BPProcess>
DRDecision. getUsingProcess(K_CONTROL_OPTION... behaviourFlags)
java.util.List<BPProcess>
DRDecision. getUsingProcess(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getUsingProcess and filters its return values according to the given stereotype value.
-