Interface ADApplicationConfiguration
-
- All Superinterfaces:
ADAccessAble
,ADClientAble
,ADFindAble
,ADHistoryAble
,ADLockAble
,ADM2AttrModifyAble
,ADOptionAble
,ADVersionAble
,ELContainerAble
,ELContAsgnAble
,ELDeleteAble
,ELElement
,ELNamedElement
,ELNamespaceAsgnAble
,ELObject
,ELPackageAble
,ELUUIDAble
,MMMetamodelElement
public interface ADApplicationConfiguration extends MMMetamodelElement, ADVersionAble
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ADApplicationConfiguration.VAttr
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<PRAnalysisDia>
getAnalysisDiaContent()
All diagrams using this contentADApplicationConfiguration
.java.util.List<PRAnalysisDia>
getAnalysisDiaDisplay()
All diagrams using this displayADApplicationConfiguration
.java.lang.String
getConfigValue()
The configuration value of thisADApplicationConfiguration
.int
getOperationModeMaskToCheck()
The mask of privileges which have to be checked for editing thisADApplicationConfiguration
.ADModel
getOwningModel()
TheADModel
that owns the current object.java.lang.String
getPurpose()
The purpose of thisADApplicationConfiguration
.java.util.List<ADApplicationConfiguration>
getUsedApplicationConfiguration()
All used application configurations of thisADApplicationConfiguration
.java.util.List<ADApplicationConfiguration>
getUsingApplicationConfiguration()
All application configurations which use thisADApplicationConfiguration
.void
setConfigValue(java.lang.String value)
Set the value of Attribut ConfigValue.void
setOperationModeMaskToCheck(int value)
Set the value of Attribut OperationModeMaskToCheck.void
setPurpose(java.lang.String value)
Set the value of Attribut Purpose.void
setUsedApplicationConfiguration(java.util.List<? extends ADApplicationConfiguration> values)
Set the value of Foreign Key UsedApplicationConfiguration.-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.ADAccessAble
getAccessRole, getReadRole, hasAccess, setAccessRole, setReadRole
-
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.ADHistoryAble
getCreateTime, getCreator, getHistory, getModifier, getModifyTime, modifyHistory, setHistory
-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.ADLockAble
getLock, getLockableCache, getLockLogin, getLockName, hasClutch, hasLock, hasNoLock, hasOthLock, hasOwnLock, isLockable, lock, unlock
-
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.icw2meta.ADOptionAble
getOwnedOption, modifyOptionDlg
-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.ADVersionAble
getVersionFile, getVersionList, getVersionListWithoutOpenInfo
-
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.ELNamedElement
getName, getNameKind, getQualifiedDisplayName, getQualifiedName, getQualifiedTLName, getSupplierDependency, rename, setName, setNameKind
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELNamespaceAsgnAble
getMnClassicTREFName, getNamespace, getNamespaceName, getPath, getSeparator, getVisibility, setUniqueName, setVisibility
-
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.ELPackageAble
getElementImportingNamespace, getElementImportingNamespace, getImportedPackageAble, getOwningPackage
-
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
-
getOperationModeMaskToCheck
int getOperationModeMaskToCheck() throws InoNetException, SrvErrorException
The mask of privileges which have to be checked for editing thisADApplicationConfiguration
.- Throws:
InoNetException
SrvErrorException
-
setOperationModeMaskToCheck
void setOperationModeMaskToCheck(int value) throws InoNetException, SrvErrorException
Set the value of Attribut OperationModeMaskToCheck.- Parameters:
value
- The value to be set.- Throws:
InoNetException
SrvErrorException
-
getPurpose
java.lang.String getPurpose() throws InoNetException, SrvErrorException
The purpose of thisADApplicationConfiguration
.- Throws:
InoNetException
SrvErrorException
-
setPurpose
void setPurpose(java.lang.String value) throws InoNetException, SrvErrorException
Set the value of Attribut Purpose.- Parameters:
value
- The value to be set.- Throws:
InoNetException
SrvErrorException
-
getConfigValue
java.lang.String getConfigValue() throws InoNetException, SrvErrorException
The configuration value of thisADApplicationConfiguration
.- Throws:
InoNetException
SrvErrorException
-
setConfigValue
void setConfigValue(java.lang.String value) throws InoNetException, SrvErrorException
Set the value of Attribut ConfigValue.- Parameters:
value
- The value to be set.- Throws:
InoNetException
SrvErrorException
-
getUsingApplicationConfiguration
java.util.List<ADApplicationConfiguration> getUsingApplicationConfiguration() throws InoNetException, SrvErrorException
All application configurations which use thisADApplicationConfiguration
.- Throws:
InoNetException
SrvErrorException
-
getUsedApplicationConfiguration
java.util.List<ADApplicationConfiguration> getUsedApplicationConfiguration() throws InoNetException, SrvErrorException
All used application configurations of thisADApplicationConfiguration
.- Throws:
InoNetException
SrvErrorException
- Sorted:
- the result may be sorted.
-
setUsedApplicationConfiguration
void setUsedApplicationConfiguration(java.util.List<? extends ADApplicationConfiguration> values) throws InoNetException, SrvErrorException
Set the value of Foreign Key UsedApplicationConfiguration.- Parameters:
values
- The value to be set.- Throws:
InoNetException
SrvErrorException
-
getAnalysisDiaContent
java.util.List<PRAnalysisDia> getAnalysisDiaContent() throws InoNetException, SrvErrorException
All diagrams using this contentADApplicationConfiguration
.- Throws:
InoNetException
SrvErrorException
-
getAnalysisDiaDisplay
java.util.List<PRAnalysisDia> getAnalysisDiaDisplay() throws InoNetException, SrvErrorException
All diagrams using this displayADApplicationConfiguration
.- Throws:
InoNetException
SrvErrorException
-
getOwningModel
ADModel getOwningModel() throws InoNetException, SrvErrorException
TheADModel
that owns the current object.- Throws:
InoNetException
SrvErrorException
-
-