Skip navigation links
jBPM :: Test Coverage 7.8.0-SNAPSHOT
A B C D E F G H I L M N O P R S T U W 

A

abortWorkItem(WorkItem, WorkItemManager) - Method in class org.jbpm.test.wih.FirstErrorWorkItemHandler
 
abortWorkItem(WorkItem, WorkItemManager) - Method in class org.jbpm.test.wih.ListWorkItemHandler
 
Address - Class in org.jbpm.test.domain
 
Address() - Constructor for class org.jbpm.test.domain.Address
 
Address(String, int, String) - Constructor for class org.jbpm.test.domain.Address
 
AFTER_COMPLETED - Static variable in class org.jbpm.test.listener.IterableProcessEventListener
 
AFTER_LEFT - Static variable in class org.jbpm.test.listener.IterableProcessEventListener
 
AFTER_STARTED - Static variable in class org.jbpm.test.listener.IterableProcessEventListener
 
AFTER_TRIGGERED - Static variable in class org.jbpm.test.listener.IterableProcessEventListener
 
AFTER_VARIABLE - Static variable in class org.jbpm.test.listener.IterableProcessEventListener
 
afterJobCancelled(AsynchronousJobEvent) - Method in class org.jbpm.test.listener.CountDownAsyncJobListener
 
afterJobExecuted(AsynchronousJobEvent) - Method in class org.jbpm.test.listener.CountDownAsyncJobListener
 
afterJobScheduled(AsynchronousJobEvent) - Method in class org.jbpm.test.listener.CountDownAsyncJobListener
 
afterMatchFired(AfterMatchFiredEvent) - Method in class org.jbpm.test.listener.TrackingAgendaEventListener
 
afterNodeLeft(ProcessNodeLeftEvent) - Method in class org.jbpm.test.listener.DebugProcessEventListener
 
afterNodeLeft(ProcessNodeLeftEvent) - Method in class org.jbpm.test.listener.IterableProcessEventListener
 
afterNodeTriggered(ProcessNodeTriggeredEvent) - Method in class org.jbpm.test.listener.DebugProcessEventListener
 
afterNodeTriggered(ProcessNodeTriggeredEvent) - Method in class org.jbpm.test.listener.IterableProcessEventListener
 
afterProcessCompleted(ProcessCompletedEvent) - Method in class org.jbpm.test.listener.DebugProcessEventListener
 
afterProcessCompleted(ProcessCompletedEvent) - Method in class org.jbpm.test.listener.IterableProcessEventListener
 
afterProcessStarted(ProcessStartedEvent) - Method in class org.jbpm.test.listener.DebugProcessEventListener
 
afterProcessStarted(ProcessStartedEvent) - Method in class org.jbpm.test.listener.IterableProcessEventListener
 
afterTaskActivatedEvent(TaskEvent) - Method in class org.jbpm.test.listener.CountDownTaskEventListener
 
afterTaskAddedEvent(TaskEvent) - Method in class org.jbpm.test.listener.CountDownTaskEventListener
 
afterTaskClaimedEvent(TaskEvent) - Method in class org.jbpm.test.listener.CountDownTaskEventListener
 
afterTaskCompletedEvent(TaskEvent) - Method in class org.jbpm.test.listener.CountDownTaskEventListener
 
afterTaskDelegatedEvent(TaskEvent) - Method in class org.jbpm.test.listener.CountDownTaskEventListener
 
afterTaskExitedEvent(TaskEvent) - Method in class org.jbpm.test.listener.CountDownTaskEventListener
 
afterTaskFailedEvent(TaskEvent) - Method in class org.jbpm.test.listener.CountDownTaskEventListener
 
afterTaskForwardedEvent(TaskEvent) - Method in class org.jbpm.test.listener.CountDownTaskEventListener
 
afterTaskInputVariableChangedEvent(TaskEvent, Map<String, Object>) - Method in class org.jbpm.test.listener.CountDownTaskEventListener
 
afterTaskNominatedEvent(TaskEvent) - Method in class org.jbpm.test.listener.CountDownTaskEventListener
 
afterTaskNotificationEvent(TaskEvent) - Method in class org.jbpm.test.listener.CountDownTaskEventListener
 
afterTaskOutputVariableChangedEvent(TaskEvent, Map<String, Object>) - Method in class org.jbpm.test.listener.CountDownTaskEventListener
 
afterTaskReassignedEvent(TaskEvent) - Method in class org.jbpm.test.listener.CountDownTaskEventListener
 
afterTaskReleasedEvent(TaskEvent) - Method in class org.jbpm.test.listener.CountDownTaskEventListener
 
afterTaskResumedEvent(TaskEvent) - Method in class org.jbpm.test.listener.CountDownTaskEventListener
 
afterTaskSkippedEvent(TaskEvent) - Method in class org.jbpm.test.listener.CountDownTaskEventListener
 
afterTaskStartedEvent(TaskEvent) - Method in class org.jbpm.test.listener.CountDownTaskEventListener
 
afterTaskStoppedEvent(TaskEvent) - Method in class org.jbpm.test.listener.CountDownTaskEventListener
 
afterTaskSuspendedEvent(TaskEvent) - Method in class org.jbpm.test.listener.CountDownTaskEventListener
 
afterTaskUpdatedEvent(TaskEvent) - Method in class org.jbpm.test.listener.CountDownTaskEventListener
 
afterVariableChanged(ProcessVariableChangedEvent) - Method in class org.jbpm.test.listener.DebugProcessEventListener
 
afterVariableChanged(ProcessVariableChangedEvent) - Method in class org.jbpm.test.listener.IterableProcessEventListener
 
Application - Class in org.jbpm.test.entity
 
Application() - Constructor for class org.jbpm.test.entity.Application
 
Application(Long, String, Person) - Constructor for class org.jbpm.test.entity.Application
 
assertChangedMultipleInstancesVariable(IterableProcessEventListener, String, Object, Object) - Static method in class org.jbpm.test.tools.IterableListenerAssert
Asserts that the variable was changed within multipleInstances subprocess.
assertChangedVariable(IterableProcessEventListener, String, Object, Object) - Static method in class org.jbpm.test.tools.IterableListenerAssert
Asserts that the variable was changed
assertChangedVariable(TrackingProcessEventListener, String) - Static method in class org.jbpm.test.tools.TrackingListenerAssert
 
assertLeft(IterableProcessEventListener, String) - Static method in class org.jbpm.test.tools.IterableListenerAssert
Asserts that the node with the given name was left
assertLeft(TrackingProcessEventListener, String) - Static method in class org.jbpm.test.tools.TrackingListenerAssert
 
assertLeft(TrackingProcessEventListener, String, int) - Static method in class org.jbpm.test.tools.TrackingListenerAssert
Asserts that the node with the given name was left count times
assertMultipleVariablesChanged(IterableProcessEventListener, String...) - Static method in class org.jbpm.test.tools.IterableListenerAssert
When multiple variables are initialized order might be different on different JVMs.
assertNextNode(IterableProcessEventListener, String) - Static method in class org.jbpm.test.tools.IterableListenerAssert
Asserts that the node with the given name was triggered and left with no action in between
assertProcessCompleted(IterableProcessEventListener, String) - Static method in class org.jbpm.test.tools.IterableListenerAssert
Asserts that the process was completed
assertProcessCompleted(TrackingProcessEventListener, String) - Static method in class org.jbpm.test.tools.TrackingListenerAssert
 
assertProcessStarted(IterableProcessEventListener, String) - Static method in class org.jbpm.test.tools.IterableListenerAssert
Asserts that the process was started
assertProcessStarted(TrackingProcessEventListener, String) - Static method in class org.jbpm.test.tools.TrackingListenerAssert
 
assertTriggered(IterableProcessEventListener, String) - Static method in class org.jbpm.test.tools.IterableListenerAssert
Asserts that the node with the given name was triggered
assertTriggered(TrackingProcessEventListener, String) - Static method in class org.jbpm.test.tools.TrackingListenerAssert
 
assertTriggered(TrackingProcessEventListener, String, int) - Static method in class org.jbpm.test.tools.TrackingListenerAssert
Asserts that the node with the given name was triggered count times
assertTriggeredAndLeft(TrackingProcessEventListener, String) - Static method in class org.jbpm.test.tools.TrackingListenerAssert
 

B

BEFORE_COMPLETED - Static variable in class org.jbpm.test.listener.IterableProcessEventListener
 
BEFORE_LEFT - Static variable in class org.jbpm.test.listener.IterableProcessEventListener
 
BEFORE_STARTED - Static variable in class org.jbpm.test.listener.IterableProcessEventListener
 
BEFORE_TRIGGERED - Static variable in class org.jbpm.test.listener.IterableProcessEventListener
 
BEFORE_VARIABLE - Static variable in class org.jbpm.test.listener.IterableProcessEventListener
 
beforeJobCancelled(AsynchronousJobEvent) - Method in class org.jbpm.test.listener.CountDownAsyncJobListener
 
beforeJobExecuted(AsynchronousJobEvent) - Method in class org.jbpm.test.listener.CountDownAsyncJobListener
 
beforeJobScheduled(AsynchronousJobEvent) - Method in class org.jbpm.test.listener.CountDownAsyncJobListener
 
beforeNodeLeft(ProcessNodeLeftEvent) - Method in class org.jbpm.test.listener.DebugProcessEventListener
 
beforeNodeLeft(ProcessNodeLeftEvent) - Method in class org.jbpm.test.listener.IterableProcessEventListener
 
beforeNodeLeft(ProcessNodeLeftEvent) - Method in class org.jbpm.test.listener.TrackingProcessEventListener
 
beforeNodeTriggered(ProcessNodeTriggeredEvent) - Method in class org.jbpm.test.listener.DebugProcessEventListener
 
beforeNodeTriggered(ProcessNodeTriggeredEvent) - Method in class org.jbpm.test.listener.IterableProcessEventListener
 
beforeNodeTriggered(ProcessNodeTriggeredEvent) - Method in class org.jbpm.test.listener.TrackingProcessEventListener
 
beforeProcessCompleted(ProcessCompletedEvent) - Method in class org.jbpm.test.listener.DebugProcessEventListener
 
beforeProcessCompleted(ProcessCompletedEvent) - Method in class org.jbpm.test.listener.IterableProcessEventListener
 
beforeProcessCompleted(ProcessCompletedEvent) - Method in class org.jbpm.test.listener.TrackingProcessEventListener
 
beforeProcessStarted(ProcessStartedEvent) - Method in class org.jbpm.test.listener.DebugProcessEventListener
 
beforeProcessStarted(ProcessStartedEvent) - Method in class org.jbpm.test.listener.IterableProcessEventListener
 
beforeProcessStarted(ProcessStartedEvent) - Method in class org.jbpm.test.listener.TrackingProcessEventListener
 
beforeTaskActivatedEvent(TaskEvent) - Method in class org.jbpm.test.listener.CountDownTaskEventListener
 
beforeTaskAddedEvent(TaskEvent) - Method in class org.jbpm.test.listener.CountDownTaskEventListener
 
beforeTaskClaimedEvent(TaskEvent) - Method in class org.jbpm.test.listener.CountDownTaskEventListener
 
beforeTaskCompletedEvent(TaskEvent) - Method in class org.jbpm.test.listener.CountDownTaskEventListener
 
beforeTaskDelegatedEvent(TaskEvent) - Method in class org.jbpm.test.listener.CountDownTaskEventListener
 
beforeTaskExitedEvent(TaskEvent) - Method in class org.jbpm.test.listener.CountDownTaskEventListener
 
beforeTaskFailedEvent(TaskEvent) - Method in class org.jbpm.test.listener.CountDownTaskEventListener
 
beforeTaskForwardedEvent(TaskEvent) - Method in class org.jbpm.test.listener.CountDownTaskEventListener
 
beforeTaskNominatedEvent(TaskEvent) - Method in class org.jbpm.test.listener.CountDownTaskEventListener
 
beforeTaskNotificationEvent(TaskEvent) - Method in class org.jbpm.test.listener.CountDownTaskEventListener
 
beforeTaskReassignedEvent(TaskEvent) - Method in class org.jbpm.test.listener.CountDownTaskEventListener
 
beforeTaskReleasedEvent(TaskEvent) - Method in class org.jbpm.test.listener.CountDownTaskEventListener
 
beforeTaskResumedEvent(TaskEvent) - Method in class org.jbpm.test.listener.CountDownTaskEventListener
 
beforeTaskSkippedEvent(TaskEvent) - Method in class org.jbpm.test.listener.CountDownTaskEventListener
 
beforeTaskStartedEvent(TaskEvent) - Method in class org.jbpm.test.listener.CountDownTaskEventListener
 
beforeTaskStoppedEvent(TaskEvent) - Method in class org.jbpm.test.listener.CountDownTaskEventListener
 
beforeTaskSuspendedEvent(TaskEvent) - Method in class org.jbpm.test.listener.CountDownTaskEventListener
 
beforeTaskUpdatedEvent(TaskEvent) - Method in class org.jbpm.test.listener.CountDownTaskEventListener
 
beforeVariableChanged(ProcessVariableChangedEvent) - Method in class org.jbpm.test.listener.DebugProcessEventListener
 
beforeVariableChanged(ProcessVariableChangedEvent) - Method in class org.jbpm.test.listener.IterableProcessEventListener
 
beforeVariableChanged(ProcessVariableChangedEvent) - Method in class org.jbpm.test.listener.TrackingProcessEventListener
 

C

CachedProcessCompletedEvent(ProcessCompletedEvent) - Constructor for class org.jbpm.test.listener.IterableProcessEventListener.CachedProcessCompletedEvent
 
CachedProcessNodeLeftEvent(ProcessNodeLeftEvent) - Constructor for class org.jbpm.test.listener.IterableProcessEventListener.CachedProcessNodeLeftEvent
 
CachedProcessNodeTriggeredEvent(ProcessNodeTriggeredEvent) - Constructor for class org.jbpm.test.listener.IterableProcessEventListener.CachedProcessNodeTriggeredEvent
 
CachedProcessStartedEvent(ProcessStartedEvent) - Constructor for class org.jbpm.test.listener.IterableProcessEventListener.CachedProcessStartedEvent
 
CachedProcessVariableChangedEvent(ProcessVariableChangedEvent) - Constructor for class org.jbpm.test.listener.IterableProcessEventListener.CachedProcessVariableChangedEvent
 
CheckCallCommand - Class in org.jbpm.test.jobexec
If this class is used by more than one test, then this class needs to be changed so that multiple tests do not cause deadlocks by using the same CyclicBarrier instance.
CheckCallCommand() - Constructor for class org.jbpm.test.jobexec.CheckCallCommand
 
clear() - Method in class org.jbpm.test.listener.IterableProcessEventListener
 
clear() - Method in class org.jbpm.test.listener.TrackingAgendaEventListener
Clears all the information
clear() - Method in class org.jbpm.test.listener.TrackingProcessEventListener
 
clear() - Method in class org.jbpm.test.listener.TrackingRuleRuntimeEventListener
 
containsObject(Object) - Method in class org.jbpm.test.listener.TrackingRuleRuntimeEventListener
 
countDown(CountDownLatch) - Method in class org.jbpm.test.listener.TrackingProcessEventListener
 
CountDownAsyncJobListener - Class in org.jbpm.test.listener
 
CountDownAsyncJobListener(int) - Constructor for class org.jbpm.test.listener.CountDownAsyncJobListener
 
CountDownTaskEventListener - Class in org.jbpm.test.listener
 
CountDownTaskEventListener(int, boolean, boolean) - Constructor for class org.jbpm.test.listener.CountDownTaskEventListener
 
current() - Method in class org.jbpm.test.listener.IterableProcessEventListener
 

D

DebugProcessEventListener - Class in org.jbpm.test.listener
Simple listener for watching process flow
DebugProcessEventListener() - Constructor for class org.jbpm.test.listener.DebugProcessEventListener
 
DocumentVariable - Class in org.jbpm.test.entity
 
DocumentVariable() - Constructor for class org.jbpm.test.entity.DocumentVariable
 

E

equals(Object) - Method in class org.jbpm.test.domain.Address
 
equals(Object) - Method in class org.jbpm.test.domain.Person
 
equals(Object) - Method in class org.jbpm.test.entity.Application
 
equals(Object) - Method in class org.jbpm.test.entity.DocumentVariable
 
equals(Object) - Method in class org.jbpm.test.entity.MedicalRecord
 
equals(Object) - Method in class org.jbpm.test.entity.Patient
 
equals(Object) - Method in class org.jbpm.test.entity.Person
 
equals(Object) - Method in class org.jbpm.test.entity.RecordRow
 
exception(Object) - Method in class org.jbpm.test.service.HelloService
 
execute(CommandContext) - Method in class org.jbpm.test.command.LongRunningCommand
 
execute(CommandContext) - Method in class org.jbpm.test.jobexec.CheckCallCommand
 
execute(CommandContext) - Method in class org.jbpm.test.jobexec.UserCommand
 
execute(CommandContext) - Method in class org.jbpm.test.jobexec.UserCommandWithCallback
 
execute(CommandContext) - Method in class org.jbpm.test.jobexec.UserFailingCommand
 
executeWorkItem(WorkItem, WorkItemManager) - Method in class org.jbpm.test.wih.FirstErrorWorkItemHandler
 
executeWorkItem(WorkItem, WorkItemManager) - Method in class org.jbpm.test.wih.ListWorkItemHandler
 

F

FirstErrorWorkItemHandler - Class in org.jbpm.test.wih
 
FirstErrorWorkItemHandler() - Constructor for class org.jbpm.test.wih.FirstErrorWorkItemHandler
 

G

getAddress() - Method in class org.jbpm.test.domain.Person
 
getAge() - Method in class org.jbpm.test.domain.Person
 
getAge() - Method in class org.jbpm.test.jobexec.User
 
getBarrier() - Static method in class org.jbpm.test.jobexec.CheckCallCommand
 
getCity() - Method in class org.jbpm.test.domain.Address
 
getCode() - Method in class org.jbpm.test.entity.RecordRow
 
getContent() - Method in class org.jbpm.test.entity.DocumentVariable
 
getDescription() - Method in class org.jbpm.test.entity.MedicalRecord
 
getDescription() - Method in class org.jbpm.test.entity.RecordRow
 
getEvent() - Method in class org.jbpm.test.listener.IterableProcessEventListener.TrackedEvent
 
getFiredRules() - Method in class org.jbpm.test.listener.TrackingAgendaEventListener
 
getFullName() - Method in class org.jbpm.test.entity.Person
 
getId() - Method in class org.jbpm.test.domain.Person
 
getId() - Method in class org.jbpm.test.entity.Application
 
getId() - Method in class org.jbpm.test.entity.DocumentVariable
 
getId() - Method in class org.jbpm.test.entity.MedicalRecord
 
getId() - Method in class org.jbpm.test.entity.Patient
 
getId() - Method in class org.jbpm.test.entity.Person
 
getId() - Method in class org.jbpm.test.entity.RecordRow
 
getLikes() - Method in class org.jbpm.test.domain.Person
 
getMedicalRecord() - Method in class org.jbpm.test.entity.RecordRow
 
getMethod() - Method in class org.jbpm.test.listener.IterableProcessEventListener.TrackedEvent
 
getName() - Method in class org.jbpm.test.domain.Person
 
getName() - Method in class org.jbpm.test.entity.Patient
 
getName() - Method in class org.jbpm.test.jobexec.User
 
getNewValue() - Method in class org.jbpm.test.listener.IterableProcessEventListener.CachedProcessVariableChangedEvent
 
getNextAppointment() - Method in class org.jbpm.test.entity.Patient
 
getNodeInstance() - Method in class org.jbpm.test.listener.IterableProcessEventListener.CachedProcessNodeLeftEvent
 
getNodeInstance() - Method in class org.jbpm.test.listener.IterableProcessEventListener.CachedProcessNodeTriggeredEvent
 
getNodeName() - Method in class org.jbpm.test.listener.IterableProcessEventListener.CachedProcessNodeLeftEvent
 
getNodeName() - Method in class org.jbpm.test.listener.IterableProcessEventListener.CachedProcessNodeTriggeredEvent
 
getNodesLeft() - Method in class org.jbpm.test.listener.TrackingProcessEventListener
 
getNodesTriggered() - Method in class org.jbpm.test.listener.TrackingProcessEventListener
 
getNumber() - Method in class org.jbpm.test.domain.Address
 
getOldValue() - Method in class org.jbpm.test.listener.IterableProcessEventListener.CachedProcessVariableChangedEvent
 
getPatient() - Method in class org.jbpm.test.entity.MedicalRecord
 
getPerson() - Method in class org.jbpm.test.entity.Application
 
getPriority() - Method in class org.jbpm.test.entity.MedicalRecord
 
getProcessesAborted() - Method in class org.jbpm.test.listener.TrackingProcessEventListener
 
getProcessesCompleted() - Method in class org.jbpm.test.listener.TrackingProcessEventListener
 
getProcessesStarted() - Method in class org.jbpm.test.listener.TrackingProcessEventListener
 
getProcessId() - Method in class org.jbpm.test.listener.IterableProcessEventListener.CachedProcessCompletedEvent
 
getProcessId() - Method in class org.jbpm.test.listener.IterableProcessEventListener.CachedProcessStartedEvent
 
getProcessId() - Method in class org.jbpm.test.listener.IterableProcessEventListener.TrackedEvent
 
getProcessInstanceId() - Method in class org.jbpm.test.listener.IterableProcessEventListener.TrackedEvent
 
getRecord() - Method in class org.jbpm.test.entity.Patient
 
getRows() - Method in class org.jbpm.test.entity.MedicalRecord
 
getStreet() - Method in class org.jbpm.test.domain.Address
 
getType() - Method in class org.jbpm.test.entity.Application
 
getType() - Method in class org.jbpm.test.iodata.SignalObjectReport
 
getVariableId() - Method in class org.jbpm.test.listener.IterableProcessEventListener.CachedProcessVariableChangedEvent
 
getVariableInstanceId() - Method in class org.jbpm.test.listener.IterableProcessEventListener.CachedProcessVariableChangedEvent
 
getVariablesChanged() - Method in class org.jbpm.test.listener.TrackingProcessEventListener
 
getWorkItems() - Method in class org.jbpm.test.wih.ListWorkItemHandler
 

H

hashCode() - Method in class org.jbpm.test.domain.Address
 
hashCode() - Method in class org.jbpm.test.domain.Person
 
hashCode() - Method in class org.jbpm.test.entity.Application
 
hashCode() - Method in class org.jbpm.test.entity.DocumentVariable
 
hashCode() - Method in class org.jbpm.test.entity.MedicalRecord
 
hashCode() - Method in class org.jbpm.test.entity.Patient
 
hashCode() - Method in class org.jbpm.test.entity.Person
 
hashCode() - Method in class org.jbpm.test.entity.RecordRow
 
hasNext() - Method in class org.jbpm.test.listener.IterableProcessEventListener
 
hasObjects() - Method in class org.jbpm.test.listener.TrackingRuleRuntimeEventListener
 
HelloService - Class in org.jbpm.test.service
 
HelloService() - Constructor for class org.jbpm.test.service.HelloService
 

I

isRuleFired(String) - Method in class org.jbpm.test.listener.TrackingAgendaEventListener
Return true if the rule was fired at least once
IterableListenerAssert - Class in org.jbpm.test.tools
Group of asserts to be used together with IterableProcessEventListener.
IterableListenerAssert() - Constructor for class org.jbpm.test.tools.IterableListenerAssert
 
IterableProcessEventListener - Class in org.jbpm.test.listener
Simple listener that saves all the events into list and then allows to iterate over them
IterableProcessEventListener() - Constructor for class org.jbpm.test.listener.IterableProcessEventListener
 
IterableProcessEventListener.CachedProcessCompletedEvent - Class in org.jbpm.test.listener
 
IterableProcessEventListener.CachedProcessNodeLeftEvent - Class in org.jbpm.test.listener
 
IterableProcessEventListener.CachedProcessNodeTriggeredEvent - Class in org.jbpm.test.listener
 
IterableProcessEventListener.CachedProcessStartedEvent - Class in org.jbpm.test.listener
 
IterableProcessEventListener.CachedProcessVariableChangedEvent - Class in org.jbpm.test.listener
 
IterableProcessEventListener.TrackedEvent - Class in org.jbpm.test.listener
 

L

ListWorkItemHandler - Class in org.jbpm.test.wih
 
ListWorkItemHandler() - Constructor for class org.jbpm.test.wih.ListWorkItemHandler
 
LongRunningCommand - Class in org.jbpm.test.command
 
LongRunningCommand() - Constructor for class org.jbpm.test.command.LongRunningCommand
 

M

MedicalRecord - Class in org.jbpm.test.entity
 
MedicalRecord() - Constructor for class org.jbpm.test.entity.MedicalRecord
 
MedicalRecord(String, Patient) - Constructor for class org.jbpm.test.entity.MedicalRecord
 

N

next() - Method in class org.jbpm.test.listener.IterableProcessEventListener
 

O

objectCount() - Method in class org.jbpm.test.listener.TrackingRuleRuntimeEventListener
 
objectDeleted(ObjectDeletedEvent) - Method in class org.jbpm.test.listener.TrackingRuleRuntimeEventListener
 
objectInserted(ObjectInsertedEvent) - Method in class org.jbpm.test.listener.TrackingRuleRuntimeEventListener
 
objectUpdated(ObjectUpdatedEvent) - Method in class org.jbpm.test.listener.TrackingRuleRuntimeEventListener
 
onCommandDone(CommandContext, ExecutionResults) - Method in class org.jbpm.test.jobexec.UserCommandCallback
 
onCommandError(CommandContext, Throwable) - Method in class org.jbpm.test.jobexec.UserCommandCallback
 
org.jbpm.test.command - package org.jbpm.test.command
 
org.jbpm.test.domain - package org.jbpm.test.domain
 
org.jbpm.test.entity - package org.jbpm.test.entity
 
org.jbpm.test.iodata - package org.jbpm.test.iodata
 
org.jbpm.test.jobexec - package org.jbpm.test.jobexec
 
org.jbpm.test.listener - package org.jbpm.test.listener
 
org.jbpm.test.service - package org.jbpm.test.service
 
org.jbpm.test.tools - package org.jbpm.test.tools
 
org.jbpm.test.wih - package org.jbpm.test.wih
 

P

Patient - Class in org.jbpm.test.entity
 
Patient() - Constructor for class org.jbpm.test.entity.Patient
 
Patient(String) - Constructor for class org.jbpm.test.entity.Patient
 
Person - Class in org.jbpm.test.domain
 
Person() - Constructor for class org.jbpm.test.domain.Person
 
Person(String) - Constructor for class org.jbpm.test.domain.Person
 
Person(String, int) - Constructor for class org.jbpm.test.domain.Person
 
Person(String, String, int) - Constructor for class org.jbpm.test.domain.Person
 
Person - Class in org.jbpm.test.entity
 
Person() - Constructor for class org.jbpm.test.entity.Person
 
Person(Long, String) - Constructor for class org.jbpm.test.entity.Person
 
printCurrentState() - Method in class org.jbpm.test.listener.IterableProcessEventListener
 
printCurrentState(Logger) - Method in class org.jbpm.test.listener.IterableProcessEventListener
 
printRemainingEvents() - Method in class org.jbpm.test.listener.IterableProcessEventListener
 
printRemainingEvents(Logger) - Method in class org.jbpm.test.listener.IterableProcessEventListener
 

R

RecordRow - Class in org.jbpm.test.entity
 
RecordRow() - Constructor for class org.jbpm.test.entity.RecordRow
 
RecordRow(String, String) - Constructor for class org.jbpm.test.entity.RecordRow
 
remove() - Method in class org.jbpm.test.listener.IterableProcessEventListener
 
reset(int) - Method in class org.jbpm.test.listener.CountDownAsyncJobListener
 
reset(int) - Method in class org.jbpm.test.listener.CountDownTaskEventListener
 
reset() - Method in class org.jbpm.test.listener.IterableProcessEventListener
 
ruleFiredCount(String) - Method in class org.jbpm.test.listener.TrackingAgendaEventListener
Returns number saying how many times the rule was fired
rulesCount() - Method in class org.jbpm.test.listener.TrackingAgendaEventListener
 

S

sayHi() - Method in class org.jbpm.test.service.HelloService
 
setAddress(Address) - Method in class org.jbpm.test.domain.Person
 
setAge(int) - Method in class org.jbpm.test.domain.Person
 
setAge(Integer) - Method in class org.jbpm.test.jobexec.User
 
setCity(String) - Method in class org.jbpm.test.domain.Address
 
setCode(String) - Method in class org.jbpm.test.entity.RecordRow
 
setContent(String) - Method in class org.jbpm.test.entity.DocumentVariable
 
setDescription(String) - Method in class org.jbpm.test.entity.MedicalRecord
 
setDescription(String) - Method in class org.jbpm.test.entity.RecordRow
 
setFullName(String) - Method in class org.jbpm.test.entity.Person
 
setId(int) - Method in class org.jbpm.test.domain.Person
 
setId(Long) - Method in class org.jbpm.test.entity.Application
 
setId(long) - Method in class org.jbpm.test.entity.DocumentVariable
 
setId(Long) - Method in class org.jbpm.test.entity.MedicalRecord
 
setId(Long) - Method in class org.jbpm.test.entity.Patient
 
setId(Long) - Method in class org.jbpm.test.entity.Person
 
setId(Long) - Method in class org.jbpm.test.entity.RecordRow
 
setLikes(String) - Method in class org.jbpm.test.domain.Person
 
setMedicalRecord(MedicalRecord) - Method in class org.jbpm.test.entity.RecordRow
 
setName(String) - Method in class org.jbpm.test.domain.Person
 
setName(String) - Method in class org.jbpm.test.entity.Patient
 
setName(String) - Method in class org.jbpm.test.jobexec.User
 
setNextAppointment(Date) - Method in class org.jbpm.test.entity.Patient
 
setNumber(int) - Method in class org.jbpm.test.domain.Address
 
setPatient(Patient) - Method in class org.jbpm.test.entity.MedicalRecord
 
setPerson(Person) - Method in class org.jbpm.test.entity.Application
 
setPriority(int) - Method in class org.jbpm.test.entity.MedicalRecord
 
setRecord(MedicalRecord) - Method in class org.jbpm.test.entity.Patient
 
setRows(List<RecordRow>) - Method in class org.jbpm.test.entity.MedicalRecord
 
setStreet(String) - Method in class org.jbpm.test.domain.Address
 
setType(String) - Method in class org.jbpm.test.entity.Application
 
setType(String) - Method in class org.jbpm.test.iodata.SignalObjectReport
 
SignalObjectReport - Class in org.jbpm.test.iodata
 
SignalObjectReport() - Constructor for class org.jbpm.test.iodata.SignalObjectReport
 
SignalObjectReport(String) - Constructor for class org.jbpm.test.iodata.SignalObjectReport
 

T

toString() - Method in class org.jbpm.test.domain.Person
 
toString() - Method in class org.jbpm.test.entity.MedicalRecord
 
toString() - Method in class org.jbpm.test.entity.Patient
 
toString() - Method in class org.jbpm.test.entity.RecordRow
 
toString() - Method in class org.jbpm.test.iodata.SignalObjectReport
 
toString() - Method in class org.jbpm.test.jobexec.User
 
toString() - Method in class org.jbpm.test.listener.IterableProcessEventListener.CachedProcessCompletedEvent
 
toString() - Method in class org.jbpm.test.listener.IterableProcessEventListener.CachedProcessNodeLeftEvent
 
toString() - Method in class org.jbpm.test.listener.IterableProcessEventListener.CachedProcessNodeTriggeredEvent
 
toString() - Method in class org.jbpm.test.listener.IterableProcessEventListener.CachedProcessStartedEvent
 
toString() - Method in class org.jbpm.test.listener.IterableProcessEventListener.CachedProcessVariableChangedEvent
 
toString() - Method in class org.jbpm.test.listener.IterableProcessEventListener.TrackedEvent
 
TrackedEvent(IterableProcessEventListener.NoopProcessEvent, String) - Constructor for class org.jbpm.test.listener.IterableProcessEventListener.TrackedEvent
 
TrackingAgendaEventListener - Class in org.jbpm.test.listener
AgendaEventListener to track fired rules.
TrackingAgendaEventListener() - Constructor for class org.jbpm.test.listener.TrackingAgendaEventListener
 
TrackingListenerAssert - Class in org.jbpm.test.tools
Asserts usable to find out if/how many times were nodes in process visited.
TrackingListenerAssert() - Constructor for class org.jbpm.test.tools.TrackingListenerAssert
 
TrackingProcessEventListener - Class in org.jbpm.test.listener
 
TrackingProcessEventListener(int) - Constructor for class org.jbpm.test.listener.TrackingProcessEventListener
 
TrackingProcessEventListener() - Constructor for class org.jbpm.test.listener.TrackingProcessEventListener
 
TrackingProcessEventListener(boolean) - Constructor for class org.jbpm.test.listener.TrackingProcessEventListener
 
TrackingRuleRuntimeEventListener - Class in org.jbpm.test.listener
 
TrackingRuleRuntimeEventListener() - Constructor for class org.jbpm.test.listener.TrackingRuleRuntimeEventListener
 

U

User - Class in org.jbpm.test.jobexec
 
User() - Constructor for class org.jbpm.test.jobexec.User
 
User(String, Integer) - Constructor for class org.jbpm.test.jobexec.User
 
UserCommand - Class in org.jbpm.test.jobexec
 
UserCommand() - Constructor for class org.jbpm.test.jobexec.UserCommand
 
UserCommandCallback - Class in org.jbpm.test.jobexec
 
UserCommandCallback() - Constructor for class org.jbpm.test.jobexec.UserCommandCallback
 
UserCommandWithCallback - Class in org.jbpm.test.jobexec
 
UserCommandWithCallback() - Constructor for class org.jbpm.test.jobexec.UserCommandWithCallback
 
UserFailingCommand - Class in org.jbpm.test.jobexec
 
UserFailingCommand() - Constructor for class org.jbpm.test.jobexec.UserFailingCommand
 

W

waitForNodeToBeLeft(String, long) - Method in class org.jbpm.test.listener.TrackingProcessEventListener
 
waitForNodeTobeTriggered(String, long) - Method in class org.jbpm.test.listener.TrackingProcessEventListener
 
waitForProcessToAbort(long) - Method in class org.jbpm.test.listener.TrackingProcessEventListener
 
waitForProcessToComplete(long) - Method in class org.jbpm.test.listener.TrackingProcessEventListener
 
waitForProcessToStart(long) - Method in class org.jbpm.test.listener.TrackingProcessEventListener
 
waitTillCompleted() - Method in class org.jbpm.test.listener.CountDownAsyncJobListener
 
waitTillCompleted(long) - Method in class org.jbpm.test.listener.CountDownAsyncJobListener
 
waitTillCompleted() - Method in class org.jbpm.test.listener.CountDownTaskEventListener
 
waitTillCompleted(long) - Method in class org.jbpm.test.listener.CountDownTaskEventListener
 
wasInserted(Object) - Method in class org.jbpm.test.listener.TrackingRuleRuntimeEventListener
 
wasNodeLeft(String) - Method in class org.jbpm.test.listener.TrackingProcessEventListener
 
wasNodeTriggered(String) - Method in class org.jbpm.test.listener.TrackingProcessEventListener
 
wasProcessAborted(String) - Method in class org.jbpm.test.listener.TrackingProcessEventListener
 
wasProcessCompleted(String) - Method in class org.jbpm.test.listener.TrackingProcessEventListener
 
wasProcessStarted(String) - Method in class org.jbpm.test.listener.TrackingProcessEventListener
 
wasRetracted(Object) - Method in class org.jbpm.test.listener.TrackingRuleRuntimeEventListener
 
wasUpdated(Object) - Method in class org.jbpm.test.listener.TrackingRuleRuntimeEventListener
 
wasVariableChanged(String) - Method in class org.jbpm.test.listener.TrackingProcessEventListener
 
A B C D E F G H I L M N O P R S T U W 
Skip navigation links
jBPM :: Test Coverage 7.8.0-SNAPSHOT

Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.