|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
public interface ADRepository
Represents the repository.
ADRepositoryHelper| Nested Class Summary | |
|---|---|
static class |
ADRepository.VAttr
|
| Method Summary | ||
|---|---|---|
MMGeneral |
getGeneral()
The general element which is owned by this repository. |
|
String |
getLockText()
Returns the the current object's lock text. |
|
|
getOwnedEventLogEntry(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All event log entries owned by this ADRepository. |
|
List<ADInoHost> |
getOwnedInoHost(K_CONTROL_OPTION... behaviourFlags)
The host entries which are owned by the current object. |
|
List<ADInstance> |
getOwnedInstance(K_CONTROL_OPTION... behaviourFlags)
The instances which are owned by the current object. |
|
|
getOwnedModel(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
The models which are owned by the current object. |
|
|
getOwnedReference(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Returns the revision references owned by this repository. |
|
List<ADUpdTime> |
getOwnedUpdTime(K_CONTROL_OPTION... behaviourFlags)
The update times which are owned by the current object. |
|
ADRepAdmin |
getRepAdmin()
The repository admin which is owned by the current object. |
|
ADRepLogOption |
getRepLogOption()
The login option which is owned by the current object. |
|
List<ELValSpecString> |
getRepositoryInactivity(K_CONTROL_OPTION... behaviourFlags)
All string values of repository inactivity owned by this repository. |
|
MM2Schema |
getSchema()
The schema owned by this repository. |
|
ADUpdInterval |
getUpdInterval()
The update interval which is owned by the current object. |
|
ELElement |
getVersionRoot()
Returns the the current object's version unit root instance. |
|
boolean |
isDemoInstallation()
Returns true if the current object runs into a demo installation. |
|
boolean |
isSingleSignOn()
Returns true, if the repository is running in Single-Sign-On mode. |
|
void |
modifyPassword(String oldPass,
String newPass)
Modifies the the current object's repository administrator password. |
|
| Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELUUIDAble |
|---|
getUUID, setUUID |
| 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.ELNamedElement |
|---|
getName, getNameKind, getQualifiedDisplayName, getQualifiedName, getQualifiedTLName, getResetDefaultName, getSupplierDependency, rename, setName, setNameKind, setResetDefaultName |
| Method Detail |
|---|
MMGeneral getGeneral()
throws InoNetException,
SrvErrorException
InoNetException
SrvErrorException
String getLockText()
throws InoNetException,
SrvErrorException
InoNetException
SrvErrorException
<T extends ADEventLogEntry> List<T> getOwnedEventLogEntry(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
ADRepository.
returnType - Specifies the type of elements to be returned.behaviourFlags - An optional list of enum values to control the behaviour of the command.
InoNetException
SrvErrorException
List<ADInoHost> getOwnedInoHost(K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
behaviourFlags - An optional list of enum values to control the behaviour of the command.
InoNetException
SrvErrorException
List<ADInstance> getOwnedInstance(K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
behaviourFlags - An optional list of enum values to control the behaviour of the command.
InoNetException
SrvErrorException
<T extends ADModel> List<T> getOwnedModel(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
returnType - Specifies the type of elements to be returned.behaviourFlags - An optional list of enum values to control the behaviour of the command.
InoNetException
SrvErrorException
<T extends ADReference> List<T> getOwnedReference(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
returnType - Specifies the type of elements to be returned.behaviourFlags - An optional list of enum values to control the behaviour of the command.
InoNetException
SrvErrorException
List<ADUpdTime> getOwnedUpdTime(K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
behaviourFlags - An optional list of enum values to control the behaviour of the command.
InoNetException
SrvErrorException
ADRepAdmin getRepAdmin()
throws InoNetException,
SrvErrorException
InoNetException
SrvErrorException
ADRepLogOption getRepLogOption()
throws InoNetException,
SrvErrorException
InoNetException
SrvErrorException
List<ELValSpecString> getRepositoryInactivity(K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
behaviourFlags - An optional list of enum values to control the behaviour of the command.
InoNetException
SrvErrorException
MM2Schema getSchema()
throws InoNetException,
SrvErrorException
InoNetException
SrvErrorException
ADUpdInterval getUpdInterval()
throws InoNetException,
SrvErrorException
InoNetException
SrvErrorException
ELElement getVersionRoot()
throws InoNetException,
SrvErrorException
InoNetException
SrvErrorException
boolean isDemoInstallation()
throws InoNetException,
SrvErrorException
InoNetException
SrvErrorException
boolean isSingleSignOn()
throws InoNetException,
SrvErrorException
InoNetException
SrvErrorException
void modifyPassword(String oldPass,
String newPass)
throws InoNetException,
SrvErrorException
oldPass - altes PasswortnewPass - neues Passwort
InoNetException
SrvErrorException
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||