Interface JBPMConstants


  • public interface JBPMConstants
    • 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
      • DEPLOYMENT_CAMEL_CONTEXT_SERVICE_KEY_POSTFIX

        static final String DEPLOYMENT_CAMEL_CONTEXT_SERVICE_KEY_POSTFIX
        See Also:
        Constant Field Values