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

A

abortWorkItem(WorkItem, WorkItemManager) - Method in class org.jbpm.test.wih.FirstErrorWorkItemHandler
 
abortWorkItem(WorkItem, WorkItemManager) - Method in class org.jbpm.test.wih.InformWorkItemHandler
 
abortWorkItem(WorkItem, WorkItemManager) - Method in class org.jbpm.test.wih.ListWorkItemHandler
 
addApprover(long, String) - Method in class org.jbpm.test.casemgmt.WorkCaseService
 
addConsultant(long, String) - Method in class org.jbpm.test.casemgmt.WorkCaseService
 
addInformedPerson(long, String) - Method in class org.jbpm.test.casemgmt.WorkCaseService
 
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.CountDownProcessEventListener
 
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
 
afterTaskNominatedEvent(TaskEvent) - Method in class org.jbpm.test.listener.CountDownTaskEventListener
 
afterTaskNotificationEvent(TaskEvent) - 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
 
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.CountDownProcessEventListener
 
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

CheckCallCommand - Class in org.jbpm.test.jobexec
 
CheckCallCommand() - Constructor for class org.jbpm.test.jobexec.CheckCallCommand
 
checkResolution(long) - Method in class org.jbpm.test.casemgmt.WorkCaseService
One of the accountable people will check the work solution.
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
 
consultWith(long, String) - Method in class org.jbpm.test.casemgmt.WorkCaseService
To plan the meeting.
containsObject(Object) - Method in class org.jbpm.test.listener.TrackingRuleRuntimeEventListener
 
countDown() - Method in class org.jbpm.test.listener.CountDownProcessEventListener
 
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
 
CountDownProcessEventListener - Class in org.jbpm.test.listener
 
CountDownProcessEventListener() - Constructor for class org.jbpm.test.listener.CountDownProcessEventListener
 
CountDownProcessEventListener(String, int) - Constructor for class org.jbpm.test.listener.CountDownProcessEventListener
 
CountDownProcessEventListener(String, int, boolean) - Constructor for class org.jbpm.test.listener.CountDownProcessEventListener
 
CountDownTaskEventListener - Class in org.jbpm.test.listener
 
CountDownTaskEventListener(int, boolean, boolean) - Constructor for class org.jbpm.test.listener.CountDownTaskEventListener
 
createWork(String, String, String) - Method in class org.jbpm.test.casemgmt.WorkCaseService
 
createWork(String, String, String, int) - Method in class org.jbpm.test.casemgmt.WorkCaseService
 
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.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.RecordRow
 
exception(Object) - Method in class org.jbpm.test.service.HelloService
 
execute(Context) - Method in class org.jbpm.test.casemgmt.SetNodeNameCommand
 
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.InformWorkItemHandler
 
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
 
getCaseMgmtService() - Method in class org.jbpm.test.wih.InformWorkItemHandler
 
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
 
getId() - Method in class org.jbpm.test.domain.Person
 
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.RecordRow
 
getLastMessage() - Method in class org.jbpm.test.wih.InformWorkItemHandler
 
getLastMessageToWhom() - Method in class org.jbpm.test.wih.InformWorkItemHandler
 
getLikes() - Method in class org.jbpm.test.domain.Person
 
getLOCK() - Static method in class org.jbpm.test.jobexec.CheckCallCommand
 
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
 
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
 
getRandomUserInTheRole(long, String) - Method in class org.jbpm.test.casemgmt.WorkCaseService
 
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
 
getTaskName() - Method in enum org.jbpm.test.casemgmt.WorkCaseService.WorkCaseMilestones
 
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.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.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

informAbout(long, String) - Method in class org.jbpm.test.casemgmt.WorkCaseService
 
InformWorkItemHandler - Class in org.jbpm.test.wih
 
InformWorkItemHandler() - Constructor for class org.jbpm.test.wih.InformWorkItemHandler
 
isCommandExecuted() - Static method in class org.jbpm.test.jobexec.CheckCallCommand
 
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.CachedProcessCompletedEvent(ProcessCompletedEvent) - Constructor for class org.jbpm.test.listener.IterableProcessEventListener.CachedProcessCompletedEvent
 
IterableProcessEventListener.CachedProcessNodeLeftEvent - Class in org.jbpm.test.listener
 
IterableProcessEventListener.CachedProcessNodeLeftEvent(ProcessNodeLeftEvent) - Constructor for class org.jbpm.test.listener.IterableProcessEventListener.CachedProcessNodeLeftEvent
 
IterableProcessEventListener.CachedProcessNodeTriggeredEvent - Class in org.jbpm.test.listener
 
IterableProcessEventListener.CachedProcessNodeTriggeredEvent(ProcessNodeTriggeredEvent) - Constructor for class org.jbpm.test.listener.IterableProcessEventListener.CachedProcessNodeTriggeredEvent
 
IterableProcessEventListener.CachedProcessStartedEvent - Class in org.jbpm.test.listener
 
IterableProcessEventListener.CachedProcessStartedEvent(ProcessStartedEvent) - Constructor for class org.jbpm.test.listener.IterableProcessEventListener.CachedProcessStartedEvent
 
IterableProcessEventListener.CachedProcessVariableChangedEvent - Class in org.jbpm.test.listener
 
IterableProcessEventListener.CachedProcessVariableChangedEvent(ProcessVariableChangedEvent) - Constructor for class org.jbpm.test.listener.IterableProcessEventListener.CachedProcessVariableChangedEvent
 
IterableProcessEventListener.TrackedEvent - Class in org.jbpm.test.listener
 
IterableProcessEventListener.TrackedEvent(IterableProcessEventListener.NoopProcessEvent, String) - Constructor for class org.jbpm.test.listener.IterableProcessEventListener.TrackedEvent
 

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
 
milestone(long, WorkCaseService.WorkCaseMilestones) - Method in class org.jbpm.test.casemgmt.WorkCaseService
 

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.casemgmt - package org.jbpm.test.casemgmt
 
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
 
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
 
prolongTimeoutTo(long, int) - Method in class org.jbpm.test.casemgmt.WorkCaseService
 

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.CountDownProcessEventListener
 
reset(String, int) - Method in class org.jbpm.test.listener.CountDownProcessEventListener
 
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
 
setCaseMgmtService(CaseMgmtService) - Method in class org.jbpm.test.wih.InformWorkItemHandler
 
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
 
setId(int) - Method in class org.jbpm.test.domain.Person
 
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.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
 
SetNodeNameCommand - Class in org.jbpm.test.casemgmt
 
SetNodeNameCommand(long, String, String) - Constructor for class org.jbpm.test.casemgmt.SetNodeNameCommand
 
setNumber(int) - Method in class org.jbpm.test.domain.Address
 
setPatient(Patient) - Method in class org.jbpm.test.entity.MedicalRecord
 
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.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
 
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
 

V

valueOf(String) - Static method in enum org.jbpm.test.casemgmt.WorkCaseService.WorkCaseMilestones
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jbpm.test.casemgmt.WorkCaseService.WorkCaseMilestones
Returns an array containing the constants of this enum type, in the order they are declared.

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.CountDownProcessEventListener
 
waitTillCompleted(long) - Method in class org.jbpm.test.listener.CountDownProcessEventListener
 
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
 
WorkCaseService - Class in org.jbpm.test.casemgmt
 
WorkCaseService(RuntimeEngine) - Constructor for class org.jbpm.test.casemgmt.WorkCaseService
 
WorkCaseService.WorkCaseMilestones - Enum in org.jbpm.test.casemgmt
 
A B C D E F G H I L M N O P R S T U V W 
jBPM :: Test Coverage 6.3.1-SNAPSHOT

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