Interface ADRepository
- All Superinterfaces:
ELContainerAble,ELDeleteAble,ELElement,ELNamedElement,ELNamespaceAble,ELObject,ELUUIDAble
Represents the repository.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionThe general element which is owned by the current object.booleanLogout inactive users automatically,Returns the current lock note if logins are prevented.<T extends ADEventLogEntry>
List<T> getOwnedEventLogEntry(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All event log entries owned by the current object.getOwnedInoHost(K_CONTROL_OPTION... behaviourFlags) The host entries which are owned by the current object.getOwnedModel(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) The models which are owned by the current object.getOwnedSchemaTranslation(K_CONTROL_OPTION... behaviourFlags) All translations owned by thisADRepository.getOwnedUpdTime(K_CONTROL_OPTION... behaviourFlags) The update times which are owned by the current object.The repository administrator of the current object.The login option which is owned by the current object.getRepositoryInactivity(K_CONTROL_OPTION... behaviourFlags) All string values of repository inactivity owned by the current object.Returns the fully qualified path of this repository.The schema owned by the current object.The update interval which is owned by the current object.Returns the the current object's version unit root instance.booleanReturns true if the model server is running in a demo installation.booleanReturns true if the model server is running in single sign-on mode.voidmodifyPassword(String oldPass, String newPass) Use to modify the repository administrator password of the current object.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, sortContentsMethods 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.ELNamespaceAble
getElementImport, getImportedElement, getImportedElement, getImportedPackage, getImportedPackage, getMember, getMember, getMemberByPattern, getMemberByPattern, getOwnedConstraint, getOwnedMember, getOwnedMemberByPath, getOwnedMemberByPattern, getOwnedMemberByPattern, getOwnedMemberTransitiveByPattern, getOwnedMemberTransitiveByPattern, getOwnedMemberTransitiveByPatternIgnoreCase, getOwnedMemberTransitiveByPatternIgnoreCase, getPackageImportMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELObject
getId, getLongId, getMetaClass, getMetaName, getOclClass, getSrvCon, hasReadMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELUUIDAble
getHyperlinkReferenceAble, getInnoRef, getNotToTranslateAttribute, getTranslatedValue, getUUID, setUUID
-
Method Details
-
isSingleSignOn
Returns true if the model server is running in single sign-on mode.- Throws:
InoNetExceptionSrvErrorException
-
getInactivityLogoutUsers
Logout inactive users automatically,- Throws:
InoNetExceptionSrvErrorException
-
isDemoInstallation
Returns true if the model server is running in a demo installation.- Throws:
InoNetExceptionSrvErrorException
-
getLockText
Returns the current lock note if logins are prevented.- Throws:
InoNetExceptionSrvErrorException
-
getVersionRoot
Returns the the current object's version unit root instance.- Throws:
InoNetExceptionSrvErrorException
-
getRepositoryPath
Returns the fully qualified path of this repository.- Throws:
InoNetExceptionSrvErrorException
-
modifyPassword
Use to modify the repository administrator password of the current object.- Parameters:
oldPass- current passwordnewPass- new password- Throws:
InoNetExceptionSrvErrorException
-
getSchema
The schema owned by the current object.- Throws:
InoNetExceptionSrvErrorException
-
getOwnedUpdTime
List<ADUpdTime> getOwnedUpdTime(K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException The update times which are owned by the current object.- Parameters:
behaviourFlags- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetExceptionSrvErrorException- Sorted:
- the result may be sorted.
-
getOwnedModel
<T extends ADModel> List<T> getOwnedModel(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException The models which are owned by the current object.- Parameters:
returnType- Specifies the type of elements to be returned.behaviourFlags- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetExceptionSrvErrorException- Sorted:
- the result may be sorted.
-
getUpdInterval
The update interval which is owned by the current object.- Throws:
InoNetExceptionSrvErrorException
-
getRepLogOption
The login option which is owned by the current object.- Throws:
InoNetExceptionSrvErrorException
-
getRepAdmin
The repository administrator of the current object.- Throws:
InoNetExceptionSrvErrorException
-
getGeneral
The general element which is owned by the current object.- Throws:
InoNetExceptionSrvErrorException
-
getOwnedInoHost
List<ADInoHost> getOwnedInoHost(K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException The host entries which are owned by the current object.- Parameters:
behaviourFlags- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetExceptionSrvErrorException- Sorted:
- the result may be sorted.
-
getOwnedEventLogEntry
<T extends ADEventLogEntry> List<T> getOwnedEventLogEntry(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException All event log entries owned by the current object.- Parameters:
returnType- Specifies the type of elements to be returned.behaviourFlags- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetExceptionSrvErrorException- Sorted:
- the result may be sorted.
-
getRepositoryInactivity
List<ELValSpecString> getRepositoryInactivity(K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException All string values of repository inactivity owned by the current object.- Parameters:
behaviourFlags- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetExceptionSrvErrorException- Sorted:
- the result may be sorted.
-
getOwnedSchemaTranslation
List<MM2SchemaTranslation> getOwnedSchemaTranslation(K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException All translations owned by thisADRepository.- Parameters:
behaviourFlags- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetExceptionSrvErrorException- Sorted:
- the result may be sorted.
-