Class 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
      void modify()
      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 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