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 boolean
ELObject. 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 ADUsrRole
ARG_CopyRoleExecutionDlgCmd. ohSrcRole
user role from which the execution rights are copiedADUsrRole
ARG_ADUsrRoleInfo. role
user roleADUsrRole
ARG_AssignRoleCmd. role
role to useADUsrRole
ARG_LoginCache. role
current roleFields in de.mid.innovator.srv2api.icw2meta with type parameters of type ADUsrRole Modifier and Type Field Description java.util.List<ADUsrRole>
ARG_CopyRoleExecutionDlgInitOut. seqRole
list of user rolesMethods in de.mid.innovator.srv2api.icw2meta that return ADUsrRole Modifier and Type Method Description static ADUsrRole
ADUsrRoleHelper. create(SrvContext srvCtx, java.lang.String name)
Creates a new user role.ADUsrRole
ADLogin. getUsrRole()
Returns the role of the current object.ADUsrRole
MMRoleExecution. 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 void
ADMdlUser. addRole(ADUsrRole role)
Adds the role to the current object.void
ADUsrRole. copyRoleExecutionDlg(MMProfile ohProfile, MMProfile ohSrcProfile, ADUsrRole ohSrcRole, boolean copyAll, java.util.List<? extends ADExecuteAble> seqExec)
boolean
ADAccessAble. hasAccess(ADUsrRole refObj)
Returns true if the current login has access to change the current object.void
ADMdlUser. removeRole(ADUsrRole role)
Removes the role to from the current object.void
ADLogin. setUsrRole(ADUsrRole value)
Set the value of Foreign Key UsrRole.void
MMRoleExecution. 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 void
ADAccessAble. setAccessRole(java.util.List<? extends ADUsrRole> values)
Set the value of Foreign Key AccessRole.void
ADAccessAble. 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)
-