Package org.apache.camel.component.jbpm
Interface JBPMConstants
-
public interface JBPMConstants
-
-
Field Summary
Fields Modifier and Type Field Description static StringATTACHMENT_IDstatic StringCAMEL_CONTEXT_BUILDER_KEYstatic StringCAMEL_ENDPOINT_ID_WI_PARAMstatic StringCONTENT_IDstatic StringDEPLOYMENT_CAMEL_CONTEXT_SERVICE_KEY_POSTFIXstatic StringENTITY_LISTstatic StringEVENTstatic StringEVENT_TYPEstatic StringGLOBAL_CAMEL_CONTEXT_SERVICE_KEYstatic StringHANDLE_EXCEPTION_WI_PARAMstatic StringIDENTIFIERstatic StringJBPM_CASE_EVENT_LISTENERstatic StringJBPM_EVENT_EMITTERstatic StringJBPM_PROCESS_EVENT_LISTENERstatic StringJBPM_TASK_EVENT_LISTENERstatic StringMAX_NUMBERstatic StringMESSAGE_WI_PARAMstatic StringOPERATIONstatic StringPARAMETERSstatic StringPROCESS_IDstatic StringPROCESS_INSTANCE_IDstatic StringRESPONSE_WI_PARAMstatic StringRESULT_PAGEstatic StringRESULT_PAGE_SIZEstatic StringSTATUS_LISTstatic StringTARGET_USER_IDstatic StringTASKstatic StringTASK_IDstatic StringUSER_IDstatic StringVALUEstatic StringWORK_ITEM_ID
-
-
-
Field Detail
-
VALUE
@Metadata(label="producer", description="The value to assign to the global identifier", javaType="Object") static final String VALUE- See Also:
- Constant Field Values
-
OPERATION
@Metadata(label="producer", description="The operation to perform. The operation name must be prefixed with\nCamelJBPMOperation and the name of the operation. See the full list\nabove. It is case-insensitive.", javaType="String", defaultValue="PUT") static final String OPERATION- See Also:
- Constant Field Values
-
PROCESS_ID
@Metadata(label="producer", description="The id of the process that should be acted upon", javaType="String") static final String PROCESS_ID- See Also:
- Constant Field Values
-
PROCESS_INSTANCE_ID
@Metadata(label="producer", description="The id of the process instance", javaType="Long") static final String PROCESS_INSTANCE_ID- See Also:
- Constant Field Values
-
PARAMETERS
@Metadata(label="producer", description="The variables that should be set for various operations", javaType="Map<String, Object>") static final String PARAMETERS- See Also:
- Constant Field Values
-
EVENT_TYPE
@Metadata(label="producer", description="The type of event to use when signalEvent operation is performed", javaType="String") static final String EVENT_TYPE- See Also:
- Constant Field Values
-
EVENT
@Metadata(label="producer", description="The type of the received event. Possible values defined here\norg.infinispan.notifications.cachelistener.event.Event.Type", javaType="Object") static final String EVENT- See Also:
- Constant Field Values
-
MAX_NUMBER
@Metadata(label="producer", description="The maximum number of rules that should be fired", javaType="Integer") static final String MAX_NUMBER- See Also:
- Constant Field Values
-
IDENTIFIER
@Metadata(label="producer", description="The global identifier", javaType="String") static final String IDENTIFIER- See Also:
- Constant Field Values
-
WORK_ITEM_ID
@Metadata(label="producer", description="The id of the work item", javaType="Long") static final String WORK_ITEM_ID- See Also:
- Constant Field Values
-
TASK_ID
@Metadata(label="producer", description="The id of the task", javaType="Long") static final String TASK_ID- See Also:
- Constant Field Values
-
TASK
@Metadata(label="producer", description="The task instance to use with task operations", javaType="org.kie.api.task.model.Task") static final String TASK- See Also:
- Constant Field Values
-
USER_ID
@Metadata(label="producer", description="The userId to use with task operations", javaType="String") static final String USER_ID- See Also:
- Constant Field Values
-
TARGET_USER_ID
@Metadata(label="producer", description="The targetUserId used when delegating a task", javaType="String") static final String TARGET_USER_ID- See Also:
- Constant Field Values
-
ATTACHMENT_ID
@Metadata(label="producer", description="The attachId to use when retrieving attachments", javaType="Long") static final String ATTACHMENT_ID- See Also:
- Constant Field Values
-
CONTENT_ID
@Metadata(label="producer", description="The contentId to use when retrieving attachments", javaType="Long") static final String CONTENT_ID- See Also:
- Constant Field Values
-
ENTITY_LIST
@Metadata(label="producer", description="The potentialOwners when nominateTask operation is performed", javaType="List<String>") static final String ENTITY_LIST- See Also:
- Constant Field Values
-
STATUS_LIST
@Metadata(label="producer", description="The list of status to use when filtering tasks.", javaType="List<String>") static final String STATUS_LIST- See Also:
- Constant Field Values
-
RESULT_PAGE
@Metadata(label="producer", description="The page to use when retrieving user tasks", javaType="Integer") static final String RESULT_PAGE- See Also:
- Constant Field Values
-
RESULT_PAGE_SIZE
@Metadata(label="producer", description="The page size to use when retrieving user tasks", javaType="Integer") static final String RESULT_PAGE_SIZE- See Also:
- Constant Field Values
-
JBPM_PROCESS_EVENT_LISTENER
static final String JBPM_PROCESS_EVENT_LISTENER
- See Also:
- Constant Field Values
-
JBPM_TASK_EVENT_LISTENER
static final String JBPM_TASK_EVENT_LISTENER
- See Also:
- Constant Field Values
-
JBPM_CASE_EVENT_LISTENER
static final String JBPM_CASE_EVENT_LISTENER
- See Also:
- Constant Field Values
-
JBPM_EVENT_EMITTER
static final String JBPM_EVENT_EMITTER
- See Also:
- Constant Field Values
-
GLOBAL_CAMEL_CONTEXT_SERVICE_KEY
static final String GLOBAL_CAMEL_CONTEXT_SERVICE_KEY
- See Also:
- Constant Field Values
-
DEPLOYMENT_CAMEL_CONTEXT_SERVICE_KEY_POSTFIX
static final String DEPLOYMENT_CAMEL_CONTEXT_SERVICE_KEY_POSTFIX
- See Also:
- Constant Field Values
-
CAMEL_ENDPOINT_ID_WI_PARAM
static final String CAMEL_ENDPOINT_ID_WI_PARAM
- See Also:
- Constant Field Values
-
HANDLE_EXCEPTION_WI_PARAM
static final String HANDLE_EXCEPTION_WI_PARAM
- See Also:
- Constant Field Values
-
RESPONSE_WI_PARAM
static final String RESPONSE_WI_PARAM
- See Also:
- Constant Field Values
-
MESSAGE_WI_PARAM
static final String MESSAGE_WI_PARAM
- See Also:
- Constant Field Values
-
CAMEL_CONTEXT_BUILDER_KEY
static final String CAMEL_CONTEXT_BUILDER_KEY
- See Also:
- Constant Field Values
-
-