Package de.mid.innovator.srv2api.icw2bp
Interface BPPathAble
-
- All Superinterfaces:
ADClientAble
,ADM2AttrModifyAble
,ELContainerAble
,ELDeleteAble
,ELElement
,ELObject
,MEModelElement
- All Known Subinterfaces:
BPActivityNode
,BPChoreographyActivity
,BPChoreographySubProcess
,BPChoreographyTask
,BPDataObject
,BPEventNode
,BPFlowElement
,BPGateway
,BPMaskTask
,BPMessageFlow
,BPParticipant
,BPSequenceFlow
,BPSequenceFlowNode
,BPSubProcess
,BPTaskNode
public interface BPPathAble extends MEModelElement
This is a utility class for BPPathAble that provides static methods for creation or other purposes.- Note:
- The interface BPPathAble 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
BPPathAble.VAttr
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<BPElementAtPath>
getElementAtPathR(K_CONTROL_OPTION... behaviourFlags)
All path assignments of a path element.java.util.List<BPPath>
getPath(K_CONTROL_OPTION... behaviourFlags)
java.util.List<BPPath>
getPath(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getPath and filters its return values according to the given stereotype value.ADClientAble
getPresentationInMasterView()
The presentation element in the master view node.ADClientAble
getPresentationInStandardView()
The presentation element in the standard view node, which must be visible, complete and correct.-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.ADClientAble
getAnnotation, getEndAnalysisDia, getLogic, getLogic, getPresentationContext, getSection, getStartAnalysisDia
-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.ADM2AttrModifyAble
getTabCell, getTabCellObjectList, getTabCreateTemplate, getTabCreateTemplateObjectList, getTabElement, getTabElementRowList, getTabElementRowTypeList, getTabRowList, tabCellModify, tabCreateTemplate, tabElementModify
-
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
-
Methods inherited from interface de.mid.innovator.srv2api.icw2model.MEModelElement
buildProxyConnection, getActivityPartition, getConsider, getContentStereotypeByClass, getCreateTemplateByClass, getElementColor, getFirstValidContentStereotype, getIgnore, getKnownTypeSystems, getMEModelName, getModelElement, getModelElement, getPresContext, getPresContext, getPresetMapping, getPRPresContent, setElementColor
-
-
-
-
Method Detail
-
getPath
java.util.List<BPPath> getPath(K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
- Parameters:
behaviourFlags
- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetException
SrvErrorException
-
getPath
java.util.List<BPPath> getPath(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
The method calls getPath and filters its return values according to the given stereotype value.- Parameters:
stereotype
- The stereotype used to filter the result listbehaviourFlags
- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetException
SrvErrorException
-
getPresentationInMasterView
ADClientAble getPresentationInMasterView() throws InoNetException, SrvErrorException
The presentation element in the master view node.- Throws:
InoNetException
SrvErrorException
-
getPresentationInStandardView
ADClientAble getPresentationInStandardView() throws InoNetException, SrvErrorException
The presentation element in the standard view node, which must be visible, complete and correct. In most cases that will be the master view, but if the master is hidden in some node, another view may serve this purpose.- Throws:
InoNetException
SrvErrorException
-
getElementAtPathR
java.util.List<BPElementAtPath> getElementAtPathR(K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
All path assignments of a path element.- Parameters:
behaviourFlags
- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetException
SrvErrorException
-
-