Uses of Interface
de.mid.innovator.srv2api.icw2meta.ADUsrRole
-
Packages that use ADUsrRole Package Description 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 ADUsrRole in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem with parameters of type ADUsrRole Modifier and Type Method Description booleanELObject. hasRead(ADUsrRole refObj)Returns true if the current login has the permission to read the current object. -
Uses of ADUsrRole in de.mid.innovator.srv2api.icw2meta
Fields in de.mid.innovator.srv2api.icw2meta declared as ADUsrRole Modifier and Type Field Description ADUsrRoleARG_CopyRoleExecutionDlgCmd. ohSrcRoleuser role from which the execution rights are copiedADUsrRoleARG_ADUsrRoleInfo. roleuser roleADUsrRoleARG_AssignRoleCmd. rolerole to useADUsrRoleARG_LoginCache. rolecurrent roleFields in de.mid.innovator.srv2api.icw2meta with type parameters of type ADUsrRole Modifier and Type Field Description java.util.List<ADUsrRole>ARG_CopyRoleExecutionDlgInitOut. seqRolelist of user rolesMethods in de.mid.innovator.srv2api.icw2meta that return ADUsrRole Modifier and Type Method Description static ADUsrRoleADUsrRoleHelper. create(SrvContext srvCtx, java.lang.String name)Creates a new user role.ADUsrRoleADLogin. getUsrRole()Returns the role of the current object.ADUsrRoleMMRoleExecution. getUsrRole()Returns roles which can execute the current object.Methods in de.mid.innovator.srv2api.icw2meta that return types with arguments of type ADUsrRole Modifier and Type Method Description java.util.List<ADUsrRole>ADAccessAble. getAccessRole()Return the roles which can read the current object.java.util.List<ADUsrRole>ADModel. getOwnedUsrRole(K_CONTROL_OPTION... behaviourFlags)All user roles which are owned by this model.java.util.List<ADUsrRole>ADLogin. getPossibleRole(K_CONTROL_OPTION... behaviourFlags)Returns all roles available for the current object.java.util.List<ADUsrRole>ADAccessAble. getReadRole()Return the roles which cannot read the current object.java.util.List<ADUsrRole>ADMdlUser. getUsrRole()Returns all roles of the current object.java.util.List<ADUsrRole>ADMdlUser. getUsrRoleByPattern(java.lang.String pattern, K_CONTROL_OPTION... behaviourFlags)Returns all roles for the current object.Methods in de.mid.innovator.srv2api.icw2meta with parameters of type ADUsrRole Modifier and Type Method Description voidADMdlUser. addRole(ADUsrRole role)Adds the role to the current object.voidADUsrRole. copyRoleExecutionDlg(MMProfile ohProfile, MMProfile ohSrcProfile, ADUsrRole ohSrcRole, boolean copyAll, java.util.List<? extends ADExecuteAble> seqExec)booleanADAccessAble. hasAccess(ADUsrRole refObj)Returns 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 ADUsrRole Modifier and Type Method Description voidADAccessAble. setAccessRole(java.util.List<? extends ADUsrRole> values)Set the value of Foreign Key AccessRole.voidADAccessAble. setReadRole(java.util.List<? extends ADUsrRole> values)Set the value of Foreign Key ReadRole.Constructors in de.mid.innovator.srv2api.icw2meta with parameters of type ADUsrRole Constructor Description ARG_ADUsrRoleInfo(ADUsrRole role, java.lang.String name, int cntLog, int mask)ARG_AssignRoleCmd(ADUsrRole role)ARG_CopyRoleExecutionDlgCmd(MMProfile ohProfile, MMProfile ohSrcProfile, ADUsrRole ohSrcRole, boolean copyAll, java.util.List<ADExecuteAble> seqExec)ARG_LoginCache(java.lang.String userName, ADUsrRole role, java.lang.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 hasDependencyEditorMode, boolean hasExportingModelsMode, boolean hasEditApplConfMode, java.lang.String nameChangeSet, java.lang.String noteChangeSet, MM2Locale ohLocale)Constructor parameters in de.mid.innovator.srv2api.icw2meta with type arguments of type ADUsrRole Constructor Description ARG_CopyRoleExecutionDlgInitOut(java.util.List<ADUsrRole> seqRole, java.util.List<MMProfile> seqProfile, java.util.List<java.lang.String> seqName)
-