站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss JBPM 3.0.4 API 英文版文档

Index (jbpm-3.0.4) - JBoss JBPM 3.0.4 API 英文版文档

A B C D E F G H I J L M N O P R S T U V W X

A

AccessControllerAuthorizer - class org.jbpm.security.authorizer.AccessControllerAuthorizer.
 
AccessControllerAuthorizer() - Constructor for class org.jbpm.security.authorizer.AccessControllerAuthorizer
 
Action - class org.jbpm.graph.def.Action.
 
Action() - Constructor for class org.jbpm.graph.def.Action
 
Action(Delegation) - Constructor for class org.jbpm.graph.def.Action
 
ActionHandler - interface org.jbpm.graph.def.ActionHandler.
 
ActionLog - class org.jbpm.graph.log.ActionLog.
 
ActionLog() - Constructor for class org.jbpm.graph.log.ActionLog
 
ActionLog(Action) - Constructor for class org.jbpm.graph.log.ActionLog
 
ActionTypes - class org.jbpm.graph.action.ActionTypes.
 
ActionTypes() - Constructor for class org.jbpm.graph.action.ActionTypes
 
AntTaskJbpmSessionFactory - class org.jbpm.ant.AntTaskJbpmSessionFactory.
common strategy for jbpm ant tasks to obtain a JbpmSessionFactory.
AntTaskJbpmSessionFactory() - Constructor for class org.jbpm.ant.AntTaskJbpmSessionFactory
 
Assignable - interface org.jbpm.taskmgmt.exe.Assignable.
common superclass for TaskInstances and SwimlaneInstances used by the AssignmentHandler interface.
AssignmentHandler - interface org.jbpm.taskmgmt.def.AssignmentHandler.
assigns TaskInstances or SwimlaneInstances to actors.
Authentication - class org.jbpm.security.Authentication.
provides central access point to the configurable authentication.
Authentication() - Constructor for class org.jbpm.security.Authentication
 
Authenticator - interface org.jbpm.security.authenticator.Authenticator.
interface for plugging in different ways of retrieving the currently authenticated actorId.
Authorization - class org.jbpm.security.Authorization.
provides central access point to the configurable authorization.
Authorization() - Constructor for class org.jbpm.security.Authorization
 
Authorizer - interface org.jbpm.security.authorizer.Authorizer.
defines the interface for plugging in authorization mechanisms into jBPM.
acceptsPropagatedEvents() - Method in class org.jbpm.graph.def.Action
 
access - Variable in class org.jbpm.context.def.VariableAccess
 
action - Variable in class org.jbpm.graph.def.Node
 
action - Variable in class org.jbpm.graph.exe.ExecutionContext
 
action - Variable in class org.jbpm.graph.exe.RuntimeAction
 
action - Variable in class org.jbpm.graph.log.ActionLog
 
actionDelegation - Variable in class org.jbpm.graph.def.Action
 
actions - Variable in class org.jbpm.graph.def.Event
 
actions - Variable in class org.jbpm.graph.def.ExceptionHandler
 
actions - Variable in class org.jbpm.graph.def.ProcessDefinition
 
actorId - Variable in class org.jbpm.graph.exe.Comment
 
actorId - Variable in class org.jbpm.taskmgmt.exe.PooledActor
 
actorId - Variable in class org.jbpm.taskmgmt.exe.SwimlaneInstance
 
actorId - Variable in class org.jbpm.taskmgmt.exe.TaskInstance
 
add(Date, Duration) - Method in class org.jbpm.calendar.BusinessCalendar
 
add(Date, Duration) - Method in class org.jbpm.calendar.DayPart
 
addAction(Action) - Method in class org.jbpm.graph.def.Event
 
addAction(Action) - Method in class org.jbpm.graph.def.ExceptionHandler
 
addAction(Action) - Method in class org.jbpm.graph.def.ProcessDefinition
creates a bidirectional relation between this process definition and the given action.
addArrivingTransition(Transition) - Method in class org.jbpm.graph.def.Node
add a bidirection relation between this node and the given arriving transition.
addArrivingTransition(Transition) - Method in class org.jbpm.graph.node.StartState
 
addChild(ProcessLog) - Method in class org.jbpm.logging.log.CompositeLog
 
addComment(String) - Method in class org.jbpm.graph.exe.Token
 
addComment(Comment) - Method in class org.jbpm.graph.exe.Token
 
addComment(String) - Method in class org.jbpm.taskmgmt.exe.TaskInstance
 
addComment(Comment) - Method in class org.jbpm.taskmgmt.exe.TaskInstance
 
addDefinition(ModuleDefinition) - Method in class org.jbpm.graph.def.ProcessDefinition
 
addError(String) - Method in class org.jbpm.jpdl.par.ProcessArchive
 
addError(String, Throwable) - Method in class org.jbpm.jpdl.par.ProcessArchive
 
addError(String) - Method in class org.jbpm.jpdl.xml.JpdlXmlReader
 
addError(String, Throwable) - Method in class org.jbpm.jpdl.xml.JpdlXmlReader
 
addEvent(Event) - Method in class org.jbpm.graph.def.GraphElement
 
addExceptionHandler(ExceptionHandler) - Method in class org.jbpm.graph.def.GraphElement
 
addFile(String, byte[]) - Method in class org.jbpm.file.def.FileDefinition
add a file to this definition.
addFile(String, InputStream) - Method in class org.jbpm.file.def.FileDefinition
add a file to this definition.
addFileset(FileSet) - Method in class org.jbpm.ant.DeployParTask
 
addInstance(ModuleInstance) - Method in class org.jbpm.graph.exe.ProcessInstance
adds the given optional moduleinstance (bidirectional).
addLeavingTransition(Transition) - Method in class org.jbpm.graph.def.Node
creates a bidirection relation between this node and the given leaving transition.
addLeavingTransition(Transition) - Method in class org.jbpm.graph.node.EndState
 
addListener(Token) - Method in class org.jbpm.jpdl.exe.MilestoneInstance
 
addListener(SchedulerListener) - Method in class org.jbpm.scheduler.impl.SchedulerThread
 
addLog(ProcessLog) - Method in class org.jbpm.graph.exe.Token
convenience method for adding a process log.
addLog(ProcessLog) - Method in class org.jbpm.logging.exe.LoggingInstance
 
addMilestoneListener(String, Token) - Method in class org.jbpm.graph.node.MilestoneNode
 
addNode(Node) - Method in interface org.jbpm.graph.def.NodeCollection
adds the given node to this node-collection.
addNode(Node) - Method in class org.jbpm.graph.def.ProcessDefinition
 
addNode(Node) - Method in class org.jbpm.graph.def.SuperState
 
addNodesAndTransitions(ProcessDefinition, String[], String[]) - Static method in class org.jbpm.graph.node.ProcessFactory
 
addProblem(Problem) - Method in class org.jbpm.jpdl.par.ProcessArchive
 
addProblem(Problem) - Method in class org.jbpm.jpdl.xml.JpdlXmlReader
 
addProblem(String) - Method in class org.jbpm.jpdl.xml.JpdlXmlWriter
 
addRuntimeAction(RuntimeAction) - Method in class org.jbpm.graph.exe.ProcessInstance
adds an action to be executed upon a process event in the future.
addSwimlane(Swimlane) - Method in class org.jbpm.taskmgmt.def.TaskMgmtDefinition
 
addSwimlaneInstance(SwimlaneInstance) - Method in class org.jbpm.taskmgmt.exe.TaskMgmtInstance
 
addTask(Task) - Method in class org.jbpm.graph.node.TaskNode
 
addTask(Task) - Method in class org.jbpm.taskmgmt.def.Swimlane
 
addTask(Task) - Method in class org.jbpm.taskmgmt.def.TaskMgmtDefinition
 
addTaskInstance(TaskInstance) - Method in class org.jbpm.taskmgmt.exe.PooledActor
 
addTaskInstance(TaskInstance) - Method in class org.jbpm.taskmgmt.exe.TaskMgmtInstance
 
addUnresolvedActionReference(Element, Action) - Method in class org.jbpm.jpdl.xml.JpdlXmlReader
 
addUnresolvedTransitionDestination(Element, Node) - Method in class org.jbpm.jpdl.xml.JpdlXmlReader
 
addVariableAccess(VariableAccess) - Method in class org.jbpm.graph.action.Script
 
addVariableInstance(VariableInstance) - Method in class org.jbpm.context.exe.TokenVariableMap
 
addVariables(Map) - Method in class org.jbpm.context.exe.ContextInstance
adds all the variables on the root-token (= process-instance scope).
addVariables(Map, Token) - Method in class org.jbpm.context.exe.ContextInstance
adds all the variables to the scope of the given token.
addVariables(Map) - Method in class org.jbpm.context.exe.TokenVariableMap
 
addWarning(String) - Method in class org.jbpm.jpdl.par.ProcessArchive
 
addWarning(String) - Method in class org.jbpm.jpdl.xml.JpdlXmlReader
 
arrivingTransitions - Variable in class org.jbpm.graph.def.Node
 
assemble(Serializable, Object) - Method in class org.jbpm.db.hibernate.ConverterEnumType
 
assign(Assignable, ExecutionContext) - Method in interface org.jbpm.taskmgmt.def.AssignmentHandler
assigns the assignable (=TaskInstance or a SwimlaneInstance to an swimlaneActorId or a set of PooledActors.
assign(ExecutionContext) - Method in class org.jbpm.taskmgmt.exe.TaskInstance
 
assignmentDelegation - Variable in class org.jbpm.taskmgmt.def.Task
 
authenticator - Static variable in class org.jbpm.security.Authentication
 
authorizer - Static variable in class org.jbpm.security.Authorization
 

B

BeanInstantiator - class org.jbpm.instantiation.BeanInstantiator.
 
BeanInstantiator() - Constructor for class org.jbpm.instantiation.BeanInstantiator
 
BooleanToStringConverter - class org.jbpm.context.exe.converter.BooleanToStringConverter.
 
BooleanToStringConverter() - Constructor for class org.jbpm.context.exe.converter.BooleanToStringConverter
 
BusinessCalendar - class org.jbpm.calendar.BusinessCalendar.
a calendar that knows about business hours.
BusinessCalendar() - Constructor for class org.jbpm.calendar.BusinessCalendar
 
ByteArray - class org.jbpm.bytes.ByteArray.
is a persistable array of bytes.
ByteArray() - Constructor for class org.jbpm.bytes.ByteArray
 
ByteArray(byte[]) - Constructor for class org.jbpm.bytes.ByteArray
 
ByteArray(String, byte[]) - Constructor for class org.jbpm.bytes.ByteArray
 
ByteArray(ByteArray) - Constructor for class org.jbpm.bytes.ByteArray
 
ByteArrayInstance - class org.jbpm.context.exe.variableinstance.ByteArrayInstance.
 
ByteArrayInstance() - Constructor for class org.jbpm.context.exe.variableinstance.ByteArrayInstance
 
ByteArrayUpdateLog - class org.jbpm.context.log.variableinstance.ByteArrayUpdateLog.
 
ByteArrayUpdateLog() - Constructor for class org.jbpm.context.log.variableinstance.ByteArrayUpdateLog
 
ByteArrayUpdateLog(VariableInstance, ByteArray, ByteArray) - Constructor for class org.jbpm.context.log.variableinstance.ByteArrayUpdateLog
 
ByteBlockChopper - class org.jbpm.bytes.ByteBlockChopper.
is used by ByteArray to chop a byte arrays into a list of chunks and glue them back together.
ByteBlockChopper() - Constructor for class org.jbpm.bytes.ByteBlockChopper
 
ByteToLongConverter - class org.jbpm.context.exe.converter.ByteToLongConverter.
 
ByteToLongConverter() - Constructor for class org.jbpm.context.exe.converter.ByteToLongConverter
 
BytesToByteArrayConverter - class org.jbpm.context.exe.converter.BytesToByteArrayConverter.
 
BytesToByteArrayConverter() - Constructor for class org.jbpm.context.exe.converter.BytesToByteArrayConverter
 
beginTransaction() - Method in class org.jbpm.db.JbpmSession
 
buildJbpmSessionFactory() - Static method in class org.jbpm.db.JbpmSessionFactory
 
buildJbpmSessionFactory(String) - Static method in class org.jbpm.db.JbpmSessionFactory
 
buildJbpmSessionFactory(Configuration) - Static method in class org.jbpm.db.JbpmSessionFactory
 
buildSessionFactory(Configuration) - Static method in class org.jbpm.db.JbpmSessionFactory
 
byteBlocks - Variable in class org.jbpm.bytes.ByteArray
 

C

CancelTimerAction - class org.jbpm.scheduler.def.CancelTimerAction.
 
CancelTimerAction() - Constructor for class org.jbpm.scheduler.def.CancelTimerAction
 
CharacterToStringConverter - class org.jbpm.context.exe.converter.CharacterToStringConverter.
 
CharacterToStringConverter() - Constructor for class org.jbpm.context.exe.converter.CharacterToStringConverter
 
ClassLoaderUtil - class org.jbpm.instantiation.ClassLoaderUtil.
provides centralized classloader lookup.
ClassLoaderUtil() - Constructor for class org.jbpm.instantiation.ClassLoaderUtil
 
Comment - class org.jbpm.graph.exe.Comment.
 
Comment() - Constructor for class org.jbpm.graph.exe.Comment
 
Comment(String) - Constructor for class org.jbpm.graph.exe.Comment
 
Comment(String, String) - Constructor for class org.jbpm.graph.exe.Comment
 
CompositeLog - class org.jbpm.logging.log.CompositeLog.
 
CompositeLog() - Constructor for class org.jbpm.logging.log.CompositeLog
 
ConfigurationPropertyInstantiator - class org.jbpm.instantiation.ConfigurationPropertyInstantiator.
 
ConfigurationPropertyInstantiator() - Constructor for class org.jbpm.instantiation.ConfigurationPropertyInstantiator
 
ConstructorInstantiator - class org.jbpm.instantiation.ConstructorInstantiator.
 
ConstructorInstantiator() - Constructor for class org.jbpm.instantiation.ConstructorInstantiator
 
ContextDefinition - class org.jbpm.context.def.ContextDefinition.
 
ContextDefinition() - Constructor for class org.jbpm.context.def.ContextDefinition
 
ContextInstance - class org.jbpm.context.exe.ContextInstance.
maintains all the key-variable pairs for a process instance.
ContextInstance() - Constructor for class org.jbpm.context.exe.ContextInstance
 
ContextSession - class org.jbpm.db.ContextSession.
contains queries to search the database for process instances and tokens based on process variables.
ContextSession(JbpmSession) - Constructor for class org.jbpm.db.ContextSession
 
Converter - interface org.jbpm.context.exe.Converter.
converts plain objects to objects that are persistable via a subclass of VariableInstance.
Converter - class org.jbpm.jpdl.convert.Converter.
 
Converter() - Constructor for class org.jbpm.jpdl.convert.Converter
 
ConverterEnumType - class org.jbpm.db.hibernate.ConverterEnumType.
is the hibernate UserType for storing converters as a char in the database.
ConverterEnumType() - Constructor for class org.jbpm.db.hibernate.ConverterEnumType
 
Converters - class org.jbpm.db.hibernate.Converters.
provides access to the list of converters and ensures that the converter objects are unique.
Converters() - Constructor for class org.jbpm.db.hibernate.Converters
 
CreateProcessInstancePermission - class org.jbpm.security.permission.CreateProcessInstancePermission.
 
CreateProcessInstancePermission(String, String) - Constructor for class org.jbpm.security.permission.CreateProcessInstancePermission
 
CreateTimerAction - class org.jbpm.scheduler.def.CreateTimerAction.
 
CreateTimerAction() - Constructor for class org.jbpm.scheduler.def.CreateTimerAction
 
cancel(String, Token) - Method in class org.jbpm.scheduler.exe.SchedulerInstance
cancels all scheduled timers with the given name.
cancel() - Method in class org.jbpm.taskmgmt.exe.TaskInstance
cancels this task.
cancelTimers(SchedulerInstance.CancelledTimer) - Method in class org.jbpm.db.SchedulerSession
 
cancelTimersForProcessInstance(ProcessInstance) - Method in class org.jbpm.db.SchedulerSession
 
cause - Variable in class org.jbpm.graph.def.DelegationException
 
checkImplicitTermination() - Method in class org.jbpm.graph.exe.Token
 
checkPermission(Permission, ProcessDefinition, Token) - Static method in class org.jbpm.security.Authorization
central method called by the jBPM code to check authorization.
checkPermission(Permission, ProcessDefinition, Token) - Method in class org.jbpm.security.authorizer.AccessControllerAuthorizer
 
checkPermission(Permission, ProcessDefinition, Token) - Method in interface org.jbpm.security.authorizer.Authorizer
verify if the currently authenticated has the given permission.
checkPermission(Permission, ProcessDefinition, Token) - Method in class org.jbpm.security.authorizer.JbpmIdentityAuthorizer
 
checkPermission(Permission, ProcessDefinition, Token) - Method in class org.jbpm.security.authorizer.RolesAuthorizer
 
child - Variable in class org.jbpm.graph.log.TokenCreateLog
 
child - Variable in class org.jbpm.graph.log.TokenEndLog
 
children - Variable in class org.jbpm.graph.exe.Token
 
chopItUp(byte[]) - Static method in class org.jbpm.bytes.ByteBlockChopper
 
className - Variable in class org.jbpm.instantiation.Delegation
 
classToTableName(String) - Method in class org.jbpm.db.hibernate.JbpmNamingStrategy
 
cleanSchema() - Method in class org.jbpm.db.JbpmSchema
 
clearSchedulerHistoryLogs() - Method in class org.jbpm.scheduler.impl.Scheduler
 
close() - Method in class org.jbpm.db.JbpmSession
 
close() - Method in class org.jbpm.jpdl.xml.JpdlXmlReader
 
columnName(String) - Method in class org.jbpm.db.hibernate.JbpmNamingStrategy
 
comments - Variable in class org.jbpm.graph.exe.Token
 
comments - Variable in class org.jbpm.taskmgmt.exe.TaskInstance
 
commitTransaction() - Method in class org.jbpm.db.JbpmSession
 
commitTransactionAndClose() - Method in class org.jbpm.db.JbpmSession
 
completionTriggersSignal(TaskInstance) - Method in class org.jbpm.graph.node.TaskNode
 
configType - Variable in class org.jbpm.instantiation.Delegation
 
configuration - Variable in class org.jbpm.instantiation.Delegation
 
containsNode(Node) - Method in class org.jbpm.graph.def.SuperState
recursively checks if the given node is one of the descendants of this supernode.
containsProblemsOfLevel(Collection, int) - Static method in class org.jbpm.jpdl.xml.Problem
 
contextInstance - Variable in class org.jbpm.context.exe.TokenVariableMap
 
convert(Object) - Method in interface org.jbpm.context.exe.Converter
converts a given object to its persistable format.
convert(Object) - Method in class org.jbpm.context.exe.converter.BooleanToStringConverter
 
convert(Object) - Method in class org.jbpm.context.exe.converter.ByteToLongConverter
 
convert(Object) - Method in class org.jbpm.context.exe.converter.BytesToByteArrayConverter
 
convert(Object) - Method in class org.jbpm.context.exe.converter.CharacterToStringConverter
 
convert(Object) - Method in class org.jbpm.context.exe.converter.DateToLongConverter
 
convert(Object) - Method in class org.jbpm.context.exe.converter.DoubleToStringConverter
 
convert(Object) - Method in class org.jbpm.context.exe.converter.FloatToDoubleConverter
 
convert(Object) - Method in class org.jbpm.context.exe.converter.FloatToStringConverter
 
convert(Object) - Method in class org.jbpm.context.exe.converter.IntegerToLongConverter
 
convert(Object) - Method in class org.jbpm.context.exe.converter.SerializableToByteArrayConverter
 
convert(Object) - Method in class org.jbpm.context.exe.converter.SerializableToStringConverter
 
convert(Object) - Method in class org.jbpm.context.exe.converter.ShortToLongConverter
 
convert(Document) - Method in class org.jbpm.jpdl.convert.Converter
 
convertPar(ProcessArchive) - Method in class org.jbpm.jpdl.convert.Converter
 
converter - Variable in class org.jbpm.context.exe.JbpmType
 
converter - Variable in class org.jbpm.context.exe.VariableInstance
 
copySwimlaneInstanceAssignment(SwimlaneInstance) - Method in class org.jbpm.taskmgmt.exe.TaskInstance
copies the assignment (that includes both the swimlaneActorId and the set of pooledActors) of the given swimlane into this taskInstance.
create(TokenVariableMap, String, Class) - Static method in class org.jbpm.context.exe.VariableInstance
 
create - Variable in class org.jbpm.taskmgmt.exe.TaskInstance
 
create() - Method in class org.jbpm.taskmgmt.exe.TaskInstance
 
create(ExecutionContext) - Method in class org.jbpm.taskmgmt.exe.TaskInstance
 
createAction(Element) - Method in class org.jbpm.jpdl.xml.JpdlXmlReader
 
createConfiguration() - Static method in class org.jbpm.db.JbpmSessionFactory
 
createConfiguration(String) - Static method in class org.jbpm.db.JbpmSessionFactory
 
createForkedToken(Token, String) - Method in class org.jbpm.graph.node.Fork
 
createInputMap(ExecutionContext) - Method in class org.jbpm.graph.action.Script
 
createInstance() - Method in class org.jbpm.context.def.ContextDefinition
 
createInstance() - Method in class org.jbpm.file.def.FileDefinition
 
createInstance() - Method in class org.jbpm.graph.def.ProcessDefinition
 
createInstance() - Method in class org.jbpm.module.def.ModuleDefinition
 
createInstance() - Method in class org.jbpm.taskmgmt.def.TaskMgmtDefinition
 
createInverseMapping(Map) - Static method in class org.jbpm.graph.node.NodeTypes
 
createNewProcessDefinition() - Static method in class org.jbpm.graph.def.ProcessDefinition
 
createNode(String) - Static method in class org.jbpm.graph.node.ProcessFactory
 
createPool(String[]) - Static method in class org.jbpm.taskmgmt.exe.PooledActor
 
createProcessDefinition(String[], String[]) - Static method in class org.jbpm.graph.node.ProcessFactory
 
createProcessInstance() - Method in class org.jbpm.graph.def.ProcessDefinition
 
createSchema() - Method in class org.jbpm.db.JbpmSchema
 
createStartTaskInstance() - Method in class org.jbpm.taskmgmt.exe.TaskMgmtInstance
creates a task instance on the rootToken, and assigns it to the currently authenticated user.
createTaskInstance() - Method in interface org.jbpm.taskmgmt.exe.TaskInstanceFactory
 
createTaskInstance() - Method in class org.jbpm.taskmgmt.exe.TaskMgmtInstance
 
createTaskInstance(Task) - Method in class org.jbpm.taskmgmt.exe.TaskMgmtInstance
 
createTaskInstance(Token) - Method in class org.jbpm.taskmgmt.exe.TaskMgmtInstance
 
createTaskInstance(Task, Token) - Method in class org.jbpm.taskmgmt.exe.TaskMgmtInstance
creates a new task instance on the given token, for the given task.
createTaskInstance(Task, ExecutionContext) - Method in class org.jbpm.taskmgmt.exe.TaskMgmtInstance
creates a new task instance on the given task, in the given execution context.
createVariable(String, Object) - Method in class org.jbpm.context.exe.ContextInstance
creates a variable on the root-token (= process-instance scope) and calculates the actual VariableInstance-type from the value.
createVariable(String, Object, Token) - Method in class org.jbpm.context.exe.ContextInstance
creates a variable in the scope of the given token and calculates the actual VariableInstance-type from the value.
createVariableInstance(String, Object) - Method in class org.jbpm.context.exe.TokenVariableMap
 
createVariableInstance(Class) - Static method in class org.jbpm.context.exe.VariableInstance
 
cutTransitionText(String) - Static method in class org.jbpm.graph.node.ProcessFactory
 

D

DateInstance - class org.jbpm.context.exe.variableinstance.DateInstance.
 
DateInstance() - Constructor for class org.jbpm.context.exe.variableinstance.DateInstance
 
DateToLongConverter - class org.jbpm.context.exe.converter.DateToLongConverter.
 
DateToLongConverter() - Constructor for class org.jbpm.context.exe.converter.DateToLongConverter
 
DateUpdateLog - class org.jbpm.context.log.variableinstance.DateUpdateLog.
 
DateUpdateLog() - Constructor for class org.jbpm.context.log.variableinstance.DateUpdateLog
 
DateUpdateLog(VariableInstance, Date, Date) - Constructor for class org.jbpm.context.log.variableinstance.DateUpdateLog
 
Day - class org.jbpm.calendar.Day.
is a day on a business calendar.
Day(String, DateFormat, BusinessCalendar) - Constructor for class org.jbpm.calendar.Day
 
DayPart - class org.jbpm.calendar.DayPart.
is part of a day that can for example be used to represent business hours.
DayPart(String, DateFormat, Day, int) - Constructor for class org.jbpm.calendar.DayPart
 
Decision - class org.jbpm.graph.node.Decision.
decision node.
Decision() - Constructor for class org.jbpm.graph.node.Decision
 
Decision(String) - Constructor for class org.jbpm.graph.node.Decision
 
DecisionCondition - class org.jbpm.graph.node.DecisionCondition.
 
DecisionCondition() - Constructor for class org.jbpm.graph.node.DecisionCondition
 
DecisionCondition(String, String) - Constructor for class org.jbpm.graph.node.DecisionCondition
 
DecisionHandler - interface org.jbpm.graph.node.DecisionHandler.
decision handler as in jbpm 2.
DefaultInstantiator - class org.jbpm.instantiation.DefaultInstantiator.
 
DefaultInstantiator() - Constructor for class org.jbpm.instantiation.DefaultInstantiator
 
Delegation - class org.jbpm.instantiation.Delegation.
 
Delegation() - Constructor for class org.jbpm.instantiation.Delegation
 
Delegation(Object) - Constructor for class org.jbpm.instantiation.Delegation
 
Delegation(String) - Constructor for class org.jbpm.instantiation.Delegation
 
DelegationException - exception org.jbpm.graph.def.DelegationException.
 
DelegationException(Throwable, ExecutionContext) - Constructor for class org.jbpm.graph.def.DelegationException
 
DeployParTask - class org.jbpm.ant.DeployParTask.
ant task for deploying process archives.
DeployParTask() - Constructor for class org.jbpm.ant.DeployParTask
 
DeployProcessPermission - class org.jbpm.security.permission.DeployProcessPermission.
 
DeployProcessPermission(String, String) - Constructor for class org.jbpm.security.permission.DeployProcessPermission
 
DoubleInstance - class org.jbpm.context.exe.variableinstance.DoubleInstance.
 
DoubleInstance() - Constructor for class org.jbpm.context.exe.variableinstance.DoubleInstance
 
DoubleToStringConverter - class org.jbpm.context.exe.converter.DoubleToStringConverter.
 
DoubleToStringConverter() - Constructor for class org.jbpm.context.exe.converter.DoubleToStringConverter
 
DoubleUpdateLog - class org.jbpm.context.log.variableinstance.DoubleUpdateLog.
 
DoubleUpdateLog() - Constructor for class org.jbpm.context.log.variableinstance.DoubleUpdateLog
 
DoubleUpdateLog(VariableInstance, Double, Double) - Constructor for class org.jbpm.context.log.variableinstance.DoubleUpdateLog
 
Duration - class org.jbpm.calendar.Duration.
interpretes textual descriptions of a duration.
Duration(long) - Constructor for class org.jbpm.calendar.Duration
 
Duration(Duration) - Constructor for class org.jbpm.calendar.Duration
 
Duration(String) - Constructor for class org.jbpm.calendar.Duration
creates a duration from a textual description.
date - Variable in class org.jbpm.logging.log.ProcessLog
 
decide(ExecutionContext) - Method in interface org.jbpm.graph.node.DecisionHandler
 
deepCopy(Object) - Method in class org.jbpm.db.hibernate.ConverterEnumType
 
definitions - Variable in class org.jbpm.graph.def.ProcessDefinition
 
deleteProcessDefinition(long) - Method in class org.jbpm.db.GraphSession
 
deleteProcessDefinition(ProcessDefinition) - Method in class org.jbpm.db.GraphSession
 
deleteProcessInstance(long) - Method in class org.jbpm.db.GraphSession
 
deleteProcessInstance(ProcessInstance) - Method in class org.jbpm.db.GraphSession
 
deleteTimer(Timer) - Method in class org.jbpm.db.SchedulerSession
 
deleteTransientVariable(String) - Method in class org.jbpm.context.exe.ContextInstance
removes the transient variable.
deleteVariable(String) - Method in class org.jbpm.context.exe.ContextInstance
deletes the given variable on the root-token (=process-instance scope).
deleteVariable(String, Token) - Method in class org.jbpm.context.exe.ContextInstance
deletes a variable from the given token.
deleteVariable(String) - Method in class org.jbpm.context.exe.TokenVariableMap
 
deployProcessDefinition(ProcessDefinition) - Static method in class org.jbpm.jpdl.par.ProcessArchiveDeployer
 
deployProcessDefinition(ProcessDefinition, JbpmSessionFactory) - Static method in class org.jbpm.jpdl.par.ProcessArchiveDeployer
 
deployResource(String) - Static method in class org.jbpm.jpdl.par.ProcessArchiveDeployer
 
deployResource(String, JbpmSessionFactory) - Static method in class org.jbpm.jpdl.par.ProcessArchiveDeployer
 
deployZipInputStream(ZipInputStream) - Static method in class org.jbpm.jpdl.par.ProcessArchiveDeployer
 
deployZipInputStream(ZipInputStream, JbpmSessionFactory) - Static method in class org.jbpm.jpdl.par.ProcessArchiveDeployer
 
description - Variable in class org.jbpm.jpdl.xml.Problem
 
description - Variable in class org.jbpm.taskmgmt.def.Task
 
description - Variable in class org.jbpm.taskmgmt.exe.TaskFormParameter
 
description - Variable in class org.jbpm.taskmgmt.exe.TaskInstance
 
destinationNode - Variable in class org.jbpm.graph.log.TransitionLog
 
destroy() - Method in class org.jbpm.scheduler.impl.SchedulerServlet
 
destroy() - Method in class org.jbpm.security.filter.JbpmAuthenticationFilter
 
disassemble(Object) - Method in class org.jbpm.db.hibernate.ConverterEnumType
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.jbpm.security.filter.JbpmAuthenticationFilter
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.jbpm.scheduler.impl.SchedulerServlet
 
dropSchema() - Method in class org.jbpm.db.JbpmSchema
 
dueDate - Variable in class org.jbpm.taskmgmt.def.Task
 
dueDate - Variable in class org.jbpm.taskmgmt.exe.TaskInstance
 
duration - Variable in class org.jbpm.graph.log.NodeLog
 

E

EVENTTYPE_AFTER_SIGNAL - Static variable in class org.jbpm.graph.def.Event
 
EVENTTYPE_BEFORE_SIGNAL - Static variable in class org.jbpm.graph.def.Event
 
EVENTTYPE_NODE_ENTER - Static variable in class org.jbpm.graph.def.Event
 
EVENTTYPE_NODE_LEAVE - Static variable in class org.jbpm.graph.def.Event
 
EVENTTYPE_PROCESS_END - Static variable in class org.jbpm.graph.def.Event
 
EVENTTYPE_PROCESS_START - Static variable in class org.jbpm.graph.def.Event
 
EVENTTYPE_SUBPROCESS_CREATED - Static variable in class org.jbpm.graph.def.Event
 
EVENTTYPE_SUBPROCESS_END - Static variable in class org.jbpm.graph.def.Event
 
EVENTTYPE_SUPERSTATE_ENTER - Static variable in class org.jbpm.graph.def.Event
 
EVENTTYPE_SUPERSTATE_LEAVE - Static variable in class org.jbpm.graph.def.Event
 
EVENTTYPE_TASK_ASSIGN - Static variable in class org.jbpm.graph.def.Event
 
EVENTTYPE_TASK_CREATE - Static variable in class org.jbpm.graph.def.Event
 
EVENTTYPE_TASK_END - Static variable in class org.jbpm.graph.def.Event
 
EVENTTYPE_TASK_START - Static variable in class org.jbpm.graph.def.Event
 
EVENTTYPE_TIMER - Static variable in class org.jbpm.graph.def.Event
 
EVENTTYPE_TRANSITION - Static variable in class org.jbpm.graph.def.Event
 
EndState - class org.jbpm.graph.node.EndState.
 
EndState() - Constructor for class org.jbpm.graph.node.EndState
 
EndState(String) - Constructor for class org.jbpm.graph.node.EndState
 
EndTaskPermission - class org.jbpm.security.permission.EndTaskPermission.
 
EndTaskPermission(String, String) - Constructor for class org.jbpm.security.permission.EndTaskPermission
 
Event - class org.jbpm.graph.def.Event.
 
Event() - Constructor for class org.jbpm.graph.def.Event
 
Event(String) - Constructor for class org.jbpm.graph.def.Event
 
Event(GraphElement, String) - Constructor for class org.jbpm.graph.def.Event
 
ExceptionHandler - class org.jbpm.graph.def.ExceptionHandler.
 
ExceptionHandler() - Constructor for class org.jbpm.graph.def.ExceptionHandler
 
ExecutionContext - class org.jbpm.graph.exe.ExecutionContext.
 
ExecutionContext(Token) - Constructor for class org.jbpm.graph.exe.ExecutionContext
 
ExecutionContext(ExecutionContext) - Constructor for class org.jbpm.graph.exe.ExecutionContext
 
end - Variable in class org.jbpm.graph.exe.ProcessInstance
 
end() - Method in class org.jbpm.graph.exe.ProcessInstance
ends (=cancels) this process instance and all the tokens in it.
end - Variable in class org.jbpm.graph.exe.Token
 
end() - Method in class org.jbpm.graph.exe.Token
ends this token and all of its children (if any).
end(boolean) - Method in class org.jbpm.graph.exe.Token
ends this token with optional parent ending verification.
end - Variable in class org.jbpm.taskmgmt.exe.TaskInstance
 
end() - Method in class org.jbpm.taskmgmt.exe.TaskInstance
marks this task as done.
end(String) - Method in class org.jbpm.taskmgmt.exe.TaskInstance
marks this task as done and specifies the name of a transition leaving the task-node for the case that the completion of this task instances triggers a signal on the token.
end(Transition) - Method in class org.jbpm.taskmgmt.exe.TaskInstance
marks this task as done and specifies a transition leaving the task-node for the case that the completion of this task instances triggers a signal on the token.
endCompositeLog() - Method in class org.jbpm.graph.exe.Token
convenience method for ending a composite log.
endCompositeLog() - Method in class org.jbpm.logging.exe.LoggingInstance
 
enter(ExecutionContext) - Method in class org.jbpm.graph.def.Node
called by a transition to pass execution to this node.
enter - Variable in class org.jbpm.graph.log.NodeLog
 
equals(Object) - Method in class org.jbpm.bytes.ByteArray
 
equals(Object, Object) - Method in class org.jbpm.db.hibernate.ConverterEnumType
 
eval(Token) - Method in class org.jbpm.graph.action.Script
 
eval(ExecutionContext) - Method in class org.jbpm.graph.action.Script
 
eval(Map, Set) - Method in class org.jbpm.graph.action.Script
 
event - Variable in class org.jbpm.graph.def.Action
 
event - Variable in class org.jbpm.graph.exe.ExecutionContext
 
eventSource - Variable in class org.jbpm.graph.exe.ExecutionContext
 
eventType - Variable in class org.jbpm.graph.def.Event
 
eventType - Variable in class org.jbpm.graph.exe.RuntimeAction
 
events - Variable in class org.jbpm.graph.def.GraphElement
 
evictCachedProcessDefinitions() - Method in class org.jbpm.db.JbpmSessionFactory
clears the process definitions from hibernate's second level cache.
exception - Variable in class org.jbpm.graph.exe.ExecutionContext
 
exception - Variable in class org.jbpm.graph.log.ActionLog
 
exception - Variable in class org.jbpm.jpdl.xml.Problem
 
exceptionClassName - Variable in class org.jbpm.graph.def.ExceptionHandler
 
exceptionHandlers - Variable in class org.jbpm.graph.def.GraphElement
 
execute() - Method in class org.jbpm.ant.DeployParTask
 
execute() - Method in class org.jbpm.ant.JbpmSchemaTask
 
execute() - Method in class org.jbpm.ant.StartHsqldbTask
 
execute() - Method in class org.jbpm.ant.StartJBossTask
 
execute(String[]) - Method in class org.jbpm.db.JbpmSchema
 
execute(ExecutionContext) - Method in class org.jbpm.graph.action.Script
 
execute(ExecutionContext) - Method in class org.jbpm.graph.def.Action
 
execute(ExecutionContext) - Method in interface org.jbpm.graph.def.ActionHandler
 
execute(ExecutionContext) - Method in class org.jbpm.graph.def.Node
override this method to customize the node behaviour.
execute(ExecutionContext) - Method in class org.jbpm.graph.def.SuperState
 
execute(ExecutionContext) - Method in class org.jbpm.graph.node.Decision
 
execute(ExecutionContext) - Method in class org.jbpm.graph.node.EndState
 
execute(ExecutionContext) - Method in class org.jbpm.graph.node.Fork
 
execute(ExecutionContext) - Method in class org.jbpm.graph.node.InterleaveEnd
 
execute(ExecutionContext) - Method in class org.jbpm.graph.node.InterleaveStart
 
execute(ExecutionContext) - Method in class org.jbpm.graph.node.Join
 
execute(ExecutionContext) - Method in class org.jbpm.graph.node.Merge
 
execute(ExecutionContext) - Method in class org.jbpm.graph.node.MilestoneEvent
 
execute(ExecutionContext) - Method in class org.jbpm.graph.node.MilestoneNode
 
execute(ExecutionContext) - Method in class org.jbpm.graph.node.ProcessState
 
execute(ExecutionContext) - Method in class org.jbpm.graph.node.StartState
 
execute(ExecutionContext) - Method in class org.jbpm.graph.node.State
 
execute(ExecutionContext) - Method in class org.jbpm.graph.node.TaskNode
 
execute(ExecutionContext) - Method in class org.jbpm.scheduler.def.CancelTimerAction
 
execute(ExecutionContext) - Method in class org.jbpm.scheduler.def.CreateTimerAction
 
execute() - Method in class org.jbpm.scheduler.exe.Timer
 
executeTimers() - Method in class org.jbpm.scheduler.impl.SchedulerThread
executes due timers and calculates the time before the next timer is due.
executionContext - Variable in class org.jbpm.graph.def.DelegationException
 
expression - Variable in class org.jbpm.graph.action.Script
 

F

FALSE_TEXT - Static variable in class org.jbpm.context.exe.converter.BooleanToStringConverter
 
FieldInstantiator - class org.jbpm.instantiation.FieldInstantiator.
 
FieldInstantiator() - Constructor for class org.jbpm.instantiation.FieldInstantiator
 
FileArchiveParser - class org.jbpm.jpdl.par.FileArchiveParser.
 
FileArchiveParser() - Constructor for class org.jbpm.jpdl.par.FileArchiveParser
 
FileDefinition - class org.jbpm.file.def.FileDefinition.
 
FileDefinition() - Constructor for class org.jbpm.file.def.FileDefinition
 
FloatToDoubleConverter - class org.jbpm.context.exe.converter.FloatToDoubleConverter.
 
FloatToDoubleConverter() - Constructor for class org.jbpm.context.exe.converter.FloatToDoubleConverter
 
FloatToStringConverter - class org.jbpm.context.exe.converter.FloatToStringConverter.
 
FloatToStringConverter() - Constructor for class org.jbpm.context.exe.converter.FloatToStringConverter
 
Fork - class org.jbpm.graph.node.Fork.
specifies configurable fork behaviour.
Fork() - Constructor for class org.jbpm.graph.node.Fork
 
Fork(String) - Constructor for class org.jbpm.graph.node.Fork
 
findAllProcessDefinitionVersions(String) - Method in class org.jbpm.db.GraphSession
queries the database for all versions of process definitions with the given name, ordered by version (descending).
findAllProcessDefinitions() - Method in class org.jbpm.db.GraphSession
queries the database for all process definitions, ordered by name (ascending), then by version (descending).
findClass(String) - Method in class org.jbpm.instantiation.ProcessClassLoader
 
findDay(Date) - Method in class org.jbpm.calendar.BusinessCalendar
 
findExceptionHandler(Throwable) - Method in class org.jbpm.graph.def.GraphElement
 
findFailedTimers() - Method in class org.jbpm.db.SchedulerSession
 
findLatestProcessDefinition(String) - Method in class org.jbpm.db.GraphSession
queries the database for the latest version of a process definition with the given name.
findLatestProcessDefinitions() - Method in class org.jbpm.db.GraphSession
queries the database for the latest version of each process definition.
findLogsByProcessInstance(long) - Method in class org.jbpm.db.LoggingSession
returns a map that maps Tokens to Lists.
findLogsByToken(long) - Method in class org.jbpm.db.LoggingSession
collects the logs for a given token, ordered by creation time.
findNextDayPart(Date) - Method in class org.jbpm.calendar.BusinessCalendar
 
findNextDayPartStart(int, Date, Object[]) - Method in class org.jbpm.calendar.Day
 
findNode(String) - Method in interface org.jbpm.graph.def.NodeCollection
finds the node by the given hierarchical name.
findNode(String) - Method in class org.jbpm.graph.def.ProcessDefinition
 
findNode(NodeCollection, String) - Static method in class org.jbpm.graph.def.ProcessDefinition
 
findNode(String) - Method in class org.jbpm.graph.def.SuperState
 
findPooledTaskInstances(String) - Method in class org.jbpm.db.TaskMgmtSession
get the taskinstances for which the given actor is in the pool.
findPooledTaskInstances(List) - Method in class org.jbpm.db.TaskMgmtSession
get the taskinstances for which the given actor is in the pool.
findProcessDefinition(String, int) - Method in class org.jbpm.db.GraphSession
queries the database for a process definition with the given name and version.
findProcessInstances(long) - Method in class org.jbpm.db.GraphSession
fetches all processInstances for the given process definition from the database.
findStartOfNextDay(Date) - Method in class org.jbpm.calendar.BusinessCalendar
 
findTaskInstances(String) - Method in class org.jbpm.db.TaskMgmtSession
get the tasllist for a given actor.
findTaskInstances(List) - Method in class org.jbpm.db.TaskMgmtSession
get all the task instances for all the given actorIds.
findTaskInstances(String[]) - Method in class org.jbpm.db.TaskMgmtSession
get all the task instances for all the given actorIds.
findTaskInstancesByToken(long) - Method in class org.jbpm.db.TaskMgmtSession
get active taskinstances for a given token.
findTimersByDueDate() - Method in class org.jbpm.db.SchedulerSession
 
findToken(String) - Method in class org.jbpm.graph.exe.ProcessInstance
looks up the token in the tree, specified by the slash-separated token path.
findToken(String) - Method in class org.jbpm.graph.exe.Token
 
fireAndPropagateEvent(String, ExecutionContext) - Method in class org.jbpm.graph.def.GraphElement
 
fireEvent(String, ExecutionContext) - Method in class org.jbpm.graph.def.GraphElement
 
folder - Variable in class org.jbpm.jpdl.xml.Problem
 
from - Variable in class org.jbpm.graph.def.Transition
 

G

GraphElement - class org.jbpm.graph.def.GraphElement.
 
GraphElement() - Constructor for class org.jbpm.graph.def.GraphElement
 
GraphElement(String) - Constructor for class org.jbpm.graph.def.GraphElement
 
GraphSession - class org.jbpm.db.GraphSession.
are the graph related database operations.
GraphSession(JbpmSession) - Constructor for class org.jbpm.db.GraphSession
 
generateNextLeavingTransitionName() - Method in class org.jbpm.graph.def.Node
generates a new name for a transition that will be added as a leaving transition.
generateNodeName() - Method in interface org.jbpm.graph.def.NodeCollection
generates a new name for a node to be added to this collection.
generateNodeName() - Method in class org.jbpm.graph.def.ProcessDefinition
 
generateNodeName(List) - Static method in class org.jbpm.graph.def.ProcessDefinition
 
generateNodeName() - Method in class org.jbpm.graph.def.SuperState
 
getAccess() - Method in class org.jbpm.context.def.VariableAccess
specifies a comma separated list of access literals {read, write, required}.
getAction() - Method in class org.jbpm.graph.def.Node
 
getAction(String) - Method in class org.jbpm.graph.def.ProcessDefinition
 
getAction() - Method in class org.jbpm.graph.exe.ExecutionContext
 
getAction() - Method in class org.jbpm.graph.exe.RuntimeAction
 
getAction() - Method in class org.jbpm.graph.log.ActionLog
 
getAction() - Method in class org.jbpm.scheduler.exe.Timer
 
getActionDelegation() - Method in class org.jbpm.graph.def.Action
 
getActionName(Class) - Static method in class org.jbpm.graph.action.ActionTypes
 
getActionNames() - Static method in class org.jbpm.graph.action.ActionTypes
 
getActionType(String) - Static method in class org.jbpm.graph.action.ActionTypes
 
getActionTypes() - Static method in class org.jbpm.graph.action.ActionTypes
 
getActions() - Method in class org.jbpm.graph.def.Event
is the list of actions associated to this event.
getActions() - Method in class org.jbpm.graph.def.ExceptionHandler
 
getActions() - Method in class org.jbpm.graph.def.ProcessDefinition
 
getActiveChildren() - Method in class org.jbpm.graph.exe.Token
 
getActorId() - Method in class org.jbpm.graph.exe.Comment
 
getActorId() - Method in class org.jbpm.logging.log.ProcessLog
 
getActorId() - Method in class org.jbpm.taskmgmt.exe.PooledActor
 
getActorId() - Method in class org.jbpm.taskmgmt.exe.SwimlaneInstance
 
getActorId() - Method in class org.jbpm.taskmgmt.exe.TaskInstance
 
getArrivingTransitions() - Method in class org.jbpm.graph.def.Node
are the arriving transitions.
getAssignmentDelegation() - Method in class org.jbpm.taskmgmt.def.Swimlane
 
getAssignmentDelegation() - Method in class org.jbpm.taskmgmt.def.Task
 
getAuthenticatedActorId() - Static method in class org.jbpm.security.Authentication
central method to look up the currently authenticated swimlaneActorId.
getAuthenticatedActorId() - Method in interface org.jbpm.security.authenticator.Authenticator
get the actorId of the currently authenticated user.
getAuthenticatedActorId() - Method in class org.jbpm.security.authenticator.JBossAuthenticator
 
getAuthenticatedActorId() - Method in class org.jbpm.security.authenticator.JbpmDefaultAuthenticator
 
getAuthenticatedActorId() - Method in class org.jbpm.security.authenticator.SubjectAuthenticator
 
getAvailableTransitions() - Method in class org.jbpm.taskmgmt.exe.TaskInstance
is the list of transitions that can be used in the end method and it is null in case this is not the last task instance.
getBack() - Method in class org.jbpm.graph.node.InterleaveEnd
 
getBoolean(String, boolean) - Static method in class org.jbpm.JbpmConfiguration
 
getBusinessCalendarProperties() - Static method in class org.jbpm.calendar.BusinessCalendar
 
getByteBlocks() - Method in class org.jbpm.bytes.ByteArray
 
getBytes() - Method in class org.jbpm.bytes.ByteArray
 
getBytes(String) - Method in class org.jbpm.file.def.FileDefinition
retrieve a file of this definition as a byte array.
getBytesMap() - Method in class org.jbpm.file.def.FileDefinition
 
getCalendar() - Static method in class org.jbpm.calendar.BusinessCalendar
 
getCancelledTimerNames() - Method in class org.jbpm.scheduler.exe.SchedulerInstance
 
getCause() - Method in class org.jbpm.graph.def.DelegationException
 
getChild(String) - Method in class org.jbpm.graph.exe.Token
 
getChild() - Method in class org.jbpm.graph.log.TokenCreateLog
 
getChild() - Method in class org.jbpm.graph.log.TokenEndLog
 
getChildren() - Method in class org.jbpm.graph.exe.Token
 
getChildren() - Method in class org.jbpm.logging.log.CompositeLog
 
getChildrenAtNode(Node) - Method in class org.jbpm.graph.exe.Token
 
getClassLoader() - Static method in class org.jbpm.instantiation.ClassLoaderUtil
 
getClassName() - Method in class org.jbpm.instantiation.Delegation
 
getCleanSql() - Method in class org.jbpm.db.JbpmSchema
 
getComments() - Method in class org.jbpm.graph.exe.Token
 
getComments() - Method in class org.jbpm.taskmgmt.exe.TaskInstance
 
getConfigType() - Method in class org.jbpm.instantiation.Delegation
 
getConfiguration(String, String) - Static method in class org.jbpm.ant.AntTaskJbpmSessionFactory
 
getConfiguration() - Method in class org.jbpm.db.JbpmSessionFactory
 
getConfiguration() - Method in class org.jbpm.instantiation.Delegation
 
getConnection() - Method in class org.jbpm.db.JbpmSession
 
getContextDefinition() - Method in class org.jbpm.graph.def.ProcessDefinition
 
getContextInstance() - Method in class org.jbpm.context.exe.TokenVariableMap
 
getContextInstance() - Method in class org.jbpm.graph.exe.ExecutionContext
 
getContextInstance() - Method in class org.jbpm.graph.exe.ProcessInstance
process instance extension for process variables.
getContextSession() - Method in class org.jbpm.db.JbpmSession
 
getConverterByClassName(String) - Static method in class org.jbpm.db.hibernate.Converters
 
getConverterByDatabaseId(String) - Static method in class org.jbpm.db.hibernate.Converters
 
getConverterId(Converter) - Static method in class org.jbpm.db.hibernate.Converters
 
getCreate() - Method in class org.jbpm.taskmgmt.exe.TaskInstance
 
getCreateSql() - Method in class org.jbpm.db.JbpmSchema
 
getCreateTasks() - Method in class org.jbpm.graph.node.TaskNode
 
getCurrentJbpmSession() - Static method in class org.jbpm.db.JbpmSession
 
getDate() - Method in class org.jbpm.logging.log.ProcessLog
 
getDate() - Method in class org.jbpm.scheduler.impl.SchedulerHistoryLog
 
getDefaultLeavingTransition() - Method in class org.jbpm.graph.def.Node
is the default leaving transition.
getDefinition(Class) - Method in class org.jbpm.graph.def.ProcessDefinition
 
getDefinition(Class) - Method in class org.jbpm.graph.exe.ExecutionContext
 
getDefinitions() - Method in class org.jbpm.graph.def.ProcessDefinition
 
getDescription() - Method in class org.jbpm.jpdl.xml.Problem
 
getDescription() - Method in class org.jbpm.taskmgmt.def.Task
 
getDescription() - Method in class org.jbpm.taskmgmt.exe.TaskFormParameter
 
getDestinationNode() - Method in class org.jbpm.graph.log.TransitionLog
 
getDocument() - Method in class org.jbpm.jpdl.xml.SchemaValidationHelper
Accessor for the DOM model of the document.
getDone() - Method in class org.jbpm.graph.node.InterleaveEnd
 
getDropSql() - Method in class org.jbpm.db.JbpmSchema
 
getDueDate() - Method in class org.jbpm.scheduler.def.CreateTimerAction
 
getDueDate() - Method in class org.jbpm.scheduler.exe.Timer
 
getDueDate() - Method in class org.jbpm.taskmgmt.def.Task
 
getDueDate() - Method in class org.jbpm.taskmgmt.exe.TaskInstance
 
getDuration() - Method in class org.jbpm.graph.log.NodeLog
 
getEnd() - Method in class org.jbpm.graph.exe.ProcessInstance
 
getEnd() - Method in class org.jbpm.graph.exe.Token
 
getEnd() - Method in class org.jbpm.taskmgmt.exe.TaskInstance
 
getEnter() - Method in class org.jbpm.graph.log.NodeLog
 
getEntries() - Method in class org.jbpm.jpdl.par.ProcessArchive
 
getEntry(String) - Method in class org.jbpm.jpdl.par.ProcessArchive
 
getEntryInputStream(String) - Method in class org.jbpm.jpdl.par.ProcessArchive
 
getEvent() - Method in class org.jbpm.graph.def.Action
 
getEvent(String) - Method in class org.jbpm.graph.def.GraphElement
 
getEvent() - Method in class org.jbpm.graph.exe.ExecutionContext
 
getEventSource() - Method in class org.jbpm.graph.exe.ExecutionContext
 
getEventType() - Method in class org.jbpm.graph.def.Event
 
getEventType() - Method in class org.jbpm.graph.exe.RuntimeAction
 
getEvents() - Method in class org.jbpm.graph.def.GraphElement
gets the events, keyd by eventType (java.lang.String).
getException() - Method in class org.jbpm.graph.exe.ExecutionContext
 
getException() - Method in class org.jbpm.graph.log.ActionLog
 
getException() - Method in class org.jbpm.jpdl.xml.Problem
 
getException() - Method in class org.jbpm.scheduler.exe.Timer
 
getExceptionClassName() - Method in class org.jbpm.graph.def.ExceptionHandler
 
getExceptionHandlers() - Method in class org.jbpm.graph.def.GraphElement
is the list of exception handlers associated to this graph element.
getExecutionContext() - Method in class org.jbpm.graph.def.DelegationException
 
getExpression() - Method in class org.jbpm.graph.action.Script
 
getFileDefinition() - Method in class org.jbpm.graph.def.ProcessDefinition
 
getFolder() - Method in class org.jbpm.jpdl.xml.Problem
 
getFrom() - Method in class org.jbpm.graph.def.Transition
 
getFullName() - Method in class org.jbpm.graph.exe.Token
 
getFullyQualifiedName() - Method in class org.jbpm.graph.def.Node
the slash separated name that includes all the superstate names.
getGraphElement() - Method in class org.jbpm.graph.def.Event
 
getGraphElement() - Method in class org.jbpm.graph.def.ExceptionHandler
 
getGraphElement() - Method in class org.jbpm.graph.exe.RuntimeAction
 
getGraphElement() - Method in class org.jbpm.scheduler.exe.Timer
 
getGraphSession() - Method in class org.jbpm.db.JbpmSession
 
getHistoryMaxSize() - Method in class org.jbpm.scheduler.impl.Scheduler
 
getId() - Method in class org.jbpm.bytes.ByteArray
 
getId() - Method in class org.jbpm.graph.def.Action
 
getId() - Method in class org.jbpm.graph.def.Event
 
getId() - Method in class org.jbpm.graph.def.GraphElement
 
getId() - Method in class org.jbpm.graph.exe.Comment
 
getId() - Method in class org.jbpm.graph.exe.ProcessInstance
 
getId() - Method in class org.jbpm.graph.exe.RuntimeAction
 
getId() - Method in class org.jbpm.graph.exe.Token
 
getId() - Method in class org.jbpm.graph.node.TaskNode
 
getId() - Method in class org.jbpm.instantiation.Delegation
 
getId() - Method in class org.jbpm.jpdl.exe.MilestoneInstance
 
getId() - Method in class org.jbpm.logging.log.ProcessLog
 
getId() - Method in class org.jbpm.module.def.ModuleDefinition
 
getId() - Method in class org.jbpm.module.exe.ModuleInstance
 
getId() - Method in class org.jbpm.scheduler.exe.Timer
 
getId() - Method in class org.jbpm.taskmgmt.def.Swimlane
 
getId() - Method in class org.jbpm.taskmgmt.def.TaskController
 
getId() - Method in class org.jbpm.taskmgmt.exe.PooledActor
 
getId() - Method in class org.jbpm.taskmgmt.exe.SwimlaneInstance
 
getId() - Method in class org.jbpm.taskmgmt.exe.TaskInstance
 
getIndex() - Method in class org.jbpm.logging.log.ProcessLog
 
getInitializedSwimlaneInstance(ExecutionContext, Swimlane) - Method in class org.jbpm.taskmgmt.exe.TaskMgmtInstance
 
getInputStream(String) - Method in class org.jbpm.file.def.FileDefinition
retrieve a file of this definition as an inputstream.
getInputStreamMap() - Method in class org.jbpm.file.def.FileDefinition
 
getInstance() - Static method in class org.jbpm.db.JbpmSessionFactory
a singleton is kept in JbpmSessionFactory as a convenient central location.
getInstance(Class) - Method in class org.jbpm.graph.exe.ExecutionContext
 
getInstance(Class) - Method in class org.jbpm.graph.exe.ProcessInstance
looks up an optional module instance by its class.
getInstance() - Method in class org.jbpm.instantiation.Delegation
 
getInstances() - Method in class org.jbpm.graph.exe.ProcessInstance
 
getInt(String, int) - Static method in class org.jbpm.JbpmConfiguration
 
getInterleaveStart() - Method in class org.jbpm.graph.node.InterleaveEnd
 
getInterleaver() - Method in class org.jbpm.graph.node.InterleaveStart
 
getInterval() - Method in class org.jbpm.scheduler.impl.Scheduler
 
getJbpmSchema() - Method in class org.jbpm.db.JbpmSessionFactory
 
getJbpmSession() - Method in class org.jbpm.jpdl.xml.JpdlXmlReader
 
getJbpmSessionFactory(String, String) - Static method in class org.jbpm.ant.AntTaskJbpmSessionFactory
 
getJbpmSessionFactory() - Method in class org.jbpm.db.JbpmSession
 
getJbpmTables() - Method in class org.jbpm.db.JbpmSchema
 
getJbpmTypes() - Static method in class org.jbpm.context.exe.JbpmType
 
getJndiName() - Method in class org.jbpm.db.jmx.JbpmService
 
getJndiName() - Method in interface org.jbpm.db.jmx.JbpmServiceMBean
 
getLabel() - Method in class org.jbpm.taskmgmt.exe.TaskFormParameter
 
getLeave() - Method in class org.jbpm.graph.log.NodeLog
 
getLeavingTransition(String) - Method in class org.jbpm.graph.def.Node
retrieves a leaving transition by name.
getLeavingTransitions() - Method in class org.jbpm.graph.def.Node
 
getLeavingTransitionsList() - Method in class org.jbpm.graph.def.Node
 
getLeavingTransitionsMap() - Method in class org.jbpm.graph.def.Node
are the leaving Transitions, mapped by their name (java.lang.String).
getLevel() - Method in class org.jbpm.jpdl.xml.Problem
 
getLine() - Method in class org.jbpm.jpdl.xml.Problem
 
getListeners() - Method in class org.jbpm.jpdl.exe.MilestoneInstance
 
getLocalVariable(String, Token) - Method in class org.jbpm.context.exe.ContextInstance
retrieves a variable which is local to the token.
getLoggingInstance() - Method in class org.jbpm.graph.exe.ProcessInstance
process instance extension for logging.
getLoggingSession() - Method in class org.jbpm.db.JbpmSession
 
getLogs() - Method in class org.jbpm.logging.exe.LoggingInstance
 
getLogs(Class) - Method in class org.jbpm.logging.exe.LoggingInstance
get logs, filetered by log type.
getLogs(Collection, Class) - Static method in class org.jbpm.logging.exe.LoggingInstance
 
getLong(String, long) - Static method in class org.jbpm.JbpmConfiguration
 
getMappedName() - Method in class org.jbpm.context.def.VariableAccess
the mapped name.
getMessage() - Method in class org.jbpm.graph.exe.Comment
 
getMessage() - Method in class org.jbpm.logging.log.MessageLog
 
getMilestoneInstance(String, Token) - Static method in class org.jbpm.jpdl.exe.MilestoneInstance
 
getMilestoneName() - Method in class org.jbpm.graph.node.MilestoneEvent
 
getNOutOfM() - Method in class org.jbpm.graph.node.Join
 
getName() - Method in class org.jbpm.context.exe.VariableInstance
 
getName() - Method in class org.jbpm.graph.def.Action
 
getName() - Method in class org.jbpm.graph.def.GraphElement
 
getName() - Method in class org.jbpm.graph.exe.Token
 
getName() - Method in class org.jbpm.jpdl.exe.MilestoneInstance
 
getName() - Method in class org.jbpm.module.def.ModuleDefinition
 
getName() - Method in class org.jbpm.scheduler.exe.Timer
 
getName() - Method in class org.jbpm.taskmgmt.def.Swimlane
 
getName() - Method in class org.jbpm.taskmgmt.exe.SwimlaneInstance
 
getName() - Method in class org.jbpm.taskmgmt.exe.TaskInstance
 
getNewValue() - Method in class org.jbpm.context.log.VariableUpdateLog
 
getNewValue() - Method in class org.jbpm.context.log.variableinstance.ByteArrayUpdateLog
 
getNewValue() - Method in class org.jbpm.context.log.variableinstance.DateUpdateLog
 
getNewValue() - Method in class org.jbpm.context.log.variableinstance.DoubleUpdateLog
 
getNewValue() - Method in class org.jbpm.context.log.variableinstance.HibernateLongUpdateLog
 
getNewValue() - Method in class org.jbpm.context.log.variableinstance.HibernateStringUpdateLog
 
getNewValue() - Method in class org.jbpm.context.log.variableinstance.LongUpdateLog
 
getNewValue() - Method in class org.jbpm.context.log.variableinstance.StringUpdateLog
 
getNode(String) - Method in interface org.jbpm.graph.def.NodeCollection
retrieves a node by name.
getNode(String) - Method in class org.jbpm.graph.def.ProcessDefinition
 
getNode(String) - Method in class org.jbpm.graph.def.SuperState
 
getNode() - Method in class org.jbpm.graph.exe.ExecutionContext
 
getNode() - Method in class org.jbpm.graph.exe.Token
 
getNode() - Method in class org.jbpm.graph.log.NodeLog
 
getNodeEnter() - Method in class org.jbpm.graph.exe.Token
 
getNodeName(Class) - Static method in class org.jbpm.graph.node.NodeTypes
 
getNodeNames() - Static method in class org.jbpm.graph.node.NodeTypes
 
getNodeType(String) - Static method in class org.jbpm.graph.node.NodeTypes
 
getNodeTypes() - Static method in class org.jbpm.graph.node.NodeTypes
 
getNodes() - Method in interface org.jbpm.graph.def.NodeCollection
is the ordered list of nodes.
getNodes() - Method in class org.jbpm.graph.def.ProcessDefinition
 
getNodes() - Method in class org.jbpm.graph.def.SuperState
 
getNodesMap() - Method in interface org.jbpm.graph.def.NodeCollection
maps node-names to nodes.
getNodesMap() - Method in class org.jbpm.graph.def.ProcessDefinition
 
getNodesMap() - Method in class org.jbpm.graph.def.SuperState
 
getObject(String) - Static method in class org.jbpm.JbpmConfiguration
 
getObject(String, Object) - Static method in class org.jbpm.JbpmConfiguration
 
getObject() - Method in class org.jbpm.context.exe.VariableInstance
is the value, stored by this variable instance.
getObject() - Method in class org.jbpm.context.exe.variableinstance.ByteArrayInstance
 
getObject() - Method in class org.jbpm.context.exe.variableinstance.DateInstance
 
getObject() - Method in class org.jbpm.context.exe.variableinstance.DoubleInstance
 
getObject() - Method in class org.jbpm.context.exe.variableinstance.HibernateLongInstance
 
getObject() - Method in class org.jbpm.context.exe.variableinstance.HibernateStringInstance
 
getObject() - Method in class org.jbpm.context.exe.variableinstance.LongInstance
 
getObject() - Method in class org.jbpm.context.exe.variableinstance.StringInstance
 
getOldValue() - Method in class org.jbpm.context.log.VariableUpdateLog
 
getOldValue() - Method in class org.jbpm.context.log.variableinstance.ByteArrayUpdateLog
 
getOldValue() - Method in class org.jbpm.context.log.variableinstance.DateUpdateLog
 
getOldValue() - Method in class org.jbpm.context.log.variableinstance.DoubleUpdateLog
 
getOldValue() - Method in class org.jbpm.context.log.variableinstance.HibernateLongUpdateLog
 
getOldValue() - Method in class org.jbpm.context.log.variableinstance.HibernateStringUpdateLog
 
getOldValue() - Method in class org.jbpm.context.log.variableinstance.LongUpdateLog
 
getOldValue() - Method in class org.jbpm.context.log.variableinstance.StringUpdateLog
 
getParent() - Method in class org.jbpm.graph.def.GraphElement
 
getParent() - Method in class org.jbpm.graph.def.Node
is the SuperState or the ProcessDefinition in which this node is contained.
getParent() - Method in class org.jbpm.graph.def.ProcessDefinition
 
getParent() - Method in class org.jbpm.graph.def.SuperState
 
getParent() - Method in class org.jbpm.graph.def.Transition
 
getParent() - Method in class org.jbpm.graph.exe.Token
 
getParent() - Method in class org.jbpm.logging.log.ProcessLog
 
getParent() - Method in class org.jbpm.taskmgmt.def.Task
 
getParentChain() - Method in class org.jbpm.graph.def.GraphElement
 
getParents() - Method in class org.jbpm.graph.def.GraphElement
 
getPooledActors() - Method in class org.jbpm.taskmgmt.exe.SwimlaneInstance
 
getPooledActors() - Method in class org.jbpm.taskmgmt.exe.TaskInstance
gets the pool of actors for this task instance.
getPreviousActorId() - Method in class org.jbpm.taskmgmt.exe.TaskInstance
 
getPriority() - Method in class org.jbpm.taskmgmt.def.Task
 
getPriority() - Method in class org.jbpm.taskmgmt.exe.TaskInstance
 
getProblems() - Method in class org.jbpm.jpdl.JpdlException
 
getProblems() - Method in class org.jbpm.jpdl.par.ProcessArchive
 
getProblems() - Method in class org.jbpm.jpdl.xml.SchemaValidationHelper
 
getProcessClassLoader(ProcessDefinition) - Static method in class org.jbpm.instantiation.ClassLoaderUtil
 
getProcessDefinition(long) - Method in class org.jbpm.db.GraphSession
gets a process definition from the database by the identifier.
getProcessDefinition() - Method in class org.jbpm.graph.def.Action
 
getProcessDefinition() - Method in class org.jbpm.graph.def.GraphElement
 
getProcessDefinition() - Method in class org.jbpm.graph.def.Node
 
getProcessDefinition() - Method in class org.jbpm.graph.exe.ExecutionContext
 
getProcessDefinition() - Method in class org.jbpm.graph.exe.ProcessInstance
 
getProcessDefinition() - Method in class org.jbpm.instantiation.Delegation
 
getProcessDefinition() - Method in class org.jbpm.jpdl.xml.JpdlXmlReader
 
getProcessDefinition() - Method in class org.jbpm.module.def.ModuleDefinition
 
getProcessInstance() - Method in class org.jbpm.context.exe.VariableInstance
 
getProcessInstance() - Method in class org.jbpm.graph.exe.ExecutionContext
 
getProcessInstance() - Method in class org.jbpm.graph.exe.RuntimeAction
 
getProcessInstance() - Method in class org.jbpm.graph.exe.Token
 
getProcessInstance() - Method in class org.jbpm.module.exe.ModuleInstance
 
getProperties() - Method in class org.jbpm.db.JbpmSchema
 
getProperties(String, String) - Static method in class org.jbpm.instantiation.ClassLoaderUtil
 
getReferencedAction() - Method in class org.jbpm.graph.def.Action
 
getRelativeTokenPath() - Method in class org.jbpm.graph.node.MilestoneEvent
 
getRepeat() - Method in class org.jbpm.scheduler.def.CreateTimerAction
 
getRepeat() - Method in class org.jbpm.scheduler.exe.Timer
 
getResource() - Method in class org.jbpm.jpdl.xml.Problem
 
getResourceAsStream(String) - Method in class org.jbpm.instantiation.ProcessClassLoader
 
getRootToken() - Method in class org.jbpm.graph.exe.ProcessInstance
 
getRuntimeActions() - Method in class org.jbpm.graph.exe.ProcessInstance
is the list of all runtime actions.
getScheduledTimers() - Method in class org.jbpm.scheduler.exe.SchedulerInstance
 
getSchedulerHistoryLogs() - Method in class org.jbpm.scheduler.impl.Scheduler
 
getSchedulerInstance() - Method in class org.jbpm.graph.exe.ExecutionContext
 
getSchedulerInstance() - Method in class org.jbpm.graph.exe.ProcessInstance
process instance extension for timers.
getSchedulerSession() - Method in class org.jbpm.db.JbpmSession
 
getSchedulerThread() - Method in class org.jbpm.scheduler.impl.Scheduler
 
getScript() - Method in class org.jbpm.graph.node.Fork
 
getScript() - Method in class org.jbpm.graph.node.Join
 
getSession() - Method in class org.jbpm.db.JbpmSession
 
getSessionFactory() - Method in class org.jbpm.db.JbpmSessionFactory
 
getSignal() - Method in class org.jbpm.graph.node.TaskNode
 
getSignallingTasks(ExecutionContext) - Method in class org.jbpm.taskmgmt.exe.TaskMgmtInstance
is the collection of TaskInstances for the given token that can trigger the token to continue.
getSourceNode() - Method in class org.jbpm.graph.log.TransitionLog
 
getStart() - Method in class org.jbpm.graph.exe.ProcessInstance
 
getStart() - Method in class org.jbpm.graph.exe.Token
 
getStart() - Method in class org.jbpm.taskmgmt.exe.TaskInstance
 
getStartState() - Method in class org.jbpm.graph.def.ProcessDefinition
 
getStartState() - Method in class org.jbpm.taskmgmt.def.Task
 
getStartTask() - Method in class org.jbpm.taskmgmt.def.TaskMgmtDefinition
 
getStartTime(Date) - Method in class org.jbpm.calendar.DayPart
 
getStream(String) - Static method in class org.jbpm.instantiation.ClassLoaderUtil
 
getStream(String, String) - Static method in class org.jbpm.instantiation.ClassLoaderUtil
searches the given resource, first on the root of the classpath and if not not found there, in the given directory.
getString(String) - Static method in class org.jbpm.JbpmConfiguration
 
getString(String, String) - Static method in class org.jbpm.JbpmConfiguration
 
getSubProcessDefinition() - Method in class org.jbpm.graph.node.ProcessState
 
getSubProcessInstance() - Method in class org.jbpm.graph.exe.Token
 
getSuperProcessToken() - Method in class org.jbpm.graph.exe.ProcessInstance
 
getSuperState() - Method in class org.jbpm.graph.def.Node
 
getSupportedEventTypes() - Method in class org.jbpm.graph.def.GraphElement
indicative set of event types supported by this graph element.
getSupportedEventTypes() - Method in class org.jbpm.graph.def.Node
 
getSupportedEventTypes() - Method in class org.jbpm.graph.def.ProcessDefinition
 
getSupportedEventTypes() - Method in class org.jbpm.graph.def.SuperState
 
getSupportedEventTypes() - Method in class org.jbpm.graph.def.Transition
 
getSupportedEventTypes() - Method in class org.jbpm.graph.node.EndState
 
getSupportedEventTypes() - Method in class org.jbpm.graph.node.ProcessState
 
getSupportedEventTypes() - Method in class org.jbpm.graph.node.StartState
 
getSupportedEventTypes() - Method in class org.jbpm.taskmgmt.def.Task
 
getSwimlane() - Method in class org.jbpm.taskmgmt.def.Task
 
getSwimlane(String) - Method in class org.jbpm.taskmgmt.def.TaskMgmtDefinition
 
getSwimlane() - Method in class org.jbpm.taskmgmt.exe.SwimlaneInstance
 
getSwimlaneActorId() - Method in class org.jbpm.taskmgmt.log.SwimlaneCreateLog
 
getSwimlaneInstance() - Method in class org.jbpm.taskmgmt.exe.PooledActor
 
getSwimlaneInstance() - Method in class org.jbpm.taskmgmt.exe.TaskInstance
 
getSwimlaneInstance(String) - Method in class org.jbpm.taskmgmt.exe.TaskMgmtInstance
 
getSwimlaneInstance() - Method in class org.jbpm.taskmgmt.log.SwimlaneLog
 
getSwimlaneInstances() - Method in class org.jbpm.taskmgmt.exe.TaskMgmtInstance
 
getSwimlaneNewActorId() - Method in class org.jbpm.taskmgmt.log.SwimlaneAssignLog
 
getSwimlaneOldActorId() - Method in class org.jbpm.taskmgmt.log.SwimlaneAssignLog
 
getSwimlanes() - Method in class org.jbpm.taskmgmt.def.TaskMgmtDefinition
 
getTask() - Method in class org.jbpm.graph.exe.ExecutionContext
 
getTask(String) - Method in class org.jbpm.graph.node.TaskNode
is the task in this task-node with the given name or null if the given task does not exist in this node.
getTask(String) - Method in class org.jbpm.taskmgmt.def.TaskMgmtDefinition
 
getTask() - Method in class org.jbpm.taskmgmt.exe.TaskInstance
 
getTaskActorId() - Method in class org.jbpm.taskmgmt.log.TaskCreateLog
 
getTaskController() - Method in class org.jbpm.taskmgmt.def.Task
 
getTaskControllerDelegation() - Method in class org.jbpm.taskmgmt.def.TaskController
 
getTaskFormParameters(TaskInstance) - Method in class org.jbpm.taskmgmt.def.TaskController
extract the list of TaskFormParameter's from the process variables.
getTaskFormParameters(TaskInstance) - Method in interface org.jbpm.taskmgmt.def.TaskControllerHandler
is called to prepare a task view.
getTaskFormParameters() - Method in class org.jbpm.taskmgmt.exe.TaskInstance
 
getTaskInstance() - Method in class org.jbpm.graph.exe.Comment
 
getTaskInstance() - Method in class org.jbpm.graph.exe.ExecutionContext
 
getTaskInstance() - Method in class org.jbpm.scheduler.exe.Timer
 
getTaskInstance() - Method in class org.jbpm.taskmgmt.log.TaskLog
 
getTaskInstanceClass() - Static method in class org.jbpm.taskmgmt.exe.TaskMgmtInstance
 
getTaskInstances() - Method in class org.jbpm.taskmgmt.exe.PooledActor
 
getTaskInstances() - Method in class org.jbpm.taskmgmt.exe.TaskMgmtInstance
returns all the taskInstances for the this process instance.
getTaskMgmtDefinition() - Method in class org.jbpm.graph.def.ProcessDefinition
 
getTaskMgmtDefinition() - Method in class org.jbpm.taskmgmt.def.Swimlane
 
getTaskMgmtDefinition() - Method in class org.jbpm.taskmgmt.def.Task
 
getTaskMgmtDefinition() - Method in class org.jbpm.taskmgmt.exe.TaskMgmtInstance
 
getTaskMgmtInstance() - Method in class org.jbpm.graph.exe.ExecutionContext
 
getTaskMgmtInstance() - Method in class org.jbpm.graph.exe.ProcessInstance
process instance extension for managing the tasks and actors.
getTaskMgmtInstance() - Method in class org.jbpm.taskmgmt.exe.SwimlaneInstance
 
getTaskMgmtInstance() - Method in class org.jbpm.taskmgmt.exe.TaskInstance
 
getTaskMgmtSession() - Method in class org.jbpm.db.JbpmSession
 
getTaskNewActorId() - Method in class org.jbpm.taskmgmt.log.TaskAssignLog
 
getTaskNode() - Method in class org.jbpm.taskmgmt.def.Task
 
getTaskOldActorId() - Method in class org.jbpm.taskmgmt.log.TaskAssignLog
 
getTasks() - Method in class org.jbpm.graph.node.TaskNode
 
getTasks() - Method in class org.jbpm.taskmgmt.def.Swimlane
 
getTasks() - Method in class org.jbpm.taskmgmt.def.TaskMgmtDefinition
 
getTasksMap() - Method in class org.jbpm.graph.node.TaskNode
is a Map with the tasks, keyed by task-name or an empty map in case no tasks are present in this task-node.
getTime() - Method in class org.jbpm.graph.exe.Comment
 
getTimer() - Method in class org.jbpm.scheduler.impl.SchedulerHistoryLog
 
getTimerAction() - Method in class org.jbpm.scheduler.def.CreateTimerAction
 
getTimerName() - Method in class org.jbpm.scheduler.def.CancelTimerAction
 
getTimerName() - Method in class org.jbpm.scheduler.def.CreateTimerAction
 
getTimerName() - Method in class org.jbpm.scheduler.exe.SchedulerInstance.CancelledTimer
 
getTo() - Method in class org.jbpm.graph.def.Transition
 
getToken() - Method in class org.jbpm.context.exe.TokenVariableMap
 
getToken() - Method in class org.jbpm.context.exe.VariableInstance
 
getToken() - Method in class org.jbpm.graph.exe.Comment
 
getToken() - Method in class org.jbpm.graph.exe.ExecutionContext
 
getToken() - Method in class org.jbpm.jpdl.exe.MilestoneInstance
 
getToken() - Method in class org.jbpm.logging.log.ProcessLog
 
getToken() - Method in class org.jbpm.scheduler.exe.SchedulerInstance.CancelledTimer
 
getToken() - Method in class org.jbpm.scheduler.exe.Timer
 
getToken() - Method in class org.jbpm.taskmgmt.exe.TaskInstance
 
getTokenName(Token, String) - Method in class org.jbpm.graph.node.Fork
 
getTokenNames() - Method in class org.jbpm.graph.node.Join
 
getTokenPath() - Method in class org.jbpm.graph.node.MilestoneNode
 
getTransaction() - Method in class org.jbpm.db.JbpmSession
 
getTransientVariable(String) - Method in class org.jbpm.context.exe.ContextInstance
retrieves the transient variable for the given name.
getTransientVariables() - Method in class org.jbpm.context.exe.ContextInstance
retrieves all the transient variables map.
getTransition() - Method in class org.jbpm.graph.exe.ExecutionContext
 
getTransition() - Method in class org.jbpm.graph.log.SignalLog
 
getTransition() - Method in class org.jbpm.graph.log.TransitionLog
 
getTransitionName() - Method in class org.jbpm.scheduler.def.CreateTimerAction
 
getTransitionName() - Method in class org.jbpm.scheduler.exe.Timer
 
getTransitionNames(Token) - Method in class org.jbpm.graph.node.InterleaveStart
 
getTransitionSource() - Method in class org.jbpm.graph.exe.ExecutionContext
 
getTypeName(Node) - Static method in class org.jbpm.graph.node.ProcessFactory
 
getUnfinishedTasks(Token) - Method in class org.jbpm.taskmgmt.exe.TaskMgmtInstance
is the collection of TaskInstances on the given token that are not ended.
getValue() - Method in class org.jbpm.context.exe.VariableInstance
 
getValue(Class, Element) - Static method in class org.jbpm.instantiation.FieldInstantiator
 
getValue() - Method in class org.jbpm.taskmgmt.exe.TaskFormParameter
 
getVariable(String) - Method in class org.jbpm.context.exe.ContextInstance
gets the variable with the given name on the root-token (= process-instance scope).
getVariable(String, Token) - Method in class org.jbpm.context.exe.ContextInstance
retrieves a variable in the scope of the token.
getVariable(String) - Method in class org.jbpm.context.exe.TokenVariableMap
 
getVariable(String) - Method in class org.jbpm.graph.exe.ExecutionContext
get a process variable.
getVariableAccesses() - Method in class org.jbpm.graph.action.Script
 
getVariableAccesses() - Method in class org.jbpm.taskmgmt.def.TaskController
 
getVariableInstance() - Method in class org.jbpm.context.log.VariableLog
 
getVariableInstances() - Method in class org.jbpm.context.exe.TokenVariableMap
 
getVariableName() - Method in class org.jbpm.context.def.VariableAccess
 
getVariables() - Method in class org.jbpm.context.exe.ContextInstance
gets all the variables on the root-token (= process-instance scope).
getVariables(Token) - Method in class org.jbpm.context.exe.ContextInstance
retrieves all the variables in scope of the given token.
getVersion() - Method in class org.jbpm.graph.def.ProcessDefinition
 
glueChopsBackTogether(List) - Static method in class org.jbpm.bytes.ByteBlockChopper
 
graphElement - Variable in class org.jbpm.graph.def.Event
 
graphElement - Variable in class org.jbpm.graph.def.ExceptionHandler
 
graphElement - Variable in class org.jbpm.graph.exe.RuntimeAction
 

H

HibernateLongInstance - class org.jbpm.context.exe.variableinstance.HibernateLongInstance.
 
HibernateLongInstance() - Constructor for class org.jbpm.context.exe.variableinstance.HibernateLongInstance
 
HibernateLongUpdateLog - class org.jbpm.context.log.variableinstance.HibernateLongUpdateLog.
 
HibernateLongUpdateLog() - Constructor for class org.jbpm.context.log.variableinstance.HibernateLongUpdateLog
 
HibernateLongUpdateLog(VariableInstance, Object, Object) - Constructor for class org.jbpm.context.log.variableinstance.HibernateLongUpdateLog
 
HibernateStringInstance - class org.jbpm.context.exe.variableinstance.HibernateStringInstance.
 
HibernateStringInstance() - Constructor for class org.jbpm.context.exe.variableinstance.HibernateStringInstance
 
HibernateStringUpdateLog - class org.jbpm.context.log.variableinstance.HibernateStringUpdateLog.
 
HibernateStringUpdateLog() - Constructor for class org.jbpm.context.log.variableinstance.HibernateStringUpdateLog
 
HibernateStringUpdateLog(VariableInstance, Object, Object) - Constructor for class org.jbpm.context.log.variableinstance.HibernateStringUpdateLog
 
Holiday - class org.jbpm.calendar.Holiday.
identifies a continuous set of days.
Holiday(String, DateFormat, BusinessCalendar) - Constructor for class org.jbpm.calendar.Holiday
 
handleException(ExecutionContext) - Method in class org.jbpm.graph.def.ExceptionHandler
 
hasAccess(String) - Method in class org.jbpm.context.def.VariableAccess
verifies if the given accessLiteral is included in the access text.
hasActionName(String) - Static method in class org.jbpm.graph.action.ActionTypes
 
hasActions() - Method in class org.jbpm.graph.def.Event
 
hasActions() - Method in class org.jbpm.graph.def.ProcessDefinition
 
hasActiveChildren() - Method in class org.jbpm.graph.exe.Token
tells if this token has child tokens that have not yet ended.
hasBlockingTaskInstances(Token) - Method in class org.jbpm.taskmgmt.exe.TaskMgmtInstance
is true if the given token has task instances that keep the token from leaving the current node.
hasChild(String) - Method in class org.jbpm.graph.exe.Token
 
hasEnded() - Method in class org.jbpm.graph.exe.ProcessInstance
tells if this process instance is still active or not.
hasEnded() - Method in class org.jbpm.graph.exe.Token
 
hasEnded() - Method in class org.jbpm.taskmgmt.exe.TaskInstance
 
hasEvent(String) - Method in class org.jbpm.graph.def.GraphElement
 
hasEvents() - Method in class org.jbpm.graph.def.GraphElement
 
hasJbpmTables() - Method in class org.jbpm.db.JbpmSchema
 
hasLeavingTransition(String) - Method in class org.jbpm.graph.def.Node
checks for the presence of a leaving transition with the given name.
hasNoLeavingTransitions() - Method in class org.jbpm.graph.def.Node
true if this transition has leaving transitions.
hasNode(String) - Method in interface org.jbpm.graph.def.NodeCollection
is true if this node-collection contains a node with the given name, false otherwise.
hasNode(String) - Method in class org.jbpm.graph.def.ProcessDefinition
 
hasNode(String) - Method in class org.jbpm.graph.def.SuperState
 
hasParent() - Method in class org.jbpm.graph.exe.Token
 
hasSignallingTasks(ExecutionContext) - Method in class org.jbpm.taskmgmt.exe.TaskMgmtInstance
is true if there are TaskInstances on the given token that can trigger the token to continue.
hasTransientVariable(String) - Method in class org.jbpm.context.exe.ContextInstance
tells if a transient variable with the given name is present.
hasUnfinishedTasks(Token) - Method in class org.jbpm.taskmgmt.exe.TaskMgmtInstance
is true if the given token has task instances that are not yet ended.
hasVariable(String) - Method in class org.jbpm.context.exe.ContextInstance
checks if a variable is present with the given name on the root-token (= process-instance scope).
hasVariable(String, Token) - Method in class org.jbpm.context.exe.ContextInstance
checks if a variable is present with the given name in the scope of the token.
hasVariable(String) - Method in class org.jbpm.context.exe.TokenVariableMap
 
hasVariableAccess(String) - Method in class org.jbpm.taskmgmt.def.TaskController
 
hashCode() - Method in class org.jbpm.bytes.ByteArray
 
hashCode(Object) - Method in class org.jbpm.db.hibernate.ConverterEnumType
 

I

Instantiator - interface org.jbpm.instantiation.Instantiator.
 
IntegerToLongConverter - class org.jbpm.context.exe.converter.IntegerToLongConverter.
 
IntegerToLongConverter() - Constructor for class org.jbpm.context.exe.converter.IntegerToLongConverter
 
InterleaveEnd - class org.jbpm.graph.node.InterleaveEnd.
a interleaving end node should have 2 leaving transitions.
InterleaveEnd() - Constructor for class org.jbpm.graph.node.InterleaveEnd
 
InterleaveEnd(String) - Constructor for class org.jbpm.graph.node.InterleaveEnd
 
InterleaveStart - class org.jbpm.graph.node.InterleaveStart.
is an unordered set of child nodeMap.
InterleaveStart() - Constructor for class org.jbpm.graph.node.InterleaveStart
 
InterleaveStart(String) - Constructor for class org.jbpm.graph.node.InterleaveStart
 
InterleaveStart.DefaultInterleaver - class org.jbpm.graph.node.InterleaveStart.DefaultInterleaver.
 
InterleaveStart.DefaultInterleaver() - Constructor for class org.jbpm.graph.node.InterleaveStart.DefaultInterleaver
 
InterleaveStart.Interleaver - interface org.jbpm.graph.node.InterleaveStart.Interleaver.
 
id - Variable in class org.jbpm.graph.exe.Comment
 
id - Variable in class org.jbpm.jpdl.exe.MilestoneInstance
 
includes(Date) - Method in class org.jbpm.calendar.DayPart
 
includes(Date) - Method in class org.jbpm.calendar.Holiday
 
index - Variable in class org.jbpm.logging.log.ProcessLog
 
init() - Method in class org.jbpm.scheduler.impl.SchedulerServlet
 
init(FilterConfig) - Method in class org.jbpm.security.filter.JbpmAuthenticationFilter
 
initiatorSwimlane - Variable in class org.jbpm.graph.node.StartState
 
instances - Variable in class org.jbpm.graph.exe.ProcessInstance
 
instantiate(Class, String) - Method in class org.jbpm.instantiation.ConfigurationPropertyInstantiator
 
instantiate(Class, String) - Method in class org.jbpm.instantiation.ConstructorInstantiator
 
instantiate(Class, String) - Method in class org.jbpm.instantiation.DefaultInstantiator
 
instantiate() - Method in class org.jbpm.instantiation.Delegation
 
instantiate(Class, String) - Method in class org.jbpm.instantiation.FieldInstantiator
 
instantiate(Class, String) - Method in interface org.jbpm.instantiation.Instantiator
 
instantiate(Class, String) - Method in class org.jbpm.instantiation.XmlInstantiator
 
instantiatorCache - Static variable in class org.jbpm.instantiation.Delegation
 
invokeAssignmentHandler(Delegation, Assignable, ExecutionContext) - Method in class org.jbpm.taskmgmt.exe.TaskMgmtInstance
 
isAbleToReactivateParent() - Method in class org.jbpm.graph.exe.Token
 
isBlocking - Variable in class org.jbpm.taskmgmt.def.Task
 
isBlocking() - Method in class org.jbpm.taskmgmt.def.Task
 
isBlocking - Variable in class org.jbpm.taskmgmt.exe.TaskInstance
 
isBlocking() - Method in class org.jbpm.taskmgmt.exe.TaskInstance
 
isCancelled - Variable in class org.jbpm.taskmgmt.exe.TaskInstance
 
isCancelled() - Method in class org.jbpm.taskmgmt.exe.TaskInstance
 
isDiscriminator() - Method in class org.jbpm.graph.node.Join
 
isDue() - Method in class org.jbpm.scheduler.exe.Timer
 
isHibernatableWithLongId(Class) - Method in class org.jbpm.db.JbpmSessionFactory
checks if the given class is persistable with hibernate and has an id of type long.
isHibernatableWithStringId(Class) - Method in class org.jbpm.db.JbpmSessionFactory
checks if the given class is persistable with hibernate and has an id of type string.
isHoliday(Date) - Method in class org.jbpm.calendar.BusinessCalendar
 
isInBusinessHours(Date) - Method in class org.jbpm.calendar.BusinessCalendar
 
isLast() - Method in class org.jbpm.taskmgmt.exe.TaskInstance
 
isMilestoneReached(String, Token) - Method in class org.jbpm.graph.node.MilestoneNode
 
isMutable() - Method in class org.jbpm.db.hibernate.ConverterEnumType
 
isProcessEnded() - Method in class org.jbpm.scheduler.exe.SchedulerInstance
 
isPropagationAllowed - Variable in class org.jbpm.graph.def.Action
 
isPropagationAllowed() - Method in class org.jbpm.graph.def.Action
 
isReached() - Method in class org.jbpm.jpdl.exe.MilestoneInstance
 
isReadOnly() - Method in class org.jbpm.taskmgmt.exe.TaskFormParameter
 
isReadable() - Method in class org.jbpm.context.def.VariableAccess
 
isReadable - Variable in class org.jbpm.taskmgmt.exe.TaskFormParameter
 
isReadable() - Method in class org.jbpm.taskmgmt.exe.TaskFormParameter
 
isRequired() - Method in class org.jbpm.context.def.VariableAccess
 
isRequired - Variable in class org.jbpm.taskmgmt.exe.TaskFormParameter
 
isRequired() - Method in class org.jbpm.taskmgmt.exe.TaskFormParameter
 
isRoot() - Method in class org.jbpm.graph.exe.Token
 
isRunning() - Method in class org.jbpm.scheduler.impl.Scheduler
 
isSignalling - Variable in class org.jbpm.taskmgmt.exe.TaskInstance
 
isSignalling() - Method in class org.jbpm.taskmgmt.exe.TaskInstance
 
isStartAfter(Date) - Method in class org.jbpm.calendar.DayPart
 
isStartTaskInstance() - Method in class org.jbpm.taskmgmt.exe.TaskInstance
 
isSynchronized() - Method in class org.jbpm.graph.node.Merge
 
isTerminatedImplicitly() - Method in class org.jbpm.graph.exe.ProcessInstance
calculates if this process instance has still options to continue.
isTerminatedImplicitly() - Method in class org.jbpm.graph.exe.Token
 
isTerminationImplicit - Variable in class org.jbpm.graph.def.ProcessDefinition
 
isTerminationImplicit() - Method in class org.jbpm.graph.def.ProcessDefinition
 
isTerminationImplicit() - Method in class org.jbpm.graph.exe.Token
 
isValid() - Method in class org.jbpm.jpdl.xml.SchemaValidationHelper
Performs the schema validation on the document contents in the reader.
isWritable() - Method in class org.jbpm.context.def.VariableAccess
 
isWritable - Variable in class org.jbpm.taskmgmt.exe.TaskFormParameter
 
isWritable() - Method in class org.jbpm.taskmgmt.exe.TaskFormParameter
 

J

JBossAuthenticator - class org.jbpm.security.authenticator.JBossAuthenticator.
retrieves the actorId as the name of the principal from the SecurityAssociation.
JBossAuthenticator() - Constructor for class org.jbpm.security.authenticator.JBossAuthenticator
 
JbpmAuthenticationFilter - class org.jbpm.security.filter.JbpmAuthenticationFilter.
 
JbpmAuthenticationFilter() - Constructor for class org.jbpm.security.filter.JbpmAuthenticationFilter
 
JbpmConfiguration - class org.jbpm.JbpmConfiguration.
access the configuration of jbpm from the jbpm.properties file and sets up properties.
JbpmDefaultAuthenticator - class org.jbpm.security.authenticator.JbpmDefaultAuthenticator.
maintains a thread local stack of actorId's, the authenticated actorId is the first one on the stack.
JbpmDefaultAuthenticator() - Constructor for class org.jbpm.security.authenticator.JbpmDefaultAuthenticator
 
JbpmIdentityAuthorizer - class org.jbpm.security.authorizer.JbpmIdentityAuthorizer.
 
JbpmIdentityAuthorizer() - Constructor for class org.jbpm.security.authorizer.JbpmIdentityAuthorizer
 
JbpmNamingStrategy - class org.jbpm.db.hibernate.JbpmNamingStrategy.
 
JbpmNamingStrategy() - Constructor for class org.jbpm.db.hibernate.JbpmNamingStrategy
 
JbpmSchema - class org.jbpm.db.JbpmSchema.
utilities for the jBPM database schema.
JbpmSchema(Configuration) - Constructor for class org.jbpm.db.JbpmSchema
 
JbpmSchemaTask - class org.jbpm.ant.JbpmSchemaTask.
 
JbpmSchemaTask() - Constructor for class org.jbpm.ant.JbpmSchemaTask
 
JbpmService - class org.jbpm.db.jmx.JbpmService.
 
JbpmService() - Constructor for class org.jbpm.db.jmx.JbpmService
 
JbpmServiceMBean - interface org.jbpm.db.jmx.JbpmServiceMBean.
 
JbpmSession - class org.jbpm.db.JbpmSession.
represents the connection to the jbpm database.
JbpmSession(JbpmSessionFactory, Session) - Constructor for class org.jbpm.db.JbpmSession
 
JbpmSessionFactory - class org.jbpm.db.JbpmSessionFactory.
creates JbpmSessions.
JbpmSessionFactory(Configuration) - Constructor for class org.jbpm.db.JbpmSessionFactory
 
JbpmSessionFactory(Configuration, SessionFactory) - Constructor for class org.jbpm.db.JbpmSessionFactory
 
JbpmType - class org.jbpm.context.exe.JbpmType.
specifies for one java-type how jbpm is able to persist objects of that type in the database.
JbpmType(String) - Constructor for class org.jbpm.context.exe.JbpmType
 
Join - class org.jbpm.graph.node.Join.
 
Join() - Constructor for class org.jbpm.graph.node.Join
 
Join(String) - Constructor for class org.jbpm.graph.node.Join
 
JpdlArchiveParser - class org.jbpm.jpdl.par.JpdlArchiveParser.
 
JpdlArchiveParser() - Constructor for class org.jbpm.jpdl.par.JpdlArchiveParser
 
JpdlException - exception org.jbpm.jpdl.JpdlException.
 
JpdlException(List) - Constructor for class org.jbpm.jpdl.JpdlException
 
JpdlException(String) - Constructor for class org.jbpm.jpdl.JpdlException
 
JpdlXmlReader - class org.jbpm.jpdl.xml.JpdlXmlReader.
 
JpdlXmlReader(Reader) - Constructor for class org.jbpm.jpdl.xml.JpdlXmlReader
 
JpdlXmlReader(Reader, JbpmSession) - Constructor for class org.jbpm.jpdl.xml.JpdlXmlReader
 
JpdlXmlWriter - class org.jbpm.jpdl.xml.JpdlXmlWriter.
 
JpdlXmlWriter(Writer) - Constructor for class org.jbpm.jpdl.xml.JpdlXmlWriter
 

L

LEVEL_ERROR - Static variable in class org.jbpm.jpdl.xml.Problem
 
LEVEL_FATAL - Static variable in class org.jbpm.jpdl.xml.Problem
 
LEVEL_INFO - Static variable in class org.jbpm.jpdl.xml.Problem
 
LEVEL_WARNING - Static variable in class org.jbpm.jpdl.xml.Problem
 
Launcher - class org.jbpm.ant.Launcher.
 
Launcher(Task, String, String) - Constructor for class org.jbpm.ant.Launcher
 
LoggingInstance - class org.jbpm.logging.exe.LoggingInstance.
non persisted class that collects ProcessLogs during process execution.
LoggingInstance() - Constructor for class org.jbpm.logging.exe.LoggingInstance
 
LoggingSession - class org.jbpm.db.LoggingSession.
 
LoggingSession(JbpmSession) - Constructor for class org.jbpm.db.LoggingSession
 
LongInstance - class org.jbpm.context.exe.variableinstance.LongInstance.
 
LongInstance() - Constructor for class org.jbpm.context.exe.variableinstance.LongInstance
 
LongUpdateLog - class org.jbpm.context.log.variableinstance.LongUpdateLog.
 
LongUpdateLog() - Constructor for class org.jbpm.context.log.variableinstance.LongUpdateLog
 
LongUpdateLog(VariableInstance, Long, Long) - Constructor for class org.jbpm.context.log.variableinstance.LongUpdateLog
 
label - Variable in class org.jbpm.taskmgmt.exe.TaskFormParameter
 
leave(ExecutionContext) - Method in class org.jbpm.graph.def.Node
called by the implementation of this node to continue execution over the default transition.
leave(ExecutionContext, String) - Method in class org.jbpm.graph.def.Node
called by the implementation of this node to continue execution over the specified transition.
leave(ExecutionContext, Transition) - Method in class org.jbpm.graph.def.Node
called by the implementation of this node to continue execution over the given transition.
leave - Variable in class org.jbpm.graph.log.NodeLog
 
leave(ExecutionContext, Transition) - Method in class org.jbpm.graph.node.StartState
 
leave(ExecutionContext, Transition) - Method in class org.jbpm.graph.node.TaskNode
 
leaveNode() - Method in class org.jbpm.graph.exe.ExecutionContext
leave this node over the default transition.
leaveNode(String) - Method in class org.jbpm.graph.exe.ExecutionContext
leave this node over the given transition.
leaveNode(Transition) - Method in class org.jbpm.graph.exe.ExecutionContext
leave this node over the given transition.
leavingTransitions - Variable in class org.jbpm.graph.def.Node
 
level - Variable in class org.jbpm.jpdl.xml.Problem
 
line - Variable in class org.jbpm.jpdl.xml.Problem
 
listeners - Variable in class org.jbpm.jpdl.exe.MilestoneInstance
 
loadClass(String) - Static method in class org.jbpm.instantiation.ClassLoaderUtil
 
loadProcessDefinition(long) - Method in class org.jbpm.db.GraphSession
loads a process definition from the database by the identifier.
loadProcessInstance(long) - Method in class org.jbpm.db.GraphSession
loads a process instance from the database by the identifier.
loadProcessLog(long) - Method in class org.jbpm.db.LoggingSession
get the process log for a given id.
loadTaskInstance(long) - Method in class org.jbpm.db.TaskMgmtSession
get the task instance for a given task instance-id.
loadToken(long) - Method in class org.jbpm.db.GraphSession
loads a token from the database by the identifier.
lockProcessInstance(long) - Method in class org.jbpm.db.GraphSession
locks a process instance in the database.
lockProcessInstance(ProcessInstance) - Method in class org.jbpm.db.GraphSession
locks a process instance in the database.
logLogs() - Method in class org.jbpm.logging.exe.LoggingInstance
 

M

Merge - class org.jbpm.graph.node.Merge.
TODO is the merge node usefull ? i don't think the merge node is usefull because every node has an implicit merge in front of it (= multiple transitions can arrive in the same node).
Merge() - Constructor for class org.jbpm.graph.node.Merge
 
Merge(String) - Constructor for class org.jbpm.graph.node.Merge
 
MessageLog - class org.jbpm.logging.log.MessageLog.
 
MessageLog() - Constructor for class org.jbpm.logging.log.MessageLog
 
MessageLog(String) - Constructor for class org.jbpm.logging.log.MessageLog
 
MilestoneEvent - class org.jbpm.graph.node.MilestoneEvent.
 
MilestoneEvent() - Constructor for class org.jbpm.graph.node.MilestoneEvent
 
MilestoneEvent(String, String) - Constructor for class org.jbpm.graph.node.MilestoneEvent
 
MilestoneInstance - class org.jbpm.jpdl.exe.MilestoneInstance.
 
MilestoneInstance() - Constructor for class org.jbpm.jpdl.exe.MilestoneInstance
 
MilestoneInstance(String) - Constructor for class org.jbpm.jpdl.exe.MilestoneInstance
 
MilestoneNode - class org.jbpm.graph.node.MilestoneNode.
 
MilestoneNode() - Constructor for class org.jbpm.graph.node.MilestoneNode
 
MilestoneNode(String) - Constructor for class org.jbpm.graph.node.MilestoneNode
 
ModuleDefinition - class org.jbpm.module.def.ModuleDefinition.
 
ModuleDefinition() - Constructor for class org.jbpm.module.def.ModuleDefinition
 
ModuleInstance - class org.jbpm.module.exe.ModuleInstance.
 
ModuleInstance() - Constructor for class org.jbpm.module.exe.ModuleInstance
 
main(String[]) - Static method in class org.jbpm.db.JbpmSchema
 
main(String[]) - Static method in class org.jbpm.jpdl.convert.Converter
 
main(String[]) - Static method in class org.jbpm.jpdl.par.ProcessArchiveDeployer
 
main(String[]) - Static method in class org.jbpm.scheduler.impl.SchedulerMain
 
mappedName - Variable in class org.jbpm.context.def.VariableAccess
 
matches(Throwable) - Method in class org.jbpm.graph.def.ExceptionHandler
 
message - Variable in class org.jbpm.graph.exe.Comment
 
mustParentBeReactivated(Token, Iterator) - Method in class org.jbpm.graph.node.Join
 

N

Node - class org.jbpm.graph.def.Node.
 
Node() - Constructor for class org.jbpm.graph.def.Node
creates an unnamed node.
Node(String) - Constructor for class org.jbpm.graph.def.Node
creates a node with the given name.
NodeCollection - interface org.jbpm.graph.def.NodeCollection.
is a common supertype for a ProcessDefinition and a SuperState.
NodeLog - class org.jbpm.graph.log.NodeLog.
 
NodeLog() - Constructor for class org.jbpm.graph.log.NodeLog
 
NodeLog(Node, Date, Date) - Constructor for class org.jbpm.graph.log.NodeLog
 
NodeTypes - class org.jbpm.graph.node.NodeTypes.
 
NodeTypes() - Constructor for class org.jbpm.graph.node.NodeTypes
 
name - Variable in class org.jbpm.bytes.ByteArray
 
name - Variable in class org.jbpm.context.exe.VariableInstance
 
name - Variable in class org.jbpm.graph.def.Action
 
name - Variable in class org.jbpm.graph.def.GraphElement
 
name - Variable in class org.jbpm.graph.exe.Token
 
name - Variable in class org.jbpm.jpdl.exe.MilestoneInstance
 
name - Variable in class org.jbpm.module.def.ModuleDefinition
 
name - Variable in class org.jbpm.taskmgmt.exe.SwimlaneInstance
 
name - Variable in class org.jbpm.taskmgmt.exe.TaskInstance
 
newInstance(Class) - Method in class org.jbpm.instantiation.FieldInstantiator
 
nextLogIndex - Variable in class org.jbpm.graph.exe.Token
 
nextLogIndex() - Method in class org.jbpm.graph.exe.Token
 
node - Variable in class org.jbpm.graph.exe.Token
 
node - Variable in class org.jbpm.graph.log.NodeLog
 
nodeEnter - Variable in class org.jbpm.graph.exe.Token
 
nodes - Variable in class org.jbpm.graph.def.ProcessDefinition
 
nodes - Variable in class org.jbpm.graph.def.SuperState
 
notifyListeners() - Method in class org.jbpm.jpdl.exe.MilestoneInstance
 
notifySubProcessEnd(ProcessInstance) - Method in class org.jbpm.graph.node.ProcessState
 
nullSafeGet(ResultSet, String[], Object) - Method in class org.jbpm.db.hibernate.ConverterEnumType
 
nullSafeSet(PreparedStatement, Object, int) - Method in class org.jbpm.db.hibernate.ConverterEnumType
 

O

openJbpmSession() - Method in class org.jbpm.db.JbpmSessionFactory
obtains a jdbc connection as specified in the hibernate configurations and creates a DbSession with it.
openJbpmSession(Connection) - Method in class org.jbpm.db.JbpmSessionFactory
creates a DbSession around the given connection.
openJbpmSession(Session) - Method in class org.jbpm.db.JbpmSessionFactory
 
openJbpmSessionAndBeginTransaction() - Method in class org.jbpm.db.JbpmSessionFactory
 
org.jbpm - package org.jbpm
 
org.jbpm.ant - package org.jbpm.ant
 
org.jbpm.bytes - package org.jbpm.bytes
provides support for blobs that is portable over most databases.
org.jbpm.calendar - package org.jbpm.calendar
a business calendar that knows about business hours.
org.jbpm.context.def - package org.jbpm.context.def
 
org.jbpm.context.exe - package org.jbpm.context.exe
contains ContextInstance, the central interface class for working with process variables.
org.jbpm.context.exe.converter - package org.jbpm.context.exe.converter
implementations of Converter.
org.jbpm.context.exe.variableinstance - package org.jbpm.context.exe.variableinstance
implementations of VariableInstance.
org.jbpm.context.log - package org.jbpm.context.log
process variable logs.
org.jbpm.context.log.variableinstance - package org.jbpm.context.log.variableinstance
variable instance update logs.
org.jbpm.db - package org.jbpm.db
provides access the to jBPM database.
org.jbpm.db.hibernate - package org.jbpm.db.hibernate
 
org.jbpm.db.jmx - package org.jbpm.db.jmx
 
org.jbpm.file.def - package org.jbpm.file.def
storage of binary information.
org.jbpm.graph.action - package org.jbpm.graph.action
contains basic action implementations.
org.jbpm.graph.def - package org.jbpm.graph.def
contains all structural elements of a process graph.
org.jbpm.graph.exe - package org.jbpm.graph.exe
contains the runtime structures for process executions.
org.jbpm.graph.log - package org.jbpm.graph.log
graph execution logs.
org.jbpm.graph.node - package org.jbpm.graph.node
contains basic node implementations.
org.jbpm.graph.node.advanced - package org.jbpm.graph.node.advanced
 
org.jbpm.instantiation - package org.jbpm.instantiation
is for instantiating delegation classes and making them persistable with class Delegation.
org.jbpm.jpdl - package org.jbpm.jpdl
 
org.jbpm.jpdl.convert - package org.jbpm.jpdl.convert
conversion of jpdl 2.0 to jpdl 3.0.
org.jbpm.jpdl.exe - package org.jbpm.jpdl.exe
jpdl runtime data structures.
org.jbpm.jpdl.par - package org.jbpm.jpdl.par
process archive packaging.
org.jbpm.jpdl.xml - package org.jbpm.jpdl.xml
jpdl xml parsing.
org.jbpm.logging.exe - package org.jbpm.logging.exe
contains LoggingInstance that collects process logs
org.jbpm.logging.log - package org.jbpm.logging.log
 
org.jbpm.module.def - package org.jbpm.module.def
 
org.jbpm.module.exe - package org.jbpm.module.exe
 
org.jbpm.scheduler.def - package org.jbpm.scheduler.def
 
org.jbpm.scheduler.exe - package org.jbpm.scheduler.exe
 
org.jbpm.scheduler.impl - package org.jbpm.scheduler.impl
 
org.jbpm.security - package org.jbpm.security
pluggable authentication and pluggable authorization.
org.jbpm.security.authenticator - package org.jbpm.security.authenticator
 
org.jbpm.security.authorizer - package org.jbpm.security.authorizer
 
org.jbpm.security.filter - package org.jbpm.security.filter
 
org.jbpm.security.permission - package org.jbpm.security.permission
 
org.jbpm.taskmgmt.def - package org.jbpm.taskmgmt.def
 
org.jbpm.taskmgmt.exe - package org.jbpm.taskmgmt.exe
 
org.jbpm.taskmgmt.log - package org.jbpm.taskmgmt.log
 

P

PRIORITY_HIGH - Static variable in class org.jbpm.taskmgmt.def.Task
 
PRIORITY_HIGHEST - Static variable in class org.jbpm.taskmgmt.def.Task
 
PRIORITY_LOW - Static variable in class org.jbpm.taskmgmt.def.Task
 
PRIORITY_LOWEST - Static variable in class org.jbpm.taskmgmt.def.Task
 
PRIORITY_NORMAL - Static variable in class org.jbpm.taskmgmt.def.Task
 
ParallelSplit - class org.jbpm.graph.node.advanced.ParallelSplit.
 
ParallelSplit() - Constructor for class org.jbpm.graph.node.advanced.ParallelSplit
 
Parsable - interface org.jbpm.jpdl.xml.Parsable.
 
PooledActor - class org.jbpm.taskmgmt.exe.PooledActor.
 
PooledActor() - Constructor for class org.jbpm.taskmgmt.exe.PooledActor
 
PooledActor(String) - Constructor for class org.jbpm.taskmgmt.exe.PooledActor
 
Problem - class org.jbpm.jpdl.xml.Problem.
 
Problem(int, String) - Constructor for class org.jbpm.jpdl.xml.Problem
 
Problem(int, String, Throwable) - Constructor for class org.jbpm.jpdl.xml.Problem
 
ProcessArchive - class org.jbpm.jpdl.par.ProcessArchive.
 
ProcessArchive(ZipInputStream) - Constructor for class org.jbpm.jpdl.par.ProcessArchive
 
ProcessArchiveDeployer - class org.jbpm.jpdl.par.ProcessArchiveDeployer.
deploys process archives.
ProcessArchiveDeployer() - Constructor for class org.jbpm.jpdl.par.ProcessArchiveDeployer
 
ProcessArchiveDeployer(JbpmSessionFactory) - Constructor for class org.jbpm.jpdl.par.ProcessArchiveDeployer
 
ProcessArchiveParser - interface org.jbpm.jpdl.par.ProcessArchiveParser.
 
ProcessClassLoader - class org.jbpm.instantiation.ProcessClassLoader.
 
ProcessClassLoader(ClassLoader, ProcessDefinition) - Constructor for class org.jbpm.instantiation.ProcessClassLoader
 
ProcessDefinition - class org.jbpm.graph.def.ProcessDefinition.
 
ProcessDefinition() - Constructor for class org.jbpm.graph.def.ProcessDefinition
 
ProcessDefinition(String) - Constructor for class org.jbpm.graph.def.ProcessDefinition
 
ProcessDefinition(String[], String[]) - Constructor for class org.jbpm.graph.def.ProcessDefinition
 
ProcessFactory - class org.jbpm.graph.node.ProcessFactory.
 
ProcessFactory() - Constructor for class org.jbpm.graph.node.ProcessFactory
 
ProcessInstance - class org.jbpm.graph.exe.ProcessInstance.
is one execution of a ProcessDefinition.
ProcessInstance() - Constructor for class org.jbpm.graph.exe.ProcessInstance
 
ProcessInstance(ProcessDefinition) - Constructor for class org.jbpm.graph.exe.ProcessInstance
creates a new process instance for the given process definition and puts the root-token (=main path of execution) in the start state.
ProcessInstanceCreateLog - class org.jbpm.graph.log.ProcessInstanceCreateLog.
 
ProcessInstanceCreateLog() - Constructor for class org.jbpm.graph.log.ProcessInstanceCreateLog
 
ProcessInstanceEndLog - class org.jbpm.graph.log.ProcessInstanceEndLog.
 
ProcessInstanceEndLog() - Constructor for class org.jbpm.graph.log.ProcessInstanceEndLog
 
ProcessLog - class org.jbpm.logging.log.ProcessLog.
 
ProcessLog() - Constructor for class org.jbpm.logging.log.ProcessLog
 
ProcessState - class org.jbpm.graph.node.ProcessState.
 
ProcessState() - Constructor for class org.jbpm.graph.node.ProcessState
 
parent - Variable in class org.jbpm.graph.exe.Token
 
parent - Variable in class org.jbpm.logging.log.ProcessLog
 
parseConfiguration(String) - Method in class org.jbpm.instantiation.FieldInstantiator
 
parseConfiguration(String) - Method in class org.jbpm.instantiation.XmlInstantiator
 
parseHolidays(Properties, BusinessCalendar) - Static method in class org.jbpm.calendar.Holiday
 
parseParResource(String) - Static method in class org.jbpm.graph.def.ProcessDefinition
parse a process definition from a process archive resource.
parseParZipInputStream(ZipInputStream) - Static method in class org.jbpm.graph.def.ProcessDefinition
parse a process definition from a process archive zip-stream.
parsePriority(String) - Static method in class org.jbpm.taskmgmt.def.Task
 
parseProcessDefinition() - Method in class org.jbpm.jpdl.par.ProcessArchive
 
parseSignal(String) - Static method in class org.jbpm.graph.node.TaskNode
 
parseWeekDays(Properties, BusinessCalendar) - Static method in class org.jbpm.calendar.Day
 
parseXmlInputStream(InputStream) - Static method in class org.jbpm.graph.def.ProcessDefinition
parse a process definition from an xml input stream.
parseXmlReader(Reader) - Static method in class org.jbpm.graph.def.ProcessDefinition
parse a process definition from an xml reader.
parseXmlResource(String) - Static method in class org.jbpm.graph.def.ProcessDefinition
parse a process definition from an xml resource file.
parseXmlString(String) - Static method in class org.jbpm.graph.def.ProcessDefinition
parse a process definition from an xml string.
pooledActors - Variable in class org.jbpm.taskmgmt.exe.SwimlaneInstance
 
pooledActors - Variable in class org.jbpm.taskmgmt.exe.TaskInstance
 
popAuthenticatedActorId() - Static method in class org.jbpm.security.Authentication
conventience method for ending the authenticated section for the jbpm default authentication mechanism.
popAuthenticatedActorId() - Static method in class org.jbpm.security.authenticator.JbpmDefaultAuthenticator
 
previousActorId - Variable in class org.jbpm.taskmgmt.exe.TaskInstance
 
priority - Variable in class org.jbpm.taskmgmt.def.Task
 
priority - Variable in class org.jbpm.taskmgmt.exe.TaskInstance
 
problems - Variable in class org.jbpm.jpdl.JpdlException
 
processDefinition - Variable in class org.jbpm.graph.def.Action
 
processDefinition - Variable in class org.jbpm.graph.def.GraphElement
 
processDefinition - Variable in class org.jbpm.graph.exe.ProcessInstance
 
processDefinition - Variable in class org.jbpm.instantiation.Delegation
 
processDefinition - Variable in class org.jbpm.module.def.ModuleDefinition
 
processInstance - Variable in class org.jbpm.context.exe.VariableInstance
 
processInstance - Variable in class org.jbpm.graph.exe.RuntimeAction
 
processInstance - Variable in class org.jbpm.graph.exe.Token
 
processInstance - Variable in class org.jbpm.module.exe.ModuleInstance
 
propertyToColumnName(String) - Method in class org.jbpm.db.hibernate.JbpmNamingStrategy
 
propertyToTableName(String, String) - Method in class org.jbpm.db.hibernate.JbpmNamingStrategy
 
pushAuthenticatedActorId(String) - Static method in class org.jbpm.security.Authentication
conventience method for setting the authenticated swimlaneActorId for the jbpm default authentication mechanism.
pushAuthenticatedActorId(String) - Static method in class org.jbpm.security.authenticator.JbpmDefaultAuthenticator
 

R

RolesAuthorizer - class org.jbpm.security.authorizer.RolesAuthorizer.
 
RolesAuthorizer() - Constructor for class org.jbpm.security.authorizer.RolesAuthorizer
 
RuntimeAction - class org.jbpm.graph.exe.RuntimeAction.
is an action that can be added at runtime to the execution of one process instance.
RuntimeAction() - Constructor for class org.jbpm.graph.exe.RuntimeAction
 
RuntimeAction(Event, Action) - Constructor for class org.jbpm.graph.exe.RuntimeAction
creates a runtime action.
RuntimeAction(GraphElement, String, Action) - Constructor for class org.jbpm.graph.exe.RuntimeAction
 
raiseException(Throwable, ExecutionContext) - Method in class org.jbpm.graph.def.GraphElement
throws an ActionException if no applicable exception handler is found.
reached - Variable in class org.jbpm.jpdl.exe.MilestoneInstance
 
read(Element, JpdlXmlReader) - Method in class org.jbpm.graph.action.Script
 
read(Element, JpdlXmlReader) - Method in class org.jbpm.graph.def.Action
 
read(Element, JpdlXmlReader) - Method in class org.jbpm.graph.def.Node
 
read(Element, JpdlXmlReader) - Method in class org.jbpm.graph.def.SuperState
 
read(Element, JpdlXmlReader) - Method in class org.jbpm.graph.node.Decision
 
read(Element, JpdlXmlReader) - Method in class org.jbpm.graph.node.Fork
 
read(Element, JpdlXmlReader) - Method in class org.jbpm.graph.node.InterleaveEnd
 
read(Element, JpdlXmlReader) - Method in class org.jbpm.graph.node.InterleaveStart
 
read(Element, JpdlXmlReader) - Method in class org.jbpm.graph.node.Join
 
read(Element, JpdlXmlReader) - Method in class org.jbpm.graph.node.ProcessState
 
read(Element, JpdlXmlReader) - Method in class org.jbpm.graph.node.StartState
 
read(Element, JpdlXmlReader) - Method in class org.jbpm.graph.node.TaskNode
 
read(Element, JpdlXmlReader) - Method in class org.jbpm.instantiation.Delegation
 
read(char[], int, int) - Method in class org.jbpm.jpdl.xml.JpdlXmlReader
 
read(Element, JpdlXmlReader) - Method in interface org.jbpm.jpdl.xml.Parsable
 
read(Element, JpdlXmlReader) - Method in class org.jbpm.scheduler.def.CancelTimerAction
 
read(Element, JpdlXmlReader) - Method in class org.jbpm.scheduler.def.CreateTimerAction
 
readAction(Element, Action) - Method in class org.jbpm.jpdl.xml.JpdlXmlReader
 
readActions(Element, GraphElement, String) - Method in class org.jbpm.jpdl.xml.JpdlXmlReader
 
readFromArchive(ProcessArchive, ProcessDefinition) - Method in class org.jbpm.jpdl.par.FileArchiveParser
 
readFromArchive(ProcessArchive, ProcessDefinition) - Method in class org.jbpm.jpdl.par.JpdlArchiveParser
 
readFromArchive(ProcessArchive, ProcessDefinition) - Method in interface org.jbpm.jpdl.par.ProcessArchiveParser
 
readNode(Element, Node, NodeCollection) - Method in class org.jbpm.jpdl.xml.JpdlXmlReader
 
readNodes(Element, NodeCollection) - Method in class org.jbpm.jpdl.xml.JpdlXmlReader
 
readProcessDefinition() - Method in class org.jbpm.jpdl.xml.JpdlXmlReader
 
readSingleAction(Element) - Method in class org.jbpm.jpdl.xml.JpdlXmlReader
 
readStartStateTask(Element, StartState) - Method in class org.jbpm.jpdl.xml.JpdlXmlReader
 
readTask(Element, TaskMgmtDefinition, TaskNode) - Method in class org.jbpm.jpdl.xml.JpdlXmlReader
 
readTasks(Element, TaskNode) - Method in class org.jbpm.jpdl.xml.JpdlXmlReader
 
readVariableAccesses(Element) - Method in class org.jbpm.jpdl.xml.JpdlXmlReader
 
referencedAction - Variable in class org.jbpm.graph.def.Action
 
removeAction(Action) - Method in class org.jbpm.graph.def.Event
 
removeAction(Action) - Method in class org.jbpm.graph.def.ExceptionHandler
 
removeAction(Action) - Method in class org.jbpm.graph.def.ProcessDefinition
removes the bidirectional relation between this process definition and the given action.
removeArrivingTransition(Transition) - Method in class org.jbpm.graph.def.Node
removes the bidirection relation between this node and the given arriving transition.
removeDefinition(ModuleDefinition) - Method in class org.jbpm.graph.def.ProcessDefinition
 
removeEntry(String) - Method in class org.jbpm.jpdl.par.ProcessArchive
 
removeEntryInputStream(String) - Method in class org.jbpm.jpdl.par.ProcessArchive
 
removeEvent(Event) - Method in class org.jbpm.graph.def.GraphElement
 
removeExceptionHandler(ExceptionHandler) - Method in class org.jbpm.graph.def.GraphElement
 
removeInstance(ModuleInstance) - Method in class org.jbpm.graph.exe.ProcessInstance
removes the given optional moduleinstance (bidirectional).
removeLeavingTransition(Transition) - Method in class org.jbpm.graph.def.Node
removes the bidirection relation between this node and the given leaving transition.
removeListener(SchedulerListener) - Method in class org.jbpm.scheduler.impl.SchedulerThread
 
removeNode(Node) - Method in interface org.jbpm.graph.def.NodeCollection
removes the given node from this node-collection.
removeNode(Node) - Method in class org.jbpm.graph.def.ProcessDefinition
 
removeNode(Node) - Method in class org.jbpm.graph.def.SuperState
 
removeRuntimeAction(RuntimeAction) - Method in class org.jbpm.graph.exe.ProcessInstance
removes a runtime action.
removeTaskInstance(TaskInstance) - Method in class org.jbpm.taskmgmt.exe.PooledActor
 
removeTaskInstance(TaskInstance) - Method in class org.jbpm.taskmgmt.exe.TaskMgmtInstance
 
removeTaskInstanceSynchronization(Token) - Method in class org.jbpm.graph.node.TaskNode
 
removeTokenVariableMapReference() - Method in class org.jbpm.context.exe.VariableInstance
 
removeTransitionNames(Token) - Method in class org.jbpm.graph.node.InterleaveStart
 
reorderAction(int, int) - Method in class org.jbpm.graph.def.ExceptionHandler
 
reorderExceptionHandler(int, int) - Method in class org.jbpm.graph.def.GraphElement
 
reorderLeavingTransition(int, int) - Method in class org.jbpm.graph.def.Node
moves one leaving transition from the oldIndex and inserts it at the newIndex.
reorderNode(int, int) - Method in interface org.jbpm.graph.def.NodeCollection
changes the order of the nodes : the node on oldIndex is removed and inserted in the newIndex.
reorderNode(int, int) - Method in class org.jbpm.graph.def.ProcessDefinition
 
reorderNode(int, int) - Method in class org.jbpm.graph.def.SuperState
 
replace(Object, Object, Object) - Method in class org.jbpm.db.hibernate.ConverterEnumType
 
resetProblems() - Method in class org.jbpm.jpdl.par.ProcessArchive
 
resolveActionReferences() - Method in class org.jbpm.jpdl.xml.JpdlXmlReader
 
resolveTransitionDestination(Element, Node) - Method in class org.jbpm.jpdl.xml.JpdlXmlReader
 
resolveTransitionDestinations() - Method in class org.jbpm.jpdl.xml.JpdlXmlReader
 
resolveTransitionDestinations(List, Node) - Method in class org.jbpm.jpdl.xml.JpdlXmlReader
 
resource - Variable in class org.jbpm.jpdl.xml.Problem
 
retrieveTransitionNames(Token) - Method in class org.jbpm.graph.node.InterleaveStart
 
returnedClass() - Method in class org.jbpm.db.hibernate.ConverterEnumType
 
revert(Object) - Method in interface org.jbpm.context.exe.Converter
reverts a persisted object to its original form.
revert(Object) - Method in class org.jbpm.context.exe.converter.BooleanToStringConverter
 
revert(Object) - Method in class org.jbpm.context.exe.converter.ByteToLongConverter
 
revert(Object) - Method in class org.jbpm.context.exe.converter.BytesToByteArrayConverter
 
revert(Object) - Method in class org.jbpm.context.exe.converter.CharacterToStringConverter
 
revert(Object) - Method in class org.jbpm.context.exe.converter.DateToLongConverter
 
revert(Object) - Method in class org.jbpm.context.exe.converter.DoubleToStringConverter
 
revert(Object) - Method in class org.jbpm.context.exe.converter.FloatToDoubleConverter
 
revert(Object) - Method in class org.jbpm.context.exe.converter.FloatToStringConverter
 
revert(Object) - Method in class org.jbpm.context.exe.converter.IntegerToLongConverter
 
revert(Object) - Method in class org.jbpm.context.exe.converter.SerializableToByteArrayConverter
 
revert(Object) - Method in class org.jbpm.context.exe.converter.SerializableToStringConverter
 
revert(Object) - Method in class org.jbpm.context.exe.converter.ShortToLongConverter
 
rollbackTransaction() - Method in class org.jbpm.db.JbpmSession
 
rollbackTransactionAndClose() - Method in class org.jbpm.db.JbpmSession
 
rootToken - Variable in class org.jbpm.graph.exe.ProcessInstance
 
run() - Method in class org.jbpm.ant.Launcher
 
run() - Method in class org.jbpm.scheduler.impl.SchedulerThread
 
runtimeActions - Variable in class org.jbpm.graph.exe.ProcessInstance
 

S

SIGNAL_FIRST - Static variable in class org.jbpm.graph.node.TaskNode
proceeds execution when the first task instance is completed.
SIGNAL_FIRST_WAIT - Static variable in class org.jbpm.graph.node.TaskNode
proceeds execution when the first task instance is completed.
SIGNAL_LAST - Static variable in class org.jbpm.graph.node.TaskNode
proceeds execution when the last task instance is completed.
SIGNAL_LAST_WAIT - Static variable in class org.jbpm.graph.node.TaskNode
proceeds execution when the last task instance is completed.
SIGNAL_NEVER - Static variable in class org.jbpm.graph.node.TaskNode
execution never continues, regardless wether tasks are created or still unfinished.
SIGNAL_UNSYNCHRONIZED - Static variable in class org.jbpm.graph.node.TaskNode
execution always continues, regardless wether tasks are created or still unfinished.
Scheduler - class org.jbpm.scheduler.impl.Scheduler.
 
Scheduler() - Constructor for class org.jbpm.scheduler.impl.Scheduler
 
SchedulerHistoryLog - class org.jbpm.scheduler.impl.SchedulerHistoryLog.
 
SchedulerHistoryLog(Date, Timer) - Constructor for class org.jbpm.scheduler.impl.SchedulerHistoryLog
 
SchedulerInstance - class org.jbpm.scheduler.exe.SchedulerInstance.
process instance extension for scheduling and cancalling timers.
SchedulerInstance() - Constructor for class org.jbpm.scheduler.exe.SchedulerInstance
 
SchedulerInstance(ProcessInstance) - Constructor for class org.jbpm.scheduler.exe.SchedulerInstance
 
SchedulerInstance.CancelledTimer - class org.jbpm.scheduler.exe.SchedulerInstance.CancelledTimer.
 
SchedulerInstance.CancelledTimer(String, Token) - Constructor for class org.jbpm.scheduler.exe.SchedulerInstance.CancelledTimer
 
SchedulerListener - interface org.jbpm.scheduler.impl.SchedulerListener.
 
SchedulerMain - class org.jbpm.scheduler.impl.SchedulerMain.
 
SchedulerMain() - Constructor for class org.jbpm.scheduler.impl.SchedulerMain
 
SchedulerServlet - class org.jbpm.scheduler.impl.SchedulerServlet.
the jBPM timer execution servlet.
SchedulerServlet() - Constructor for class org.jbpm.scheduler.impl.SchedulerServlet
 
SchedulerSession - class org.jbpm.db.SchedulerSession.
 
SchedulerSession(JbpmSession) - Constructor for class org.jbpm.db.SchedulerSession
 
SchedulerThread - class org.jbpm.scheduler.impl.SchedulerThread.
 
SchedulerThread() - Constructor for class org.jbpm.scheduler.impl.SchedulerThread
 
SchemaValidationHelper - class org.jbpm.jpdl.xml.SchemaValidationHelper.
Validate an XML document using JAXP techniques and an XML Schema.
SchemaValidationHelper(Reader, String, String) - Constructor for class org.jbpm.jpdl.xml.SchemaValidationHelper
Constructs the schema validation helper and prepares it for reading the XML document.
Script - class org.jbpm.graph.action.Script.
 
Script() - Constructor for class org.jbpm.graph.action.Script
 
SerializableToByteArrayConverter - class org.jbpm.context.exe.converter.SerializableToByteArrayConverter.
 
SerializableToByteArrayConverter() - Constructor for class org.jbpm.context.exe.converter.SerializableToByteArrayConverter
 
SerializableToStringConverter - class org.jbpm.context.exe.converter.SerializableToStringConverter.
 
SerializableToStringConverter() - Constructor for class org.jbpm.context.exe.converter.SerializableToStringConverter
 
ShortToLongConverter - class org.jbpm.context.exe.converter.ShortToLongConverter.
 
ShortToLongConverter() - Constructor for class org.jbpm.context.exe.converter.ShortToLongConverter
 
SignalLog - class org.jbpm.graph.log.SignalLog.
 
SignalLog() - Constructor for class org.jbpm.graph.log.SignalLog
 
SignalLog(Transition) - Constructor for class org.jbpm.graph.log.SignalLog
 
StartHsqldbTask - class org.jbpm.ant.StartHsqldbTask.
 
StartHsqldbTask() - Constructor for class org.jbpm.ant.StartHsqldbTask
 
StartJBossTask - class org.jbpm.ant.StartJBossTask.
 
StartJBossTask() - Constructor for class org.jbpm.ant.StartJBossTask
 
StartState - class org.jbpm.graph.node.StartState.
 
StartState() - Constructor for class org.jbpm.graph.node.StartState
 
StartState(String) - Constructor for class org.jbpm.graph.node.StartState
 
State - class org.jbpm.graph.node.State.
 
State() - Constructor for class org.jbpm.graph.node.State
 
State(String) - Constructor for class org.jbpm.graph.node.State
 
StringInstance - class org.jbpm.context.exe.variableinstance.StringInstance.
 
StringInstance() - Constructor for class org.jbpm.context.exe.variableinstance.StringInstance
 
StringUpdateLog - class org.jbpm.context.log.variableinstance.StringUpdateLog.
 
StringUpdateLog() - Constructor for class org.jbpm.context.log.variableinstance.StringUpdateLog
 
StringUpdateLog(VariableInstance, String, String) - Constructor for class org.jbpm.context.log.variableinstance.StringUpdateLog
 
SubjectAuthenticator - class org.jbpm.security.authenticator.SubjectAuthenticator.
gets the authenticated actor id from the current Subject.
SubjectAuthenticator() - Constructor for class org.jbpm.security.authenticator.SubjectAuthenticator
 
SubmitTaskParametersPermission - class org.jbpm.security.permission.SubmitTaskParametersPermission.
 
SubmitTaskParametersPermission(String, String) - Constructor for class org.jbpm.security.permission.SubmitTaskParametersPermission
 
SuperState - class org.jbpm.graph.def.SuperState.
brings hierarchy into the elements of a process definition by creating a parent-child relation between GraphElements.
SuperState() - Constructor for class org.jbpm.graph.def.SuperState
 
SuperState(String) - Constructor for class org.jbpm.graph.def.SuperState
 
Swimlane - class org.jbpm.taskmgmt.def.Swimlane.
is a process role (aka participant).
Swimlane() - Constructor for class org.jbpm.taskmgmt.def.Swimlane
 
Swimlane(String) - Constructor for class org.jbpm.taskmgmt.def.Swimlane
 
SwimlaneAssignLog - class org.jbpm.taskmgmt.log.SwimlaneAssignLog.
 
SwimlaneAssignLog() - Constructor for class org.jbpm.taskmgmt.log.SwimlaneAssignLog
 
SwimlaneAssignLog(SwimlaneInstance, String, String) - Constructor for class org.jbpm.taskmgmt.log.SwimlaneAssignLog
 
SwimlaneCreateLog - class org.jbpm.taskmgmt.log.SwimlaneCreateLog.
 
SwimlaneCreateLog() - Constructor for class org.jbpm.taskmgmt.log.SwimlaneCreateLog
 
SwimlaneCreateLog(SwimlaneInstance, String) - Constructor for class org.jbpm.taskmgmt.log.SwimlaneCreateLog
 
SwimlaneInstance - class org.jbpm.taskmgmt.exe.SwimlaneInstance.
is a process role for a one process instance.
SwimlaneInstance() - Constructor for class org.jbpm.taskmgmt.exe.SwimlaneInstance
 
SwimlaneInstance(Swimlane) - Constructor for class org.jbpm.taskmgmt.exe.SwimlaneInstance
 
SwimlaneLog - class org.jbpm.taskmgmt.log.SwimlaneLog.
 
SwimlaneLog() - Constructor for class org.jbpm.taskmgmt.log.SwimlaneLog
 
SwimlaneLog(SwimlaneInstance) - Constructor for class org.jbpm.taskmgmt.log.SwimlaneLog
 
saveProcessDefinition(ProcessDefinition) - Method in class org.jbpm.db.GraphSession
saves the process definitions.
saveProcessInstance(ProcessInstance) - Method in class org.jbpm.db.GraphSession
save a new process instance.
saveProcessLog(ProcessLog) - Method in class org.jbpm.db.LoggingSession
saves the given process log to the database.
saveSqlScripts(String, String) - Method in class org.jbpm.db.JbpmSchema
 
saveTimer(Timer) - Method in class org.jbpm.db.SchedulerSession
 
schedule(Timer) - Method in class org.jbpm.scheduler.exe.SchedulerInstance
schedules a timer.
selectNextTransition(Collection) - Method in class org.jbpm.graph.node.InterleaveStart.DefaultInterleaver
 
selectNextTransition(Collection) - Method in interface org.jbpm.graph.node.InterleaveStart.Interleaver
 
serializetoXML(OutputStream, Document) - Method in class org.jbpm.jpdl.convert.Converter
 
setAbleToReactivateParent(boolean) - Method in class org.jbpm.graph.exe.Token
 
setAction(Action) - Method in class org.jbpm.graph.def.Node
 
setAction(Action) - Method in class org.jbpm.graph.exe.ExecutionContext
 
setAction(Action) - Method in class org.jbpm.graph.log.ActionLog
 
setAction(Action) - Method in class org.jbpm.scheduler.exe.Timer
 
setActionDelegation(Delegation) - Method in class org.jbpm.graph.def.Action
 
setActions(String) - Method in class org.jbpm.ant.JbpmSchemaTask
 
setActorId(String) - Method in interface org.jbpm.taskmgmt.exe.Assignable
sets the responsible for this assignable object.
setActorId(String) - Method in class org.jbpm.taskmgmt.exe.PooledActor
 
setActorId(String) - Method in class org.jbpm.taskmgmt.exe.SwimlaneInstance
 
setActorId(String) - Method in class org.jbpm.taskmgmt.exe.TaskInstance
(re)assign this task to the given actor.
setActorId(String, boolean) - Method in class org.jbpm.taskmgmt.exe.TaskInstance
(re)assign this task to the given actor.
setArrivingTransitions(Map) - Method in class org.jbpm.graph.node.StartState
 
setAssignmentDelegation(Delegation) - Method in class org.jbpm.taskmgmt.def.Swimlane
 
setAssignmentDelegation(Delegation) - Method in class org.jbpm.taskmgmt.def.Task
sets the swimlane.
setBack(Transition) - Method in class org.jbpm.graph.node.InterleaveEnd
 
setBlocking(boolean) - Method in class org.jbpm.taskmgmt.def.Task
 
setBlocking(boolean) - Method in class org.jbpm.taskmgmt.exe.TaskInstance
 
setCfg(String) - Method in class org.jbpm.ant.DeployParTask
 
setCfg(String) - Method in class org.jbpm.ant.JbpmSchemaTask
 
setChildren(List) - Method in class org.jbpm.logging.log.CompositeLog
 
setClassName(String) - Method in class org.jbpm.instantiation.Delegation
 
setConfigType(String) - Method in class org.jbpm.instantiation.Delegation
 
setConfiguration(String) - Method in class org.jbpm.ant.StartJBossTask
 
setConfiguration(String) - Method in class org.jbpm.instantiation.Delegation
 
setCreate(Date) - Method in class org.jbpm.taskmgmt.exe.TaskInstance
 
setDatabase(String) - Method in class org.jbpm.ant.StartHsqldbTask
 
setDate(Date) - Method in class org.jbpm.logging.log.ProcessLog
 
setDefinitions(Map) - Method in class org.jbpm.graph.def.ProcessDefinition
 
setDelimiter(String) - Method in class org.jbpm.ant.JbpmSchemaTask
 
setDescription(String) - Method in class org.jbpm.jpdl.xml.Problem
 
setDescription(String) - Method in class org.jbpm.taskmgmt.def.Task
 
setDescription(String) - Method in class org.jbpm.taskmgmt.exe.TaskFormParameter
 
setDestinationNode(Node) - Method in class org.jbpm.graph.log.TransitionLog
 
setDiscriminator(boolean) - Method in class org.jbpm.graph.node.Join
 
setDone(Transition) - Method in class org.jbpm.graph.node.InterleaveEnd
 
setDueDate(String) - Method in class org.jbpm.scheduler.def.CreateTimerAction
 
setDueDate(Date) - Method in class org.jbpm.scheduler.exe.Timer
 
setDueDate(String) - Method in class org.jbpm.taskmgmt.def.Task
 
setDueDate(Date) - Method in class org.jbpm.taskmgmt.exe.TaskInstance
 
setEnd(Date) - Method in class org.jbpm.taskmgmt.exe.TaskInstance
 
setEvent(Event) - Method in class org.jbpm.graph.exe.ExecutionContext
 
setEventSource(GraphElement) - Method in class org.jbpm.graph.exe.ExecutionContext
 
setException(Throwable) - Method in class org.jbpm.graph.exe.ExecutionContext
 
setException(Throwable) - Method in class org.jbpm.graph.log.ActionLog
 
setException(Throwable) - Method in class org.jbpm.jpdl.xml.Problem
 
setExceptionClassName(String) - Method in class org.jbpm.graph.def.ExceptionHandler
 
setExpression(String) - Method in class org.jbpm.graph.action.Script
 
setFolder(String) - Method in class org.jbpm.jpdl.xml.Problem
 
setFrom(Node) - Method in class org.jbpm.graph.def.Transition
sets the from node unidirectionally.
setGraphElement(GraphElement) - Method in class org.jbpm.scheduler.exe.Timer
 
setHistoryMaxSize(int) - Method in class org.jbpm.scheduler.impl.Scheduler
 
setId(long) - Method in class org.jbpm.instantiation.Delegation
 
setId(long) - Method in class org.jbpm.jpdl.exe.MilestoneInstance
 
setId(long) - Method in class org.jbpm.taskmgmt.exe.TaskInstance
 
setIndex(int) - Method in class org.jbpm.logging.log.ProcessLog
 
setInterleaver(InterleaveStart.Interleaver) - Method in class org.jbpm.graph.node.InterleaveStart
 
setInterval(int) - Method in class org.jbpm.scheduler.impl.Scheduler
 
setInterval(long) - Method in class org.jbpm.scheduler.impl.SchedulerThread
 
setJndiName(String) - Method in class org.jbpm.db.jmx.JbpmService
 
setJndiName(String) - Method in interface org.jbpm.db.jmx.JbpmServiceMBean
 
setLabel(String) - Method in class org.jbpm.taskmgmt.exe.TaskFormParameter
 
setLib(String) - Method in class org.jbpm.ant.StartHsqldbTask
 
setLine(Integer) - Method in class org.jbpm.jpdl.xml.Problem
 
setListeners(Collection) - Method in class org.jbpm.jpdl.exe.MilestoneInstance
 
setMilestoneName(String) - Method in class org.jbpm.graph.node.MilestoneEvent
 
setNOutOfM(int) - Method in class org.jbpm.graph.node.Join
 
setName(String) - Method in class org.jbpm.graph.def.Action
 
setName(String) - Method in class org.jbpm.graph.def.GraphElement
 
setName(String) - Method in class org.jbpm.graph.def.Node
updates the name of this node
setName(String) - Method in class org.jbpm.graph.def.Transition
 
setName(String) - Method in class org.jbpm.jpdl.exe.MilestoneInstance
 
setName(String) - Method in class org.jbpm.scheduler.exe.Timer
 
setName(String) - Method in class org.jbpm.taskmgmt.exe.TaskInstance
 
setNode(Node) - Method in class org.jbpm.graph.exe.Token
 
setNodeEnter(Date) - Method in class org.jbpm.graph.exe.Token
 
setObject(Object) - Method in class org.jbpm.context.exe.VariableInstance
stores the value in this variable instance.
setObject(Object) - Method in class org.jbpm.context.exe.variableinstance.ByteArrayInstance
 
setObject(Object) - Method in class org.jbpm.context.exe.variableinstance.DateInstance
 
setObject(Object) - Method in class org.jbpm.context.exe.variableinstance.DoubleInstance
 
setObject(Object) - Method in class org.jbpm.context.exe.variableinstance.HibernateLongInstance
 
setObject(Object) - Method in class org.jbpm.context.exe.variableinstance.HibernateStringInstance
 
setObject(Object) - Method in class org.jbpm.context.exe.variableinstance.LongInstance
 
setObject(Object) - Method in class org.jbpm.context.exe.variableinstance.StringInstance
 
setOutput(String) - Method in class org.jbpm.ant.JbpmSchemaTask
 
setPar(String) - Method in class org.jbpm.ant.DeployParTask
 
setParent(Token) - Method in class org.jbpm.graph.exe.Token
 
setParent(CompositeLog) - Method in class org.jbpm.logging.log.ProcessLog
 
setPooledActors(String[]) - Method in interface org.jbpm.taskmgmt.exe.Assignable
sets the resource pool for this assignable as a set of PooledActors.
setPooledActors(String[]) - Method in class org.jbpm.taskmgmt.exe.SwimlaneInstance
 
setPooledActors(Set) - Method in class org.jbpm.taskmgmt.exe.SwimlaneInstance
 
setPooledActors(String[]) - Method in class org.jbpm.taskmgmt.exe.TaskInstance
 
setPooledActors(Set) - Method in class org.jbpm.taskmgmt.exe.TaskInstance
 
setPort(String) - Method in class org.jbpm.ant.StartHsqldbTask
 
setPriority(int) - Method in class org.jbpm.taskmgmt.def.Task
 
setPriority(int) - Method in class org.jbpm.taskmgmt.exe.TaskInstance
 
setProcessDefinition(ProcessDefinition) - Method in class org.jbpm.graph.def.Action
 
setProcessDefinition(ProcessDefinition) - Method in class org.jbpm.graph.def.GraphElement
 
setProcessDefinition(ProcessDefinition) - Method in class org.jbpm.graph.def.ProcessDefinition
 
setProcessDefinition(ProcessDefinition) - Method in class org.jbpm.instantiation.Delegation
 
setProcessDefinition(ProcessDefinition) - Method in class org.jbpm.module.def.ModuleDefinition
 
setProcessEnded(boolean) - Method in class org.jbpm.scheduler.exe.SchedulerInstance
 
setProcessInstance(ProcessInstance) - Method in class org.jbpm.graph.exe.Token
 
setProcessInstance(ProcessInstance) - Method in class org.jbpm.module.exe.ModuleInstance
 
setPropagationAllowed(boolean) - Method in class org.jbpm.graph.def.Action
 
setProperties(String) - Method in class org.jbpm.ant.DeployParTask
 
setProperties(String) - Method in class org.jbpm.ant.JbpmSchemaTask
 
setPropertyValue(Class, Object, String, Element) - Method in class org.jbpm.instantiation.BeanInstantiator
 
setPropertyValue(Class, Object, String, Element) - Method in class org.jbpm.instantiation.FieldInstantiator
 
setQuiet(boolean) - Method in class org.jbpm.ant.JbpmSchemaTask
 
setReached(boolean) - Method in class org.jbpm.jpdl.exe.MilestoneInstance
 
setReadable(boolean) - Method in class org.jbpm.taskmgmt.exe.TaskFormParameter
 
setReferencedAction(Action) - Method in class org.jbpm.graph.def.Action
 
setRelativeTokenPath(String) - Method in class org.jbpm.graph.node.MilestoneEvent
 
setRepeat(String) - Method in class org.jbpm.scheduler.def.CreateTimerAction
 
setRepeat(String) - Method in class org.jbpm.scheduler.exe.Timer
 
setRequired(boolean) - Method in class org.jbpm.taskmgmt.exe.TaskFormParameter
 
setResource(String) - Method in class org.jbpm.jpdl.xml.Problem
 
setScript(Script) - Method in class org.jbpm.graph.node.Fork
 
setScript(Script) - Method in class org.jbpm.graph.node.Join
 
setSignalling(boolean) - Method in class org.jbpm.taskmgmt.exe.TaskInstance
 
setStartState(StartState) - Method in class org.jbpm.graph.def.ProcessDefinition
 
setStartState(StartState) - Method in class org.jbpm.taskmgmt.def.Task
 
setStartTask(Task) - Method in class org.jbpm.taskmgmt.def.TaskMgmtDefinition
 
setSubProcessDefinition(ProcessDefinition) - Method in class org.jbpm.graph.node.ProcessState
 
setSubProcessInstance(ProcessInstance) - Method in class org.jbpm.graph.exe.Token
 
setSuperProcessToken(Token) - Method in class org.jbpm.graph.exe.ProcessInstance
 
setSwimlane(Swimlane) - Method in class org.jbpm.taskmgmt.def.Task
sets the swimlane unidirectionally.
setSwimlaneInstance(SwimlaneInstance) - Method in class org.jbpm.taskmgmt.exe.PooledActor
 
setSwimlaneInstance(SwimlaneInstance) - Method in class org.jbpm.taskmgmt.exe.TaskInstance
 
setSynchronized(boolean) - Method in class org.jbpm.graph.node.Merge
 
setTask(Task) - Method in class org.jbpm.graph.exe.ExecutionContext
 
setTask(Task) - Method in class org.jbpm.taskmgmt.exe.TaskInstance
 
setTaskController(TaskController) - Method in class org.jbpm.taskmgmt.def.Task
 
setTaskControllerDelegation(Delegation) - Method in class org.jbpm.taskmgmt.def.TaskController
 
setTaskInstance(TaskInstance) - Method in class org.jbpm.graph.exe.Comment
 
setTaskInstance(TaskInstance) - Method in class org.jbpm.graph.exe.ExecutionContext
 
setTaskInstance(TaskInstance) - Method in class org.jbpm.scheduler.exe.Timer
 
setTaskMgmtDefinition(TaskMgmtDefinition) - Method in class org.jbpm.taskmgmt.def.Swimlane
sets the taskMgmtDefinition unidirectionally.
setTaskMgmtDefinition(TaskMgmtDefinition) - Method in class org.jbpm.taskmgmt.def.Task
sets the taskMgmtDefinition unidirectionally.
setTaskMgmtInstance(TaskMgmtInstance) - Method in class org.jbpm.taskmgmt.exe.SwimlaneInstance
 
setTaskMgmtInstance(TaskMgmtInstance) - Method in class org.jbpm.taskmgmt.exe.TaskInstance
 
setTaskNode(TaskNode) - Method in class org.jbpm.taskmgmt.def.Task
sets the taskNode unidirectionally.
setTerminationImplicit(boolean) - Method in class org.jbpm.graph.def.ProcessDefinition
 
setTerminationImplicit(boolean) - Method in class org.jbpm.graph.exe.Token
 
setText(boolean) - Method in class org.jbpm.ant.JbpmSchemaTask
 
setTimerAction(Action) - Method in class org.jbpm.scheduler.def.CreateTimerAction
 
setTimerName(String) - Method in class org.jbpm.scheduler.def.CancelTimerAction
 
setTimerName(String) - Method in class org.jbpm.scheduler.def.CreateTimerAction
 
setTo(Node) - Method in class org.jbpm.graph.def.Transition
sets the to node unidirectionally.
setToken(Token) - Method in class org.jbpm.graph.exe.Comment
 
setToken(Token) - Method in class org.jbpm.jpdl.exe.MilestoneInstance
 
setToken(Token) - Method in class org.jbpm.logging.log.ProcessLog
 
setToken(Token) - Method in class org.jbpm.scheduler.exe.Timer
 
setToken(Token) - Method in class org.jbpm.taskmgmt.exe.TaskInstance
 
setTokenNames(Collection) - Method in class org.jbpm.graph.node.Join
 
setTokenPath(String) - Method in class org.jbpm.graph.node.MilestoneNode
 
setTransientVariable(String, Object) - Method in class org.jbpm.context.exe.ContextInstance
sets the transient variable for the given name to the given value.
setTransientVariables(Map) - Method in class org.jbpm.context.exe.ContextInstance
replaces the transient variables with the given map.
setTransition(Transition) - Method in class org.jbpm.graph.exe.ExecutionContext
 
setTransitionName(String) - Method in class org.jbpm.scheduler.def.CreateTimerAction
 
setTransitionName(String) - Method in class org.jbpm.scheduler.exe.Timer
 
setTransitionSource(Node) - Method in class org.jbpm.graph.exe.ExecutionContext
 
setUseNamespace(boolean) - Method in class org.jbpm.jpdl.xml.JpdlXmlWriter
 
setValue(Object) - Method in class org.jbpm.context.exe.VariableInstance
 
setValue(Object) - Method in class org.jbpm.taskmgmt.exe.TaskFormParameter
 
setVariable(String, Object) - Method in class org.jbpm.context.exe.ContextInstance
sets a variable on the process instance scope.
setVariable(String, Object, Token) - Method in class org.jbpm.context.exe.ContextInstance
sets a variable.
setVariable(String, Object) - Method in class org.jbpm.context.exe.TokenVariableMap
 
setVariable(String, Object) - Method in class org.jbpm.graph.exe.ExecutionContext
set a process variable.
setVariableAccesses(Set) - Method in class org.jbpm.graph.action.Script
 
setVariableAccesses(List) - Method in class org.jbpm.taskmgmt.def.TaskController
 
setVersion(int) - Method in class org.jbpm.graph.def.ProcessDefinition
 
setWritable(boolean) - Method in class org.jbpm.taskmgmt.exe.TaskFormParameter
 
signal() - Method in class org.jbpm.graph.exe.ProcessInstance
instructs the main path of execution to continue by taking the default transition on the current node.
signal(String) - Method in class org.jbpm.graph.exe.ProcessInstance
instructs the main path of execution to continue by taking the specified transition on the current node.
signal(Transition) - Method in class org.jbpm.graph.exe.ProcessInstance
instructs the main path of execution to continue by taking the specified transition on the current node.
signal() - Method in class org.jbpm.graph.exe.Token
provides a signal to the token.
signal(String) - Method in class org.jbpm.graph.exe.Token
provides a signal to the token.
signal(Transition) - Method in class org.jbpm.graph.exe.Token
provides a signal to the token.
signalToString(int) - Static method in class org.jbpm.graph.node.TaskNode
 
sourceNode - Variable in class org.jbpm.graph.log.TransitionLog
 
sqlTypes() - Method in class org.jbpm.db.hibernate.ConverterEnumType
 
start - Variable in class org.jbpm.graph.exe.ProcessInstance
 
start - Variable in class org.jbpm.graph.exe.Token
 
start() - Method in class org.jbpm.scheduler.impl.Scheduler
 
start - Variable in class org.jbpm.taskmgmt.exe.TaskInstance
 
start() - Method in class org.jbpm.taskmgmt.exe.TaskInstance
can optionally be used to indicate that the actor is starting to work on this task instance.
start(String) - Method in class org.jbpm.taskmgmt.exe.TaskInstance
convenience method that combines a TaskInstance.setActorId(String) and a TaskInstance.start().
startCompositeLog(CompositeLog) - Method in class org.jbpm.graph.exe.Token
convenience method for starting a composite log.
startCompositeLog(CompositeLog) - Method in class org.jbpm.logging.exe.LoggingInstance
 
startService() - Method in class org.jbpm.db.jmx.JbpmService
 
startState - Variable in class org.jbpm.graph.def.ProcessDefinition
 
startState - Variable in class org.jbpm.taskmgmt.def.Task
 
startTask - Variable in class org.jbpm.taskmgmt.def.TaskMgmtDefinition
 
stop() - Method in class org.jbpm.scheduler.impl.Scheduler
 
stopService() - Method in class org.jbpm.db.jmx.JbpmService
 
storeTransitionNames(Collection, Token) - Method in class org.jbpm.graph.node.InterleaveStart
 
subProcessDefinition - Variable in class org.jbpm.graph.node.ProcessState
 
subProcessInstance - Variable in class org.jbpm.graph.exe.Token
 
subProcessName - Variable in class org.jbpm.graph.node.ProcessState
 
subProcessVersion - Variable in class org.jbpm.graph.node.ProcessState
 
submitParameters(Map, TaskInstance) - Method in class org.jbpm.taskmgmt.def.TaskController
update the process variables from the the task-parameter input.
submitParameters(Map, TaskInstance) - Method in interface org.jbpm.taskmgmt.def.TaskControllerHandler
is called when a user submits parameters for a given task.
submitParameters(Map) - Method in class org.jbpm.taskmgmt.exe.TaskInstance
 
superProcessToken - Variable in class org.jbpm.graph.exe.ProcessInstance
 
superState - Variable in class org.jbpm.graph.def.Node
 
supportedEventTypes - Static variable in class org.jbpm.graph.def.Node
 
supportedEventTypes - Static variable in class org.jbpm.graph.def.ProcessDefinition
 
supportedEventTypes - Static variable in class org.jbpm.graph.def.SuperState
 
supportedEventTypes - Static variable in class org.jbpm.graph.def.Transition
 
supportedEventTypes - Static variable in class org.jbpm.graph.node.EndState
 
supportedEventTypes - Static variable in class org.jbpm.graph.node.ProcessState
 
supportedEventTypes - Static variable in class org.jbpm.graph.node.StartState
 
supports(Class) - Method in interface org.jbpm.context.exe.Converter
is true if this converter supports the given type, false otherwise.
supports(Class) - Method in class org.jbpm.context.exe.VariableInstance
is true if this variable-instance supports the given type, false otherwise.
supports(Class) - Method in class org.jbpm.context.exe.converter.BooleanToStringConverter
 
supports(Class) - Method in class org.jbpm.context.exe.converter.ByteToLongConverter
 
supports(Class) - Method in class org.jbpm.context.exe.converter.BytesToByteArrayConverter
 
supports(Class) - Method in class org.jbpm.context.exe.converter.CharacterToStringConverter
 
supports(Class) - Method in class org.jbpm.context.exe.converter.DateToLongConverter
 
supports(Class) - Method in class org.jbpm.context.exe.converter.DoubleToStringConverter
 
supports(Class) - Method in class org.jbpm.context.exe.converter.FloatToDoubleConverter
 
supports(Class) - Method in class org.jbpm.context.exe.converter.FloatToStringConverter
 
supports(Class) - Method in class org.jbpm.context.exe.converter.IntegerToLongConverter
 
supports(Class) - Method in class org.jbpm.context.exe.converter.SerializableToByteArrayConverter
 
supports(Class) - Method in class org.jbpm.context.exe.converter.SerializableToStringConverter
 
supports(Class) - Method in class org.jbpm.context.exe.converter.ShortToLongConverter
 
supports(Class) - Method in class org.jbpm.context.exe.variableinstance.ByteArrayInstance
 
supports(Class) - Method in class org.jbpm.context.exe.variableinstance.DateInstance
 
supports(Class) - Method in class org.jbpm.context.exe.variableinstance.DoubleInstance
 
supports(Class) - Method in class org.jbpm.context.exe.variableinstance.HibernateLongInstance
 
supports(Class) - Method in class org.jbpm.context.exe.variableinstance.HibernateStringInstance
 
supports(Class) - Method in class org.jbpm.context.exe.variableinstance.LongInstance
 
supports(Class) - Method in class org.jbpm.context.exe.variableinstance.StringInstance
 
swimlane - Variable in class org.jbpm.taskmgmt.def.Task
 
swimlane - Variable in class org.jbpm.taskmgmt.exe.SwimlaneInstance
 
swimlaneActorId - Variable in class org.jbpm.taskmgmt.log.SwimlaneCreateLog
 
swimlaneInstance - Variable in class org.jbpm.taskmgmt.exe.PooledActor
 
swimlaneInstance - Variable in class org.jbpm.taskmgmt.exe.TaskInstance
 
swimlaneInstance - Variable in class org.jbpm.taskmgmt.log.SwimlaneLog
 
swimlaneNewActorId - Variable in class org.jbpm.taskmgmt.log.SwimlaneAssignLog
 
swimlaneOldActorId - Variable in class org.jbpm.taskmgmt.log.SwimlaneAssignLog
 
swimlanes - Variable in class org.jbpm.taskmgmt.def.TaskMgmtDefinition
 

T

TRUE_TEXT - Static variable in class org.jbpm.context.exe.converter.BooleanToStringConverter
 
Task - class org.jbpm.taskmgmt.def.Task.
defines a task and how the actor must be calculated at runtime.
Task() - Constructor for class org.jbpm.taskmgmt.def.Task
 
Task(String) - Constructor for class org.jbpm.taskmgmt.def.Task
 
TaskAssignLog - class org.jbpm.taskmgmt.log.TaskAssignLog.
 
TaskAssignLog() - Constructor for class org.jbpm.taskmgmt.log.TaskAssignLog
 
TaskAssignLog(TaskInstance, String, String) - Constructor for class org.jbpm.taskmgmt.log.TaskAssignLog
 
TaskAssignPermission - class org.jbpm.security.permission.TaskAssignPermission.
 
TaskAssignPermission(String, String) - Constructor for class org.jbpm.security.permission.TaskAssignPermission
 
TaskController - class org.jbpm.taskmgmt.def.TaskController.
is a controller for one task.
TaskController() - Constructor for class org.jbpm.taskmgmt.def.TaskController
 
TaskControllerHandler - interface org.jbpm.taskmgmt.def.TaskControllerHandler.
 
TaskCreateLog - class org.jbpm.taskmgmt.log.TaskCreateLog.
 
TaskCreateLog() - Constructor for class org.jbpm.taskmgmt.log.TaskCreateLog
 
TaskCreateLog(TaskInstance, String) - Constructor for class org.jbpm.taskmgmt.log.TaskCreateLog
 
TaskEndLog - class org.jbpm.taskmgmt.log.TaskEndLog.
 
TaskEndLog() - Constructor for class org.jbpm.taskmgmt.log.TaskEndLog
 
TaskEndLog(TaskInstance) - Constructor for class org.jbpm.taskmgmt.log.TaskEndLog
 
TaskFormParameter - class org.jbpm.taskmgmt.exe.TaskFormParameter.
 
TaskFormParameter() - Constructor for class org.jbpm.taskmgmt.exe.TaskFormParameter
 
TaskFormParameter(VariableAccess, Object) - Constructor for class org.jbpm.taskmgmt.exe.TaskFormParameter
 
TaskFormParameter(TaskFormParameter) - Constructor for class org.jbpm.taskmgmt.exe.TaskFormParameter
 
TaskInstance - class org.jbpm.taskmgmt.exe.TaskInstance.
is one task instance that can be assigned to an actor (read: put in someones task list) and that can trigger the coninuation of execution of the token upon completion.
TaskInstance() - Constructor for class org.jbpm.taskmgmt.exe.TaskInstance
 
TaskInstance(String) - Constructor for class org.jbpm.taskmgmt.exe.TaskInstance
 
TaskInstance(String, String) - Constructor for class org.jbpm.taskmgmt.exe.TaskInstance
 
TaskInstanceFactory - interface org.jbpm.taskmgmt.exe.TaskInstanceFactory.
 
TaskLog - class org.jbpm.taskmgmt.log.TaskLog.
 
TaskLog() - Constructor for class org.jbpm.taskmgmt.log.TaskLog
 
TaskLog(TaskInstance) - Constructor for class org.jbpm.taskmgmt.log.TaskLog
 
TaskMgmtDefinition - class org.jbpm.taskmgmt.def.TaskMgmtDefinition.
extends a process definition with information about tasks, swimlanes (for task assignment).
TaskMgmtDefinition() - Constructor for class org.jbpm.taskmgmt.def.TaskMgmtDefinition
 
TaskMgmtInstance - class org.jbpm.taskmgmt.exe.TaskMgmtInstance.
process instance extension for managing tasks on a process instance.
TaskMgmtInstance() - Constructor for class org.jbpm.taskmgmt.exe.TaskMgmtInstance
 
TaskMgmtInstance(TaskMgmtDefinition) - Constructor for class org.jbpm.taskmgmt.exe.TaskMgmtInstance
 
TaskMgmtSession - class org.jbpm.db.TaskMgmtSession.
 
TaskMgmtSession(JbpmSession) - Constructor for class org.jbpm.db.TaskMgmtSession
 
TaskNode - class org.jbpm.graph.node.TaskNode.
is a node that relates to one or more tasks.
TaskNode() - Constructor for class org.jbpm.graph.node.TaskNode
 
TaskNode(String) - Constructor for class org.jbpm.graph.node.TaskNode
 
Timer - class org.jbpm.scheduler.exe.Timer.
a process timer.
Timer(Token) - Constructor for class org.jbpm.scheduler.exe.Timer
 
Token - class org.jbpm.graph.exe.Token.
represents one path of execution and maintains a pointer to a node in the ProcessDefinition.
Token() - Constructor for class org.jbpm.graph.exe.Token
 
Token(ProcessInstance) - Constructor for class org.jbpm.graph.exe.Token
creates a root token.
Token(Token, String) - Constructor for class org.jbpm.graph.exe.Token
creates a child token.
TokenCreateLog - class org.jbpm.graph.log.TokenCreateLog.
 
TokenCreateLog() - Constructor for class org.jbpm.graph.log.TokenCreateLog
 
TokenCreateLog(Token) - Constructor for class org.jbpm.graph.log.TokenCreateLog
 
TokenEndLog - class org.jbpm.graph.log.TokenEndLog.
 
TokenEndLog() - Constructor for class org.jbpm.graph.log.TokenEndLog
 
TokenEndLog(Token) - Constructor for class org.jbpm.graph.log.TokenEndLog
 
TokenVariableMap - class org.jbpm.context.exe.TokenVariableMap.
is a jbpm-internal map of variables related to one Token.
TokenVariableMap() - Constructor for class org.jbpm.context.exe.TokenVariableMap
 
TokenVariableMap(Token, ContextInstance) - Constructor for class org.jbpm.context.exe.TokenVariableMap
 
Transition - class org.jbpm.graph.def.Transition.
 
Transition() - Constructor for class org.jbpm.graph.def.Transition
 
Transition(String) - Constructor for class org.jbpm.graph.def.Transition
 
TransitionLog - class org.jbpm.graph.log.TransitionLog.
 
TransitionLog() - Constructor for class org.jbpm.graph.log.TransitionLog
 
TransitionLog(Transition, Node) - Constructor for class org.jbpm.graph.log.TransitionLog
 
tableName(String) - Method in class org.jbpm.db.hibernate.JbpmNamingStrategy
 
take(ExecutionContext) - Method in class org.jbpm.graph.def.Transition
passes execution over this transition.
task - Variable in class org.jbpm.graph.exe.ExecutionContext
 
task - Variable in class org.jbpm.taskmgmt.exe.TaskInstance
 
taskActorId - Variable in class org.jbpm.taskmgmt.log.TaskCreateLog
 
taskController - Variable in class org.jbpm.taskmgmt.def.Task
 
taskInstance - Variable in class org.jbpm.graph.exe.Comment
 
taskInstance - Variable in class org.jbpm.graph.exe.ExecutionContext
 
taskInstance - Variable in class org.jbpm.taskmgmt.log.TaskLog
 
taskInstances - Variable in class org.jbpm.taskmgmt.exe.PooledActor
 
taskMgmtDefinition - Variable in class org.jbpm.taskmgmt.def.Task
 
taskMgmtInstance - Variable in class org.jbpm.taskmgmt.exe.SwimlaneInstance
 
taskMgmtInstance - Variable in class org.jbpm.taskmgmt.exe.TaskInstance
 
taskNewActorId - Variable in class org.jbpm.taskmgmt.log.TaskAssignLog
 
taskNode - Variable in class org.jbpm.taskmgmt.def.Task
 
taskOldActorId - Variable in class org.jbpm.taskmgmt.log.TaskAssignLog
 
tasks - Variable in class org.jbpm.taskmgmt.def.TaskMgmtDefinition
 
time - Variable in class org.jbpm.graph.exe.Comment
 
timerExecuted(Date, Timer) - Method in interface org.jbpm.scheduler.impl.SchedulerListener
 
to - Variable in class org.jbpm.graph.def.Transition
 
toString() - Method in class org.jbpm.context.exe.VariableInstance
 
toString() - Method in class org.jbpm.context.log.VariableCreateLog
 
toString() - Method in class org.jbpm.context.log.VariableDeleteLog
 
toString() - Method in class org.jbpm.context.log.VariableUpdateLog
 
toString() - Method in class org.jbpm.context.log.variableinstance.ByteArrayUpdateLog
 
toString() - Method in class org.jbpm.graph.def.Action
 
toString() - Method in class org.jbpm.graph.def.Event
collects static and runtime actions.
toString() - Method in class org.jbpm.graph.def.GraphElement
 
toString() - Method in class org.jbpm.graph.exe.ExecutionContext
 
toString() - Method in class org.jbpm.graph.exe.Token
 
toString() - Method in class org.jbpm.graph.log.ActionLog
 
toString() - Method in class org.jbpm.graph.log.NodeLog
 
toString() - Method in class org.jbpm.graph.log.ProcessInstanceCreateLog
 
toString() - Method in class org.jbpm.graph.log.ProcessInstanceEndLog
 
toString() - Method in class org.jbpm.graph.log.SignalLog
 
toString() - Method in class org.jbpm.graph.log.TokenCreateLog
 
toString() - Method in class org.jbpm.graph.log.TokenEndLog
 
toString() - Method in class org.jbpm.graph.log.TransitionLog
 
toString() - Method in class org.jbpm.jpdl.par.ProcessArchive
 
toString(ProcessDefinition) - Static method in class org.jbpm.jpdl.xml.JpdlXmlWriter
 
toString() - Method in class org.jbpm.jpdl.xml.Problem
 
toString() - Method in class org.jbpm.logging.log.CompositeLog
 
toString() - Method in class org.jbpm.logging.log.MessageLog
 
toString() - Method in class org.jbpm.logging.log.ProcessLog
provides a text description for this update which can be used e.g.
toString() - Method in class org.jbpm.scheduler.exe.Timer
 
toString() - Method in class org.jbpm.taskmgmt.exe.TaskFormParameter
 
toString() - Method in class org.jbpm.taskmgmt.log.SwimlaneAssignLog
 
toString() - Method in class org.jbpm.taskmgmt.log.SwimlaneCreateLog
 
toString() - Method in class org.jbpm.taskmgmt.log.TaskAssignLog
 
toString() - Method in class org.jbpm.taskmgmt.log.TaskCreateLog
 
toString() - Method in class org.jbpm.taskmgmt.log.TaskEndLog
 
token - Variable in class org.jbpm.context.exe.TokenVariableMap
 
token - Variable in class org.jbpm.context.exe.VariableInstance
 
token - Variable in class org.jbpm.graph.exe.Comment
 
token - Variable in class org.jbpm.graph.exe.ExecutionContext
 
token - Variable in class org.jbpm.jpdl.exe.MilestoneInstance
 
token - Variable in class org.jbpm.logging.log.ProcessLog
 
token - Variable in class org.jbpm.taskmgmt.exe.TaskInstance
 
tokenVariableMap - Variable in class org.jbpm.context.exe.VariableInstance
 
tokenVariableMaps - Variable in class org.jbpm.context.exe.ContextInstance
 
transfer(InputStream, OutputStream) - Static method in class org.jbpm.file.def.FileDefinition
 
transientInstances - Variable in class org.jbpm.graph.exe.ProcessInstance
 
transientVariables - Variable in class org.jbpm.context.exe.ContextInstance
 
transition - Variable in class org.jbpm.graph.exe.ExecutionContext
 
transition - Variable in class org.jbpm.graph.log.SignalLog
 
transition - Variable in class org.jbpm.graph.log.TransitionLog
 
transitionSource - Variable in class org.jbpm.graph.exe.ExecutionContext
 

U

undo() - Method in class org.jbpm.context.log.VariableUpdateLog
 

V

VariableAccess - class org.jbpm.context.def.VariableAccess.
specifies access to a variable.
VariableAccess() - Constructor for class org.jbpm.context.def.VariableAccess
 
VariableAccess(String, String, String) - Constructor for class org.jbpm.context.def.VariableAccess
 
VariableCreateLog - class org.jbpm.context.log.VariableCreateLog.
 
VariableCreateLog() - Constructor for class org.jbpm.context.log.VariableCreateLog
 
VariableCreateLog(VariableInstance) - Constructor for class org.jbpm.context.log.VariableCreateLog
 
VariableDeleteLog - class org.jbpm.context.log.VariableDeleteLog.
 
VariableDeleteLog() - Constructor for class org.jbpm.context.log.VariableDeleteLog
 
VariableDeleteLog(VariableInstance) - Constructor for class org.jbpm.context.log.VariableDeleteLog
 
VariableInstance - class org.jbpm.context.exe.VariableInstance.
is a jbpm-internal class that serves as a base class for classes that store variable values in the database.
VariableInstance() - Constructor for class org.jbpm.context.exe.VariableInstance
 
VariableLog - class org.jbpm.context.log.VariableLog.
 
VariableLog() - Constructor for class org.jbpm.context.log.VariableLog
 
VariableLog(VariableInstance) - Constructor for class org.jbpm.context.log.VariableLog
 
VariableUpdateLog - class org.jbpm.context.log.VariableUpdateLog.
 
VariableUpdateLog() - Constructor for class org.jbpm.context.log.VariableUpdateLog
 
VariableUpdateLog(VariableInstance) - Constructor for class org.jbpm.context.log.VariableUpdateLog
 
ViewTaskParametersPermission - class org.jbpm.security.permission.ViewTaskParametersPermission.
 
ViewTaskParametersPermission(String, String) - Constructor for class org.jbpm.security.permission.ViewTaskParametersPermission
 
value - Variable in class org.jbpm.context.exe.variableinstance.ByteArrayInstance
 
value - Variable in class org.jbpm.context.exe.variableinstance.DateInstance
 
value - Variable in class org.jbpm.context.exe.variableinstance.DoubleInstance
 
value - Variable in class org.jbpm.context.exe.variableinstance.HibernateLongInstance
 
value - Variable in class org.jbpm.context.exe.variableinstance.HibernateStringInstance
 
value - Variable in class org.jbpm.context.exe.variableinstance.LongInstance
 
value - Variable in class org.jbpm.context.exe.variableinstance.StringInstance
 
value - Variable in class org.jbpm.taskmgmt.exe.TaskFormParameter
 
variableAccesses - Variable in class org.jbpm.graph.action.Script
 
variableAccesses - Variable in class org.jbpm.graph.node.ProcessState
 
variableClass - Variable in class org.jbpm.context.exe.JbpmType
 
variableClassName - Variable in class org.jbpm.context.exe.JbpmType
 
variableInstance - Variable in class org.jbpm.context.log.VariableLog
 
variableInstanceClass - Variable in class org.jbpm.context.exe.JbpmType
 
variableInstances - Variable in class org.jbpm.context.exe.TokenVariableMap
 
variableName - Variable in class org.jbpm.context.def.VariableAccess
 
verifySwimlaneAssignments() - Method in class org.jbpm.jpdl.xml.JpdlXmlReader
 
version - Variable in class org.jbpm.graph.def.ProcessDefinition
 

W

write(Element) - Method in class org.jbpm.graph.def.Action
 
write(Element) - Method in class org.jbpm.graph.def.Node
 
write(Element) - Method in class org.jbpm.graph.node.InterleaveEnd
 
write(Element) - Method in class org.jbpm.graph.node.InterleaveStart
 
write(Element) - Method in class org.jbpm.graph.node.StartState
 
write(Element) - Method in class org.jbpm.instantiation.Delegation
 
write(ProcessDefinition) - Method in class org.jbpm.jpdl.xml.JpdlXmlWriter
 
write(Element) - Method in interface org.jbpm.jpdl.xml.Parsable
 

X

XmlInstantiator - class org.jbpm.instantiation.XmlInstantiator.
 
XmlInstantiator() - Constructor for class org.jbpm.instantiation.XmlInstantiator
 

A B C D E F G H I J L M N O P R S T U V W X

Version : jbpm-3.0.4