Uses of Interface
de.mid.innovator.srv2api.icw2meta.ADModel
Packages that use ADModel
Package
Description
The package contains classes for connecting to an Innovator model
for manipulation and evaluation purposes.
Meta model and administration information.
-
Uses of ADModel in de.mid.innovator.srv.excellence
Methods in de.mid.innovator.srv.excellence that return ADModelModifier and TypeMethodDescriptionExcellenceModel.getADModel()The instance of ADModel is fetched from the server.Methods in de.mid.innovator.srv.excellence with parameters of type ADModel -
Uses of ADModel in de.mid.innovator.srv2api.icw2meta
Subinterfaces of ADModel in de.mid.innovator.srv2api.icw2metaFields in de.mid.innovator.srv2api.icw2meta declared as ADModelModifier and TypeFieldDescriptionARG_BranchModifyPropertiesIn.adModelmodify the properties of the current branch of this modelARG_BranchReassignIn.adModelreassign the current branch of this modelARG_CreateBranchBackupIn.adModeltake the current branch of this modelARG_CreateBranchFromLatestUpdateIn.adModelcreate branch for this modelARG_CreateBranchIn.adModelcreate branch for this modelARG_CreateModelVersionIn.adModelcreate a version for this modelARG_ModelNameUpdateOclCmd.adModelrename this modelARG_ModifyAliasIn.adModelmodify the version aliases of this modelARG_NameConstraintsUpdate.adModelupdate the name constraints of this modelARG_ADModelInfo.modelModel InstanceARG_GuestAllow.modelmodel idMethods in de.mid.innovator.srv2api.icw2meta with type parameters of type ADModelModifier and TypeMethodDescriptionADRepository.getOwnedModel(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 ADModelModifier and TypeMethodDescriptionADMdlAdmin.getModel()the current object's model.ADMdlGeneratorSvg.getModel()the current object's model.ADMdlGuest.getModel()The model of the current object.ADMdlUser.getModel()The model that own this model user.ADUsrRole.getModel()MMProfile.getOwningModel()Methods in de.mid.innovator.srv2api.icw2meta with parameters of type ADModelModifier and TypeMethodDescriptionstatic ARG_CreateRepositoryADModelHelper.createBranch(SrvContext srvCtx, ADModel adModel, String branchName, String note, boolean asSubBranch, boolean withCS, boolean withUN, String variableModelName, ADClientAble meSection) Creates a branch.static ARG_CreateRepositoryADModelHelper.createBranchBackup(SrvContext srvCtx, ADModel adModel, String backupName, String note) Creates a backup of the current branch.ADModelHelper.createBranchFromLatestUpdate(SrvContext srvCtx, ADModel adModel) Creates a branch from the latest update of this modelstatic ARG_CreateRepositoryADModelHelper.createModelVersion(SrvContext srvCtx, ADModel adModel, String branchName, String note, String adModelUUID, String parentBranchUUID, String adModelName, String variableModelName) Creates a new model version.static voidADModelHelper.guestAllow(SrvContext srvCtx, ADModel model, boolean allowLogin, String text) Allow and forbid for the guest logins.static voidADModelHelper.modelNameUpdate(SrvContext srvCtx, ADModel adModel, String modelName) renames this model.static voidADModelHelper.modifyBranchProperties(SrvContext srvCtx, ADModel adModel, String name, String note) Updates the properties of this branch.static voidADModelHelper.modifyVersionAlias(SrvContext srvCtx, ADModel adModel, List<ARG_Alias> seqAlias) Replaces the model versions alias list.static voidADModelHelper.nameConstraintsUpdate(SrvContext srvCtx, ADModel adModel, String expressionForVersionName, String expressionForBackupName) Updates the regular expressions constraining the name of a model version and a model backup.static voidADModelHelper.reassignBranch(SrvContext srvCtx, ADModel adModel, String parentBranchUUID) assigns this branch to a new parent branch.Constructors in de.mid.innovator.srv2api.icw2meta with parameters of type ADModelModifierConstructorDescriptionARG_ADModelInfo(ADModel model, K_ADMODEL method, String name) ARG_BranchModifyPropertiesIn(ADModel adModel, String name, String note) ARG_BranchReassignIn(ADModel adModel, String parentBranchUUID) ARG_CreateBranchBackupIn(ADModel adModel, String backupName, String note) ARG_CreateBranchIn(ADModel adModel, String branchName, String note, boolean asSubBranch, boolean withCS, boolean withUN, String variableModelName, ADClientAble meSection) ARG_CreateModelVersionIn(ADModel adModel, String branchName, String note, String adModelUUID, String parentBranchUUID, String adModelName, String variableModelName) ARG_GuestAllow(ADModel model, boolean allowLogin, String text) ARG_ModelNameUpdateOclCmd(ADModel adModel, String modelName) ARG_ModifyAliasIn(ADModel adModel, List<ARG_Alias> seqAlias) ARG_NameConstraintsUpdate(ADModel adModel, String expressionForVersionName, String expressionForBackupName)