jBPM :: Services API 6.2.0.Final-redhat-13
A B C D E F G I L N O P R S T U V W 

A

abortProcessInstance(Long) - Method in interface org.jbpm.services.api.ProcessService
Aborts the specified process
abortProcessInstances(List<Long>) - Method in interface org.jbpm.services.api.ProcessService
Aborts all specified processes
abortWorkItem(Long) - Method in interface org.jbpm.services.api.ProcessService
Abort the specified workItem
activate(String) - Method in interface org.jbpm.services.api.DeploymentService
Activates given deployment by making sure it will be available for execution.
activate(Long, String) - Method in interface org.jbpm.services.api.UserTaskService
Activate the task, i.e. set the task to status Ready.
addAttachment(Long, String, Object) - Method in interface org.jbpm.services.api.UserTaskService
Add attachment to a task
addComment(Long, String, String, Date) - Method in interface org.jbpm.services.api.UserTaskService
Add comment to a task
addListener(DeploymentEventListener) - Method in interface org.jbpm.services.api.ListenerSupport
 

B

buildProcessDefinition(String, String, ClassLoader, boolean) - Method in interface org.jbpm.services.api.DefinitionService
Performs build operation for given bpmn2content to produce fully populated ProcessDefinition

C

claim(Long, String) - Method in interface org.jbpm.services.api.UserTaskService
Claim responsibility for a task, i.e. set the task to status Reserved
complete(Long, String, Map<String, Object>) - Method in interface org.jbpm.services.api.UserTaskService
Complete a task with the given data
completeWorkItem(Long, Map<String, Object>) - Method in interface org.jbpm.services.api.ProcessService
Completes the specified WorkItem with the given results

D

deactivate(String) - Method in interface org.jbpm.services.api.DeploymentService
Deactivates given deployment by making it only available for already running instances.
DefinitionService - Interface in org.jbpm.services.api
Provides details from definition point of view which is extracted from BPMN2 definitions.
delegate(Long, String, String) - Method in interface org.jbpm.services.api.UserTaskService
Delegate a task from userId to targetUserId
deleteAttachment(Long, Long) - Method in interface org.jbpm.services.api.UserTaskService
Delete attachment from a task
deleteComment(Long, Long) - Method in interface org.jbpm.services.api.UserTaskService
Deletes comment from a task
deleteContent(Long, Long) - Method in interface org.jbpm.services.api.UserTaskService
Deletes content given by contentId from given task
deploy(DeploymentUnit) - Method in interface org.jbpm.services.api.DeploymentService
Performs deployment operation of given unit.
DeployedAsset - Interface in org.jbpm.services.api.model
 
DeployedUnit - Interface in org.jbpm.services.api.model
 
DeploymentEvent - Class in org.jbpm.services.api
 
DeploymentEvent(String, DeployedUnit) - Constructor for class org.jbpm.services.api.DeploymentEvent
 
DeploymentEventListener - Interface in org.jbpm.services.api
 
DeploymentNotFoundException - Exception in org.jbpm.services.api
 
DeploymentNotFoundException(String) - Constructor for exception org.jbpm.services.api.DeploymentNotFoundException
 
DeploymentNotFoundException(String, Throwable) - Constructor for exception org.jbpm.services.api.DeploymentNotFoundException
 
DeploymentService - Interface in org.jbpm.services.api
Deploys DeploymentUnits into the runtime engine by building RuntimeManager instance for the deployment unit.
DeploymentUnit - Interface in org.jbpm.services.api.model
 

E

execute(String, Command<T>) - Method in interface org.jbpm.services.api.ProcessService
Executes provided command on the underlying command executor (usually KieSession)
execute(String, Context<?>, Command<T>) - Method in interface org.jbpm.services.api.ProcessService
Executes provided command on the underlying command executor (usually KieSession)
execute(String, Command<T>) - Method in interface org.jbpm.services.api.UserTaskService
Executes provided command on the underlying command executor
execute(String, Context<?>, Command<T>) - Method in interface org.jbpm.services.api.UserTaskService
Executes provided command on the underlying command executor
exit(Long, String) - Method in interface org.jbpm.services.api.UserTaskService
Requesting application is no longer interested in the task output

F

fail(Long, String, Map<String, Object>) - Method in interface org.jbpm.services.api.UserTaskService
Actual owner completes the execution of the task raising a fault.
forward(Long, String, String) - Method in interface org.jbpm.services.api.UserTaskService
Forward the task to another organization entity.

G

getActivationTime() - Method in interface org.jbpm.services.api.model.UserTaskInstanceDesc
 
getActiveTasks() - Method in interface org.jbpm.services.api.model.ProcessInstanceDesc
 
getActualOwner() - Method in interface org.jbpm.services.api.model.UserTaskInstanceDesc
 
getAllAuditTask(String, QueryFilter) - Method in interface org.jbpm.services.api.RuntimeDataService
Get a list of tasks audit logs for the user provides applying the query filter listed statuses.
getAssociatedEntities(String, String) - Method in interface org.jbpm.services.api.DefinitionService
Returns all organizational entities identifiers involved in the process - like users and groups.
getAssociatedEntities() - Method in interface org.jbpm.services.api.model.ProcessDefinition
 
getAssociatedEntities() - Method in interface org.jbpm.services.api.model.UserTaskDefinition
 
getAttachmentById(Long, Long) - Method in interface org.jbpm.services.api.UserTaskService
Get attachment by identifier
getAttachmentContentById(Long, Long) - Method in interface org.jbpm.services.api.UserTaskService
Get attachment's content by identifier
getAttachmentsByTaskId(Long) - Method in interface org.jbpm.services.api.UserTaskService
Get attachments for a task
getAvailableSignals(Long) - Method in interface org.jbpm.services.api.ProcessService
Returns all signals available in current state of given process instance
getComment() - Method in interface org.jbpm.services.api.model.UserTaskDefinition
 
getCommentById(Long, Long) - Method in interface org.jbpm.services.api.UserTaskService
Get comment by identifier
getCommentsByTaskId(Long) - Method in interface org.jbpm.services.api.UserTaskService
Get comments for a task
getConnection() - Method in interface org.jbpm.services.api.model.NodeInstanceDesc
 
getCreatedBy() - Method in interface org.jbpm.services.api.model.UserTaskDefinition
 
getCreatedBy() - Method in interface org.jbpm.services.api.model.UserTaskInstanceDesc
 
getCreatedOn() - Method in interface org.jbpm.services.api.model.UserTaskInstanceDesc
 
getDataTimeStamp() - Method in interface org.jbpm.services.api.model.NodeInstanceDesc
 
getDataTimeStamp() - Method in interface org.jbpm.services.api.model.ProcessInstanceDesc
 
getDataTimeStamp() - Method in interface org.jbpm.services.api.model.VariableDesc
 
getDeployedAssetLocation(String) - Method in interface org.jbpm.services.api.model.DeployedUnit
 
getDeployedAssets() - Method in interface org.jbpm.services.api.model.DeployedUnit
 
getDeployedClasses() - Method in interface org.jbpm.services.api.model.DeployedUnit
 
getDeployedUnit() - Method in class org.jbpm.services.api.DeploymentEvent
 
getDeployedUnit(String) - Method in interface org.jbpm.services.api.DeploymentService
Returns DeployedUnit instance for given deployment id if exists
getDeployedUnits() - Method in interface org.jbpm.services.api.DeploymentService
Returns all (currently) deployed units.
getDeploymentId() - Method in class org.jbpm.services.api.DeploymentEvent
 
getDeploymentId() - Method in interface org.jbpm.services.api.model.NodeInstanceDesc
 
getDeploymentId() - Method in interface org.jbpm.services.api.model.ProcessDefinition
 
getDeploymentId() - Method in interface org.jbpm.services.api.model.ProcessDesc
 
getDeploymentId() - Method in interface org.jbpm.services.api.model.ProcessInstanceDesc
 
getDeploymentId() - Method in interface org.jbpm.services.api.model.UserTaskInstanceDesc
 
getDeploymentId() - Method in interface org.jbpm.services.api.model.VariableDesc
 
getDeploymentUnit() - Method in interface org.jbpm.services.api.model.DeployedUnit
 
getDescription() - Method in interface org.jbpm.services.api.model.UserTaskInstanceDesc
 
getDueDate() - Method in interface org.jbpm.services.api.model.UserTaskInstanceDesc
 
getEncodedProcessSource() - Method in interface org.jbpm.services.api.model.ProcessDesc
 
getForms() - Method in interface org.jbpm.services.api.model.ProcessDesc
 
getId() - Method in interface org.jbpm.services.api.model.DeployedAsset
 
getId() - Method in interface org.jbpm.services.api.model.NodeInstanceDesc
 
getId() - Method in interface org.jbpm.services.api.model.ProcessDefinition
 
getId() - Method in interface org.jbpm.services.api.model.ProcessInstanceDesc
 
getIdentifier() - Method in interface org.jbpm.services.api.model.DeploymentUnit
 
getInitiator() - Method in interface org.jbpm.services.api.model.ProcessInstanceDesc
 
getKnowledgeType() - Method in interface org.jbpm.services.api.model.DeployedAsset
 
getListeners() - Method in interface org.jbpm.services.api.ListenerSupport
 
getName() - Method in interface org.jbpm.services.api.model.DeployedAsset
 
getName() - Method in interface org.jbpm.services.api.model.NodeInstanceDesc
 
getName() - Method in interface org.jbpm.services.api.model.ProcessDefinition
 
getName() - Method in interface org.jbpm.services.api.model.UserTaskDefinition
 
getName() - Method in interface org.jbpm.services.api.model.UserTaskInstanceDesc
 
getNamespace() - Method in interface org.jbpm.services.api.model.ProcessDesc
 
getNewValue() - Method in interface org.jbpm.services.api.model.VariableDesc
 
getNodeId() - Method in interface org.jbpm.services.api.model.NodeInstanceDesc
 
getNodeInstanceForWorkItem(Long) - Method in interface org.jbpm.services.api.RuntimeDataService
Returns active node instance descriptor for given work item id, if exists.
getNodeType() - Method in interface org.jbpm.services.api.model.NodeInstanceDesc
 
getOldValue() - Method in interface org.jbpm.services.api.model.VariableDesc
 
getOriginalPath() - Method in interface org.jbpm.services.api.model.DeployedAsset
 
getPackageName() - Method in interface org.jbpm.services.api.model.ProcessDefinition
 
getPackageName() - Method in interface org.jbpm.services.api.model.ProcessDesc
 
getPriority() - Method in interface org.jbpm.services.api.model.UserTaskDefinition
 
getPriority() - Method in interface org.jbpm.services.api.model.UserTaskInstanceDesc
 
getProcessById(String) - Method in interface org.jbpm.services.api.RuntimeDataService
Returns process definition for given process id
getProcessDefinition(String, String) - Method in interface org.jbpm.services.api.DefinitionService
Returns previously built ProcessDefinition.
getProcesses(QueryContext) - Method in interface org.jbpm.services.api.RuntimeDataService
Returns all process definitions available
getProcessesByDeploymentId(String, QueryContext) - Method in interface org.jbpm.services.api.RuntimeDataService
Returns list of process definitions for given deployment id
getProcessesByDeploymentIdProcessId(String, String) - Method in interface org.jbpm.services.api.RuntimeDataService
Returns process definition for given deployment and process identifiers
getProcessesByFilter(String, QueryContext) - Method in interface org.jbpm.services.api.RuntimeDataService
Returns list of process definitions that match the given filter
getProcessId() - Method in interface org.jbpm.services.api.model.ProcessInstanceDesc
 
getProcessId() - Method in interface org.jbpm.services.api.model.UserTaskInstanceDesc
 
getProcessIds(String, QueryContext) - Method in interface org.jbpm.services.api.RuntimeDataService
Returns list of process definition identifiers for given deployment id
getProcessInstance(Long) - Method in interface org.jbpm.services.api.ProcessService
Returns process instance information.
getProcessInstanceById(long) - Method in interface org.jbpm.services.api.RuntimeDataService
Returns process instance descriptions found for given processInstanceId if found otherwise null.
getProcessInstanceDescription() - Method in interface org.jbpm.services.api.model.ProcessInstanceDesc
 
getProcessInstanceFullHistory(long, QueryContext) - Method in interface org.jbpm.services.api.RuntimeDataService
Returns complete trace of all executed (completed) and active nodes for given process instance id
getProcessInstanceFullHistoryByType(long, RuntimeDataService.EntryType, QueryContext) - Method in interface org.jbpm.services.api.RuntimeDataService
Returns complete trace of all events of given type (START or END) for given process instance.
getProcessInstanceHistoryActive(long, QueryContext) - Method in interface org.jbpm.services.api.RuntimeDataService
Returns trace of all active nodes for given process instance id
getProcessInstanceHistoryCompleted(long, QueryContext) - Method in interface org.jbpm.services.api.RuntimeDataService
Returns trace of all executed (completed) for given process instance id
getProcessInstanceId() - Method in interface org.jbpm.services.api.model.NodeInstanceDesc
 
getProcessInstanceId() - Method in interface org.jbpm.services.api.model.UserTaskInstanceDesc
 
getProcessInstanceId() - Method in interface org.jbpm.services.api.model.VariableDesc
 
getProcessInstances(QueryContext) - Method in interface org.jbpm.services.api.RuntimeDataService
Returns list of process instance descriptions
getProcessInstances(List<Integer>, String, QueryContext) - Method in interface org.jbpm.services.api.RuntimeDataService
Returns list of process instance descriptions found with given statuses and initiated by initiator.
getProcessInstancesByDeploymentId(String, List<Integer>, QueryContext) - Method in interface org.jbpm.services.api.RuntimeDataService
Returns list of process instance descriptions found for given deployment id and statuses.
getProcessInstancesByProcessDefinition(String, QueryContext) - Method in interface org.jbpm.services.api.RuntimeDataService
Returns list of process instance descriptions found for given process definition id
getProcessInstancesByProcessDefinition(String, List<Integer>, QueryContext) - Method in interface org.jbpm.services.api.RuntimeDataService
Returns list of process instance descriptions found for given process definition id
getProcessInstancesByProcessId(List<Integer>, String, String, QueryContext) - Method in interface org.jbpm.services.api.RuntimeDataService
Returns list of process instance descriptions found for given process id and statuses and initiated by initiator
getProcessInstancesByProcessName(List<Integer>, String, String, QueryContext) - Method in interface org.jbpm.services.api.RuntimeDataService
 
getProcessInstanceVariable(Long, String) - Method in interface org.jbpm.services.api.ProcessService
Gets a process instance's variable.
getProcessInstanceVariables(Long) - Method in interface org.jbpm.services.api.ProcessService
Gets a process instance's variable values.
getProcessName() - Method in interface org.jbpm.services.api.model.ProcessInstanceDesc
 
getProcessVariables(String, String) - Method in interface org.jbpm.services.api.DefinitionService
Returns all process variables defined in the given process where: key in the map is name of the process variable value in the map is type of the process variable
NOTE: This method assumes process has already been built by invoking buildProcessDefinition method
getProcessVariables() - Method in interface org.jbpm.services.api.model.ProcessDefinition
 
getProcessVersion() - Method in interface org.jbpm.services.api.model.ProcessInstanceDesc
 
getReusableSubProcesses(String, String) - Method in interface org.jbpm.services.api.DefinitionService
Returns collection of process identifiers of reusable processes used by given process.
getReusableSubProcesses() - Method in interface org.jbpm.services.api.model.ProcessDefinition
 
getRoles() - Method in interface org.jbpm.services.api.model.ProcessDesc
 
getRuntimeManager(String) - Method in interface org.jbpm.services.api.DeploymentService
Returns RuntimeManager instance dedicated to deployment unit identified by given id
getRuntimeManager() - Method in interface org.jbpm.services.api.model.DeployedUnit
 
getServiceTasks(String, String) - Method in interface org.jbpm.services.api.DefinitionService
Returns service (domain specific) tasks defined in the process where: key in the map is name of the task node value in the map is name of the domain specific service (name that handler should be registered with)
NOTE: This method assumes process has already been built by invoking buildProcessDefinition method
getServiceTasks() - Method in interface org.jbpm.services.api.model.ProcessDefinition
 
getState() - Method in interface org.jbpm.services.api.model.ProcessInstanceDesc
 
getStatus() - Method in interface org.jbpm.services.api.model.UserTaskInstanceDesc
 
getStrategy() - Method in interface org.jbpm.services.api.model.DeploymentUnit
 
getTask(Long) - Method in interface org.jbpm.services.api.UserTaskService
Returns task instance
getTaskById(Long) - Method in interface org.jbpm.services.api.RuntimeDataService
Return a task by its taskId.
getTaskByWorkItemId(Long) - Method in interface org.jbpm.services.api.RuntimeDataService
Return a task by its workItemId.
getTaskId() - Method in interface org.jbpm.services.api.model.UserTaskInstanceDesc
 
getTaskInputContentByTaskId(Long) - Method in interface org.jbpm.services.api.UserTaskService
Returns task input data of a task
getTaskInputMappings(String, String, String) - Method in interface org.jbpm.services.api.DefinitionService
Returns map of data input defined for given user task key in the map is identifier of dataInput value in the map is name dataInput
NOTE: This method assumes process has already been built by invoking buildProcessDefinition method
getTaskInputMappings() - Method in interface org.jbpm.services.api.model.UserTaskDefinition
 
getTaskOutputContentByTaskId(Long) - Method in interface org.jbpm.services.api.UserTaskService
Returns task output data currently stored, might be null of no data is stored
getTaskOutputMappings(String, String, String) - Method in interface org.jbpm.services.api.DefinitionService
Returns map of data output defined for given user task key in the map is identifier of dataOutput value in the map is name dataOutput
NOTE: This method assumes process has already been built by invoking buildProcessDefinition method
getTaskOutputMappings() - Method in interface org.jbpm.services.api.model.UserTaskDefinition
 
getTasksAssignedAsBusinessAdministrator(String, QueryFilter) - Method in interface org.jbpm.services.api.RuntimeDataService
Return a list of assigned tasks as a Business Administrator.
getTasksAssignedAsPotentialOwner(String, QueryFilter) - Method in interface org.jbpm.services.api.RuntimeDataService
Return a list of tasks the user is eligible for.
getTasksAssignedAsPotentialOwner(String, List<String>, QueryFilter) - Method in interface org.jbpm.services.api.RuntimeDataService
Return a list of tasks the user or groups are eligible for.
getTasksAssignedAsPotentialOwner(String, List<String>, List<Status>, QueryFilter) - Method in interface org.jbpm.services.api.RuntimeDataService
Return a list of tasks the user or groups are eligible for with one of the listed statuses.
getTasksAssignedAsPotentialOwnerByExpirationDateOptional(String, List<Status>, Date, QueryFilter) - Method in interface org.jbpm.services.api.RuntimeDataService
Return a list of tasks the user is eligible for with one of the listed statuses and expiration date starting at from.
getTasksAssignedAsPotentialOwnerByStatus(String, List<Status>, QueryFilter) - Method in interface org.jbpm.services.api.RuntimeDataService
Return a list of tasks the user is eligible for with one of the listed statuses.
getTasksByProcessInstanceId(Long) - Method in interface org.jbpm.services.api.RuntimeDataService
Get a list of tasks the Process Instance is waiting on.
getTasksByStatusByProcessInstanceId(Long, List<Status>, QueryFilter) - Method in interface org.jbpm.services.api.RuntimeDataService
Get a list of tasks the Process Instance is waiting on with one of the listed statuses.
getTasksDefinitions(String, String) - Method in interface org.jbpm.services.api.DefinitionService
Returns all user task definitions defined in given process
NOTE: This method assumes process has already been built by invoking buildProcessDefinition method
getTasksOwned(String, QueryFilter) - Method in interface org.jbpm.services.api.RuntimeDataService
Return a list of tasks the user has claimed.
getTasksOwnedByExpirationDateOptional(String, List<Status>, Date, QueryFilter) - Method in interface org.jbpm.services.api.RuntimeDataService
Return a list of tasks the user has claimed with one of the listed statuses and expiration date starting at from.
getTasksOwnedByStatus(String, List<Status>, QueryFilter) - Method in interface org.jbpm.services.api.RuntimeDataService
Return a list of tasks the user has claimed with one of the listed statuses.
getType() - Method in interface org.jbpm.services.api.model.ProcessDefinition
 
getValue() - Method in enum org.jbpm.services.api.RuntimeDataService.EntryType
 
getVariableHistory(long, String, QueryContext) - Method in interface org.jbpm.services.api.RuntimeDataService
Returns collection of changes to given variable within scope of process instance
getVariableId() - Method in interface org.jbpm.services.api.model.VariableDesc
 
getVariableInstanceId() - Method in interface org.jbpm.services.api.model.VariableDesc
 
getVariablesCurrentState(long) - Method in interface org.jbpm.services.api.RuntimeDataService
Returns collections of all process variables current value for given process instance
getVersion() - Method in interface org.jbpm.services.api.model.DeployedAsset
 
getVersion() - Method in interface org.jbpm.services.api.model.ProcessDefinition
 
getWorkItem(Long) - Method in interface org.jbpm.services.api.ProcessService
Returns the specified workItem
getWorkItemByProcessInstance(Long) - Method in interface org.jbpm.services.api.ProcessService
Returns active work items by process instance id.
getWorkItemId() - Method in interface org.jbpm.services.api.model.NodeInstanceDesc
 

I

isActive() - Method in interface org.jbpm.services.api.model.DeployedUnit
 
isCompleted() - Method in interface org.jbpm.services.api.model.NodeInstanceDesc
 
isDeployed(String) - Method in interface org.jbpm.services.api.DeploymentService
Performs a check if given deployment is already active
isSkippable() - Method in interface org.jbpm.services.api.model.UserTaskDefinition
 

L

ListenerSupport - Interface in org.jbpm.services.api
 

N

NodeInstanceDesc - Interface in org.jbpm.services.api.model
 
nominate(Long, String, List<OrganizationalEntity>) - Method in interface org.jbpm.services.api.UserTaskService
Nominate a task to be handled by potentialOwners

O

onActivate(DeploymentEvent) - Method in interface org.jbpm.services.api.DeploymentEventListener
 
onDeactivate(DeploymentEvent) - Method in interface org.jbpm.services.api.DeploymentEventListener
 
onDeploy(DeploymentEvent) - Method in interface org.jbpm.services.api.DeploymentEventListener
 
onUnDeploy(DeploymentEvent) - Method in interface org.jbpm.services.api.DeploymentEventListener
 
org.jbpm.services.api - package org.jbpm.services.api
 
org.jbpm.services.api.model - package org.jbpm.services.api.model
 

P

ProcessDefinition - Interface in org.jbpm.services.api.model
 
ProcessDesc - Interface in org.jbpm.services.api.model
 
ProcessInstanceDesc - Interface in org.jbpm.services.api.model
 
ProcessInstanceNotFoundException - Exception in org.jbpm.services.api
 
ProcessInstanceNotFoundException(String) - Constructor for exception org.jbpm.services.api.ProcessInstanceNotFoundException
 
ProcessInstanceNotFoundException(String, Throwable) - Constructor for exception org.jbpm.services.api.ProcessInstanceNotFoundException
 
ProcessService - Interface in org.jbpm.services.api
 

R

release(Long, String) - Method in interface org.jbpm.services.api.UserTaskService
Release a previously claimed task
removeListener(DeploymentEventListener) - Method in interface org.jbpm.services.api.ListenerSupport
 
resume(Long, String) - Method in interface org.jbpm.services.api.UserTaskService
Resume a previously suspended task
RuntimeDataService - Interface in org.jbpm.services.api
This service provides an interface to retrieve data about the runtime, including the following: process instances process definitions node instance information variable information
RuntimeDataService.EntryType - Enum in org.jbpm.services.api
Represents type of node instance log entries.

S

saveContent(Long, Map<String, Object>) - Method in interface org.jbpm.services.api.UserTaskService
Saves gives values as content of a task, applies to task output as input cannot be altered
setDeployedUnit(DeployedUnit) - Method in class org.jbpm.services.api.DeploymentEvent
 
setDeploymentId(String) - Method in class org.jbpm.services.api.DeploymentEvent
 
setDescription(Long, String) - Method in interface org.jbpm.services.api.UserTaskService
Sets description of the task
setExpirationDate(Long, Date) - Method in interface org.jbpm.services.api.UserTaskService
Sets expiration date of a task to given value
setName(Long, String) - Method in interface org.jbpm.services.api.UserTaskService
Sets name of the task
setPriority(Long, int) - Method in interface org.jbpm.services.api.UserTaskService
Sets priority of a task to given value
setProcessVariable(Long, String, Object) - Method in interface org.jbpm.services.api.ProcessService
Sets a process variable.
setProcessVariables(Long, Map<String, Object>) - Method in interface org.jbpm.services.api.ProcessService
Sets process variables.
setSkipable(Long, boolean) - Method in interface org.jbpm.services.api.UserTaskService
Sets skipable property of a task to given value
signalProcessInstance(Long, String, Object) - Method in interface org.jbpm.services.api.ProcessService
Signal an event to a single process instance
signalProcessInstances(List<Long>, String, Object) - Method in interface org.jbpm.services.api.ProcessService
Signal an event to given list of process instances
skip(Long, String) - Method in interface org.jbpm.services.api.UserTaskService
Skip a claimed task
start(Long, String) - Method in interface org.jbpm.services.api.UserTaskService
Start the execution of the task, i.e. set the task to status InProgress.
startProcess(String, String) - Method in interface org.jbpm.services.api.ProcessService
Starts a process with no variables
startProcess(String, String, Map<String, Object>) - Method in interface org.jbpm.services.api.ProcessService
Starts a process with no variables
stop(Long, String) - Method in interface org.jbpm.services.api.UserTaskService
Cancel/stop the processing of the task.
suspend(Long, String) - Method in interface org.jbpm.services.api.UserTaskService
Suspend a claimed task.

T

TaskNotFoundException - Exception in org.jbpm.services.api
 
TaskNotFoundException(String) - Constructor for exception org.jbpm.services.api.TaskNotFoundException
 
TaskNotFoundException(String, Throwable) - Constructor for exception org.jbpm.services.api.TaskNotFoundException
 

U

undeploy(DeploymentUnit) - Method in interface org.jbpm.services.api.DeploymentService
Performs undeployment operation of given unit.
UserTaskDefinition - Interface in org.jbpm.services.api.model
 
UserTaskInstanceDesc - Interface in org.jbpm.services.api.model
 
UserTaskService - Interface in org.jbpm.services.api
 

V

valueOf(String) - Static method in enum org.jbpm.services.api.RuntimeDataService.EntryType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jbpm.services.api.RuntimeDataService.EntryType
Returns an array containing the constants of this enum type, in the order they are declared.
VariableDesc - Interface in org.jbpm.services.api.model
 

W

WorkItemNotFoundException - Exception in org.jbpm.services.api
 
WorkItemNotFoundException(String) - Constructor for exception org.jbpm.services.api.WorkItemNotFoundException
 
WorkItemNotFoundException(String, Throwable) - Constructor for exception org.jbpm.services.api.WorkItemNotFoundException
 
A B C D E F G I L N O P R S T U V W 
jBPM :: Services API 6.2.0.Final-redhat-13

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.