Class SubstituteModifier
- java.lang.Object
-
- com.saperion.ngc.dialogs.userprofile.SubstituteModifier
-
- All Implemented Interfaces:
UserSettingsModifier,java.io.Serializable
public class SubstituteModifier extends java.lang.Object implements UserSettingsModifier
A user modifier that changes the Substitute of the user and sets whether the substitute can access the users workflow-inbox.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SubstituteModifier(com.saperion.intf.wf.WorkflowMember substitute, boolean substituteAccessEnabled, boolean substituteAccessChanged)Literal constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmodify()Implement to define action that modifies the current user.
-
-
-
Constructor Detail
-
SubstituteModifier
public SubstituteModifier(com.saperion.intf.wf.WorkflowMember substitute, boolean substituteAccessEnabled, boolean substituteAccessChanged)Literal constructor.- Parameters:
substitute- The substitute for workflows.substituteAccessEnabled- whether the substitute has access to the current users wfInbox.substituteAccessChanged- whether the access-flag has changed and so needs to be updated
-
-
Method Detail
-
modify
public void modify() throws SystemException, AuthenticationExceptionDescription copied from interface:UserSettingsModifierImplement to define action that modifies the current user.- Specified by:
modifyin interfaceUserSettingsModifier- Throws:
SystemException- when the server call failsAuthenticationException- when authorization fails
-
-