Class SubstituteModifier

java.lang.Object
com.saperion.ngc.dialogs.userprofile.SubstituteModifier
All Implemented Interfaces:
UserSettingsModifier, Serializable

public class SubstituteModifier extends 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:
  • Constructor Summary

    Constructors
    Constructor
    Description
    SubstituteModifier(com.saperion.intf.wf.WorkflowMember substitute, boolean substituteAccessEnabled, boolean substituteAccessChanged)
    Literal constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Implement to define action that modifies the current user.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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