Class RestSettings.Paths

  • Enclosing class:
    RestSettings

    public static class RestSettings.Paths
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String cancelUserTaskInstanceReservation
      Cancels the reservation of the given UserTask instance.
      static java.lang.String changeProcessInstanceOwner
      Changes the owner of the ProcessInstance with the given ID.
      static java.lang.String createAnonymousSession
      Creates a new anonymous session and returns its ID.
      static java.lang.String deleteProcessDefinition
      Deletes the ProcessDefinition with the given ID.
      static java.lang.String deleteProcessDefinitionByProcessModelId
      Deletes the ProcessDefinition that contains the Process Model with the given ID.
      static java.lang.String deleteProcessInstances
      Deletes the given Set of Process Instances.
      static java.lang.String disableCronjob
      Disables the given Cronjob for the given ProcessModel.
      static java.lang.String disableProcessModel
      Disables the given Process Model.
      static java.lang.String enableCronjob
      Enables the given Cronjob for the given Process Model.
      static java.lang.String enableProcessModel
      Enables the given Process Model.
      static java.lang.String extendExternalTaskLock
      Extends the lock duration of an ExternalTask by a given amount of time.
      static java.lang.String fetchAndLockExternalTasks
      Fetches the tasks available for an ExternalTaskWorker and locks them for a defined time.
      static java.lang.String finishExternalTask
      Finishes the ExternalTask with the given ID.
      static java.lang.String finishExternalTaskWithError
      Finishes the given External Task with the given Error.
      static java.lang.String finishManualTask
      Finishes a specific ManualTask by its ManualTaskInstanceId.
      static java.lang.String finishUntypedTask
      Finishes a specific UntypedTask by its InstanceId.
      static java.lang.String finishUserTask
      Finishes a specific UserTask by its UserTaskInstanceId.
      static java.lang.String getAllDeployedTopics
      Fetches a list of all ExternalTask topics from all deployed Process Models.
      static java.lang.String getAllProcessModels
      Gets all currently deployed Process Models.
      static java.lang.String getAnonymousSessionById
      Returns the anonymous session with the given ID.
      static java.lang.String getAnonymousSessionsByUserId
      Returns all anonymous sessions of the given User ID.
      static java.lang.String getApplicationInfo
      Gets some basic info about the host application.
      static java.lang.String getAuthorityAddress
      Gets the address of the authority that the host application uses for claim checks.
      static java.lang.String getCorrelationById
      Gets a Correlation by its ID.
      static java.lang.String getCorrelations
      Gets all Correlations.
      static java.lang.String getDataObjects
      Gets the DataObjectInstances that match the given query.
      static java.lang.String getDeployedCronjobs
      Queries a list of deployed Cronjobs.
      static java.lang.String getProcessDefinitionById
      Gets a ProcessDefinition by its id.
      static java.lang.String getProcessDefinitionForProcessInstance
      Gets the ProcessDefinition for a given ProcessInstance.
      static java.lang.String getProcessDefinitionForProcessModel
      Gets a ProcessDefinition for a given ProcessModel.
      static java.lang.String getProcessDefinitions
      Gets all ProcessDefinitions the requesting user is allowed to see.
      static java.lang.String getProcessModelById
      Gets a deployed Process Model by its ID.
      static java.lang.String getProcessModelForProcessInstance
      Gets the ProcessModel for a given ProcessInstance.
      static java.lang.String getUserMetadata
      Gets a value by the given key
      static java.lang.String onActivityCanceled
      Wait for an ActivityCanceled notification and resolves with the notification's content.
      static java.lang.String onActivityFinished
      Wait for an ActivityFinished notification and resolves with the notification's content.
      static java.lang.String onActivityReached
      Wait for an ActivityReached notification and resolves with the notification's content.
      static java.lang.String onBoundaryEventFinished
      Wait for a BoundaryEventFinished notification and resolves with the notification's content.
      static java.lang.String onBoundaryEventTriggered
      Wait for a BoundaryEventTriggered notification and resolves with the notification's content.
      static java.lang.String onCorrelationMetadataChanged
      Wait for a CorrelationMetadataChanged notification and resolves with the notification's content.
      static java.lang.String onCronjobCreated
      Wait for a CronjobCreated notification and resolves with the notification's content.
      static java.lang.String onCronjobEnabledChanged
      Wait for a CronjobEnabledChanged notification and resolves with the notification's content.
      static java.lang.String onCronjobExecuted
      Wait for a CronjobExecuted notification and resolves with the notification's content.
      static java.lang.String onCronjobRemoved
      Wait for a CronjobRemoved notification and resolves with the notification's content.
      static java.lang.String onCronjobStopped
      Wait for a CronjobStopped notification and resolves with the notification's content.
      static java.lang.String onCronjobUpdated
      Wait for a CronjobUpdated notification and resolves with the notification's content.
      static java.lang.String onEndEventFinished
      Wait for an EndEventFinished notification and resolves with the notification's content.
      static java.lang.String onExternalTaskCreated
      Wait for an ExternalTaskCreated notification and resolves with the notification's content.
      static java.lang.String onExternalTaskExpired
      Wait for a ExternalTaskExpired notification and resolves with the notification's content.
      static java.lang.String onExternalTaskLocked
      Wait for a ExternalTaskLocked notification and resolves with the notification's content.
      static java.lang.String onExternalTaskUnlocked
      Wait for a ExternalTaskUnlocked notification and resolves with the notification's content.
      static java.lang.String onFlowNodeEventRetrySending
      Wait for a FlowNodeEventRetrySending notification and resolves with the notification's content.
      static java.lang.String onIntermediateCatchEventFinished
      Wait for a IntermediateCatchEventFinished notification and resolves with the notification's content.
      static java.lang.String onIntermediateCatchEventReached
      Wait for an IntermediateCatchEventReached notification and resolves with the notification's content.
      static java.lang.String onIntermediateThrowEventTriggered
      Wait for an IntermediateThrowEventTriggered notification and resolves with the notification's content.
      static java.lang.String onManualTaskFinished
      Wait for a ManualTaskFinied notification and resolves with the notification's content.
      static java.lang.String onManualTaskWaiting
      Wait for a ManualTaskWaiting notification and resolves with the notification's content.
      static java.lang.String onMessageTriggered
      Wait for an MessageTriggered notification and resolves with the notification's content.
      static java.lang.String onProcessDeployed
      Wait for a ProcessDeployed notification and resolves with the notification's content.
      static java.lang.String onProcessEnded
      Wait for a ProcessEnded notification and resolves with the notification's content.
      static java.lang.String onProcessError
      Wait for a ProcessError notification and resolves with the notification's content.
      static java.lang.String onProcessInstanceMetadataChanged
      Wait for a ProcessInstanceMetadataChanged notification and resolves with the notification's content.
      static java.lang.String onProcessInstancesDeleted
      Wait for a ProcessInstancesDeleted notification and resolves with the notification's content.
      static java.lang.String onProcessIsExecutableChanged
      Wait for a ProcessIsExecutableChanged notification and resolves with the notification's content.
      static java.lang.String onProcessOwnerChanged
      Wait for a ProcessOwnerChanged notification and resolves with the notification's content.
      static java.lang.String onProcessResumed
      Wait for a ProcessResumed notification and resolves with the notification's content.
      static java.lang.String onProcessStarted
      Wait for a ProcessStarted notification and resolves with the notification's content.
      static java.lang.String onProcessStarting
      Wait for a ProcessStarting notification and resolves with the notification's content.
      static java.lang.String onProcessTerminated
      Wait for a ProcessTerminated notification and resolves with the notification's content.
      static java.lang.String onProcessUndeployed
      Wait for a ProcessUndeployed notification and resolves with the notification's content.
      static java.lang.String onSignalTriggered
      Wait for an SignalTriggered notification and resolves with the notification's content.
      static java.lang.String onStartEventFinished
      Wait for an StartEventFinished notification and resolves with the notification's content.
      static java.lang.String onUntypedTaskFinished
      Wait for an UntypedTaskFinished notification and resolves with the notification's content.
      static java.lang.String onUntypedTaskWaiting
      Wait for an UntypedTaskWaiting notification and resolves with the notification's content.
      static java.lang.String onUserTaskFinished
      Wait for a UserTaskFinished notification and resolves with the notification's content.
      static java.lang.String onUserTaskReservationCanceled
      Wait for a UserTaskReservationCanceled notification and resolves with the notification's content.
      static java.lang.String onUserTaskReserved
      Wait for a UserTaskReserved notification and resolves with the notification's content.
      static java.lang.String onUserTaskWaiting
      Wait for a UserTaskWaiting notification and resolves with the notification's content.
      static java.lang.String persistProcessDefinitions
      Creates or updates a ProcessDefinition or a list of ProcessDefinitions.
      static java.lang.String queryFlowNodeInstances
      Gets all FlowNodeInstances that match the given query.
      static java.lang.String queryProcessInstances
      Gets all ProcessInstances that match the given query.
      static java.lang.String queryUserMetadata
      Queries all values by the given keys
      static java.lang.String removeUserMetadata
      Removes a value for the given key
      static java.lang.String reserveUserTaskInstance
      Reserves a UserTask for a specific User.
      static java.lang.String retryProcessInstance
      Retries a failed or terminated Process Instance from the original point of failure.
      static java.lang.String setUserMetadata
      Sets a value for the given key
      static java.lang.String startProcessInstance
      Starts a new instance from the given set of parameters.
      static java.lang.String terminateProcessInstances
      Terminates the ProcessInstance with the given ID.
      static java.lang.String triggerMessageEvent
      Triggers a MessageEvent by its name.
      static java.lang.String triggerSignalEvent
      Triggers a SignalEvent by its name.
    • Constructor Summary

      Constructors 
      Constructor Description
      Paths()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • getApplicationInfo

        public static final java.lang.String getApplicationInfo
        Gets some basic info about the host application.
        See Also:
        Constant Field Values
      • getAuthorityAddress

        public static final java.lang.String getAuthorityAddress
        Gets the address of the authority that the host application uses for claim checks.
        See Also:
        Constant Field Values
      • getAnonymousSessionById

        public static final java.lang.String getAnonymousSessionById
        Returns the anonymous session with the given ID.
        See Also:
        Constant Field Values
      • getAnonymousSessionsByUserId

        public static final java.lang.String getAnonymousSessionsByUserId
        Returns all anonymous sessions of the given User ID.
        See Also:
        Constant Field Values
      • createAnonymousSession

        public static final java.lang.String createAnonymousSession
        Creates a new anonymous session and returns its ID.
        See Also:
        Constant Field Values
      • getCorrelations

        public static final java.lang.String getCorrelations
        Gets all Correlations.
        See Also:
        Constant Field Values
      • getCorrelationById

        public static final java.lang.String getCorrelationById
        Gets a Correlation by its ID.
        See Also:
        Constant Field Values
      • getDeployedCronjobs

        public static final java.lang.String getDeployedCronjobs
        Queries a list of deployed Cronjobs.
        See Also:
        Constant Field Values
      • enableCronjob

        public static final java.lang.String enableCronjob
        Enables the given Cronjob for the given Process Model.
        See Also:
        Constant Field Values
      • disableCronjob

        public static final java.lang.String disableCronjob
        Disables the given Cronjob for the given ProcessModel.
        See Also:
        Constant Field Values
      • getDataObjects

        public static final java.lang.String getDataObjects
        Gets the DataObjectInstances that match the given query.
        See Also:
        Constant Field Values
      • queryFlowNodeInstances

        public static final java.lang.String queryFlowNodeInstances
        Gets all FlowNodeInstances that match the given query.
        See Also:
        Constant Field Values
      • triggerMessageEvent

        public static final java.lang.String triggerMessageEvent
        Triggers a MessageEvent by its name.
        See Also:
        Constant Field Values
      • triggerSignalEvent

        public static final java.lang.String triggerSignalEvent
        Triggers a SignalEvent by its name.
        See Also:
        Constant Field Values
      • finishUntypedTask

        public static final java.lang.String finishUntypedTask
        Finishes a specific UntypedTask by its InstanceId.
        See Also:
        Constant Field Values
      • finishManualTask

        public static final java.lang.String finishManualTask
        Finishes a specific ManualTask by its ManualTaskInstanceId.
        See Also:
        Constant Field Values
      • finishUserTask

        public static final java.lang.String finishUserTask
        Finishes a specific UserTask by its UserTaskInstanceId.
        See Also:
        Constant Field Values
      • reserveUserTaskInstance

        public static final java.lang.String reserveUserTaskInstance
        Reserves a UserTask for a specific User.
        See Also:
        Constant Field Values
      • cancelUserTaskInstanceReservation

        public static final java.lang.String cancelUserTaskInstanceReservation
        Cancels the reservation of the given UserTask instance.
        See Also:
        Constant Field Values
      • getAllDeployedTopics

        public static final java.lang.String getAllDeployedTopics
        Fetches a list of all ExternalTask topics from all deployed Process Models.
        See Also:
        Constant Field Values
      • fetchAndLockExternalTasks

        public static final java.lang.String fetchAndLockExternalTasks
        Fetches the tasks available for an ExternalTaskWorker and locks them for a defined time.
        See Also:
        Constant Field Values
      • extendExternalTaskLock

        public static final java.lang.String extendExternalTaskLock
        Extends the lock duration of an ExternalTask by a given amount of time.
        See Also:
        Constant Field Values
      • finishExternalTaskWithError

        public static final java.lang.String finishExternalTaskWithError
        Finishes the given External Task with the given Error.
        See Also:
        Constant Field Values
      • finishExternalTask

        public static final java.lang.String finishExternalTask
        Finishes the ExternalTask with the given ID.
        See Also:
        Constant Field Values
      • persistProcessDefinitions

        public static final java.lang.String persistProcessDefinitions
        Creates or updates a ProcessDefinition or a list of ProcessDefinitions.
        See Also:
        Constant Field Values
      • getProcessDefinitions

        public static final java.lang.String getProcessDefinitions
        Gets all ProcessDefinitions the requesting user is allowed to see.
        See Also:
        Constant Field Values
      • getProcessDefinitionById

        public static final java.lang.String getProcessDefinitionById
        Gets a ProcessDefinition by its id.
        See Also:
        Constant Field Values
      • deleteProcessDefinition

        public static final java.lang.String deleteProcessDefinition
        Deletes the ProcessDefinition with the given ID. Per default, a Process is only flagged as deleted. To actually delete the Process and all related data, set "delete_all_related_data" to "true".
        See Also:
        Constant Field Values
      • getAllProcessModels

        public static final java.lang.String getAllProcessModels
        Gets all currently deployed Process Models.
        See Also:
        Constant Field Values
      • getProcessModelById

        public static final java.lang.String getProcessModelById
        Gets a deployed Process Model by its ID.
        See Also:
        Constant Field Values
      • getProcessDefinitionForProcessModel

        public static final java.lang.String getProcessDefinitionForProcessModel
        Gets a ProcessDefinition for a given ProcessModel.
        See Also:
        Constant Field Values
      • startProcessInstance

        public static final java.lang.String startProcessInstance
        Starts a new instance from the given set of parameters.
        See Also:
        Constant Field Values
      • deleteProcessDefinitionByProcessModelId

        public static final java.lang.String deleteProcessDefinitionByProcessModelId
        Deletes the ProcessDefinition that contains the Process Model with the given ID. Per default, a Process is only flagged as deleted. To actually delete the Process and all related data, set "delete_all_related_data" to "true".
        See Also:
        Constant Field Values
      • enableProcessModel

        public static final java.lang.String enableProcessModel
        Enables the given Process Model.
        See Also:
        Constant Field Values
      • disableProcessModel

        public static final java.lang.String disableProcessModel
        Disables the given Process Model.
        See Also:
        Constant Field Values
      • queryProcessInstances

        public static final java.lang.String queryProcessInstances
        Gets all ProcessInstances that match the given query.
        See Also:
        Constant Field Values
      • getProcessDefinitionForProcessInstance

        public static final java.lang.String getProcessDefinitionForProcessInstance
        Gets the ProcessDefinition for a given ProcessInstance.
        See Also:
        Constant Field Values
      • getProcessModelForProcessInstance

        public static final java.lang.String getProcessModelForProcessInstance
        Gets the ProcessModel for a given ProcessInstance.
        See Also:
        Constant Field Values
      • changeProcessInstanceOwner

        public static final java.lang.String changeProcessInstanceOwner
        Changes the owner of the ProcessInstance with the given ID.
        See Also:
        Constant Field Values
      • terminateProcessInstances

        public static final java.lang.String terminateProcessInstances
        Terminates the ProcessInstance with the given ID.
        See Also:
        Constant Field Values
      • retryProcessInstance

        public static final java.lang.String retryProcessInstance
        Retries a failed or terminated Process Instance from the original point of failure. Alternatively, the Process Instance can be reset to a specific flow Node Instance, provided with the "flow_node_instance_id" Query parameter
        See Also:
        Constant Field Values
      • deleteProcessInstances

        public static final java.lang.String deleteProcessInstances
        Deletes the given Set of Process Instances. Multiple ProcessInstanceIds can be provided with ";" as separator. Per default, a Process Instance is only flagged as deleted. To actually delete the Process Instances and all related data, set "delete_all_related_data" to "true".
        See Also:
        Constant Field Values
      • queryUserMetadata

        public static final java.lang.String queryUserMetadata
        Queries all values by the given keys
        See Also:
        Constant Field Values
      • getUserMetadata

        public static final java.lang.String getUserMetadata
        Gets a value by the given key
        See Also:
        Constant Field Values
      • setUserMetadata

        public static final java.lang.String setUserMetadata
        Sets a value for the given key
        See Also:
        Constant Field Values
      • removeUserMetadata

        public static final java.lang.String removeUserMetadata
        Removes a value for the given key
        See Also:
        Constant Field Values
      • onCronjobCreated

        public static final java.lang.String onCronjobCreated
        Wait for a CronjobCreated notification and resolves with the notification's content.
        See Also:
        Constant Field Values
      • onCronjobExecuted

        public static final java.lang.String onCronjobExecuted
        Wait for a CronjobExecuted notification and resolves with the notification's content.
        See Also:
        Constant Field Values
      • onCronjobStopped

        public static final java.lang.String onCronjobStopped
        Wait for a CronjobStopped notification and resolves with the notification's content.
        See Also:
        Constant Field Values
      • onCronjobUpdated

        public static final java.lang.String onCronjobUpdated
        Wait for a CronjobUpdated notification and resolves with the notification's content.
        See Also:
        Constant Field Values
      • onCronjobRemoved

        public static final java.lang.String onCronjobRemoved
        Wait for a CronjobRemoved notification and resolves with the notification's content.
        See Also:
        Constant Field Values
      • onProcessDeployed

        public static final java.lang.String onProcessDeployed
        Wait for a ProcessDeployed notification and resolves with the notification's content.
        See Also:
        Constant Field Values
      • onProcessIsExecutableChanged

        public static final java.lang.String onProcessIsExecutableChanged
        Wait for a ProcessIsExecutableChanged notification and resolves with the notification's content.
        See Also:
        Constant Field Values
      • onCronjobEnabledChanged

        public static final java.lang.String onCronjobEnabledChanged
        Wait for a CronjobEnabledChanged notification and resolves with the notification's content.
        See Also:
        Constant Field Values
      • onProcessUndeployed

        public static final java.lang.String onProcessUndeployed
        Wait for a ProcessUndeployed notification and resolves with the notification's content.
        See Also:
        Constant Field Values
      • onProcessStarting

        public static final java.lang.String onProcessStarting
        Wait for a ProcessStarting notification and resolves with the notification's content.
        See Also:
        Constant Field Values
      • onProcessStarted

        public static final java.lang.String onProcessStarted
        Wait for a ProcessStarted notification and resolves with the notification's content.
        See Also:
        Constant Field Values
      • onProcessResumed

        public static final java.lang.String onProcessResumed
        Wait for a ProcessResumed notification and resolves with the notification's content.
        See Also:
        Constant Field Values
      • onProcessEnded

        public static final java.lang.String onProcessEnded
        Wait for a ProcessEnded notification and resolves with the notification's content.
        See Also:
        Constant Field Values
      • onProcessOwnerChanged

        public static final java.lang.String onProcessOwnerChanged
        Wait for a ProcessOwnerChanged notification and resolves with the notification's content.
        See Also:
        Constant Field Values
      • onProcessTerminated

        public static final java.lang.String onProcessTerminated
        Wait for a ProcessTerminated notification and resolves with the notification's content.
        See Also:
        Constant Field Values
      • onProcessError

        public static final java.lang.String onProcessError
        Wait for a ProcessError notification and resolves with the notification's content.
        See Also:
        Constant Field Values
      • onProcessInstancesDeleted

        public static final java.lang.String onProcessInstancesDeleted
        Wait for a ProcessInstancesDeleted notification and resolves with the notification's content.
        See Also:
        Constant Field Values
      • onExternalTaskCreated

        public static final java.lang.String onExternalTaskCreated
        Wait for an ExternalTaskCreated notification and resolves with the notification's content.
        See Also:
        Constant Field Values
      • onExternalTaskLocked

        public static final java.lang.String onExternalTaskLocked
        Wait for a ExternalTaskLocked notification and resolves with the notification's content.
        See Also:
        Constant Field Values
      • onExternalTaskUnlocked

        public static final java.lang.String onExternalTaskUnlocked
        Wait for a ExternalTaskUnlocked notification and resolves with the notification's content.
        See Also:
        Constant Field Values
      • onExternalTaskExpired

        public static final java.lang.String onExternalTaskExpired
        Wait for a ExternalTaskExpired notification and resolves with the notification's content.
        See Also:
        Constant Field Values
      • onActivityReached

        public static final java.lang.String onActivityReached
        Wait for an ActivityReached notification and resolves with the notification's content.
        See Also:
        Constant Field Values
      • onActivityFinished

        public static final java.lang.String onActivityFinished
        Wait for an ActivityFinished notification and resolves with the notification's content.
        See Also:
        Constant Field Values
      • onActivityCanceled

        public static final java.lang.String onActivityCanceled
        Wait for an ActivityCanceled notification and resolves with the notification's content.
        See Also:
        Constant Field Values
      • onUntypedTaskWaiting

        public static final java.lang.String onUntypedTaskWaiting
        Wait for an UntypedTaskWaiting notification and resolves with the notification's content.
        See Also:
        Constant Field Values
      • onUntypedTaskFinished

        public static final java.lang.String onUntypedTaskFinished
        Wait for an UntypedTaskFinished notification and resolves with the notification's content.
        See Also:
        Constant Field Values
      • onManualTaskWaiting

        public static final java.lang.String onManualTaskWaiting
        Wait for a ManualTaskWaiting notification and resolves with the notification's content.
        See Also:
        Constant Field Values
      • onManualTaskFinished

        public static final java.lang.String onManualTaskFinished
        Wait for a ManualTaskFinied notification and resolves with the notification's content.
        See Also:
        Constant Field Values
      • onUserTaskWaiting

        public static final java.lang.String onUserTaskWaiting
        Wait for a UserTaskWaiting notification and resolves with the notification's content.
        See Also:
        Constant Field Values
      • onUserTaskFinished

        public static final java.lang.String onUserTaskFinished
        Wait for a UserTaskFinished notification and resolves with the notification's content.
        See Also:
        Constant Field Values
      • onUserTaskReserved

        public static final java.lang.String onUserTaskReserved
        Wait for a UserTaskReserved notification and resolves with the notification's content.
        See Also:
        Constant Field Values
      • onUserTaskReservationCanceled

        public static final java.lang.String onUserTaskReservationCanceled
        Wait for a UserTaskReservationCanceled notification and resolves with the notification's content.
        See Also:
        Constant Field Values
      • onBoundaryEventTriggered

        public static final java.lang.String onBoundaryEventTriggered
        Wait for a BoundaryEventTriggered notification and resolves with the notification's content.
        See Also:
        Constant Field Values
      • onBoundaryEventFinished

        public static final java.lang.String onBoundaryEventFinished
        Wait for a BoundaryEventFinished notification and resolves with the notification's content.
        See Also:
        Constant Field Values
      • onIntermediateThrowEventTriggered

        public static final java.lang.String onIntermediateThrowEventTriggered
        Wait for an IntermediateThrowEventTriggered notification and resolves with the notification's content.
        See Also:
        Constant Field Values
      • onIntermediateCatchEventReached

        public static final java.lang.String onIntermediateCatchEventReached
        Wait for an IntermediateCatchEventReached notification and resolves with the notification's content.
        See Also:
        Constant Field Values
      • onIntermediateCatchEventFinished

        public static final java.lang.String onIntermediateCatchEventFinished
        Wait for a IntermediateCatchEventFinished notification and resolves with the notification's content.
        See Also:
        Constant Field Values
      • onFlowNodeEventRetrySending

        public static final java.lang.String onFlowNodeEventRetrySending
        Wait for a FlowNodeEventRetrySending notification and resolves with the notification's content.
        See Also:
        Constant Field Values
      • onMessageTriggered

        public static final java.lang.String onMessageTriggered
        Wait for an MessageTriggered notification and resolves with the notification's content.
        See Also:
        Constant Field Values
      • onSignalTriggered

        public static final java.lang.String onSignalTriggered
        Wait for an SignalTriggered notification and resolves with the notification's content.
        See Also:
        Constant Field Values
      • onEndEventFinished

        public static final java.lang.String onEndEventFinished
        Wait for an EndEventFinished notification and resolves with the notification's content.
        See Also:
        Constant Field Values
      • onStartEventFinished

        public static final java.lang.String onStartEventFinished
        Wait for an StartEventFinished notification and resolves with the notification's content.
        See Also:
        Constant Field Values
      • onProcessInstanceMetadataChanged

        public static final java.lang.String onProcessInstanceMetadataChanged
        Wait for a ProcessInstanceMetadataChanged notification and resolves with the notification's content.
        See Also:
        Constant Field Values
      • onCorrelationMetadataChanged

        public static final java.lang.String onCorrelationMetadataChanged
        Wait for a CorrelationMetadataChanged notification and resolves with the notification's content.
        See Also:
        Constant Field Values
    • Constructor Detail

      • Paths

        public Paths()