Class ARG_CopyRoleExecutionDlgCmd
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2meta.ARG_CopyRoleExecutionDlgCmd
-
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_CopyRoleExecutionDlgCmd extends java.lang.Object implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description boolean
copyAll
isTrue/isFalse means copy all role excutions/copy only the specified execution rightsMMProfile
ohProfile
profile of the selected user roleMMProfile
ohSrcProfile
profile of the user role from which the execution rights are copiedADUsrRole
ohSrcRole
user role from which the execution rights are copiedjava.util.List<ADExecuteAble>
seqExec
list of execution rights which have to be copied
-
Constructor Summary
Constructors Constructor Description ARG_CopyRoleExecutionDlgCmd()
ARG_CopyRoleExecutionDlgCmd(MMProfile ohProfile, MMProfile ohSrcProfile, ADUsrRole ohSrcRole, boolean copyAll, java.util.List<ADExecuteAble> seqExec)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
void
resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
void
unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
-
-
-
Field Detail
-
ohProfile
public MMProfile ohProfile
profile of the selected user role
-
ohSrcProfile
public MMProfile ohSrcProfile
profile of the user role from which the execution rights are copied
-
ohSrcRole
public ADUsrRole ohSrcRole
user role from which the execution rights are copied
-
copyAll
public boolean copyAll
isTrue/isFalse means copy all role excutions/copy only the specified execution rights
-
seqExec
public java.util.List<ADExecuteAble> seqExec
list of execution rights which have to be copied
-
-
Constructor Detail
-
ARG_CopyRoleExecutionDlgCmd
public ARG_CopyRoleExecutionDlgCmd()
-
ARG_CopyRoleExecutionDlgCmd
public ARG_CopyRoleExecutionDlgCmd(MMProfile ohProfile, MMProfile ohSrcProfile, ADUsrRole ohSrcRole, boolean copyAll, java.util.List<ADExecuteAble> seqExec)
-
-
Method Detail
-
marshal
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
marshal
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
- Specified by:
unmarshal
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
resolveReferences
public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
resolveReferences
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
-