Class KaleoFormsWebKeys
java.lang.Object
com.liferay.portal.workflow.kaleo.forms.constants.KaleoFormsWebKeys
Holds the Kaleo Forms request attribute keys.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String"DYNAMIC_DATA_MAPPING_STRUCTURE" is the key to use to retrieve the DDM structure from the request attribute.static final String"KALEO_DRAFT_DEFINITION_CONTENT" is the key to use to retrieve the content of the Kaleo draft definition from the request attribute.static final String"KALEO_DRAFT_DEFINITION_ID" is the key to use to retrieve the primary key of the Kaleo draft definition from the request attribute.static final String"KALEO_PROCESS" is the key to use to retrieve the Kaleo process from the request attribute.static final String"KALEO_PROCESS_LINK" is the key to use to retrieve the Kaleo process link from the request attribute.static final String"WORKFLOW_INSTANCE" is the key to use to retrieve the workflow instance from the request attribute.static final String"WORKFLOW_TASK" is the key to use to retrieve the workflow task from the request attribute. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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
"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
"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
"KALEO_PROCESS" is the key to use to retrieve the Kaleo process from the request attribute.- See Also:
-
KALEO_PROCESS_LINK
"KALEO_PROCESS_LINK" is the key to use to retrieve the Kaleo process link from the request attribute.- See Also:
-
WORKFLOW_INSTANCE
"WORKFLOW_INSTANCE" is the key to use to retrieve the workflow instance from the request attribute.- See Also:
-
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()
-