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 ADModelExcellenceModel. 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 ModelExcellenceModel. 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 interfaceADXModelRepresents an InoX model.Fields in de.mid.innovator.srv2api.icw2meta declared as ADModel Modifier and Type Field Description ADModelARG_BranchModifyPropertiesIn. adModelmodify the properties of the current branch of this modelADModelARG_BranchReassignIn. adModelreassign the current branch of this modelADModelARG_CreateBranchBackupIn. adModeltake the current branch of this modelADModelARG_CreateBranchIn. adModelcreate branch for this modelADModelARG_CreateModelVersionIn. adModelcreate a version for this modelADModelARG_ModifyAliasIn. adModelmodify the version aliases of this modelADModelARG_NameConstraintsUpdate. adModelupdate the name constraints of this modelADModelARG_ADModelInfo. modelModel InstanceADModelARG_GuestAllow. modelmodel 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 ADModelADAlias. getModel()The model that owns the current object.ADModelADBranch. getModel()ADModelADChangeSet. getModel()TheADModelthat owns the current object.ADModelADCSInstance. getModel()ADModelADMdlAdmin. getModel()the current object's model.ADModelADMdlGuest. getModel()The model of the current object.ADModelADMdlLogOption. getModel()ADModelADMdlUser. getModel()The model that own this model user.ADModelADUsrRole. getModel()ADModelADApplicationConfiguration. getOwningModel()TheADModelthat owns the current object.ADModelADConfigTranslation. getOwningModel()TheADModelthat owns thisADConfigTranslation.ADModelADEventLogEntry. getOwningModel()TheADModelowning this event log entry.ADModelADModelTranslation. getOwningModel()TheADModelthat owns thisADModelTranslation.ADModelMMProfile. getOwningModel()ADModelMMProfileTranslation. getOwningModel()TheADModelthat owns thisMMProfileTranslation.Methods in de.mid.innovator.srv2api.icw2meta with parameters of type ADModel Modifier and Type Method Description static ARG_CreateRepositoryADModelHelper. createBranch(SrvContext srvCtx, ADModel adModel, java.lang.String branchName, java.lang.String note, boolean asSubBranch, boolean withCS)Creates a branch.static ARG_CreateRepositoryADModelHelper. createBranchBackup(SrvContext srvCtx, ADModel adModel, java.lang.String backupName, java.lang.String note)Creates a backup of the current branch.static ARG_CreateRepositoryADModelHelper. 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 voidADModelHelper. guestAllow(SrvContext srvCtx, ADModel model, boolean allowLogin, java.lang.String text)Allow and forbid for the guest logins.static voidADModelHelper. modifyBranchProperties(SrvContext srvCtx, ADModel adModel, java.lang.String name, java.lang.String note)Updates the properties of this branch.static voidADModelHelper. modifyVersionAlias(SrvContext srvCtx, ADModel adModel, java.util.List<ARG_Alias> seqAlias)Replaces the model versions alias list.static voidADModelHelper. 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 voidADModelHelper. 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)
-