Interface ADSyncedElement
-
- All Superinterfaces:
ADClientAble
,ADM2AttrModifyAble
,ELContAsgnAble
,ELDeleteAble
,ELElement
,ELObject
,ELUUIDAble
public interface ADSyncedElement extends ELDeleteAble, ADClientAble, ELContAsgnAble
A synchronized element represents a conceptual element that occurs in different method contexts through synchronized stereotypes.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ADSyncedElement.VAttr
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MMStereotypeAble
getOwningStereotypeAble()
TheMMStereotypeAble
owning thisADSyncedElement
.<T extends MMStereotypeAble>
java.util.List<T>getStereotypeAble(java.lang.Class<T> returnType)
All elements synced by thisADSyncedElement
.-
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.ELContAsgnAble
getAsgnKind, getContSortOrder, getFirstOwnerWhichIsConformTo, getOwner, getOwnerTransitive, getOwnerTransitive, getSelfAndOwnerTransitive, getSelfAndOwnerTransitive, getVersionRoot, isTransitiveChildOf, setAsgnKind, setContSortOrder, setOwner
-
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.icw2elem.ELUUIDAble
getHyperlinkReferenceAble, getNotToTranslateAttribute, getTranslatedValue, getUUID, setUUID
-
-
-
-
Method Detail
-
getStereotypeAble
<T extends MMStereotypeAble> java.util.List<T> getStereotypeAble(java.lang.Class<T> returnType) throws InoNetException, SrvErrorException
All elements synced by thisADSyncedElement
.- Parameters:
returnType
- Specifies the type of elements to be returned.- Throws:
InoNetException
SrvErrorException
-
getOwningStereotypeAble
MMStereotypeAble getOwningStereotypeAble() throws InoNetException, SrvErrorException
TheMMStereotypeAble
owning thisADSyncedElement
.- Throws:
InoNetException
SrvErrorException
-
-