Class KaleoFormsWebKeys

java.lang.Object
com.liferay.portal.workflow.kaleo.forms.constants.KaleoFormsWebKeys

public class KaleoFormsWebKeys extends Object
Holds the Kaleo Forms request attribute keys.
  • Field Details

    • DYNAMIC_DATA_MAPPING_STRUCTURE

      public static final String DYNAMIC_DATA_MAPPING_STRUCTURE
      "DYNAMIC_DATA_MAPPING_STRUCTURE" is the key to use to retrieve the DDM structure from the request attribute.
      See Also:
    • KALEO_DRAFT_DEFINITION_CONTENT

      public static final String KALEO_DRAFT_DEFINITION_CONTENT
      "KALEO_DRAFT_DEFINITION_CONTENT" is the key to use to retrieve the content of the Kaleo draft definition from the request attribute.
      See Also:
    • KALEO_DRAFT_DEFINITION_ID

      public static final String KALEO_DRAFT_DEFINITION_ID
      "KALEO_DRAFT_DEFINITION_ID" is the key to use to retrieve the primary key of the Kaleo draft definition from the request attribute.
      See Also:
    • KALEO_PROCESS

      public static final String KALEO_PROCESS
      "KALEO_PROCESS" is the key to use to retrieve the Kaleo process from the request attribute.
      See Also:
    • WORKFLOW_INSTANCE

      public static final String WORKFLOW_INSTANCE
      "WORKFLOW_INSTANCE" is the key to use to retrieve the workflow instance from the request attribute.
      See Also:
    • WORKFLOW_TASK

      public static final String WORKFLOW_TASK
      "WORKFLOW_TASK" is the key to use to retrieve the workflow task from the request attribute.
      See Also:
  • Constructor Details

    • KaleoFormsWebKeys

      public KaleoFormsWebKeys()