Interface MMSyncSetProperty
-
- All Superinterfaces:
ADClientAble,ADM2AttrModifyAble,ELContAsgnAble,ELDeleteAble,ELElement,ELObject,ELUUIDAble,MMMetamodelElement
public interface MMSyncSetProperty extends MMMetamodelElement
A synchronization property is a property that keeps the values in redundant properties of their stereotypes synchronized.- See Also:
MMSyncSetPropertyHelper
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMMSyncSetProperty.VAttr
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ARG_ModifySyncSetPropItemsInitgetModifySyncSetPropItemsDlgInit()Fills the dialog for the modification ofMMSyncedPropertyused by thisMMSyncSetProperty.MMSyncSetgetOwningSyncSet()TheMMSyncSetowning thisMMSyncSetProperty.java.util.List<MMSyncedProperty>getSyncedProperty()All synced properties which are synced by thisMMSyncSetProperty.voidmodifySyncSetPropItems(java.util.List<? extends MMSyncedProperty> seqProp)Modifies the list ofMMSyncedPropertyused by thisMMSyncSetProperty.-
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
-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.MMMetamodelElement
getIgnoringProfile
-
-
-
-
Method Detail
-
getModifySyncSetPropItemsDlgInit
ARG_ModifySyncSetPropItemsInit getModifySyncSetPropItemsDlgInit() throws InoNetException, SrvErrorException
Fills the dialog for the modification ofMMSyncedPropertyused by thisMMSyncSetProperty.- Throws:
InoNetExceptionSrvErrorException
-
modifySyncSetPropItems
void modifySyncSetPropItems(java.util.List<? extends MMSyncedProperty> seqProp) throws InoNetException, SrvErrorException
Modifies the list ofMMSyncedPropertyused by thisMMSyncSetProperty.- Parameters:
seqProp- list of synced properties- Throws:
InoNetExceptionSrvErrorException
-
getSyncedProperty
java.util.List<MMSyncedProperty> getSyncedProperty() throws InoNetException, SrvErrorException
All synced properties which are synced by thisMMSyncSetProperty.- Throws:
InoNetExceptionSrvErrorException
-
getOwningSyncSet
MMSyncSet getOwningSyncSet() throws InoNetException, SrvErrorException
TheMMSyncSetowning thisMMSyncSetProperty.- Throws:
InoNetExceptionSrvErrorException
-
-