Interface MMSyncSet
-
- All Superinterfaces:
ADClientAble,ADM2AttrModifyAble,ELContainerAble,ELContAsgnAble,ELDeleteAble,ELElement,ELObject,ELUUIDAble,MMMetaCommentAble,MMMetamodelElement
public interface MMSyncSet extends ELContainerAble, MMMetaCommentAble
A synchronization set defines the set of stereotypes that synchronize properties with each other.
This allows the same conceptual element to be used in different methods.- See Also:
MMSyncSetHelper
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMMSyncSet.VAttr
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MMSyncedStereotypeaddSyncedStereotype(ELElement item)java.util.List<MMSyncedStereotype>getOwnedSyncedStereotype(K_CONTROL_OPTION... behaviourFlags)All synced stereotypes owned by thisMMSyncSet.java.util.List<MMSyncSetProperty>getOwnedSyncSetProperty(K_CONTROL_OPTION... behaviourFlags)All synced properties owned by thisMMSyncSet.MMSyncProfilegetOwningSyncProfile()TheMMSyncProfileowning thisMMSyncSet.-
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.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
-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.MMMetaCommentAble
getDescription
-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.MMMetamodelElement
getIgnoringProfile
-
-
-
-
Method Detail
-
addSyncedStereotype
MMSyncedStereotype addSyncedStereotype(ELElement item) throws InoNetException, SrvErrorException
- Parameters:
item- ELElement instance- Throws:
InoNetExceptionSrvErrorException
-
getOwnedSyncSetProperty
java.util.List<MMSyncSetProperty> getOwnedSyncSetProperty(K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
All synced properties owned by thisMMSyncSet.- Parameters:
behaviourFlags- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetExceptionSrvErrorException- Sorted:
- the result may be sorted.
-
getOwnedSyncedStereotype
java.util.List<MMSyncedStereotype> getOwnedSyncedStereotype(K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
All synced stereotypes owned by thisMMSyncSet.- Parameters:
behaviourFlags- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetExceptionSrvErrorException- Sorted:
- the result may be sorted.
-
getOwningSyncProfile
MMSyncProfile getOwningSyncProfile() throws InoNetException, SrvErrorException
TheMMSyncProfileowning thisMMSyncSet.- Throws:
InoNetExceptionSrvErrorException
-
-