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.The description of thisADApplicationConfiguration.intThe mask of privileges which have to be checked for editing thisADApplicationConfiguration.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.voidsetDescription(String value) Set the value of Attribut Description.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 ADAccessAble
getAccessRole, getReadRole, hasAccess, setAccessRole, setReadRoleMethods inherited from interface ADClientAble
getAnnotation, getEndAnalysisDia, getLogic, getLogic, getPresentationContext, getSection, getStartAnalysisDiaMethods inherited from interface ADHistoryAble
getCreateTime, getCreator, getHistory, getModifier, getModifyTime, modifyHistory, setHistoryMethods inherited from interface ADLockAble
getLock, getLockableCache, getLockLogin, getLockName, hasClutch, hasLock, hasNoLock, hasOthLock, hasOwnLock, isLockable, lock, unlockMethods inherited from interface ADM2AttrModifyAble
getTabCell, getTabCellObjectList, getTabCreateTemplate, getTabCreateTemplateObjectList, getTabElement, getTabElementRelshipTypeList, getTabElementRowList, getTabElementRowTypeList, getTabRelshipList, getTabRowList, tabCellModify, tabCreateTemplate, tabElementModifyMethods inherited from interface ADOptionAble
getOwnedOption, modifyOptionDlgMethods inherited from interface ADVersionAble
getVersionFile, getVersionList, getVersionListWithoutOpenInfoMethods inherited from interface ELContainerAble
getClientDependency, getOwnedElement, getOwnedElementTransitiveDown, getOwnedElementTransitiveDown, getOwnedElementTransitiveDownAndUnresolved, getOwnedElementTransitiveDownAndUnresolved, getOwnedOrReferencedElementTransitiveDown, getOwnedOrReferencedElementTransitiveDown, getOwnedRelshipBinDirWithTarget, getOwnedRelshipBinDirWithTarget, getRedirectedModelContainer, getRelshipBinDirSource, getSelfAndOwnedElementTransitiveDown, getSelfAndOwnedElementTransitiveDown, getSortedContents, sortContentsMethods inherited from interface ELContAsgnAble
getAsgnKind, getContSortOrder, getFirstOwnerWhichIsConformTo, getOwner, getOwnerTransitive, getOwnerTransitive, getSelfAndOwnerTransitive, getSelfAndOwnerTransitive, getVersionRoot, isTransitiveChildOf, setAsgnKind, setContSortOrder, setOwnerMethods inherited from interface ELDeleteAble
deleteMethods inherited from interface 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 ELNamedElement
getName, getNameKind, getQualifiedDisplayName, getQualifiedName, getQualifiedTLName, getSupplierDependency, rename, setName, setNameKindMethods inherited from interface ELNamespaceAsgnAble
getMnClassicTREFName, getNamespace, getNamespaceName, getPath, getSeparator, getVisibility, setUniqueName, setVisibilityMethods inherited from interface ELObject
getId, getLongId, getMetaClass, getMetaName, getOclClass, getSrvCon, hasReadMethods inherited from interface ELPackageAble
getElementImportingNamespace, getElementImportingNamespace, getImportedPackageAble, getOwningPackageMethods inherited from interface ELUUIDAble
getHyperlinkReferenceAble, getInnoRef, getNotToTranslateAttribute, getTranslatedValue, getUUID, setUUIDMethods inherited from interface 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
-
getDescription
The description of thisADApplicationConfiguration.- Throws:
InoNetExceptionSrvErrorException
-
setDescription
Set the value of Attribut Description.- 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
-