Class WorkflowConstants.USER

  • Enclosing class:
    WorkflowConstants

    public static class WorkflowConstants.USER
    extends java.lang.Object
    Specifies constants related to workflow users.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String WORKFLOW_USERGROUP
      Name of the workflow user group.
    • Constructor Summary

      Constructors 
      Constructor Description
      USER()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • WORKFLOW_USERGROUP

        public static final java.lang.String WORKFLOW_USERGROUP
        Name of the workflow user group.
    • Constructor Detail

      • USER

        public USER()