Class SubstituteModifier
java.lang.Object
com.saperion.ngc.dialogs.userprofile.SubstituteModifier
- All Implemented Interfaces:
UserSettingsModifier
,Serializable
A user modifier that changes the Substitute of the user and sets whether the substitute can
access the users workflow-inbox.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSubstituteModifier
(com.saperion.intf.wf.WorkflowMember substitute, boolean substituteAccessEnabled, boolean substituteAccessChanged) Literal constructor. -
Method Summary
Modifier and TypeMethodDescriptionvoid
modify()
Implement to define action that modifies the current user.
-
Constructor Details
-
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 Details
-
modify
Description copied from interface:UserSettingsModifier
Implement to define action that modifies the current user.- Specified by:
modify
in interfaceUserSettingsModifier
- Throws:
SystemException
- when the server call failsAuthenticationException
- when authorization fails
-