Package de.mid.innovator.srv2api.icw2bp
Interface BPMessageSequenceFlowNode
-
- All Superinterfaces:
BPMessageFlowNode
,ELContainerAble
,ELDeleteAble
,ELElement
,ELObject
- All Known Subinterfaces:
BPEventNode
,BPMaskTask
,BPTaskNode
public interface BPMessageSequenceFlowNode extends BPMessageFlowNode
This is a utility class for BPMessageSequenceFlowNode that provides static methods for creation or other purposes.- Note:
- The interface BPMessageSequenceFlowNode describes an abstract ability of an object. Therefore no instances of this type can be found in the repository!
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
BPMessageSequenceFlowNode.VAttr
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<BPMessageFlow>
getIncomingMessageFlow()
java.util.List<BPMessageFlow>
getOutgoingMessageFlow()
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELContainerAble
getClientDependency, getOwnedElement, getOwnedElementTransitiveDown, getOwnedElementTransitiveDown, getOwnedElementTransitiveDownAndUnresolved, getOwnedElementTransitiveDownAndUnresolved, getOwnedOrReferencedElementTransitiveDown, getOwnedOrReferencedElementTransitiveDown, getOwnedRelshipBinDirWithTarget, getOwnedRelshipBinDirWithTarget, getRedirectedModelContainer, getRelshipBinDirSource, getSelfAndOwnedElementTransitiveDown, getSelfAndOwnedElementTransitiveDown, getSortedContents, sortContents
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELDeleteAble
delete
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELElement
duplicateElement, getAssignAbleToVattr, getAssignAbleToVattr, getClientId, getCreateTemplateOfInstance, getDisplayBitmap, getDisplayColor, getDisplayFont, getDisplayLine, getDisplayName, getDisplayNameShort, getDisplayNSName, getElementCache, getElementMappingInformation, getQualifiedNamespaceName, getRelshipBinDir, getRelshipBinDir, getRelshipBinDirTarget, getUnitToLock, getValSpecElement, isContainedInProfile, isUnresolved, lockUnit, setUnresolved, unlockUnit
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELObject
getId, getLongId, getMetaClass, getMetaName, getOclClass, getSrvCon, hasRead
-
-
-
-
Method Detail
-
getOutgoingMessageFlow
java.util.List<BPMessageFlow> getOutgoingMessageFlow() throws InoNetException, SrvErrorException
- Throws:
InoNetException
SrvErrorException
-
getIncomingMessageFlow
java.util.List<BPMessageFlow> getIncomingMessageFlow() throws InoNetException, SrvErrorException
- Throws:
InoNetException
SrvErrorException
-
-