Uses of Interface
de.mid.innovator.srv2api.icw2meta.ADExecuteAble
-
Packages that use ADExecuteAble Package Description de.mid.innovator.srv2api.icw2dg The documentation package deals with the model documentation configuration and generation.de.mid.innovator.srv2api.icw2meta Meta model and administration information. -
-
Uses of ADExecuteAble in de.mid.innovator.srv2api.icw2dg
Subinterfaces of ADExecuteAble in de.mid.innovator.srv2api.icw2dg Modifier and Type Interface Description interfaceDGCommandRepresents a documentation command. -
Uses of ADExecuteAble in de.mid.innovator.srv2api.icw2meta
Subinterfaces of ADExecuteAble in de.mid.innovator.srv2api.icw2meta Modifier and Type Interface Description interfaceMMCreateTemplateinterfaceMMEngineeringSequenceinterfaceMMVerifyFields in de.mid.innovator.srv2api.icw2meta with type parameters of type ADExecuteAble Modifier and Type Field Description java.util.List<ADExecuteAble>ARG_CopyRoleExecutionDlgCmd. seqExeclist of execution rights which have to be copiedjava.util.List<ADExecuteAble>ARG_ADAssignExecuteAble. seqOhlist of execute able elementsMethods in de.mid.innovator.srv2api.icw2meta with type parameters of type ADExecuteAble Modifier and Type Method Description <T extends ADExecuteAble>
java.util.List<T>ADUsrRole. getExecuteAble(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)Return all executeable elements the the current object is allowed to execute.Methods in de.mid.innovator.srv2api.icw2meta that return ADExecuteAble Modifier and Type Method Description ADExecuteAbleMMRoleExecution. getExecuteAble()Returns executeable elements which can be executed by the current object.Method parameters in de.mid.innovator.srv2api.icw2meta with type arguments of type ADExecuteAble Modifier and Type Method Description java.util.List<MMRoleExecution>ADUsrRole. assignExecuteAble(MMProfile ohProfile, MM2Class ohClass, java.util.List<? extends ADExecuteAble> seqOh)Assigns a list of executable elements to this user role.voidADUsrRole. copyRoleExecutionDlg(MMProfile ohProfile, MMProfile ohSrcProfile, ADUsrRole ohSrcRole, boolean copyAll, java.util.List<? extends ADExecuteAble> seqExec)Constructor parameters in de.mid.innovator.srv2api.icw2meta with type arguments of type ADExecuteAble Constructor Description ARG_ADAssignExecuteAble(MMProfile ohProfile, MM2Class ohClass, java.util.List<ADExecuteAble> seqOh)ARG_CopyRoleExecutionDlgCmd(MMProfile ohProfile, MMProfile ohSrcProfile, ADUsrRole ohSrcRole, boolean copyAll, java.util.List<ADExecuteAble> seqExec)
-