A C E F G H I J M O P R T U V W

A

AbstractProcessAssert<S extends AbstractProcessAssert<S,A>,A> - Class in org.camunda.bpm.engine.test.assertions
 
assertThat(ProcessDefinition) - Static method in class org.camunda.bpm.engine.test.assertions.ProcessEngineAssertions
Assert that... the given ProcessDefinition meets your expecations.
assertThat(ProcessInstance) - Static method in class org.camunda.bpm.engine.test.assertions.ProcessEngineAssertions
Assert that... the given ProcessInstance meets your expecations.
assertThat(Task) - Static method in class org.camunda.bpm.engine.test.assertions.ProcessEngineAssertions
Assert that... the given Task meets your expecations.
assertThat(Job) - Static method in class org.camunda.bpm.engine.test.assertions.ProcessEngineAssertions
Assert that... the given Job meets your expecations.
authorizationService() - Static method in class org.camunda.bpm.engine.test.assertions.ProcessEngineTests
Helper method to easily access AuthorizationService

C

calledProcessInstance() - Static method in class org.camunda.bpm.engine.test.assertions.ProcessEngineTests
Helper method to easily access the only called process instance currently available in the context of the last asserted process instance.
calledProcessInstance(ProcessInstance) - Static method in class org.camunda.bpm.engine.test.assertions.ProcessEngineTests
Helper method to easily access the only called process instance currently available in the context of the given process instance.
calledProcessInstance(String) - Static method in class org.camunda.bpm.engine.test.assertions.ProcessEngineTests
Helper method to easily access the only called process instance with the given processDefinitionKey currently available in the context of the last asserted process instance.
calledProcessInstance(String, ProcessInstance) - Static method in class org.camunda.bpm.engine.test.assertions.ProcessEngineTests
Helper method to easily access the only called process instance with the given processDefinitionKey currently available in the context of the given process instance.
calledProcessInstance(ProcessInstanceQuery) - Static method in class org.camunda.bpm.engine.test.assertions.ProcessEngineTests
Helper method to easily access the only called process instance compliant to a given processInstanceQuery and currently available in the context of the last asserted process instance.
calledProcessInstance(ProcessInstanceQuery, ProcessInstance) - Static method in class org.camunda.bpm.engine.test.assertions.ProcessEngineTests
Helper method to easily access the only called process instance compliant to a given processInstanceQuery and currently available in the context of the given process instance.
calledProcessInstance() - Method in class org.camunda.bpm.engine.test.assertions.ProcessInstanceAssert
Enter into a chained process instance assert inspecting the one and mostly one called process instance currently available in the context of the process instance under test of this ProcessInstanceAssert.
calledProcessInstance(String) - Method in class org.camunda.bpm.engine.test.assertions.ProcessInstanceAssert
Enter into a chained process instance assert inspecting the one and mostly one called process instance of the specified process definition key currently available in the context of the process instance under test of this ProcessInstanceAssert.
calledProcessInstance(ProcessInstanceQuery) - Method in class org.camunda.bpm.engine.test.assertions.ProcessInstanceAssert
Enter into a chained process instance assert inspecting a called process instance called by and currently available in the context of the process instance under test of this ProcessInstanceAssert.
CalledProcessInstanceAssert - Class in org.camunda.bpm.engine.test.assertions
 
claim(Task, String) - Static method in class org.camunda.bpm.engine.test.assertions.ProcessEngineTests
Helper method to easily claim a task for a specific assignee.
compare(HistoricActivityInstance, HistoricActivityInstance) - Method in class org.camunda.bpm.engine.test.util.HistoricActivityInstanceComparator
 
complete(Task, Map<String, Object>) - Static method in class org.camunda.bpm.engine.test.assertions.ProcessEngineTests
Helper method to easily complete a task and pass some process variables.
complete(Task) - Static method in class org.camunda.bpm.engine.test.assertions.ProcessEngineTests
Helper method to easily complete a task.

E

execute(Job) - Static method in class org.camunda.bpm.engine.test.assertions.ProcessEngineTests
Helper method to easily execute a job.
executionQuery() - Static method in class org.camunda.bpm.engine.test.assertions.ProcessEngineTests
Helper method to easily create a new ExecutionQuery

F

formService() - Static method in class org.camunda.bpm.engine.test.assertions.ProcessEngineTests
Helper method to easily access FormService

G

getActual() - Method in class org.camunda.bpm.engine.test.assertions.AbstractProcessAssert
 
getLastAssert(Class<S>) - Static method in class org.camunda.bpm.engine.test.assertions.AbstractProcessAssert
 

H

hasActiveInstances(long) - Method in class org.camunda.bpm.engine.test.assertions.ProcessDefinitionAssert
Verifies the expectation that the ProcessDefinition currently has the specified number of active instances, iow neither suspended nor ended instances.
hasActivityId(String) - Method in class org.camunda.bpm.engine.test.assertions.JobAssert
 
hasCandidateGroup(String) - Method in class org.camunda.bpm.engine.test.assertions.TaskAssert
Verifies the expectation that the Task is currently waiting to be assigned to a user of the specified candidate group.
hasDefinitionKey(String) - Method in class org.camunda.bpm.engine.test.assertions.TaskAssert
Verifies the definition key of a Task.
hasDeploymentId(String) - Method in class org.camunda.bpm.engine.test.assertions.JobAssert
Verifies the expectation of a specific deployment id for the Job.
hasDescription(String) - Method in class org.camunda.bpm.engine.test.assertions.TaskAssert
Verifies the description of a Task.
hasDueDate(Date) - Method in class org.camunda.bpm.engine.test.assertions.JobAssert
Verifies the expectation of a specific due date for the Job.
hasDueDate(Date) - Method in class org.camunda.bpm.engine.test.assertions.TaskAssert
Verifies the due date of a Task.
hasExceptionMessage() - Method in class org.camunda.bpm.engine.test.assertions.JobAssert
Verifies the expectation of the existence of an exception message for the Job.
hasExecutionId(String) - Method in class org.camunda.bpm.engine.test.assertions.JobAssert
Verifies the expectation of a specific execution id for the Job.
hasId(String) - Method in class org.camunda.bpm.engine.test.assertions.JobAssert
Verifies the expectation of a specific id for the Job.
hasId(String) - Method in class org.camunda.bpm.engine.test.assertions.TaskAssert
Verifies the internal id of a Task.
hasName(String) - Method in class org.camunda.bpm.engine.test.assertions.TaskAssert
Verifies the name (label) of a Task.
hasNotPassed(String...) - Method in class org.camunda.bpm.engine.test.assertions.ProcessInstanceAssert
Verifies the expectation that the ProcessInstance has NOT passed one or more specified activities.
hasNoVariables() - Method in class org.camunda.bpm.engine.test.assertions.ProcessInstanceAssert
Verifies the expectation that the ProcessInstance holds no process variables at all.
hasPassed(String...) - Method in class org.camunda.bpm.engine.test.assertions.ProcessInstanceAssert
Verifies the expectation that the ProcessInstance has passed one or more specified activities.
hasPassedInOrder(String...) - Method in class org.camunda.bpm.engine.test.assertions.ProcessInstanceAssert
Verifies the expectation that the ProcessInstance has passed one or more specified activities exactly in the given order.
hasProcessDefinitionKey(String) - Method in class org.camunda.bpm.engine.test.assertions.ProcessInstanceAssert
Verifies the expectation that the ProcessInstance has the given processDefinitionKey.
hasProcessInstanceId(String) - Method in class org.camunda.bpm.engine.test.assertions.JobAssert
Verifies the expectation of a specific process instance id for the Job.
hasRetries(int) - Method in class org.camunda.bpm.engine.test.assertions.JobAssert
Verifies the expectation of a specific number of retries left for the Job.
hasVariables(String...) - Method in class org.camunda.bpm.engine.test.assertions.ProcessInstanceAssert
Verifies the expectation that the ProcessInstance holds one or more process variables with the specified names.
HistoricActivityInstanceComparator - Class in org.camunda.bpm.engine.test.util
 
HistoricActivityInstanceComparator() - Constructor for class org.camunda.bpm.engine.test.util.HistoricActivityInstanceComparator
 
historyService() - Static method in class org.camunda.bpm.engine.test.assertions.ProcessEngineTests
Helper method to easily access HistoryService

I

identityService() - Static method in class org.camunda.bpm.engine.test.assertions.ProcessEngineTests
Helper method to easily access IdentityService
init(ProcessEngine) - Static method in class org.camunda.bpm.engine.test.assertions.ProcessEngineAssertions
Bind an instance of ProcessEngine to the current testing calls done in your test method.
isActive() - Method in class org.camunda.bpm.engine.test.assertions.ProcessInstanceAssert
Verifies the expectation that the ProcessInstance is currently active, iow not suspended and not ended.
isAssignedTo(String) - Method in class org.camunda.bpm.engine.test.assertions.TaskAssert
Verifies the expectation that the Task is currently assigned to the specified user.
isEnded() - Method in class org.camunda.bpm.engine.test.assertions.ProcessInstanceAssert
Verifies the expectation that the ProcessInstance is ended.
isNotAssigned() - Method in class org.camunda.bpm.engine.test.assertions.TaskAssert
Verifies the expectation that the Task is currently not assigned to any particular user.
isNotEnded() - Method in class org.camunda.bpm.engine.test.assertions.ProcessInstanceAssert
Verifies the expectation that the ProcessInstance is not ended.
isNotWaitingAt(String...) - Method in class org.camunda.bpm.engine.test.assertions.ProcessInstanceAssert
Verifies the expectation that the ProcessInstance is currently NOT waiting at one or more specified activities.
isNotWaitingFor(String...) - Method in class org.camunda.bpm.engine.test.assertions.ProcessInstanceAssert
Verifies the expectation that the ProcessInstance is currently waiting for one or more specified messages.
isStarted() - Method in class org.camunda.bpm.engine.test.assertions.ProcessInstanceAssert
Verifies the expectation that the ProcessInstance is started.
isSuspended() - Method in class org.camunda.bpm.engine.test.assertions.ProcessInstanceAssert
Verifies the expectation that the ProcessInstance is currently suspended.
isWaitingAt(String...) - Method in class org.camunda.bpm.engine.test.assertions.ProcessInstanceAssert
Verifies the expectation that the ProcessInstance is currently waiting at one or more specified activities.
isWaitingAtExactly(String...) - Method in class org.camunda.bpm.engine.test.assertions.ProcessInstanceAssert
Verifies the expectation that the ProcessInstance is currently waiting at exactly one or more specified activities.
isWaitingFor(String...) - Method in class org.camunda.bpm.engine.test.assertions.ProcessInstanceAssert
Verifies the expectation that the ProcessInstance is currently waiting for one or more specified messages.

J

job() - Static method in class org.camunda.bpm.engine.test.assertions.ProcessEngineTests
Helper method to easily access the only job currently available in the context of the last asserted process instance.
job(ProcessInstance) - Static method in class org.camunda.bpm.engine.test.assertions.ProcessEngineTests
Helper method to easily access the only job currently available in the context of the given process instance.
job(String) - Static method in class org.camunda.bpm.engine.test.assertions.ProcessEngineTests
Helper method to easily access the only job with the given activityId currently available in the context of the last asserted process instance.
job(String, ProcessInstance) - Static method in class org.camunda.bpm.engine.test.assertions.ProcessEngineTests
Helper method to easily access the only job with the given activityId currently available in the context of the given process instance.
job(JobQuery) - Static method in class org.camunda.bpm.engine.test.assertions.ProcessEngineTests
Helper method to easily access the only job compliant to a given jobQuery and currently available in the context of the last asserted process instance.
job(JobQuery, ProcessInstance) - Static method in class org.camunda.bpm.engine.test.assertions.ProcessEngineTests
Helper method to easily access the only job compliant to a given jobQuery and currently available in the context of the given process instance.
job() - Method in class org.camunda.bpm.engine.test.assertions.ProcessInstanceAssert
Enter into a chained job assert inspecting the one and mostly one job currently available in the context of the process instance under test of this ProcessInstanceAssert.
job(String) - Method in class org.camunda.bpm.engine.test.assertions.ProcessInstanceAssert
Enter into a chained task assert inspecting the one and mostly one task of the specified task definition key currently available in the context of the process instance under test of this ProcessInstanceAssert.
job(JobQuery) - Method in class org.camunda.bpm.engine.test.assertions.ProcessInstanceAssert
Enter into a chained job assert inspecting only jobs currently available in the context of the process instance under test of this ProcessInstanceAssert.
JobAssert - Class in org.camunda.bpm.engine.test.assertions
Assertions for a Job
jobQuery() - Static method in class org.camunda.bpm.engine.test.assertions.ProcessEngineTests
Helper method to easily create a new JobQuery

M

managementService() - Static method in class org.camunda.bpm.engine.test.assertions.ProcessEngineTests
Helper method to easily access ManagementService

O

org.camunda.bpm.engine.test.assertions - package org.camunda.bpm.engine.test.assertions
 
org.camunda.bpm.engine.test.util - package org.camunda.bpm.engine.test.util
 

P

processDefinition() - Static method in class org.camunda.bpm.engine.test.assertions.ProcessEngineTests
Helper method to easily access the process definition on which the last asserted process instance is based.
processDefinition(ProcessInstance) - Static method in class org.camunda.bpm.engine.test.assertions.ProcessEngineTests
Helper method to easily access the process definition on which the given process instance is based.
processDefinition(String) - Static method in class org.camunda.bpm.engine.test.assertions.ProcessEngineTests
Helper method to easily access the process definition with the given processDefinitionKey.
processDefinition(ProcessDefinitionQuery) - Static method in class org.camunda.bpm.engine.test.assertions.ProcessEngineTests
Helper method to easily access the process definition compliant to a given process definition query.
ProcessDefinitionAssert - Class in org.camunda.bpm.engine.test.assertions
Assertions for a ProcessDefinition
processDefinitionQuery() - Static method in class org.camunda.bpm.engine.test.assertions.ProcessEngineTests
Helper method to easily create a new ProcessDefinitionQuery
processEngine() - Static method in class org.camunda.bpm.engine.test.assertions.ProcessEngineAssertions
Retrieve the processEngine bound to the current testing thread via calling init(ProcessEngine processEngine).
ProcessEngineAssertions - Class in org.camunda.bpm.engine.test.assertions
Class meant to statically access all camunda BPM Process Engine Assertions.
ProcessEngineTests - Class in org.camunda.bpm.engine.test.assertions
Convenience class to access all assertions camunda BPM Process Engine Assertions - PLUS a few helper methods.
ProcessInstanceAssert - Class in org.camunda.bpm.engine.test.assertions
Assertions for a ProcessInstance
processInstanceQuery() - Static method in class org.camunda.bpm.engine.test.assertions.ProcessEngineTests
Helper method to easily create a new ProcessInstanceQuery

R

repositoryService() - Static method in class org.camunda.bpm.engine.test.assertions.ProcessEngineTests
Helper method to easily access RepositoryService
reset() - Static method in class org.camunda.bpm.engine.test.assertions.ProcessEngineAssertions
Resets operations done via calling init(ProcessEngine processEngine) to its clean state - just as before calling init() for the first time.
resetLastAsserts() - Static method in class org.camunda.bpm.engine.test.assertions.AbstractProcessAssert
 
runtimeService() - Static method in class org.camunda.bpm.engine.test.assertions.ProcessEngineTests
Helper method to easily access RuntimeService

T

task() - Static method in class org.camunda.bpm.engine.test.assertions.ProcessEngineTests
Helper method to easily access the only task currently available in the context of the last asserted process instance.
task(ProcessInstance) - Static method in class org.camunda.bpm.engine.test.assertions.ProcessEngineTests
Helper method to easily access the only task currently available in the context of the given process instance.
task(String) - Static method in class org.camunda.bpm.engine.test.assertions.ProcessEngineTests
Helper method to easily access the only task with the given taskDefinitionKey currently available in the context of the last asserted process instance.
task(String, ProcessInstance) - Static method in class org.camunda.bpm.engine.test.assertions.ProcessEngineTests
Helper method to easily access the only task with the given taskDefinitionKey currently available in the context of the given process instance.
task(TaskQuery) - Static method in class org.camunda.bpm.engine.test.assertions.ProcessEngineTests
Helper method to easily access the only task compliant to a given taskQuery and currently available in the context of the last asserted process instance.
task(TaskQuery, ProcessInstance) - Static method in class org.camunda.bpm.engine.test.assertions.ProcessEngineTests
Helper method to easily access the only task compliant to a given taskQuery and currently available in the context of the given process instance.
task() - Method in class org.camunda.bpm.engine.test.assertions.ProcessInstanceAssert
Enter into a chained task assert inspecting the one and mostly one task currently available in the context of the process instance under test of this ProcessInstanceAssert.
task(String) - Method in class org.camunda.bpm.engine.test.assertions.ProcessInstanceAssert
Enter into a chained task assert inspecting the one and mostly one task of the specified task definition key currently available in the context of the process instance under test of this ProcessInstanceAssert.
task(TaskQuery) - Method in class org.camunda.bpm.engine.test.assertions.ProcessInstanceAssert
Enter into a chained task assert inspecting only tasks currently available in the context of the process instance under test of this ProcessInstanceAssert.
TaskAssert - Class in org.camunda.bpm.engine.test.assertions
Assertions for a Task
taskQuery() - Static method in class org.camunda.bpm.engine.test.assertions.ProcessEngineTests
Helper method to easily create a new TaskQuery
taskService() - Static method in class org.camunda.bpm.engine.test.assertions.ProcessEngineTests
Helper method to easily access TaskService

U

unclaim(Task) - Static method in class org.camunda.bpm.engine.test.assertions.ProcessEngineTests
Helper method to easily unclaim a task.

V

variables() - Method in class org.camunda.bpm.engine.test.assertions.ProcessInstanceAssert
Enter into a chained map assert inspecting the variables currently available in the context of the process instance under test of this ProcessInstanceAssert.

W

withVariables(String, Object, Object...) - Static method in class org.camunda.bpm.engine.test.assertions.ProcessEngineTests
Helper method to easily construct a map of process variables

A C E F G H I J M O P R T U V W

Copyright © 2014 camunda services GmbH. All Rights Reserved.