Uses of Interface
de.mid.innovator.srv2api.icw2meta.ADRepository
-
Packages that use ADRepository Package Description de.mid.innovator.srv All classes in this package are used for communicating with the Innovator repository server and license server.de.mid.innovator.srv2api.icw2elem Describes the common behavior of all elements stored in a model server repository even configuration elements in profiles and schema elements of the meta model.de.mid.innovator.srv2api.icw2meta Meta model and administration information. -
-
Uses of ADRepository in de.mid.innovator.srv
Methods in de.mid.innovator.srv that return ADRepository Modifier and Type Method Description ADRepository
RepositoryServer. getADRepository()
Gets the repository server proxy element. -
Uses of ADRepository in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem that return ADRepository Modifier and Type Method Description ADRepository
ELValSpecString. getOwningRepositoryInactivity()
The repository that owns the current object. -
Uses of ADRepository in de.mid.innovator.srv2api.icw2meta
Methods in de.mid.innovator.srv2api.icw2meta that return ADRepository Modifier and Type Method Description ADRepository
ADEventLogEntry. getOwningRepository()
TheADRepository
owning the current object.ADRepository
MM2SchemaTranslation. getOwningRepository()
TheADRepository
that owns thisMM2SchemaTranslation
.ADRepository
ADInoHost. getRepository()
The the current object's repository.ADRepository
ADModel. getRepository()
The repository that owns the current object.ADRepository
ADRepAdmin. getRepository()
Repository of the current object.ADRepository
ADRepLogOption. getRepository()
the current object's repository.ADRepository
ADUpdInterval. getRepository()
the current object's repository.ADRepository
ADUpdTime. getRepository()
the current object's repository.ADRepository
MM2Schema. getRepository()
the current object's repository.ADRepository
MMGeneral. getRepository()
The repository of the current object.static ADRepository
ADRepositoryHelper. getSelf(SrvContext srvCtx)
Returns the repository itself.
-