Uses of Interface
de.mid.innovator.srv2api.icw2meta.ADModel
-
Packages that use ADModel Package Description de.mid.innovator.srv.excellence The package contains classes for connecting to an Innovator model for manipulation and evaluation purposes.de.mid.innovator.srv2api.icw2meta Meta model and administration information. -
-
Uses of ADModel in de.mid.innovator.srv.excellence
Methods in de.mid.innovator.srv.excellence that return ADModel Modifier and Type Method Description ADModel
ExcellenceModel. getADModel()
The instance of ADModel is fetched from the server.Methods in de.mid.innovator.srv.excellence with parameters of type ADModel Modifier and Type Method Description static Model
ExcellenceModel. create(RepositoryServer rep, java.lang.String name, K_ADMODEL modelType, ADModel mdlId)
-
Uses of ADModel in de.mid.innovator.srv2api.icw2meta
Subinterfaces of ADModel in de.mid.innovator.srv2api.icw2meta Modifier and Type Interface Description interface
ADXModel
Represents an InoX model.Fields in de.mid.innovator.srv2api.icw2meta declared as ADModel Modifier and Type Field Description ADModel
ARG_BranchModifyPropertiesIn. adModel
modify the properties of the current branch of this modelADModel
ARG_BranchReassignIn. adModel
reassign the current branch of this modelADModel
ARG_CreateBranchBackupIn. adModel
take the current branch of this modelADModel
ARG_CreateBranchIn. adModel
create branch for this modelADModel
ARG_CreateModelVersionIn. adModel
create a version for this modelADModel
ARG_ModifyAliasIn. adModel
modify the version aliases of this modelADModel
ARG_NameConstraintsUpdate. adModel
update the name constraints of this modelADModel
ARG_ADModelInfo. model
Model InstanceADModel
ARG_GuestAllow. model
model idMethods in de.mid.innovator.srv2api.icw2meta with type parameters of type ADModel Modifier and Type Method Description <T extends ADModel>
java.util.List<T>ADRepository. getOwnedModel(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
The models which are owned by the current object.Methods in de.mid.innovator.srv2api.icw2meta that return ADModel Modifier and Type Method Description ADModel
ADAlias. getModel()
The model that owns the current object.ADModel
ADBranch. getModel()
ADModel
ADChangeSet. getModel()
TheADModel
that owns the current object.ADModel
ADCSInstance. getModel()
ADModel
ADMdlAdmin. getModel()
the current object's model.ADModel
ADMdlGuest. getModel()
The model of the current object.ADModel
ADMdlLogOption. getModel()
ADModel
ADMdlUser. getModel()
The model that own this model user.ADModel
ADUsrRole. getModel()
ADModel
ADApplicationConfiguration. getOwningModel()
TheADModel
that owns the current object.ADModel
ADConfigTranslation. getOwningModel()
TheADModel
that owns thisADConfigTranslation
.ADModel
ADEventLogEntry. getOwningModel()
TheADModel
owning this event log entry.ADModel
ADModelTranslation. getOwningModel()
TheADModel
that owns thisADModelTranslation
.ADModel
MMProfile. getOwningModel()
ADModel
MMProfileTranslation. getOwningModel()
TheADModel
that owns thisMMProfileTranslation
.Methods in de.mid.innovator.srv2api.icw2meta with parameters of type ADModel Modifier and Type Method Description static ARG_CreateRepository
ADModelHelper. createBranch(SrvContext srvCtx, ADModel adModel, java.lang.String branchName, java.lang.String note, boolean asSubBranch, boolean withCS)
Creates a branch.static ARG_CreateRepository
ADModelHelper. createBranchBackup(SrvContext srvCtx, ADModel adModel, java.lang.String backupName, java.lang.String note)
Creates a backup of the current branch.static ARG_CreateRepository
ADModelHelper. createModelVersion(SrvContext srvCtx, ADModel adModel, java.lang.String branchName, java.lang.String note, java.lang.String adModelUUID, java.lang.String parentBranchUUID, java.lang.String adModelName)
Creates a new model version.static void
ADModelHelper. guestAllow(SrvContext srvCtx, ADModel model, boolean allowLogin, java.lang.String text)
Allow and forbid for the guest logins.static void
ADModelHelper. modifyBranchProperties(SrvContext srvCtx, ADModel adModel, java.lang.String name, java.lang.String note)
Updates the properties of this branch.static void
ADModelHelper. modifyVersionAlias(SrvContext srvCtx, ADModel adModel, java.util.List<ARG_Alias> seqAlias)
Replaces the model versions alias list.static void
ADModelHelper. nameConstraintsUpdate(SrvContext srvCtx, ADModel adModel, java.lang.String expressionForVersionName, java.lang.String expressionForBackupName)
Updates the regular expressions constraining the name of a model version and a model backup.static void
ADModelHelper. reassignBranch(SrvContext srvCtx, ADModel adModel, java.lang.String parentBranchUUID)
assigns this branch to a new parent branch.Constructors in de.mid.innovator.srv2api.icw2meta with parameters of type ADModel Constructor Description ARG_ADModelInfo(ADModel model, K_ADMODEL method, java.lang.String name)
ARG_BranchModifyPropertiesIn(ADModel adModel, java.lang.String name, java.lang.String note)
ARG_BranchReassignIn(ADModel adModel, java.lang.String parentBranchUUID)
ARG_CreateBranchBackupIn(ADModel adModel, java.lang.String backupName, java.lang.String note)
ARG_CreateBranchIn(ADModel adModel, java.lang.String branchName, java.lang.String note, boolean asSubBranch, boolean withCS)
ARG_CreateModelVersionIn(ADModel adModel, java.lang.String branchName, java.lang.String note, java.lang.String adModelUUID, java.lang.String parentBranchUUID, java.lang.String adModelName)
ARG_GuestAllow(ADModel model, boolean allowLogin, java.lang.String text)
ARG_ModifyAliasIn(ADModel adModel, java.util.List<ARG_Alias> seqAlias)
ARG_NameConstraintsUpdate(ADModel adModel, java.lang.String expressionForVersionName, java.lang.String expressionForBackupName)
-