Class GrouperWorkflowInstanceAttributeNames

java.lang.Object
edu.internet2.middleware.grouper.app.workflow.GrouperWorkflowInstanceAttributeNames

public class GrouperWorkflowInstanceAttributeNames extends Object
  • Field Details

    • GROUPER_WORKFLOW_INSTANCE_DEF

      public static final String GROUPER_WORKFLOW_INSTANCE_DEF
      main attribute definition assigned to groups
      See Also:
    • GROUPER_WORKFLOW_INSTANCE_ATTRIBUTE_NAME

      public static final String GROUPER_WORKFLOW_INSTANCE_ATTRIBUTE_NAME
      main attribute name assigned to workflowInstanceDef
      See Also:
    • GROUPER_WORKFLOW_INSTANCE_VALUE_DEF

      public static final String GROUPER_WORKFLOW_INSTANCE_VALUE_DEF
      attribute definition for name value pairs assigned to assignment on groups or folders
      See Also:
    • GROUPER_WORKFLOW_INSTANCE_STATE

      public static final String GROUPER_WORKFLOW_INSTANCE_STATE
      Any of the states, plus "exception" if there is a problem, workflows must have "initiate", and "complete", plus "rejected" if someone rejects it.
      See Also:
    • GROUPER_WORKFLOW_INSTANCE_LAST_UPDATED_MILLIS_SINCE_1970

      public static final String GROUPER_WORKFLOW_INSTANCE_LAST_UPDATED_MILLIS_SINCE_1970
      number of millis since 1970 when this instance was last updated
      See Also:
    • GROUPER_WORKFLOW_INSTANCE_CONFIG_MARKER_ASSIGNMENT_ID

      public static final String GROUPER_WORKFLOW_INSTANCE_CONFIG_MARKER_ASSIGNMENT_ID
      Attribute assign ID of the marker attribute of the config (same owner as this attribute, but there could be many workflows configured on one owner)
      See Also:
    • GROUPER_WORKFLOW_INSTANCE_INITIATED_MILLIS_SINCE_1970

      public static final String GROUPER_WORKFLOW_INSTANCE_INITIATED_MILLIS_SINCE_1970
      millis since 1970 that this workflow was submitted
      See Also:
    • GROUPER_WORKFLOW_INSTANCE_UUID

      public static final String GROUPER_WORKFLOW_INSTANCE_UUID
      uuid assigned to this workflow instance
      See Also:
    • GROUPER_WORKFLOW_INSTANCE_FILE_INFO

      public static final String GROUPER_WORKFLOW_INSTANCE_FILE_INFO
      workflow instance file info
      See Also:
    • GROUPER_WORKFLOW_INSTANCE_ENCRYPTION_KEY

      public static final String GROUPER_WORKFLOW_INSTANCE_ENCRYPTION_KEY
      randomly generated 16 char alphanumeric encryption key (never allow display or edit of this)
      See Also:
    • GROUPER_WORKFLOW_INSTANCE_LAST_EMAILED_DATE

      public static final String GROUPER_WORKFLOW_INSTANCE_LAST_EMAILED_DATE
      yyyy/mm/dd date that this was last emailed so multiple emails dont go out on same day
      See Also:
    • GROUPER_WORKFLOW_INSTANCE_LAST_EMAILED_STATE

      public static final String GROUPER_WORKFLOW_INSTANCE_LAST_EMAILED_STATE
      the state of the workflow instance when it was last emailed
      See Also:
    • GROUPER_WORKFLOW_INSTANCE_LOG

      public static final String GROUPER_WORKFLOW_INSTANCE_LOG
      has brief info about who did what when on this instance
      See Also:
    • GROUPER_WORKFLOW_INSTANCE_ERROR

      public static final String GROUPER_WORKFLOW_INSTANCE_ERROR
      error message including stack of why this instance is in "exception" state
      See Also:
    • GROUPER_WORKFLOW_INSTANCE_PARAM_VALUE_0

      public static final String GROUPER_WORKFLOW_INSTANCE_PARAM_VALUE_0
      param value 0
      See Also:
    • GROUPER_WORKFLOW_INSTANCE_PARAM_VALUE_1

      public static final String GROUPER_WORKFLOW_INSTANCE_PARAM_VALUE_1
      param value 1
      See Also:
    • GROUPER_WORKFLOW_INSTANCE_PARAM_VALUE_2

      public static final String GROUPER_WORKFLOW_INSTANCE_PARAM_VALUE_2
      param value 2
      See Also:
    • GROUPER_WORKFLOW_INSTANCE_PARAM_VALUE_3

      public static final String GROUPER_WORKFLOW_INSTANCE_PARAM_VALUE_3
      param value 3
      See Also:
    • GROUPER_WORKFLOW_INSTANCE_PARAM_VALUE_4

      public static final String GROUPER_WORKFLOW_INSTANCE_PARAM_VALUE_4
      param value 4
      See Also:
    • GROUPER_WORKFLOW_INSTANCE_PARAM_VALUE_5

      public static final String GROUPER_WORKFLOW_INSTANCE_PARAM_VALUE_5
      param value 5
      See Also:
    • GROUPER_WORKFLOW_INSTANCE_PARAM_VALUE_6

      public static final String GROUPER_WORKFLOW_INSTANCE_PARAM_VALUE_6
      param value 6
      See Also:
    • GROUPER_WORKFLOW_INSTANCE_PARAM_VALUE_7

      public static final String GROUPER_WORKFLOW_INSTANCE_PARAM_VALUE_7
      param value 7
      See Also:
    • GROUPER_WORKFLOW_INSTANCE_PARAM_VALUE_8

      public static final String GROUPER_WORKFLOW_INSTANCE_PARAM_VALUE_8
      param value 8
      See Also:
    • GROUPER_WORKFLOW_INSTANCE_PARAM_VALUE_9

      public static final String GROUPER_WORKFLOW_INSTANCE_PARAM_VALUE_9
      param value 9
      See Also:
  • Constructor Details

    • GrouperWorkflowInstanceAttributeNames

      public GrouperWorkflowInstanceAttributeNames()
  • Method Details

    • retrieveAttributeDefNameBase

      public static AttributeDefName retrieveAttributeDefNameBase()
      marker attribute def assigned to stem or group
      Returns:
      the attribute def name
    • retrieveAttributeDefBaseDef

      public static AttributeDef retrieveAttributeDefBaseDef()
      attribute value def assigned to stem or group
      Returns:
      the attribute def name
    • retrieveAttributeDefValueDef

      public static AttributeDef retrieveAttributeDefValueDef()
      attribute value def assigned to stem or group
      Returns:
      the attribute def name