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 class
MMSyncSetProperty.VAttr
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ARG_ModifySyncSetPropItemsInit
getModifySyncSetPropItemsDlgInit()
Fills the dialog for the modification ofMMSyncedProperty
used by thisMMSyncSetProperty
.MMSyncSet
getOwningSyncSet()
TheMMSyncSet
owning thisMMSyncSetProperty
.java.util.List<MMSyncedProperty>
getSyncedProperty()
All synced properties which are synced by thisMMSyncSetProperty
.void
modifySyncSetPropItems(java.util.List<? extends MMSyncedProperty> seqProp)
Modifies the list ofMMSyncedProperty
used 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 ofMMSyncedProperty
used by thisMMSyncSetProperty
.- Throws:
InoNetException
SrvErrorException
-
modifySyncSetPropItems
void modifySyncSetPropItems(java.util.List<? extends MMSyncedProperty> seqProp) throws InoNetException, SrvErrorException
Modifies the list ofMMSyncedProperty
used by thisMMSyncSetProperty
.- Parameters:
seqProp
- list of synced properties- Throws:
InoNetException
SrvErrorException
-
getSyncedProperty
java.util.List<MMSyncedProperty> getSyncedProperty() throws InoNetException, SrvErrorException
All synced properties which are synced by thisMMSyncSetProperty
.- Throws:
InoNetException
SrvErrorException
-
getOwningSyncSet
MMSyncSet getOwningSyncSet() throws InoNetException, SrvErrorException
TheMMSyncSet
owning thisMMSyncSetProperty
.- Throws:
InoNetException
SrvErrorException
-
-