Uses of Interface
de.mid.innovator.srv2api.icw2meta.ADUsrRole
Packages that use ADUsrRole
Package
Description
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.
Meta model and administration information.
-
Uses of ADUsrRole in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem with parameters of type ADUsrRole -
Uses of ADUsrRole in de.mid.innovator.srv2api.icw2meta
Fields in de.mid.innovator.srv2api.icw2meta declared as ADUsrRoleModifier and TypeFieldDescriptionARG_CopyRoleExecutionDlgCmd.ohSrcRoleuser role from which the execution rights are copiedARG_ADUsrRoleInfo.roleuser roleARG_AssignRoleCmd.rolerole to useARG_LoginCache.rolecurrent roleFields in de.mid.innovator.srv2api.icw2meta with type parameters of type ADUsrRoleMethods in de.mid.innovator.srv2api.icw2meta that return ADUsrRoleModifier and TypeMethodDescriptionstatic ADUsrRoleADUsrRoleHelper.create(SrvContext srvCtx, String name) Creates a new user role.ADLogin.getUsrRole()Returns the role of the current object.MMRoleExecution.getUsrRole()Returns roles which can execute the current object.Methods in de.mid.innovator.srv2api.icw2meta that return types with arguments of type ADUsrRoleModifier and TypeMethodDescriptionADAccessAble.getAccessRole()Return the roles which can read the current object.ADModel.getOwnedUsrRole(K_CONTROL_OPTION... behaviourFlags) All user roles which are owned by this model.ADLogin.getPossibleRole()Returns all roles available for the current object.ADAccessAble.getReadRole()Return the roles which cannot read the current object.ADMdlUser.getUsrRole()Returns all roles of the current object.ADMdlUser.getUsrRoleByPattern(String pattern, K_CONTROL_OPTION... behaviourFlags) Returns all roles for the current object.Methods in de.mid.innovator.srv2api.icw2meta with parameters of type ADUsrRoleModifier and TypeMethodDescriptionvoidAdds the role to the current object.voidADUsrRole.copyRoleExecutionDlg(MMProfile ohProfile, MMProfile ohSrcProfile, ADUsrRole ohSrcRole, boolean copyAll, List<? extends ADExecuteAble> seqExec) booleanReturns true if the current login has access to change the current object.voidADMdlUser.removeRole(ADUsrRole role) Removes the role to from the current object.voidADLogin.setUsrRole(ADUsrRole value) Set the value of Foreign Key UsrRole.voidMMRoleExecution.setUsrRole(ADUsrRole value) Set the value of Foreign Key UsrRole.Method parameters in de.mid.innovator.srv2api.icw2meta with type arguments of type ADUsrRoleModifier and TypeMethodDescriptionvoidADAccessAble.setAccessRole(List<? extends ADUsrRole> values) Set the value of Foreign Key AccessRole.voidADAccessAble.setReadRole(List<? extends ADUsrRole> values) Set the value of Foreign Key ReadRole.Constructors in de.mid.innovator.srv2api.icw2meta with parameters of type ADUsrRoleModifierConstructorDescriptionARG_ADUsrRoleInfo(ADUsrRole role, String name, int cntLog, int mask) ARG_AssignRoleCmd(ADUsrRole role) ARG_CopyRoleExecutionDlgCmd(MMProfile ohProfile, MMProfile ohSrcProfile, ADUsrRole ohSrcRole, boolean copyAll, List<ADExecuteAble> seqExec) ARG_LoginCache(String userName, ADUsrRole role, String roleName, K_LOGSTATUS logStatus, boolean isReadOnly, boolean isAdmin, boolean isSU, boolean useAllRoles, boolean hasAnnoMode, boolean hasConfigMode, boolean hasLabelMode, boolean hasVersionMode, boolean hasChangesetMode, boolean hasDeletingChangesetMode, boolean hasReadRestriction, boolean hasTranslationMode, boolean hasSectionMode, boolean hasDBConnectMode, boolean hasNoDBDeletionMode, boolean hasBulkMode, boolean hasComparingModelsMode, boolean hasNoElementDeletionMode, boolean hasExportingModelsMode, boolean hasEditApplConfMode, boolean hasEditHyphenationMode, String nameChangeSet, String noteChangeSet, MM2Locale ohLocale) Constructor parameters in de.mid.innovator.srv2api.icw2meta with type arguments of type ADUsrRole