Interface ADApplicationConfiguration
- All Superinterfaces:
ADAccessAble,ADClientAble,ADFindAble,ADHistoryAble,ADLockAble,ADM2AttrModifyAble,ADOptionAble,ADVersionAble,ELContainerAble,ELContAsgnAble,ELDeleteAble,ELElement,ELNamedElement,ELNamespaceAsgnAble,ELObject,ELPackageAble,ELUUIDAble,MMMetamodelElement
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionAll diagrams using this contentADApplicationConfiguration.All diagrams using this displayADApplicationConfiguration.The configuration value of thisADApplicationConfiguration.intThe mask of privileges which have to be checked for editing thisADApplicationConfiguration.TheADModelthat owns the current object.The purpose of thisADApplicationConfiguration.getUsedApplicationConfiguration(K_CONTROL_OPTION... behaviourFlags) All used application configurations of thisADApplicationConfiguration.All application configurations which use thisADApplicationConfiguration.voidsetConfigValue(String value) Set the value of Attribut ConfigValue.voidsetOperationModeMaskToCheck(int value) Set the value of Attribut OperationModeMaskToCheck.voidsetPurpose(String value) Set the value of Attribut Purpose.voidsetUsedApplicationConfiguration(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, setReadRoleMethods inherited from interface de.mid.innovator.srv2api.icw2meta.ADClientAble
getAnnotation, getEndAnalysisDia, getLogic, getLogic, getPresentationContext, getSection, getStartAnalysisDiaMethods inherited from interface de.mid.innovator.srv2api.icw2meta.ADHistoryAble
getCreateTime, getCreator, getHistory, getModifier, getModifyTime, modifyHistory, setHistoryMethods inherited from interface de.mid.innovator.srv2api.icw2meta.ADLockAble
getLock, getLockableCache, getLockLogin, getLockName, hasClutch, hasLock, hasNoLock, hasOthLock, hasOwnLock, isLockable, lock, unlockMethods inherited from interface de.mid.innovator.srv2api.icw2meta.ADM2AttrModifyAble
getTabCell, getTabCellObjectList, getTabCreateTemplate, getTabCreateTemplateObjectList, getTabElement, getTabElementRelshipTypeList, getTabElementRowList, getTabElementRowTypeList, getTabRelshipList, getTabRowList, tabCellModify, tabCreateTemplate, tabElementModifyMethods inherited from interface de.mid.innovator.srv2api.icw2meta.ADOptionAble
getOwnedOption, modifyOptionDlgMethods inherited from interface de.mid.innovator.srv2api.icw2meta.ADVersionAble
getVersionFile, getVersionList, getVersionListWithoutOpenInfoMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELContainerAble
getClientDependency, getOwnedElement, getOwnedElementTransitiveDown, getOwnedElementTransitiveDown, getOwnedElementTransitiveDownAndUnresolved, getOwnedElementTransitiveDownAndUnresolved, getOwnedOrReferencedElementTransitiveDown, getOwnedOrReferencedElementTransitiveDown, getOwnedRelshipBinDirWithTarget, getOwnedRelshipBinDirWithTarget, getRedirectedModelContainer, getRelshipBinDirSource, getSelfAndOwnedElementTransitiveDown, getSelfAndOwnedElementTransitiveDown, getSortedContents, sortContentsMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELContAsgnAble
getAsgnKind, getContSortOrder, getFirstOwnerWhichIsConformTo, getOwner, getOwnerTransitive, getOwnerTransitive, getSelfAndOwnerTransitive, getSelfAndOwnerTransitive, getVersionRoot, isTransitiveChildOf, setAsgnKind, setContSortOrder, setOwnerMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELDeleteAble
deleteMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELElement
duplicateElement, getAssignAbleToVattr, getAssignAbleToVattr, getClientId, getCreateTemplateOfInstance, getDisplayBitmap, getDisplayColor, getDisplayFont, getDisplayLine, getDisplayName, getDisplayNameShort, getDisplayNSName, getElementCache, getElementMappingInformation, getNotificationElement, getQualifiedNamespaceName, getRelshipBinDir, getRelshipBinDir, getRelshipBinDirTarget, getUnitToLock, getValSpecElement, isContainedInProfile, isUnresolved, lockUnit, setUnresolved, unlockUnitMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELNamedElement
getName, getNameKind, getQualifiedDisplayName, getQualifiedName, getQualifiedTLName, getSupplierDependency, rename, setName, setNameKindMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELNamespaceAsgnAble
getMnClassicTREFName, getNamespace, getNamespaceName, getPath, getSeparator, getVisibility, setUniqueName, setVisibilityMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELObject
getId, getLongId, getMetaClass, getMetaName, getOclClass, getSrvCon, hasReadMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELPackageAble
getElementImportingNamespace, getElementImportingNamespace, getImportedPackageAble, getOwningPackageMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELUUIDAble
getHyperlinkReferenceAble, getInnoRef, getNotToTranslateAttribute, getTranslatedValue, getUUID, setUUIDMethods inherited from interface de.mid.innovator.srv2api.icw2meta.MMMetamodelElement
getIgnoringProfile
-
Method Details
-
getOperationModeMaskToCheck
The mask of privileges which have to be checked for editing thisADApplicationConfiguration.- Throws:
InoNetExceptionSrvErrorException
-
setOperationModeMaskToCheck
Set the value of Attribut OperationModeMaskToCheck.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getPurpose
The purpose of thisADApplicationConfiguration.- Throws:
InoNetExceptionSrvErrorException
-
setPurpose
Set the value of Attribut Purpose.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getConfigValue
The configuration value of thisADApplicationConfiguration.- Throws:
InoNetExceptionSrvErrorException
-
setConfigValue
Set the value of Attribut ConfigValue.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getUsingApplicationConfiguration
List<ADApplicationConfiguration> getUsingApplicationConfiguration() throws InoNetException, SrvErrorExceptionAll application configurations which use thisADApplicationConfiguration.- Throws:
InoNetExceptionSrvErrorException
-
getUsedApplicationConfiguration
List<ADApplicationConfiguration> getUsedApplicationConfiguration(K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException All used application configurations of thisADApplicationConfiguration.- Parameters:
behaviourFlags- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetExceptionSrvErrorException- Sorted:
- the result may be sorted.
-
setUsedApplicationConfiguration
void setUsedApplicationConfiguration(List<? extends ADApplicationConfiguration> values) throws InoNetException, SrvErrorException Set the value of Foreign Key UsedApplicationConfiguration.- Parameters:
values- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getAnalysisDiaContent
All diagrams using this contentADApplicationConfiguration.- Throws:
InoNetExceptionSrvErrorException
-
getAnalysisDiaDisplay
All diagrams using this displayADApplicationConfiguration.- Throws:
InoNetExceptionSrvErrorException
-
getOwningModel
TheADModelthat owns the current object.- Throws:
InoNetExceptionSrvErrorException
-