Uses of Interface
de.mid.innovator.srv2api.icw2bp.BPActivityNode
-
Packages that use BPActivityNode Package Description de.mid.innovator.srv2api.icw2bp Package for Business Process Model and Notation (BPMN). -
-
Uses of BPActivityNode in de.mid.innovator.srv2api.icw2bp
Subinterfaces of BPActivityNode in de.mid.innovator.srv2api.icw2bp Modifier and Type Interface Description interface
BPMaskTask
interface
BPSubProcess
interface
BPTaskNode
Methods in de.mid.innovator.srv2api.icw2bp with type parameters of type BPActivityNode Modifier and Type Method Description <T extends BPActivityNode>
java.util.List<T>BPFlowProcessContainer. getActivity(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All activities of theBPFlowProcessContainer
.<T extends BPActivityNode>
java.util.List<T>BPLane. getActivityAffectedByResourceAssignment(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
<T extends BPActivityNode>
java.util.List<T>BPLane. getActivityAffectedByResourceAssignment(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getActivityAffectedByResourceAssignment and filters its return values according to the given stereotype value.<T extends BPActivityNode>
java.util.List<T>BPLane. getActivityInLane(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All activities being assigned to this lane.<T extends BPActivityNode>
java.util.List<T>BPLane. getActivityInLane(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getActivityInLane and filters its return values according to the given stereotype value.<T extends BPActivityNode>
java.util.List<T>BPLane. getActivityInLaneTransitiveDown(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
<T extends BPActivityNode>
java.util.List<T>BPLane. getActivityInLaneTransitiveDown(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getActivityInLaneTransitiveDown and filters its return values according to the given stereotype value.Methods in de.mid.innovator.srv2api.icw2bp that return BPActivityNode Modifier and Type Method Description BPActivityNode
BPEventDefinition. getActivityNode()
TheBPActivityNode
.BPActivityNode
BPEventNode. getActivityNode()
BPActivityNode
BPActivityResource. getAssignedActivity()
The activity of the resource assignment.BPActivityNode
BPAssociationArtifact. getCompensationActivity()
The target compensation activity.BPActivityNode
BPLoopCharx. getLoopActivityNode()
TheBPActivityNode
of theBPLoopCharx
.BPActivityNode
BPProperty. getOwningActivity()
TheBPActivityNode
of theBPProperty
.BPActivityNode
BPDataIOAssociation. getOwningActivityNode()
The activity of the data association.Methods in de.mid.innovator.srv2api.icw2bp with parameters of type BPActivityNode Modifier and Type Method Description boolean
BPEventDefinition. isAllowedForBoundary(BPActivityNode refObj)
boolean
BPEventNode. isBoundary(BPActivityNode refObj)
void
BPEventDefinition. setActivityNode(BPActivityNode value)
Set the value of Foreign Key ActivityNode.void
BPEventNode. setActivityNode(BPActivityNode value)
Set the value of Foreign Key ActivityNode.
-