Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
E
G
H
I
L
M
N
O
P
R
S
T
U
V
W
X
A
AbstractDeployment
- Class in
org.jbpm.integration.spec.deployment
An abstraction of a process deployment
AbstractDeployment()
- Constructor for class org.jbpm.integration.spec.deployment.
AbstractDeployment
AbstractElementImpl
<
T
extends org.jbpm.graph.def.Identifiable> - Class in
org.jbpm.integration.spec.model
An integration wrapper
AbstractElementImpl(ProcessEngine, Identifiable, Class<T>)
- Constructor for class org.jbpm.integration.spec.model.
AbstractElementImpl
addAttachment(Class<T>, Object)
- Method in class org.jbpm.integration.spec.runtime.
TokenAttachmentDelegate
addAttachment(String, Object)
- Method in class org.jbpm.integration.spec.runtime.
TokenAttachmentDelegate
addAttachment(Class<T>, String, Object)
- Method in class org.jbpm.integration.spec.runtime.
TokenAttachmentDelegate
addConditionalGate(String, Expression.ExpressionLanguage, String)
- Method in class org.jbpm.integration.spec.model.builder.
GatewayBuilderImpl
addDefaultGate(String)
- Method in class org.jbpm.integration.spec.model.builder.
GatewayBuilderImpl
addEndEvent(String)
- Method in class org.jbpm.integration.spec.model.builder.
ProcessBuilderImpl
addGate(String)
- Method in class org.jbpm.integration.spec.model.builder.
GatewayBuilderImpl
addGateway(String, Gateway.GatewayType)
- Method in class org.jbpm.integration.spec.model.builder.
ProcessBuilderImpl
addNode(NodeImpl<?>)
- Method in class org.jbpm.integration.spec.model.
ProcessDefinitionImpl
addProcess(String)
- Method in class org.jbpm.integration.spec.model.builder.
ProcessBuilderImpl
addSequenceFlow(String)
- Method in class org.jbpm.integration.spec.model.builder.
ProcessBuilderImpl
addSequenceFlow(String, Expression.ExpressionLanguage, String)
- Method in class org.jbpm.integration.spec.model.builder.
ProcessBuilderImpl
addSequenceFlow(SequenceFlowImpl)
- Method in class org.jbpm.integration.spec.model.
NodeImpl
addStartEvent(String)
- Method in class org.jbpm.integration.spec.model.builder.
ProcessBuilderImpl
addTask(String)
- Method in class org.jbpm.integration.spec.model.builder.
ProcessBuilderImpl
addTask(String, Task.TaskType)
- Method in class org.jbpm.integration.spec.model.builder.
ProcessBuilderImpl
C
cancel()
- Method in class org.jbpm.integration.spec.model.
ProcessInstanceImpl
close()
- Method in class org.jbpm.integration.spec.service.
EventServiceFactory
closeTask(ObjectName, String)
- Method in class org.jbpm.integration.spec.service.
TaskInstanceServiceImpl
ContextServiceImpl
- Class in
org.jbpm.integration.spec.service
The ContextService is the entry point to create or get an Context.
ContextServiceImpl()
- Constructor for class org.jbpm.integration.spec.service.
ContextServiceImpl
createContext()
- Method in class org.jbpm.integration.spec.service.
ContextServiceImpl
createDeployment(URL)
- Method in class org.jbpm.integration.spec.service.
DeploymentServiceImpl
createSession()
- Method in class org.jbpm.integration.spec.service.
NoopPersistenceServiceImpl
D
deleteProcess(ProcessInstance)
- Method in class org.jbpm.integration.spec.service.
NoopPersistenceServiceImpl
deleteProcessDefinition(ProcessDefinition)
- Method in class org.jbpm.integration.spec.service.
NoopPersistenceServiceImpl
deploy(Deployment)
- Method in class org.jbpm.integration.spec.service.
DeploymentServiceImpl
DeploymentServiceImpl
- Class in
org.jbpm.integration.spec.service
The DeploymentService is the entry point to deploy and undeploy ProcessDefinitions.
DeploymentServiceImpl()
- Constructor for class org.jbpm.integration.spec.service.
DeploymentServiceImpl
DialectHandlerImpl
- Class in
org.jbpm.integration.spec.jpdl32
A jPDL a
DialectHandler
DialectHandlerImpl()
- Constructor for class org.jbpm.integration.spec.jpdl32.
DialectHandlerImpl
DialectHandlerServiceImpl
- Class in
org.jbpm.integration.spec.service
A registry that maps namespaceURI to a
DialectHandler
DialectHandlerServiceImpl()
- Constructor for class org.jbpm.integration.spec.service.
DialectHandlerServiceImpl
E
end(String)
- Method in class org.jbpm.integration.spec.task.
TaskInstanceImpl
EndEventImpl
- Class in
org.jbpm.integration.spec.model
An integration wrapper
EndEventImpl(ProcessEngine, ProcessDefinition, Node)
- Constructor for class org.jbpm.integration.spec.model.
EndEventImpl
engine
- Variable in class org.jbpm.integration.spec.model.builder.
ProcessBuilderImpl
evaluateExpression(Token)
- Method in class org.jbpm.integration.spec.runtime.
ExpressionEvaluator
Evaluate an expression for a given token.
EventImpl
<
T
extends org.jbpm.graph.def.Node> - Class in
org.jbpm.integration.spec.model
An integration wrapper
EventImpl(ProcessEngine, ProcessDefinition, Class<T>, Node)
- Constructor for class org.jbpm.integration.spec.model.
EventImpl
EventServiceFactory
- Class in
org.jbpm.integration.spec.service
EventServiceFactory(ProcessEngine)
- Constructor for class org.jbpm.integration.spec.service.
EventServiceFactory
ExclusiveGatewayImpl
- Class in
org.jbpm.integration.spec.model
An integration wrapper
ExclusiveGatewayImpl(ProcessEngine, ProcessDefinition, Node)
- Constructor for class org.jbpm.integration.spec.model.
ExclusiveGatewayImpl
execute(RuntimeContext)
- Method in class org.jbpm.integration.spec.runtime.
NodeExecuteInterceptor
execute(RuntimeContext)
- Method in interface org.jbpm.integration.spec.runtime.
NodeInterceptor
ExpressionEvaluator
- Class in
org.jbpm.integration.spec.runtime
Evaluates an expression for a given token
ExpressionEvaluator(Expression)
- Constructor for class org.jbpm.integration.spec.runtime.
ExpressionEvaluator
ExpressionImpl
- Class in
org.jbpm.integration.spec.model
An Expression, which is used in the definition of attributes for @{link StartEvent},
ExpressionImpl(String)
- Constructor for class org.jbpm.integration.spec.model.
ExpressionImpl
ExpressionImpl(Expression.ExpressionLanguage, String)
- Constructor for class org.jbpm.integration.spec.model.
ExpressionImpl
G
GatewayBuilderImpl
- Class in
org.jbpm.integration.spec.model.builder
The GatewayBuilder can be used to build a Gateway dynamically.
GatewayBuilderImpl(ProcessBuilderImpl)
- Constructor for class org.jbpm.integration.spec.model.builder.
GatewayBuilderImpl
GatewayImpl
<
T
extends org.jbpm.graph.def.Node> - Class in
org.jbpm.integration.spec.model
An integration wrapper
GatewayImpl(ProcessEngine, ProcessDefinition, Class<T>, Node)
- Constructor for class org.jbpm.integration.spec.model.
GatewayImpl
getActor()
- Method in class org.jbpm.integration.spec.task.
TaskInstanceImpl
getActors()
- Method in class org.jbpm.integration.spec.service.
IdentityServiceImpl
getActorsByGroup(String)
- Method in class org.jbpm.integration.spec.service.
IdentityServiceImpl
getAttachment(Class<T>)
- Method in class org.jbpm.integration.spec.runtime.
TokenAttachmentDelegate
getAttachment(String)
- Method in class org.jbpm.integration.spec.runtime.
TokenAttachmentDelegate
getAttachment(Class<T>, String)
- Method in class org.jbpm.integration.spec.runtime.
TokenAttachmentDelegate
getAttachmentKeys()
- Method in class org.jbpm.integration.spec.runtime.
TokenAttachmentDelegate
getAttachments()
- Method in class org.jbpm.integration.spec.runtime.
TokenImpl
getChildTokens()
- Method in class org.jbpm.integration.spec.runtime.
TokenImpl
getConditionExpression()
- Method in class org.jbpm.integration.spec.model.
SequenceFlowImpl
getConditionType()
- Method in class org.jbpm.integration.spec.model.
SequenceFlowImpl
getContext(boolean)
- Method in class org.jbpm.integration.spec.service.
ContextServiceImpl
getCorrelationKey()
- Method in class org.jbpm.integration.spec.task.
TaskInstanceImpl
getDefaultGate()
- Method in class org.jbpm.integration.spec.model.
GatewayImpl
getDelegate()
- Method in class org.jbpm.integration.spec.model.
AbstractElementImpl
getEndDate()
- Method in class org.jbpm.integration.spec.model.
ProcessInstanceImpl
getEventType()
- Method in class org.jbpm.integration.spec.model.
EndEventImpl
getEventType()
- Method in class org.jbpm.integration.spec.model.
StartEventImpl
getExclusiveType()
- Method in class org.jbpm.integration.spec.model.
ExclusiveGatewayImpl
getExpressionBody()
- Method in class org.jbpm.integration.spec.model.
ExpressionImpl
getExpressionLanguage()
- Method in class org.jbpm.integration.spec.model.
ExpressionImpl
getGateByName(String)
- Method in class org.jbpm.integration.spec.model.
GatewayImpl
getGates()
- Method in class org.jbpm.integration.spec.model.
GatewayImpl
getGatewayType()
- Method in class org.jbpm.integration.spec.model.
ExclusiveGatewayImpl
getGatewayType()
- Method in class org.jbpm.integration.spec.model.
ParallelGatewayForkImpl
getGatewayType()
- Method in class org.jbpm.integration.spec.model.
ParallelGatewayJoinImpl
getGroups()
- Method in class org.jbpm.integration.spec.service.
IdentityServiceImpl
getGroupsByActor(String)
- Method in class org.jbpm.integration.spec.service.
IdentityServiceImpl
getInFlow()
- Method in class org.jbpm.integration.spec.model.
EndEventImpl
getInFlow()
- Method in class org.jbpm.integration.spec.model.
TaskImpl
getInFlows()
- Method in class org.jbpm.integration.spec.model.
NodeImpl
getInMessageRef()
- Method in class org.jbpm.integration.spec.model.
UserTaskImpl
getInstance(ObjectName)
- Method in class org.jbpm.integration.spec.service.
ProcessInstanceServiceImpl
Get a Process for a given id
getInstance()
- Method in class org.jbpm.integration.spec.service.
ProcessInstanceServiceImpl
Get the set of registered Processes
getInstance(ObjectName, ProcessInstance.ProcessStatus)
- Method in class org.jbpm.integration.spec.service.
ProcessInstanceServiceImpl
Find the set of Processes for a given name
getJbpmConfiguration()
- Method in class org.jbpm.integration.spec.service.
ProcessEngineImpl
getKey()
- Method in class org.jbpm.integration.spec.model.
NodeImpl
getKey()
- Method in class org.jbpm.integration.spec.model.
ProcessDefinitionImpl
getKey(ProcessDefinition)
- Static method in class org.jbpm.integration.spec.model.
ProcessDefinitionImpl
getKey()
- Method in class org.jbpm.integration.spec.model.
ProcessInstanceImpl
getKey(ProcessInstance)
- Static method in class org.jbpm.integration.spec.model.
ProcessInstanceImpl
getKey()
- Method in class org.jbpm.integration.spec.runtime.
TokenImpl
getKey(Token)
- Static method in class org.jbpm.integration.spec.runtime.
TokenImpl
getKey()
- Method in class org.jbpm.integration.spec.task.
TaskInstanceImpl
getKey(TaskInstance)
- Static method in class org.jbpm.integration.spec.task.
TaskInstanceImpl
getLastFlow()
- Method in class org.jbpm.integration.spec.runtime.
TokenImpl
getName()
- Method in class org.jbpm.integration.spec.model.
NodeImpl
getName()
- Method in class org.jbpm.integration.spec.model.
ProcessDefinitionImpl
getName()
- Method in class org.jbpm.integration.spec.model.
ProcessInstanceImpl
getName()
- Method in class org.jbpm.integration.spec.model.
SequenceFlowImpl
getName()
- Method in class org.jbpm.integration.spec.task.
TaskInstanceImpl
getNamespaceURI()
- Method in class org.jbpm.integration.spec.jpdl32.
DialectHandlerImpl
getNode(String)
- Method in class org.jbpm.integration.spec.model.
ProcessDefinitionImpl
getNode(Class<T>, String)
- Method in class org.jbpm.integration.spec.model.
ProcessDefinitionImpl
getNode(Class<T>, String)
- Method in class org.jbpm.integration.spec.model.
ProcessInstanceImpl
getNode(String)
- Method in class org.jbpm.integration.spec.model.
ProcessInstanceImpl
getNode()
- Method in class org.jbpm.integration.spec.runtime.
TokenImpl
getNodeInterceptors()
- Method in class org.jbpm.integration.spec.service.
ProcessInstanceServiceImpl
getNodes()
- Method in class org.jbpm.integration.spec.model.
ProcessDefinitionImpl
getNodes(Class<T>)
- Method in class org.jbpm.integration.spec.model.
ProcessDefinitionImpl
getNodes()
- Method in class org.jbpm.integration.spec.model.
ProcessInstanceImpl
getNodes(Class<T>)
- Method in class org.jbpm.integration.spec.model.
ProcessInstanceImpl
getOldTransition()
- Method in class org.jbpm.integration.spec.model.
SequenceFlowImpl
getOutFlow()
- Method in class org.jbpm.integration.spec.model.
StartEventImpl
getOutFlow()
- Method in class org.jbpm.integration.spec.model.
TaskImpl
getOutFlowByTransition(Transition)
- Method in class org.jbpm.integration.spec.model.
NodeImpl
getOutFlows()
- Method in class org.jbpm.integration.spec.model.
NodeImpl
getOutMessageRef()
- Method in class org.jbpm.integration.spec.model.
UserTaskImpl
getParentToken()
- Method in class org.jbpm.integration.spec.runtime.
TokenImpl
getPooledActors()
- Method in class org.jbpm.integration.spec.task.
TaskInstanceImpl
getProcess()
- Method in class org.jbpm.integration.spec.runtime.
TokenImpl
getProcessBuilder()
- Method in class org.jbpm.integration.spec.service.
ProcessBuilderServiceImpl
getProcessDefinition()
- Method in class org.jbpm.integration.spec.model.builder.
ProcessBuilderImpl
getProcessDefinition()
- Method in class org.jbpm.integration.spec.model.
NodeImpl
getProcessDefinition()
- Method in class org.jbpm.integration.spec.model.
ProcessInstanceImpl
getProcessDefinition(ObjectName)
- Method in class org.jbpm.integration.spec.service.
ProcessDefinitionServiceImpl
getProcessDefinitions()
- Method in class org.jbpm.integration.spec.service.
ProcessDefinitionServiceImpl
getProcessDefinitionXML()
- Method in class org.jbpm.integration.spec.deployment.
PARDeployment
getProcessDefinitionXML()
- Method in class org.jbpm.integration.spec.deployment.
XMLDeployment
getProcessEngine()
- Method in class org.jbpm.integration.spec.model.
AbstractElementImpl
getProcessInstance()
- Method in class org.jbpm.integration.spec.model.
NodeImpl
getProcessStatus()
- Method in class org.jbpm.integration.spec.model.
ProcessInstanceImpl
getResultType()
- Method in class org.jbpm.integration.spec.model.
EndEventImpl
getRootToken()
- Method in class org.jbpm.integration.spec.model.
ProcessInstanceImpl
getRootToken()
- Method in class org.jbpm.integration.spec.runtime.
TokenImpl
getSignalBuilder()
- Method in class org.jbpm.integration.spec.service.
SignalBuilderServiceImpl
getSourceRef()
- Method in class org.jbpm.integration.spec.model.
SequenceFlowImpl
getStartDate()
- Method in class org.jbpm.integration.spec.model.
ProcessInstanceImpl
getTargetRef()
- Method in class org.jbpm.integration.spec.model.
SequenceFlowImpl
getTask(ObjectName)
- Method in class org.jbpm.integration.spec.service.
TaskInstanceServiceImpl
getTasksByActor(String)
- Method in class org.jbpm.integration.spec.service.
TaskInstanceServiceImpl
getTasksByProcess(ObjectName)
- Method in class org.jbpm.integration.spec.service.
TaskInstanceServiceImpl
getTaskType()
- Method in class org.jbpm.integration.spec.model.
NoneTaskImpl
getTaskType()
- Method in class org.jbpm.integration.spec.model.
UserTaskImpl
getTaskType()
- Method in class org.jbpm.integration.spec.model.
WaitStateImpl
getToken()
- Method in class org.jbpm.integration.spec.runtime.
RuntimeContext
getToken(ObjectName)
- Method in class org.jbpm.integration.spec.service.
TokenServiceImpl
getTokens()
- Method in class org.jbpm.integration.spec.model.
ProcessInstanceImpl
getTokens()
- Method in class org.jbpm.integration.spec.service.
TokenServiceImpl
getTokenStatus()
- Method in class org.jbpm.integration.spec.runtime.
TokenImpl
getTriggerType()
- Method in class org.jbpm.integration.spec.model.
StartEventImpl
getUnderlying(Object, Class<T>)
- Static method in class org.jbpm.integration.spec.runtime.
InvocationProxy
getUnderlying()
- Method in class org.jbpm.integration.spec.runtime.
InvocationProxy
getUnderlying()
- Method in interface org.jbpm.integration.spec.runtime.
InvocationProxySupport
getUserTaskCallback()
- Method in class org.jbpm.integration.spec.model.
UserTaskImpl
getVersion()
- Method in class org.jbpm.integration.spec.model.
ProcessDefinitionImpl
H
hasEnded()
- Method in class org.jbpm.integration.spec.task.
TaskInstanceImpl
I
IdentityServiceImpl
- Class in
org.jbpm.integration.spec.service
The IdentityService manages identities
IdentityServiceImpl()
- Constructor for class org.jbpm.integration.spec.service.
IdentityServiceImpl
InvocationProxy
- Class in
org.jbpm.integration.spec.runtime
Decorates management invocations with common system aspects.
InvocationProxySupport
- Interface in
org.jbpm.integration.spec.runtime
Implemented by the proxy to give access to the underlying element.
invoke(Object, Method, Object[])
- Method in class org.jbpm.integration.spec.runtime.
InvocationProxy
isBlocking()
- Method in class org.jbpm.integration.spec.task.
TaskInstanceImpl
isCancelled()
- Method in class org.jbpm.integration.spec.task.
TaskInstanceImpl
isSignalling()
- Method in class org.jbpm.integration.spec.task.
TaskInstanceImpl
L
loadNode(Session, Class<T>, ObjectName)
- Method in class org.jbpm.integration.spec.service.
NoopPersistenceServiceImpl
loadProcess(ObjectName)
- Method in class org.jbpm.integration.spec.service.
NoopPersistenceServiceImpl
loadProcessDefinition(ObjectName)
- Method in class org.jbpm.integration.spec.service.
NoopPersistenceServiceImpl
M
marshallProcessDefinition(ProcessDefinition, Writer)
- Method in class org.jbpm.integration.spec.jpdl32.
DialectHandlerImpl
MutableService
- Interface in
org.jbpm.integration.spec.service
A mutable service
N
newInstance(ProcessEngine, ProcessDefinition, boolean)
- Static method in class org.jbpm.integration.spec.model.
ProcessDefinitionImpl
newInstance()
- Method in class org.jbpm.integration.spec.model.
ProcessDefinitionImpl
newInstance(ProcessEngine, ProcessInstance, boolean)
- Static method in class org.jbpm.integration.spec.model.
ProcessInstanceImpl
newInstance(ProcessEngineSupport, Class<T>)
- Static method in class org.jbpm.integration.spec.runtime.
InvocationProxy
newInstance(ProcessEngine, Token)
- Static method in class org.jbpm.integration.spec.runtime.
TokenImpl
newInstance(ProcessEngine, TaskInstance)
- Static method in class org.jbpm.integration.spec.task.
TaskInstanceImpl
next()
- Method in class org.jbpm.integration.spec.runtime.
RuntimeContext
NodeExecuteInterceptor
- Class in
org.jbpm.integration.spec.runtime
An interceptor that invokes the Node.execute
NodeExecuteInterceptor()
- Constructor for class org.jbpm.integration.spec.runtime.
NodeExecuteInterceptor
nodeImpl
- Variable in class org.jbpm.integration.spec.model.builder.
ProcessBuilderImpl
NodeImpl
<
T
extends org.jbpm.graph.def.Node> - Class in
org.jbpm.integration.spec.model
An integration wrapper
NodeImpl(ProcessEngine, ProcessDefinition, Class<T>, Node)
- Constructor for class org.jbpm.integration.spec.model.
NodeImpl
NodeInterceptor
- Interface in
org.jbpm.integration.spec.runtime
A node interceptor
NoneTaskImpl
- Class in
org.jbpm.integration.spec.model
An integration wrapper
NoneTaskImpl(ProcessEngine, ProcessDefinition, Node)
- Constructor for class org.jbpm.integration.spec.model.
NoneTaskImpl
NoopPersistenceServiceImpl
- Class in
org.jbpm.integration.spec.service
An in-memory persistence service.
NoopPersistenceServiceImpl()
- Constructor for class org.jbpm.integration.spec.service.
NoopPersistenceServiceImpl
O
openService()
- Method in class org.jbpm.integration.spec.service.
EventServiceFactory
org.jbpm.integration.spec.deployment
- package org.jbpm.integration.spec.deployment
org.jbpm.integration.spec.jpdl32
- package org.jbpm.integration.spec.jpdl32
org.jbpm.integration.spec.model
- package org.jbpm.integration.spec.model
org.jbpm.integration.spec.model.builder
- package org.jbpm.integration.spec.model.builder
org.jbpm.integration.spec.runtime
- package org.jbpm.integration.spec.runtime
org.jbpm.integration.spec.service
- package org.jbpm.integration.spec.service
org.jbpm.integration.spec.task
- package org.jbpm.integration.spec.task
P
ParallelGatewayForkImpl
- Class in
org.jbpm.integration.spec.model
An integration wrapper
ParallelGatewayForkImpl(ProcessEngine, ProcessDefinition, Node)
- Constructor for class org.jbpm.integration.spec.model.
ParallelGatewayForkImpl
ParallelGatewayJoinImpl
- Class in
org.jbpm.integration.spec.model
An integration wrapper
ParallelGatewayJoinImpl(ProcessEngine, ProcessDefinition, Node)
- Constructor for class org.jbpm.integration.spec.model.
ParallelGatewayJoinImpl
PARDeployment
- Class in
org.jbpm.integration.spec.deployment
An abstraction of a process deployment
PARDeployment(URL)
- Constructor for class org.jbpm.integration.spec.deployment.
PARDeployment
parseProcessDefinition(URL)
- Method in class org.jbpm.integration.spec.jpdl32.
DialectHandlerImpl
parseProcessDefinition(String)
- Method in class org.jbpm.integration.spec.jpdl32.
DialectHandlerImpl
procDefImpl
- Variable in class org.jbpm.integration.spec.model.builder.
ProcessBuilderImpl
ProcessBuilderImpl
- Class in
org.jbpm.integration.spec.model.builder
The ProcessBuilder can be used to dynamically build a
ProcessInstance
.
ProcessBuilderImpl(ProcessEngine)
- Constructor for class org.jbpm.integration.spec.model.builder.
ProcessBuilderImpl
ProcessBuilderImpl(ProcessBuilderImpl)
- Constructor for class org.jbpm.integration.spec.model.builder.
ProcessBuilderImpl
ProcessBuilderServiceImpl
- Class in
org.jbpm.integration.spec.service
The ProcessBuilder can be used to build a
ProcessInstance
dynamically.
ProcessBuilderServiceImpl()
- Constructor for class org.jbpm.integration.spec.service.
ProcessBuilderServiceImpl
ProcessDefinitionImpl
- Class in
org.jbpm.integration.spec.model
An integration wrapper
ProcessDefinitionServiceImpl
- Class in
org.jbpm.integration.spec.service
The ProcessDefinitionService is the entry point to create, find and otherwise manage process definitions.
ProcessDefinitionServiceImpl()
- Constructor for class org.jbpm.integration.spec.service.
ProcessDefinitionServiceImpl
ProcessEngineImpl
- Class in
org.jbpm.integration.spec.service
A process engine with public access
ProcessEngineImpl()
- Constructor for class org.jbpm.integration.spec.service.
ProcessEngineImpl
ProcessInstanceImpl
- Class in
org.jbpm.integration.spec.model
An integration wrapper
ProcessInstanceServiceImpl
- Class in
org.jbpm.integration.spec.service
The ProcessService is the entry point to create, find and otherwise manage processes.
ProcessInstanceServiceImpl()
- Constructor for class org.jbpm.integration.spec.service.
ProcessInstanceServiceImpl
R
reassignTask(ObjectName, String)
- Method in class org.jbpm.integration.spec.service.
TaskInstanceServiceImpl
registerInstance(ProcessInstance)
- Method in class org.jbpm.integration.spec.service.
ProcessInstanceServiceImpl
Register a Process.
registerProcessDefinition(ProcessDefinition)
- Method in class org.jbpm.integration.spec.service.
ProcessDefinitionServiceImpl
removeAttachment(Class<T>, String)
- Method in class org.jbpm.integration.spec.runtime.
TokenAttachmentDelegate
removeAttachment(Class<T>)
- Method in class org.jbpm.integration.spec.runtime.
TokenAttachmentDelegate
removeAttachment(String)
- Method in class org.jbpm.integration.spec.runtime.
TokenAttachmentDelegate
resume()
- Method in class org.jbpm.integration.spec.model.
ProcessInstanceImpl
RuntimeContext
- Class in
org.jbpm.integration.spec.runtime
A runtime context that passes through a chain of interceptors.
RuntimeContext()
- Constructor for class org.jbpm.integration.spec.runtime.
RuntimeContext
S
saveNode(Session, Node)
- Method in class org.jbpm.integration.spec.service.
NoopPersistenceServiceImpl
saveProcess(ProcessInstance)
- Method in class org.jbpm.integration.spec.service.
NoopPersistenceServiceImpl
saveProcessDefinition(ProcessDefinition)
- Method in class org.jbpm.integration.spec.service.
NoopPersistenceServiceImpl
SequenceFlowImpl
- Class in
org.jbpm.integration.spec.model
An integration wrapper
SequenceFlowImpl(Transition)
- Constructor for class org.jbpm.integration.spec.model.
SequenceFlowImpl
SequenceFlowImpl(Transition, Expression.ExpressionLanguage, String)
- Constructor for class org.jbpm.integration.spec.model.
SequenceFlowImpl
SequenceFlowImpl(Transition, boolean)
- Constructor for class org.jbpm.integration.spec.model.
SequenceFlowImpl
setDialectHandlers(Map<URI, DialectHandler>)
- Method in class org.jbpm.integration.spec.service.
DialectHandlerServiceImpl
setInterceptors(List<String>)
- Method in class org.jbpm.integration.spec.service.
ProcessInstanceServiceImpl
setProcessEngine(ProcessEngine)
- Method in class org.jbpm.integration.spec.service.
ContextServiceImpl
setProcessEngine(ProcessEngine)
- Method in class org.jbpm.integration.spec.service.
DeploymentServiceImpl
setProcessEngine(ProcessEngine)
- Method in class org.jbpm.integration.spec.service.
DialectHandlerServiceImpl
setProcessEngine(ProcessEngine)
- Method in class org.jbpm.integration.spec.service.
IdentityServiceImpl
setProcessEngine(ProcessEngine)
- Method in interface org.jbpm.integration.spec.service.
MutableService
setProcessEngine(ProcessEngine)
- Method in class org.jbpm.integration.spec.service.
NoopPersistenceServiceImpl
setProcessEngine(ProcessEngine)
- Method in class org.jbpm.integration.spec.service.
ProcessBuilderServiceImpl
setProcessEngine(ProcessEngine)
- Method in class org.jbpm.integration.spec.service.
ProcessDefinitionServiceImpl
setProcessEngine(ProcessEngine)
- Method in class org.jbpm.integration.spec.service.
ProcessInstanceServiceImpl
setProcessEngine(ProcessEngine)
- Method in class org.jbpm.integration.spec.service.
SignalBuilderServiceImpl
setProcessEngine(ProcessEngine)
- Method in class org.jbpm.integration.spec.service.
SignalServiceImpl
setProcessEngine(ProcessEngine)
- Method in class org.jbpm.integration.spec.service.
TaskInstanceServiceImpl
setProcessEngine(ProcessEngine)
- Method in class org.jbpm.integration.spec.service.
TokenServiceImpl
setProcessStatus(ProcessInstance.ProcessStatus)
- Method in class org.jbpm.integration.spec.model.
ProcessInstanceImpl
setServices(Set<Service>)
- Method in class org.jbpm.integration.spec.service.
ProcessEngineImpl
setToken(Token)
- Method in class org.jbpm.integration.spec.runtime.
RuntimeContext
setUserTaskCallback(UserTaskCallback)
- Method in class org.jbpm.integration.spec.model.
UserTaskImpl
signal()
- Method in class org.jbpm.integration.spec.runtime.
TokenImpl
signal(String)
- Method in class org.jbpm.integration.spec.runtime.
TokenImpl
SignalBuilderServiceImpl
- Class in
org.jbpm.integration.spec.service
The SignalBuilder can be used to build a
Signal
dynamically.
SignalBuilderServiceImpl()
- Constructor for class org.jbpm.integration.spec.service.
SignalBuilderServiceImpl
SignalServiceImpl
- Class in
org.jbpm.integration.spec.service
A
Signal
is like an undirected flare shot up into the air.
SignalServiceImpl()
- Constructor for class org.jbpm.integration.spec.service.
SignalServiceImpl
StartEventImpl
- Class in
org.jbpm.integration.spec.model
An integration wrapper
StartEventImpl(ProcessEngine, ProcessDefinition, Node)
- Constructor for class org.jbpm.integration.spec.model.
StartEventImpl
startProcess()
- Method in class org.jbpm.integration.spec.model.
ProcessInstanceImpl
startProcess(Attachments)
- Method in class org.jbpm.integration.spec.model.
ProcessInstanceImpl
suspend()
- Method in class org.jbpm.integration.spec.model.
ProcessInstanceImpl
T
TaskImpl
<
T
extends org.jbpm.graph.def.Node> - Class in
org.jbpm.integration.spec.model
An integration wrapper
TaskImpl(ProcessEngine, ProcessDefinition, Class<T>, Node)
- Constructor for class org.jbpm.integration.spec.model.
TaskImpl
TaskInstanceImpl
- Class in
org.jbpm.integration.spec.task
The TaskService manages Tasks.
TaskInstanceServiceImpl
- Class in
org.jbpm.integration.spec.service
The TaskService manages Tasks.
TaskInstanceServiceImpl()
- Constructor for class org.jbpm.integration.spec.service.
TaskInstanceServiceImpl
TokenAttachmentDelegate
- Class in
org.jbpm.integration.spec.runtime
An Attachment implementation that delegates to to the ContextInstance
TokenAttachmentDelegate(TokenImpl, ContextInstance)
- Constructor for class org.jbpm.integration.spec.runtime.
TokenAttachmentDelegate
TokenImpl
- Class in
org.jbpm.integration.spec.runtime
An integration wrapper
TokenServiceImpl
- Class in
org.jbpm.integration.spec.service
The ExecutionService manages Tokens
TokenServiceImpl()
- Constructor for class org.jbpm.integration.spec.service.
TokenServiceImpl
toString()
- Method in class org.jbpm.integration.spec.model.
EndEventImpl
toString()
- Method in class org.jbpm.integration.spec.model.
ExpressionImpl
toString()
- Method in class org.jbpm.integration.spec.model.
GatewayImpl
toString()
- Method in class org.jbpm.integration.spec.model.
ProcessDefinitionImpl
toString()
- Method in class org.jbpm.integration.spec.model.
ProcessInstanceImpl
toString()
- Method in class org.jbpm.integration.spec.model.
SequenceFlowImpl
toString()
- Method in class org.jbpm.integration.spec.model.
StartEventImpl
toString()
- Method in class org.jbpm.integration.spec.model.
TaskImpl
toString()
- Method in class org.jbpm.integration.spec.runtime.
TokenImpl
U
undeploy(Deployment)
- Method in class org.jbpm.integration.spec.service.
DeploymentServiceImpl
unregisterInstance(ObjectName)
- Method in class org.jbpm.integration.spec.service.
ProcessInstanceServiceImpl
Unregister a Process.
unregisterProcessDefinition(ObjectName)
- Method in class org.jbpm.integration.spec.service.
ProcessDefinitionServiceImpl
UserTaskImpl
- Class in
org.jbpm.integration.spec.model
An integration wrapper
UserTaskImpl(ProcessEngine, ProcessDefinition, Node)
- Constructor for class org.jbpm.integration.spec.model.
UserTaskImpl
V
valueOf(String)
- Static method in class org.jbpm.integration.spec.model.
ExpressionImpl
W
WaitStateImpl
- Class in
org.jbpm.integration.spec.model
An integration wrapper
WaitStateImpl(ProcessEngine, ProcessDefinition, Node)
- Constructor for class org.jbpm.integration.spec.model.
WaitStateImpl
X
XMLDeployment
- Class in
org.jbpm.integration.spec.deployment
An abstraction of a process deployment
XMLDeployment(URL)
- Constructor for class org.jbpm.integration.spec.deployment.
XMLDeployment
A
C
D
E
G
H
I
L
M
N
O
P
R
S
T
U
V
W
X
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2009
JBoss, a division of Red Hat
. All Rights Reserved.