de.mid.innovator.srv2api.icw2bpdia
Interface BPDiaMaskTaskNode

All Superinterfaces:
ADClientAble, ADM2AttrModifyAble, BPDiaFlowNode, BPDiaMessageFlowNode, BPDiaSequenceFlowNode, BPDiaTaskNode, ELContainerAble, ELContAsgnAble, ELDeleteAble, ELElement, ELObject, MMFormatAble, PRDiaNode, PRPresContent, PRPresElement

public interface BPDiaMaskTaskNode
extends BPDiaTaskNode


Nested Class Summary
static class BPDiaMaskTaskNode.VAttr
           
 
Method Summary
 List<BPDiaMaskCompartmentNode> getOwnedMaskCompartmentNode(K_CONTROL_OPTION... behaviourFlags)
          All compartment nodes of the user task node.
 boolean isOpen()
          True, if the contents of this mask task are visible.
 
Methods inherited from interface de.mid.innovator.srv2api.icw2bpdia.BPDiaTaskNode
correctOwnedProcessViewContent, getCalledProcessViewNode, getDiaDisplayed, getOwnedBoundaryEventNode, getOwnedCallActivityNodes, getOwnedMaskNode, isOwnedProcessViewCompletelyMaintained, isOwnedProcessViewCorrect, isOwnedProcessViewCorrectAndComplete, isOwnedProcessViewMaster, letOwnedProcessViewBecomeMaster, moveContainedMasterToNewDiagram, rebuildOwnedProcessViewExactlyFromMaster, refactorCallAndProcessAsSubProcess, setDiaDisplayed
 
Methods inherited from interface de.mid.innovator.srv2api.icw2bpdia.BPDiaSequenceFlowNode
getOwningChoreographyViewNode, getOwningLaneNode, getOwningProcessViewNode, getOwningSubProcessNode
 
Methods inherited from interface de.mid.innovator.srv2api.icw2bpdia.BPDiaFlowNode
getOwnedViewElementTransitiveDownByOrder, getOwningGroupNode
 
Methods inherited from interface de.mid.innovator.srv2api.icw2pres.PRDiaNode
collapse, expand, getDiagram, getExpandedNodeRoot, getExpandedPresContext, getOnFramePositionSpecification, getOrientation, getOwningFrameNode, getPosition, getPositionAbsolute, getPresContainer, getSize, getTextPositionAbsolute, getXClientNode, hasEmbeddedContent, isExpanded, setCoord, setEmbeddedContent, setPosition, setSize
 
Methods inherited from interface de.mid.innovator.srv2api.icw2pres.PRPresContent
getIncoming, getMEModelElement, getModelContainer, getOutgoing, getOwnedPresContent, getOwningPresContent, getOwningPresContext, getOwningPresElement, getTextPosition, getTextSize, setTextCoord, setTextPosition, setTextSize
 
Methods inherited from interface de.mid.innovator.srv2api.icw2pres.PRPresElement
getOwnedPresContentElement, getPresColor, getPresentationOfLogic, setPresColor
 
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELContainerAble
getCheckSetNotToLocalizeAttribute, getClientDependency, getNotToLocalizeAttribute, getOwnedElement, getOwnedElementTransitiveDown, getOwnedElementTransitiveDown, getOwnedElementTransitiveDownAndUnresolved, getOwnedElementTransitiveDownAndUnresolved, getOwnedLocalizedValue, getOwnedOrReferencedElementTransitiveDown, getOwnedOrReferencedElementTransitiveDown, getOwnedRelshipBinDirWithTarget, getOwnedRelshipBinDirWithTarget, getRedirectedModelContainer, getRelshipBinDirSource, getSelfAndOwnedElementTransitiveDown, getSelfAndOwnedElementTransitiveDown, getSortedContents, resetNotToLocalizeAttribute, setNotToLocalizeAttribute, sortContents
 
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELDeleteAble
delete
 
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELContAsgnAble
getAsgnKind, getContSortOrder, getFirstOwnerWhichIsConformTo, getOwner, getOwnerTransitive, getOwnerTransitive, getSelfAndOwnerTransitive, getSelfAndOwnerTransitive, getVersionRoot, isTransitiveChildOf, setAsgnKind, setContSortOrder, setOwner
 
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.MMFormatAble
copyFormatDlg, getCopyFormatDlgInit, getFormat
 
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.ADClientAble
getAnnotation, getLogic, getLogic, getPresentationContext, getSection
 
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.ADM2AttrModifyAble
getTabCell, getTabCellObjectList, getTabCreateTemplate, getTabCreateTemplateObjectList, getTabElement, getTabElementRowList, getTabElementRowTypeList, getTabRowList, tabCellModify, tabCreateTemplate, tabElementModify
 

Method Detail

getOwnedMaskCompartmentNode

List<BPDiaMaskCompartmentNode> getOwnedMaskCompartmentNode(K_CONTROL_OPTION... behaviourFlags)
                                                           throws InoNetException,
                                                                  SrvErrorException
All compartment nodes of the user task node.

Parameters:
behaviourFlags - An optional list of enum values to control the behaviour of the command.
Throws:
InoNetException
SrvErrorException

isOpen

boolean isOpen()
               throws InoNetException,
                      SrvErrorException
True, if the contents of this mask task are visible.

Throws:
InoNetException
SrvErrorException