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

A

AbstractCollectionBinding - Class in org.jbpm.wire.binding
 
AbstractCollectionBinding() - Constructor for class org.jbpm.wire.binding.AbstractCollectionBinding
 
AbstractCommand<T> - Class in org.jbpm.client
 
AbstractCommand() - Constructor for class org.jbpm.client.AbstractCommand
 
AbstractDescriptor - Class in org.jbpm.wire.descriptor
base class for Descriptors.
AbstractDescriptor() - Constructor for class org.jbpm.wire.descriptor.AbstractDescriptor
 
AbstractDescriptor(String) - Constructor for class org.jbpm.wire.descriptor.AbstractDescriptor
 
AbstractOperation - Class in org.jbpm.wire.operation
 
AbstractOperation() - Constructor for class org.jbpm.wire.operation.AbstractOperation
 
AcquireJobs - Class in org.jbpm.jobexecutor
 
AcquireJobs(JobExecutor) - Constructor for class org.jbpm.jobexecutor.AcquireJobs
 
acquireJobs() - Method in class org.jbpm.jobexecutor.DispatcherThread
 
Activity - Interface in org.jbpm.pvm
piece of Java code that is to be included in a process as the runtime node behaviour or as a hidden listener to process events.
activityReference - Variable in class org.jbpm.env.session.Timer
 
activityReferences - Variable in class org.jbpm.pvm.impl.ExceptionHandlerImpl
 
add(Date, Duration) - Method in class org.jbpm.cal.BusinessCalendar
 
add(Date, long, boolean) - Method in class org.jbpm.cal.DayPart
 
add(ProcessLog) - Method in interface org.jbpm.env.session.LogSession
 
add(Descriptor) - Method in class org.jbpm.pvm.impl.WireProperties
 
add(ProcessLog) - Method in class org.jbpm.pvm.log.LogSessionChain
 
add(ProcessLog) - Method in class org.jbpm.pvm.log.LogSessionFilter
 
addArchive(ZipInputStream) - Method in class org.jbpm.deploy.Deployment
 
addArchiveFile(File) - Method in class org.jbpm.deploy.Deployment
 
addArchiveResource(String) - Method in class org.jbpm.deploy.Deployment
 
addArchiveUrl(URL) - Method in class org.jbpm.deploy.Deployment
 
addArgDescriptor(ArgDescriptor) - Method in class org.jbpm.wire.descriptor.ObjectDescriptor
Adds a argument descriptor to the list of arguments descriptor to used when invoking the specified method.
addArgDescriptor(ArgDescriptor) - Method in class org.jbpm.wire.operation.InvokeOperation
Adds a descriptor to the list of arguments descriptors.
addAttachment(String, InputStream) - Method in class org.jbpm.pvm.impl.ProcessDefinitionImpl
 
addAttachment(String, byte[]) - Method in class org.jbpm.pvm.impl.ProcessDefinitionImpl
 
addBinding(String, Binding) - Method in class org.jbpm.xml.Bindings
add an elementParser to this parser that will handle parsing of elements of the given tagName for the default category.
addBinding(QName, Binding) - Method in class org.jbpm.xml.Bindings
 
addBinding(String, Binding, String) - Method in class org.jbpm.xml.Bindings
add an elementParser to this parser that will handle parsing of elements of the given tagName for the given category.
addBinding(QName, Binding, String) - Method in class org.jbpm.xml.Bindings
 
addCacheOperation(Operation) - Method in class org.jbpm.wire.descriptor.HibernateConfigurationDescriptor
 
addComment(CommentImpl) - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
addContext(Context) - Method in class org.jbpm.env.Environment
 
addContext(Context) - Method in class org.jbpm.env.impl.DefaultEnvironment
 
addDescriptor(Descriptor) - Method in class org.jbpm.wire.WireDefinition
 
addDescriptor(String, Descriptor) - Method in class org.jbpm.wire.WireDefinition
 
addDirectory(String) - Method in class org.jbpm.deploy.Deployment
recursively adds all files in a directory using the relative file names
addDirectory(File) - Method in class org.jbpm.deploy.Deployment
recursively adds all files in a directory using the relative file names
addDirectory(File, String, boolean) - Method in class org.jbpm.deploy.Deployment
 
addDirectoryCanonical(String) - Method in class org.jbpm.deploy.Deployment
recursively adds all files in a directory using the canonical file names
addDirectoryCanonical(File) - Method in class org.jbpm.deploy.Deployment
recursively adds all files in a directory using the canonical file names
addEagerInitObjectName(String) - Method in class org.jbpm.wire.WireDefinition
 
addedActions - Variable in class org.jbpm.pvm.impl.ProcessModificationsImpl
 
addedNodes - Variable in class org.jbpm.pvm.impl.ProcessModificationsImpl
 
addedTransitions - Variable in class org.jbpm.pvm.impl.ProcessModificationsImpl
 
addEntity(String, Entity) - Method in class org.jbpm.xml.Parser
adds a resolver to the schema catalog.
addEvent(EventImpl) - Method in class org.jbpm.pvm.impl.ObservableElementImpl
add an event to this processDefinition element.
addException(Descriptor, Exception) - Method in class org.jbpm.wire.WireContext
 
addExceptionHandler(ExceptionHandlerImpl) - Method in class org.jbpm.pvm.impl.ProcessElementImpl
 
addExecution(Execution) - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
addFile(File) - Method in class org.jbpm.deploy.Deployment
 
addIncomingTransition(TransitionImpl) - Method in class org.jbpm.pvm.impl.NodeImpl
adds the given transition as an arriving transition to this node.
addInjection(String, Descriptor) - Method in class org.jbpm.wire.descriptor.ObjectDescriptor
add an injection based on a descriptor
addInputStream(String, InputStream) - Method in class org.jbpm.deploy.Deployment
 
addInterceptorDescriptor(Descriptor) - Method in class org.jbpm.wire.descriptor.CommandServiceDescriptor
 
addLanguage(String, String, List<Deployer>) - Method in class org.jbpm.deploy.DeployerManager
 
addLanguage(String, String, List<Descriptor>) - Method in class org.jbpm.wire.descriptor.DeployerManagerDescriptor
 
addListener(Listener) - Method in class org.jbpm.util.DefaultObservable
 
addListener(Listener, String) - Method in class org.jbpm.util.DefaultObservable
 
addListener(Listener, List<String>) - Method in class org.jbpm.util.DefaultObservable
 
addListener(Listener) - Method in interface org.jbpm.util.Observable
subscribes a listener to every event
addListener(Listener, String) - Method in interface org.jbpm.util.Observable
subscribes the listener to receive event notifications only of the given eventName.
addListener(Listener, List<String>) - Method in interface org.jbpm.util.Observable
subscribes the listener to receive event notifications only if event matches one of the given eventNames.
addLog(ProcessLog) - Method in interface org.jbpm.pvm.Execution
adds a log to this execution.
addLog(ProcessLog) - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
addLogSession(LogSession) - Method in class org.jbpm.pvm.log.LogSessionChain
 
addMappingOperation(Operation) - Method in class org.jbpm.wire.descriptor.HibernateConfigurationDescriptor
 
addNode(NodeImpl) - Method in class org.jbpm.pvm.impl.CompositeElementImpl
 
addNode(NodeImpl) - Method in class org.jbpm.pvm.impl.NodeImpl
 
addOperation(Operation) - Method in class org.jbpm.wire.descriptor.ObjectDescriptor
Adds an operation to perform during initialization.
addOutgoingTransition(TransitionImpl) - Method in class org.jbpm.pvm.impl.NodeImpl
adds the given transition as a leaving transition to this node.
addProblem(Problem) - Method in class org.jbpm.xml.Parse
to add parsing problems during XML parsing and DOM walking.
addProblem(String) - Method in class org.jbpm.xml.Parse
add a problem with the default severity.
addProblem(String, Exception) - Method in class org.jbpm.xml.Parse
add a problem with an exception cause and the default severity.
addProblem(String, Exception, String) - Method in class org.jbpm.xml.Parse
adds a problem given message, exception cause and severity
addProperty(Descriptor) - Method in class org.jbpm.pvm.impl.ProcessElementImpl
 
addProperty(ProcessLogProperty) - Method in class org.jbpm.pvm.log.ProcessLogProperty
 
addResource(String) - Method in class org.jbpm.deploy.Deployment
 
addStreamSource(String, StreamSource) - Method in class org.jbpm.deploy.Deployment
 
addTransition(Node, String, Node) - Method in class org.jbpm.pvm.impl.ProcessModificationsImpl
 
addTypedInjection(String, Class<?>) - Method in class org.jbpm.wire.descriptor.ObjectDescriptor
convenience method to add a type based field injection
addTypeMapping(TypeMapping) - Method in class org.jbpm.pvm.type.DefaultVariableTypeResolver
 
addTypeMapping(TypeMapping) - Method in class org.jbpm.wire.descriptor.VariableTypeResolverDescriptor
 
addUrl(URL) - Method in class org.jbpm.deploy.Deployment
 
addVariable(String, Object) - Method in class org.jbpm.client.VariablesCommand
 
addWarning(String) - Method in class org.jbpm.xml.Parse
adds a problem with severity warning.
addWarning(String, Exception) - Method in class org.jbpm.xml.Parse
adds a problem with severity warning and an exception as the cause.
appendLog(Document, Element, ProcessLog) - Method in class org.jbpm.pvm.log.ProcessLogXmlSerializer
 
appendProperties(Document, Element, List<ProcessLogProperty>) - Method in class org.jbpm.pvm.log.ProcessLogXmlSerializer
 
applicationWireContext - Variable in class org.jbpm.env.impl.DefaultEnvironmentFactory
 
apply(Object, WireContext) - Method in class org.jbpm.wire.descriptor.HibernateConfigurationDescriptor.AddClass
 
apply(Object, WireContext) - Method in class org.jbpm.wire.descriptor.HibernateConfigurationDescriptor.AddFile
 
apply(Object, WireContext) - Method in class org.jbpm.wire.descriptor.HibernateConfigurationDescriptor.AddResource
 
apply(Object, WireContext) - Method in class org.jbpm.wire.descriptor.HibernateConfigurationDescriptor.AddUrl
 
apply(Object, WireContext) - Method in class org.jbpm.wire.descriptor.HibernateConfigurationDescriptor.CreateSchema
 
apply(Object, WireContext) - Method in class org.jbpm.wire.descriptor.HibernateConfigurationDescriptor.SetCacheConcurrencyStrategy
 
apply(Object, WireContext) - Method in class org.jbpm.wire.descriptor.HibernateConfigurationDescriptor.SetCollectionCacheConcurrencyStrategy
 
apply(Object, WireContext) - Method in class org.jbpm.wire.descriptor.HibernateConfigurationDescriptor.UpdateSchema
 
apply(Object, WireContext) - Method in class org.jbpm.wire.operation.EnlistOperation
 
apply(Object, WireContext) - Method in class org.jbpm.wire.operation.FieldOperation
 
apply(Object, WireContext) - Method in class org.jbpm.wire.operation.InvokeOperation
 
apply(Object, WireContext) - Method in interface org.jbpm.wire.operation.Operation
Apply this operation to the specified object, defined in the specified WireContext.
apply(Object, WireContext) - Method in class org.jbpm.wire.operation.PropertyOperation
 
apply(Object, WireContext) - Method in class org.jbpm.wire.operation.SubscribeOperation
 
ArgDescriptor - Class in org.jbpm.wire.descriptor
This class specifies an argument to be supplied to a method.
ArgDescriptor() - Constructor for class org.jbpm.wire.descriptor.ArgDescriptor
 
ArrayUtil - Class in org.jbpm.util
 
ArrayUtil() - Constructor for class org.jbpm.util.ArrayUtil
 
assemble(Serializable, Object) - Method in class org.jbpm.hibernate.ExecutionType
 
AsyncCommandMessage - Class in org.jbpm.client.impl
 
AsyncCommandMessage(Command<?>) - Constructor for class org.jbpm.client.impl.AsyncCommandMessage
 
AsyncCommandMessage(Command<?>, String) - Constructor for class org.jbpm.client.impl.AsyncCommandMessage
 
AsyncCommandService - Class in org.jbpm.client.impl
 
AsyncCommandService() - Constructor for class org.jbpm.client.impl.AsyncCommandService
 
AsyncCommandServiceBinding - Class in org.jbpm.wire.binding
 
AsyncCommandServiceBinding() - Constructor for class org.jbpm.wire.binding.AsyncCommandServiceBinding
 
asyncExecute() - Method in class org.jbpm.pvm.ProcessFactory
sets the asyncExecute property on the current node.
asyncLeave() - Method in class org.jbpm.pvm.ProcessFactory
sets the asyncLeave property on the current node.
asyncSignal() - Method in class org.jbpm.pvm.ProcessFactory
sets the asyncSignal property on the current node.
asyncTake() - Method in class org.jbpm.pvm.ProcessFactory
sets the takeAsync property on the current transition This method requires a current transition.
AtomicOperation - Interface in org.jbpm.pvm.impl
 
atomicOperations - Variable in class org.jbpm.pvm.impl.ExecutionImpl
the queue of atomic operations to be performed for this execution.
attribute(Element, String) - Static method in class org.jbpm.xml.XmlUtil
the attribute value or null if the attribute is not present
attribute(Element, String, boolean, Parse) - Static method in class org.jbpm.xml.XmlUtil
convenience method to combine extraction of a string attribute value.
attributeBoolean(Element, String, boolean, Parse) - Static method in class org.jbpm.xml.XmlUtil
parse an attribute as an boolean.
attributeInteger(Element, String, boolean, Parse) - Static method in class org.jbpm.xml.XmlUtil
parse an attribute as an integer.
attributeNamespaceValue(Element, String) - Static method in class org.jbpm.xml.XmlUtil
 
attributeQName(Element, String) - Static method in class org.jbpm.xml.XmlUtil
 
attributes(Element) - Static method in class org.jbpm.xml.XmlUtil
 
Authentication - Class in org.jbpm.env.impl
knows how to get the userId (String) of the currently authenticated user.
Authentication() - Constructor for class org.jbpm.env.impl.Authentication
 
AuthenticationFilter - Class in org.jbpm.env.impl
 
AuthenticationFilter() - Constructor for class org.jbpm.env.impl.AuthenticationFilter
 
AuthorizationInterceptor - Class in org.jbpm.client.impl
performs an authorization check before the command is executed.
AuthorizationInterceptor() - Constructor for class org.jbpm.client.impl.AuthorizationInterceptor
 
AuthorizationInterceptorBinding - Class in org.jbpm.wire.binding
 
AuthorizationInterceptorBinding() - Constructor for class org.jbpm.wire.binding.AuthorizationInterceptorBinding
 
AuthorizationSession - Interface in org.jbpm.client.impl
 
autoWire(Object, WireContext) - Method in class org.jbpm.wire.descriptor.ObjectDescriptor
Auto wire object present in the context and the specified object's fields.

B

BasicTypeBinding - Class in org.jbpm.wire.binding
 
BasicTypeBinding() - Constructor for class org.jbpm.wire.binding.BasicTypeBinding
 
behaviour(Activity) - Method in class org.jbpm.pvm.ProcessFactory
sets the behaviour on the current node.
behaviourReference - Variable in class org.jbpm.pvm.impl.NodeImpl
 
Binding - Interface in org.jbpm.xml
a modular mapping between an xml element and a java object in the domain model, see also Parser.
BindingParser - Class in org.jbpm.wire.xml
 
BindingParser() - Constructor for class org.jbpm.wire.xml.BindingParser
 
Bindings - Class in org.jbpm.xml
a set of Bindings divided into categories managed by a Parser.
Bindings() - Constructor for class org.jbpm.xml.Bindings
 
Bindings(Bindings) - Constructor for class org.jbpm.xml.Bindings
to be used when you want to customize the binding behaviour of a Parser.
bindings - Variable in class org.jbpm.xml.Parser
 
Blob - Class in org.jbpm.lob
 
Blob() - Constructor for class org.jbpm.lob.Blob
 
Blob(byte[]) - Constructor for class org.jbpm.lob.Blob
 
blob - Variable in class org.jbpm.lob.Blob
 
blob - Variable in class org.jbpm.pvm.type.variable.BlobVariable
 
BlobStrategy - Interface in org.jbpm.lob
 
BlobStrategyBinary - Class in org.jbpm.lob
 
BlobStrategyBinary() - Constructor for class org.jbpm.lob.BlobStrategyBinary
 
BlobStrategyBlob - Class in org.jbpm.lob
 
BlobStrategyBlob() - Constructor for class org.jbpm.lob.BlobStrategyBlob
 
BlobStrategyChopped - Class in org.jbpm.lob
 
BlobStrategyChopped() - Constructor for class org.jbpm.lob.BlobStrategyChopped
 
BlobStrategyFile - Class in org.jbpm.lob
TODO
BlobStrategyFile() - Constructor for class org.jbpm.lob.BlobStrategyFile
 
BlobVariable - Class in org.jbpm.pvm.type.variable
 
BlobVariable() - Constructor for class org.jbpm.pvm.type.variable.BlobVariable
 
blockWireDefinition - Variable in class org.jbpm.env.impl.DefaultEnvironmentFactory
 
BooleanArray - Class in org.jbpm.util
exposes an array of booleans and uses an int to hold the state.
BooleanArray() - Constructor for class org.jbpm.util.BooleanArray
 
BooleanBinding - Class in org.jbpm.wire.binding
This Binding parses to a TrueDescriptor or FalseDescriptor.
BooleanBinding() - Constructor for class org.jbpm.wire.binding.BooleanBinding
 
BooleanHelper - Class in org.jbpm.wire.descriptor
helper for converting boolean values into the appropriate descriptor.
BooleanHelper() - Constructor for class org.jbpm.wire.descriptor.BooleanHelper
 
BooleanToStringConverter - Class in org.jbpm.pvm.type.converter
 
BooleanToStringConverter() - Constructor for class org.jbpm.pvm.type.converter.BooleanToStringConverter
 
BUFFERSIZE - Static variable in class org.jbpm.util.IoUtil
 
build() - Static method in class org.jbpm.pvm.ProcessFactory
starts building a process definition
build(String) - Static method in class org.jbpm.pvm.ProcessFactory
starts building a process definition
build(String, ProcessDefinitionImpl) - Static method in class org.jbpm.pvm.ProcessFactory
starts populating a given process definition
build() - Static method in class org.jbpm.pvm.SignalDefinition
 
buildDom(Parse) - Method in class org.jbpm.xml.DebugDomParser
 
buildDom(Parse) - Method in class org.jbpm.xml.Parser
customizable DOM building.
BusinessCalendar - Class in org.jbpm.cal
a calendar that knows about business hours.
BusinessCalendar() - Constructor for class org.jbpm.cal.BusinessCalendar
constructor for persistence and creating an empty business calendar
businessCalendar - Variable in class org.jbpm.cal.Day
 
businessCalendar - Variable in class org.jbpm.cal.Holiday
 
BusinessCalendarDescriptor - Class in org.jbpm.wire.descriptor
 
BusinessCalendarDescriptor() - Constructor for class org.jbpm.wire.descriptor.BusinessCalendarDescriptor
 
BusinessCalendarDescriptor(BusinessCalendar) - Constructor for class org.jbpm.wire.descriptor.BusinessCalendarDescriptor
 
BusinessCalendarParser - Class in org.jbpm.cal.xml
 
BusinessCalendarParser() - Constructor for class org.jbpm.cal.xml.BusinessCalendarParser
 
businessDayInMillis - Variable in class org.jbpm.cal.BusinessCalendar
 
businessMonthInMillis - Variable in class org.jbpm.cal.BusinessCalendar
 
businessWeekInMillis - Variable in class org.jbpm.cal.BusinessCalendar
 
businessYearInMillis - Variable in class org.jbpm.cal.BusinessCalendar
 
ByteArrayStreamSource - Class in org.jbpm.stream
 
ByteArrayStreamSource(byte[]) - Constructor for class org.jbpm.stream.ByteArrayStreamSource
 
ByteBinding - Class in org.jbpm.wire.binding
This Binding specifies a ByteDescriptor.
ByteBinding() - Constructor for class org.jbpm.wire.binding.ByteBinding
 
ByteDescriptor - Class in org.jbpm.wire.descriptor
 
ByteDescriptor() - Constructor for class org.jbpm.wire.descriptor.ByteDescriptor
 
ByteDescriptor(Byte) - Constructor for class org.jbpm.wire.descriptor.ByteDescriptor
 
bytes - Variable in class org.jbpm.lob.Blob
 
bytes - Variable in class org.jbpm.stream.ByteArrayStreamSource
 
ByteToLongConverter - Class in org.jbpm.pvm.type.converter
 
ByteToLongConverter() - Constructor for class org.jbpm.pvm.type.converter.ByteToLongConverter
 

C

cancel(Timer) - Method in class org.jbpm.enterprise.Ejb2TimerSession
 
cancel(Timer) - Method in class org.jbpm.env.session.StandardTimerSession
 
cancel(Timer) - Method in interface org.jbpm.env.session.TimerSession
Cancels a timer.
cancel() - Method in interface org.jbpm.pvm.Execution
ends this execution and assigns the state Execution.STATE_CANCELLED.
cancel() - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
categories - Variable in class org.jbpm.xml.Bindings
 
CATEGORY_DESCRIPTOR - Static variable in class org.jbpm.wire.xml.WireParser
 
CATEGORY_INTERCEPTOR - Static variable in class org.jbpm.wire.xml.WireParser
 
CATEGORY_OPERATION - Static variable in class org.jbpm.wire.xml.WireParser
 
CharacterDescriptor - Class in org.jbpm.wire.descriptor
 
CharacterDescriptor() - Constructor for class org.jbpm.wire.descriptor.CharacterDescriptor
 
CharacterDescriptor(Character) - Constructor for class org.jbpm.wire.descriptor.CharacterDescriptor
 
CharacterToStringConverter - Class in org.jbpm.pvm.type.converter
 
CharacterToStringConverter() - Constructor for class org.jbpm.pvm.type.converter.CharacterToStringConverter
 
CharBinding - Class in org.jbpm.wire.binding
This Binding specifies a CharacterDescriptor.
CharBinding() - Constructor for class org.jbpm.wire.binding.CharBinding
 
checkLock() - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
checkPermission(Command<?>, Environment) - Method in interface org.jbpm.client.impl.AuthorizationSession
 
checkProblems(String) - Method in class org.jbpm.xml.Parse
throws if error level problems are present and logs all problems and warnings.
checkProblems(String, Parse) - Method in class org.jbpm.xml.Parser
throws an exception with appropriate message in case the parse contains errors or fatal errors.
chop(byte[]) - Method in class org.jbpm.lob.BlobStrategyChopped
 
chop(char[]) - Method in class org.jbpm.lob.ClobStrategyChopped
 
chops - Variable in class org.jbpm.lob.Blob
 
chops - Variable in class org.jbpm.lob.Clob
 
ClassBinding - Class in org.jbpm.wire.binding
this Binding specifies a ClassDescriptor.
ClassBinding() - Constructor for class org.jbpm.wire.binding.ClassBinding
 
ClassDescriptor - Class in org.jbpm.wire.descriptor
loads the class with the specified class name using the WireContext class loader.
ClassDescriptor() - Constructor for class org.jbpm.wire.descriptor.ClassDescriptor
 
classLoader - Variable in class org.jbpm.env.impl.DefaultEnvironment
 
classLoader - Variable in class org.jbpm.stream.ResourceStreamSource
 
classLoader - Variable in class org.jbpm.wire.WireContext
 
classLoader - Variable in class org.jbpm.xml.Parse
 
classLoader - Variable in class org.jbpm.xml.Parser
 
ClassLoaderDescriptor - Class in org.jbpm.wire.descriptor
returns the class loader of the wire context.
ClassLoaderDescriptor() - Constructor for class org.jbpm.wire.descriptor.ClassLoaderDescriptor
 
className - Variable in class org.jbpm.wire.descriptor.CollectionDescriptor
 
ClassNameMatcher - Class in org.jbpm.pvm.type.matcher
 
ClassNameMatcher(String) - Constructor for class org.jbpm.pvm.type.matcher.ClassNameMatcher
 
classToTableName(String) - Method in class org.jbpm.hibernate.PvmNamingStrategy
 
clear() - Method in class org.jbpm.wire.WireContext
clears the WireContext.cache.
Clob - Class in org.jbpm.lob
 
Clob() - Constructor for class org.jbpm.lob.Clob
 
Clob(char[]) - Constructor for class org.jbpm.lob.Clob
 
clob - Variable in class org.jbpm.lob.Clob
 
clob - Variable in class org.jbpm.pvm.type.variable.ClobVariable
 
ClobStrategy - Interface in org.jbpm.lob
 
ClobStrategyChopped - Class in org.jbpm.lob
 
ClobStrategyChopped() - Constructor for class org.jbpm.lob.ClobStrategyChopped
 
ClobStrategyClob - Class in org.jbpm.lob
 
ClobStrategyClob() - Constructor for class org.jbpm.lob.ClobStrategyClob
 
ClobStrategyText - Class in org.jbpm.lob
 
ClobStrategyText() - Constructor for class org.jbpm.lob.ClobStrategyText
 
ClobVariable - Class in org.jbpm.pvm.type.variable
 
ClobVariable() - Constructor for class org.jbpm.pvm.type.variable.ClobVariable
 
Clock - Class in org.jbpm.util
 
Clock() - Constructor for class org.jbpm.util.Clock
 
Closable - Interface in org.jbpm.util
 
close() - Method in class org.jbpm.env.Environment
closes the Environment by removing all its contexts.
close() - Method in class org.jbpm.env.EnvironmentFactory
closes this environment factory and cleans any allocated resources.
close() - Method in class org.jbpm.env.impl.DefaultEnvironment
 
close() - Method in class org.jbpm.env.impl.DefaultEnvironmentFactory
 
close() - Method in class org.jbpm.env.impl.MicrocontainerEnvironmentFactory
 
close() - Method in class org.jbpm.env.impl.SpringEnvironmentFactory
 
close() - Method in class org.jbpm.hibernate.HibernateDbSession
 
close() - Method in class org.jbpm.jms.JmsMessageSession
 
close() - Method in interface org.jbpm.util.Closable
 
close() - Method in class org.jbpm.util.ErrorTriggeredFileHandler
 
close - Variable in class org.jbpm.wire.descriptor.HibernateSessionDescriptor
 
close() - Method in class org.jbpm.wire.WireContext
fires the close event then removes the listeners, and cleans up the constructed objects of the context (cleans up the object in the cache and the object in construction).
CollectionDescriptor - Class in org.jbpm.wire.descriptor
 
CollectionDescriptor() - Constructor for class org.jbpm.wire.descriptor.CollectionDescriptor
 
CollectionDescriptor(String) - Constructor for class org.jbpm.wire.descriptor.CollectionDescriptor
 
collectionTableName(String, String, String, String, String) - Method in class org.jbpm.hibernate.PvmNamingStrategy
 
columnName(String) - Method in class org.jbpm.hibernate.PvmNamingStrategy
 
Command<T> - Interface in org.jbpm.client
 
CommandException - Exception in org.jbpm.client
 
CommandException() - Constructor for exception org.jbpm.client.CommandException
 
CommandException(String, Throwable) - Constructor for exception org.jbpm.client.CommandException
 
CommandException(String) - Constructor for exception org.jbpm.client.CommandException
 
CommandException(Throwable) - Constructor for exception org.jbpm.client.CommandException
 
CommandExecutorSLSB - Class in org.jbpm.enterprise.impl
Stateless session command executor.
CommandExecutorSLSB() - Constructor for class org.jbpm.enterprise.impl.CommandExecutorSLSB
 
CommandReceiverMDB - Class in org.jbpm.enterprise.impl
This message-driven bean listens for ObjectMessages that contain a Command object.
CommandReceiverMDB() - Constructor for class org.jbpm.enterprise.impl.CommandReceiverMDB
 
CommandService - Interface in org.jbpm.client
abstract extensible session facade.
CommandServiceDescriptor - Class in org.jbpm.wire.descriptor
 
CommandServiceDescriptor() - Constructor for class org.jbpm.wire.descriptor.CommandServiceDescriptor
 
Comment - Interface in org.jbpm.pvm
a free text comment that can be made to an Execution or a task.
CommentImpl - Class in org.jbpm.pvm.impl
 
CommentImpl() - Constructor for class org.jbpm.pvm.impl.CommentImpl
 
CommentImpl(String) - Constructor for class org.jbpm.pvm.impl.CommentImpl
 
comments - Variable in class org.jbpm.pvm.impl.ExecutionImpl
 
commit() - Method in class org.jbpm.hibernate.HibernateTransactionResource
 
commit() - Method in interface org.jbpm.tx.Resource
 
commit() - Method in class org.jbpm.tx.StandardTransaction
implements simplest two phase commit.
componentName - Variable in class org.jbpm.wire.descriptor.SeamHibernateSessionDescriptor
 
CompositeElement - Interface in org.jbpm.pvm
node container base class for ProcessDefinition and Node.
compositeElement - Variable in class org.jbpm.pvm.ProcessFactory
 
CompositeElementImpl - Class in org.jbpm.pvm.impl
 
CompositeElementImpl() - Constructor for class org.jbpm.pvm.impl.CompositeElementImpl
 
compositeElementStack - Variable in class org.jbpm.pvm.ProcessFactory
 
compositeEnd() - Method in class org.jbpm.pvm.ProcessFactory
ends a block in which nested nodes are created.
compositeNode() - Method in class org.jbpm.pvm.ProcessFactory
starts a block in which nested nodes can be created.
compositeNode(String) - Method in class org.jbpm.pvm.ProcessFactory
starts a block in which nested nodes can be created.
Condition - Interface in org.jbpm.pvm
user code that reflects a runtime calculation of a boolean value.
connectionName - Variable in class org.jbpm.wire.descriptor.HibernateSessionDescriptor
 
construct(WireContext) - Method in class org.jbpm.wire.binding.RetryInterceptorDescriptor
 
construct(WireContext) - Method in class org.jbpm.wire.descriptor.BusinessCalendarDescriptor
 
construct(WireContext) - Method in class org.jbpm.wire.descriptor.ByteDescriptor
 
construct(WireContext) - Method in class org.jbpm.wire.descriptor.CharacterDescriptor
 
construct(WireContext) - Method in class org.jbpm.wire.descriptor.ClassDescriptor
loads the class from the class loader of the specified WireContext.
construct(WireContext) - Method in class org.jbpm.wire.descriptor.ClassLoaderDescriptor
 
construct(WireContext) - Method in class org.jbpm.wire.descriptor.CollectionDescriptor
 
construct(WireContext) - Method in class org.jbpm.wire.descriptor.CommandServiceDescriptor
 
construct(WireContext) - Method in interface org.jbpm.wire.Descriptor
constructs the object.
construct(WireContext) - Method in class org.jbpm.wire.descriptor.ContextDescriptor
 
construct(WireContext) - Method in class org.jbpm.wire.descriptor.DeployerManagerDescriptor
 
construct(WireContext) - Method in class org.jbpm.wire.descriptor.DoubleDescriptor
 
construct(WireContext) - Method in class org.jbpm.wire.descriptor.EnterpriseTransactionDescriptor
 
construct(WireContext) - Method in class org.jbpm.wire.descriptor.EnvironmentDescriptor
 
construct(WireContext) - Method in class org.jbpm.wire.descriptor.EnvironmentFactoryDescriptor
 
construct(WireContext) - Method in class org.jbpm.wire.descriptor.EnvironmentInterceptorDescriptor
 
construct(WireContext) - Method in class org.jbpm.wire.descriptor.FalseDescriptor
 
construct(WireContext) - Method in class org.jbpm.wire.descriptor.FloatDescriptor
 
construct(WireContext) - Method in class org.jbpm.wire.descriptor.HibernateConfigurationDescriptor
 
construct(WireContext) - Method in class org.jbpm.wire.descriptor.HibernateSessionDescriptor
 
construct(WireContext) - Method in class org.jbpm.wire.descriptor.HibernateSessionFactoryDescriptor
 
construct(WireContext) - Method in class org.jbpm.wire.descriptor.IntegerDescriptor
 
construct(WireContext) - Method in class org.jbpm.wire.descriptor.LongDescriptor
 
construct(WireContext) - Method in class org.jbpm.wire.descriptor.NullDescriptor
 
construct(WireContext) - Method in class org.jbpm.wire.descriptor.ObjectDescriptor
This method constructs a new Object from the ObjectDefinition.
construct(WireContext) - Method in class org.jbpm.wire.descriptor.PropertiesDescriptor
 
construct(WireContext) - Method in class org.jbpm.wire.descriptor.ProvidedObjectDescriptor
 
construct(WireContext) - Method in class org.jbpm.wire.descriptor.PvmDbSessionDescriptor
 
construct(WireContext) - Method in class org.jbpm.wire.descriptor.PvmServiceDescriptor
 
construct(WireContext) - Method in class org.jbpm.wire.descriptor.ReferenceDescriptor
 
construct(WireContext) - Method in class org.jbpm.wire.descriptor.SeamHibernateSessionDescriptor
 
construct(WireContext) - Method in class org.jbpm.wire.descriptor.ShortDescriptor
 
construct(WireContext) - Method in class org.jbpm.wire.descriptor.StandardTransactionDescriptor
 
construct(WireContext) - Method in class org.jbpm.wire.descriptor.StringDescriptor
 
construct(WireContext) - Method in class org.jbpm.wire.descriptor.TrueDescriptor
 
construct(WireContext) - Method in class org.jbpm.wire.descriptor.TypeRefDescriptor
 
construct(WireContext) - Method in class org.jbpm.wire.descriptor.UrlDescriptor
 
construct(WireContext) - Method in class org.jbpm.wire.descriptor.VariableTypeResolverDescriptor
 
constructFromDescriptor() - Method in class org.jbpm.pvm.impl.ObjectReference
 
contents(Element) - Static method in class org.jbpm.xml.XmlUtil
 
Context - Interface in org.jbpm.env
a group of named objects in an Environment that have a similar lifespan.
ContextBinding - Class in org.jbpm.wire.binding
This Binding specifies a ContextDescriptor, which returns the current WireContext.
ContextBinding() - Constructor for class org.jbpm.wire.binding.ContextBinding
 
ContextDescriptor - Class in org.jbpm.wire.descriptor
This Descriptor returns the current WireContext.
ContextDescriptor() - Constructor for class org.jbpm.wire.descriptor.ContextDescriptor
 
CONTEXTNAME_APPLICATION - Static variable in class org.jbpm.env.impl.DefaultEnvironment
key of the application context in the environment
CONTEXTNAME_BLOCK - Static variable in class org.jbpm.env.impl.DefaultEnvironment
key of the block context in the environment
contexts - Variable in class org.jbpm.env.impl.DefaultEnvironment
 
convert(Object) - Method in class org.jbpm.pvm.type.converter.BooleanToStringConverter
 
convert(Object) - Method in class org.jbpm.pvm.type.converter.ByteToLongConverter
 
convert(Object) - Method in class org.jbpm.pvm.type.converter.CharacterToStringConverter
 
convert(Object) - Method in interface org.jbpm.pvm.type.Converter
converts a given object to its persistable format.
convert(Object) - Method in class org.jbpm.pvm.type.converter.DateToLongConverter
 
convert(Object) - Method in class org.jbpm.pvm.type.converter.DateToStringConverter
 
convert(Object) - Method in class org.jbpm.pvm.type.converter.DoubleToStringConverter
 
convert(Object) - Method in class org.jbpm.pvm.type.converter.FloatToDoubleConverter
 
convert(Object) - Method in class org.jbpm.pvm.type.converter.FloatToStringConverter
 
convert(Object) - Method in class org.jbpm.pvm.type.converter.IntegerToLongConverter
 
convert(Object) - Method in class org.jbpm.pvm.type.converter.SerializableToBytesConverter
 
convert(Object) - Method in class org.jbpm.pvm.type.converter.ShortToLongConverter
 
converter - Variable in class org.jbpm.pvm.impl.VariableDefinitionImpl
 
Converter - Interface in org.jbpm.pvm.type
 
converter - Variable in class org.jbpm.pvm.type.Variable
 
ConverterType - Class in org.jbpm.hibernate
 
ConverterType() - Constructor for class org.jbpm.hibernate.ConverterType
 
convertToMillis(Duration) - Method in class org.jbpm.cal.BusinessCalendar
 
create() - Method in interface org.jbpm.enterprise.LocalCommandExecutorHome
Creates a command executor for local use.
create() - Method in interface org.jbpm.enterprise.RemoteCommandExecutorHome
Creates a command executor for remote use.
create() - Method in class org.jbpm.wire.WireContext
initializes the eager objects and then fires the create event.
create(String, boolean) - Method in class org.jbpm.wire.WireContext
creates a new object for the given objectName as defined in the WireContext.wireDefinition.
create(Descriptor, boolean) - Method in class org.jbpm.wire.WireContext
creates a new object for the given descriptor.
createActionReference() - Method in class org.jbpm.pvm.impl.ExceptionHandlerImpl
 
createActivityReference(Activity) - Method in class org.jbpm.pvm.impl.ExceptionHandlerImpl
 
createActivityReference(Descriptor) - Method in class org.jbpm.pvm.impl.ExceptionHandlerImpl
 
createActivityReference(String) - Method in class org.jbpm.pvm.impl.ExceptionHandlerImpl
 
createAsyncMessage(ExecutionImpl) - Method in interface org.jbpm.pvm.impl.AtomicOperation
 
createAsyncMessage(ExecutionImpl) - Method in class org.jbpm.pvm.impl.ExecuteNodeOp
 
createAsyncMessage(ExecutionImpl) - Method in class org.jbpm.pvm.impl.MoveToChildNodeOp
 
createAsyncMessage(ExecutionImpl) - Method in class org.jbpm.pvm.impl.MoveToParentNodeOp
 
createAsyncMessage(ExecutionImpl) - Method in class org.jbpm.pvm.impl.ProceedToDestinationOp
 
createAsyncMessage(ExecutionImpl) - Method in class org.jbpm.pvm.impl.SignalOp
 
createAsyncMessage(ExecutionImpl) - Method in class org.jbpm.pvm.impl.TakeTransitionOp
 
createCalendar() - Method in class org.jbpm.cal.BusinessCalendar
 
createComment(String) - Method in interface org.jbpm.pvm.Execution
adding a comment.
createComment(String) - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
createDescriptor() - Method in class org.jbpm.wire.binding.AbstractCollectionBinding
 
createDescriptor(String) - Method in class org.jbpm.wire.binding.BasicTypeBinding
 
createDescriptor(String) - Method in class org.jbpm.wire.binding.BooleanBinding
 
createDescriptor(String) - Method in class org.jbpm.wire.binding.ByteBinding
 
createDescriptor(String) - Method in class org.jbpm.wire.binding.CharBinding
 
createDescriptor(String) - Method in class org.jbpm.wire.binding.DoubleBinding
 
createDescriptor(String) - Method in class org.jbpm.wire.binding.FloatBinding
 
createDescriptor(String) - Method in class org.jbpm.wire.binding.IntBinding
 
createDescriptor() - Method in class org.jbpm.wire.binding.ListBinding
 
createDescriptor(String) - Method in class org.jbpm.wire.binding.LongBinding
 
createDescriptor() - Method in class org.jbpm.wire.binding.SetBinding
 
createDescriptor(String) - Method in class org.jbpm.wire.binding.ShortBinding
 
createDescriptor(String) - Method in class org.jbpm.wire.binding.StringBinding
 
createDescriptor(Boolean) - Static method in class org.jbpm.wire.descriptor.BooleanHelper
translates a tristate (true, false, null) Boolean value into the appropriate descriptor (TrueDescriptor, FalseDescriptor or NullDescriptor).
createDocumentBuilder(Parse) - Method in class org.jbpm.xml.Parser
customizable creation of a new document builder.
createEvent(String) - Method in class org.jbpm.pvm.impl.ObservableElementImpl
event factory method that also establishes the bidirectional relation.
createEvent() - Method in class org.jbpm.pvm.impl.TransitionImpl
 
createExceptionHandler() - Method in class org.jbpm.pvm.impl.ProcessElementImpl
 
createExecution() - Method in interface org.jbpm.pvm.Execution
creates a child path of execution.
createExecution(String) - Method in interface org.jbpm.pvm.Execution
creates a child path of execution with the given name.
createExecution() - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
createExecution(String) - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
createListenerReference() - Method in class org.jbpm.pvm.impl.EventImpl
 
createListenerReference(Descriptor) - Method in class org.jbpm.pvm.impl.EventImpl
 
createListenerReference(Activity) - Method in class org.jbpm.pvm.impl.EventImpl
 
createListenerReference(String) - Method in class org.jbpm.pvm.impl.EventImpl
 
createNode() - Method in class org.jbpm.pvm.impl.CompositeElementImpl
creates a nested node.
createNode(String) - Method in class org.jbpm.pvm.impl.CompositeElementImpl
creates a nested node with the given name.
createOutgoingTransition(NodeImpl) - Method in class org.jbpm.pvm.impl.NodeImpl
creates a transition from this node to the given destination node.
createOutgoingTransition(NodeImpl, String) - Method in class org.jbpm.pvm.impl.NodeImpl
creates a transition with the given name from this node to the given destination node.
createParse() - Method in class org.jbpm.xml.Parser
main method to start a new parse, check Parse for specifying input, executing the parse and extracting the results.
CreateProcess - Class in org.jbpm.deploy
 
CreateProcess() - Constructor for class org.jbpm.deploy.CreateProcess
 
CreateProcessBinding - Class in org.jbpm.wire.binding
 
CreateProcessBinding() - Constructor for class org.jbpm.wire.binding.CreateProcessBinding
 
createProperty(String) - Method in class org.jbpm.pvm.log.ProcessLogProperty
 
createProperty(String, String) - Method in class org.jbpm.pvm.log.ProcessLogProperty
 
createReply(String) - Method in interface org.jbpm.pvm.Comment
add a reply to this comment
createReply(String) - Method in class org.jbpm.pvm.impl.CommentImpl
 
createVariable(String, Object) - Method in class org.jbpm.pvm.impl.VariableMap
 
createVariable(String, Object, VariableScope) - Method in interface org.jbpm.pvm.impl.VariableTypeResolver
 
createVariable(String, Object, VariableScope) - Method in class org.jbpm.pvm.type.DefaultVariableTypeResolver
 
createVariableScope() - Method in interface org.jbpm.pvm.Execution
creates a new variable scope.
createVariableScope(List<VariableDefinition>) - Method in interface org.jbpm.pvm.Execution
creates a new variable scope and initialize it according to the given variable definitions.
createVariableScope() - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
createVariableScope(List<VariableDefinition>) - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
currentTime - Static variable in class org.jbpm.util.Clock
 

D

d - Variable in class org.jbpm.pvm.type.variable.DoubleVariable
 
date - Variable in class org.jbpm.pvm.type.variable.DateVariable
 
dateFormatter - Static variable in class org.jbpm.pvm.log.ProcessLogXmlSerializer
 
DateToLongConverter - Class in org.jbpm.pvm.type.converter
 
DateToLongConverter() - Constructor for class org.jbpm.pvm.type.converter.DateToLongConverter
 
DateToStringConverter - Class in org.jbpm.pvm.type.converter
 
DateToStringConverter() - Constructor for class org.jbpm.pvm.type.converter.DateToStringConverter
 
DateVariable - Class in org.jbpm.pvm.type.variable
 
DateVariable() - Constructor for class org.jbpm.pvm.type.variable.DateVariable
 
Day - Class in org.jbpm.cal
is a day on a business calendar.
Day() - Constructor for class org.jbpm.cal.Day
 
day - Variable in class org.jbpm.cal.DayPart
 
dayInMillis - Variable in class org.jbpm.cal.BusinessCalendar
 
DayPart - Class in org.jbpm.cal
is part of a day that can for example be used to represent business hours.
DayPart() - Constructor for class org.jbpm.cal.DayPart
 
dayParts - Variable in class org.jbpm.cal.Day
 
days - Variable in class org.jbpm.cal.BusinessCalendar
array that contains the weekdays in the index as specified by Calendar.SUNDAY (=1), Calendar.MONDAY (=2),...
days - Variable in class org.jbpm.cal.Duration
 
dbid - Variable in class org.jbpm.env.session.Job
 
dbid - Variable in class org.jbpm.pvm.impl.CommentImpl
 
dbid - Variable in class org.jbpm.pvm.impl.ExceptionHandlerImpl
 
dbid - Variable in class org.jbpm.pvm.impl.ExecutionImpl
 
dbid - Variable in class org.jbpm.pvm.impl.ProcessElementImpl
 
dbid - Variable in class org.jbpm.pvm.impl.ProcessModificationsImpl
 
dbid - Variable in class org.jbpm.pvm.impl.TriggerImpl
 
dbid - Variable in class org.jbpm.pvm.impl.VariableDefinitionImpl
 
dbid - Variable in class org.jbpm.pvm.impl.VariableMap
 
dbid - Variable in class org.jbpm.pvm.impl.WireProperties
 
dbid - Variable in class org.jbpm.pvm.log.ProcessLog
 
dbid - Variable in class org.jbpm.pvm.type.Variable
 
dbid - Variable in class org.jbpm.wire.descriptor.AbstractDescriptor
 
dbid - Variable in class org.jbpm.wire.operation.AbstractOperation
 
DbSession - Interface in org.jbpm.env.session
 
dbversion - Variable in class org.jbpm.env.session.Job
 
dbversion - Variable in class org.jbpm.pvm.impl.CommentImpl
 
dbversion - Variable in class org.jbpm.pvm.impl.ExceptionHandlerImpl
 
dbversion - Variable in class org.jbpm.pvm.impl.ExecutionImpl
 
dbversion - Variable in class org.jbpm.pvm.impl.ProcessElementImpl
 
dbversion - Variable in class org.jbpm.pvm.impl.TriggerImpl
 
dbversion - Variable in class org.jbpm.pvm.impl.VariableDefinitionImpl
 
dbversion - Variable in class org.jbpm.pvm.impl.VariableMap
 
dbversion - Variable in class org.jbpm.pvm.impl.WireProperties
 
dbversion - Variable in class org.jbpm.pvm.type.Variable
 
dbversion - Variable in class org.jbpm.wire.descriptor.AbstractDescriptor
 
dbversion - Variable in class org.jbpm.wire.operation.AbstractOperation
 
deactivate() - Method in class org.jbpm.jobexecutor.DispatcherThread
 
deactivate(boolean) - Method in class org.jbpm.jobexecutor.DispatcherThread
 
deactivate() - Method in class org.jbpm.jobexecutor.JobExecutorThread
 
deactivate(boolean) - Method in class org.jbpm.jobexecutor.JobExecutorThread
 
deactivate() - Method in class org.jbpm.jobexecutor.JobExecutorThreadPool
 
deactivate(boolean) - Method in class org.jbpm.jobexecutor.JobExecutorThreadPool
 
debug(String) - Method in class org.jbpm.log.Jdk14Log
 
debug(String, Throwable) - Method in class org.jbpm.log.Jdk14Log
 
debug(String) - Method in class org.jbpm.log.Log
 
debug(String, Throwable) - Method in class org.jbpm.log.Log
 
debug(String) - Method in class org.jbpm.log.Log4jLog
 
debug(String, Throwable) - Method in class org.jbpm.log.Log4jLog
 
debugDomBuilder - Variable in class org.jbpm.xml.DebugDomParser
 
DebugDomParser - Class in org.jbpm.xml
 
DebugDomParser() - Constructor for class org.jbpm.xml.DebugDomParser
 
deepCopy(Object) - Method in class org.jbpm.hibernate.ExecutionType
 
DEFAULT - Static variable in class org.jbpm.pvm.SignalDefinition
 
DEFAULT_BLOB_STRATEGY - Static variable in class org.jbpm.lob.Blob
 
DEFAULT_CLOB_STRATEGY - Static variable in class org.jbpm.lob.Clob
 
DEFAULT_SIGNAL_SET - Static variable in interface org.jbpm.pvm.ExternalActivity
 
DefaultEnvironment - Class in org.jbpm.env.impl
 
DefaultEnvironment(DefaultEnvironmentFactory) - Constructor for class org.jbpm.env.impl.DefaultEnvironment
 
defaultEnvironmentFactory - Variable in class org.jbpm.env.impl.DefaultEnvironment
 
DefaultEnvironmentFactory - Class in org.jbpm.env.impl
an environment factory that also is the application context.
DefaultEnvironmentFactory() - Constructor for class org.jbpm.env.impl.DefaultEnvironmentFactory
 
DefaultObservable - Class in org.jbpm.util
 
DefaultObservable() - Constructor for class org.jbpm.util.DefaultObservable
 
defaultSearchOrder - Variable in class org.jbpm.env.impl.DefaultEnvironment
 
defaultSearchOrderList - Variable in class org.jbpm.env.impl.DefaultEnvironment
 
defaultSignal() - Method in class org.jbpm.pvm.SignalDefinition.SetBuilder
 
defaultTransition - Variable in class org.jbpm.pvm.impl.NodeImpl
 
DefaultVariableTypeResolver - Class in org.jbpm.pvm.type
 
DefaultVariableTypeResolver() - Constructor for class org.jbpm.pvm.type.DefaultVariableTypeResolver
 
delegate - Variable in class org.jbpm.pvm.log.LogSessionFilter
 
delegates - Variable in class org.jbpm.pvm.log.LogSessionChain
 
delete(Object) - Method in interface org.jbpm.env.session.DbSession
 
delete(Object) - Method in class org.jbpm.hibernate.HibernateDbSession
 
delete(Job<?>) - Method in interface org.jbpm.jobexecutor.JobSession
delete a job
delete(Job<?>) - Method in class org.jbpm.jobexecutor.StandardJobSession
 
Deploy - Class in org.jbpm.client
 
Deploy(Deployment) - Constructor for class org.jbpm.client.Deploy
 
deploy(Deployment) - Method in class org.jbpm.client.impl.PvmServiceImpl
 
deploy(Deployment) - Method in class org.jbpm.deploy.CreateProcess
 
deploy(Deployment) - Method in interface org.jbpm.deploy.Deployer
 
deploy(Deployment) - Method in class org.jbpm.deploy.DeployerManager
 
deploy(Deployment) - Method in class org.jbpm.deploy.SaveProcess
 
deploy(Deployment) - Method in class org.jbpm.deploy.VerifyVersion
 
deploy(Deployment) - Method in interface org.jbpm.PvmService
deploy a new process definition into the process repository.
Deployer - Interface in org.jbpm.deploy
 
deployerDescriptors - Variable in class org.jbpm.wire.descriptor.DeployerManagerDescriptor
maps language-ids to a sequence of process deployers
DeployerManager - Class in org.jbpm.deploy
manages sequences of deployers for multiple process languages.
DeployerManager() - Constructor for class org.jbpm.deploy.DeployerManager
 
DeployerManagerBinding - Class in org.jbpm.wire.binding
 
DeployerManagerBinding() - Constructor for class org.jbpm.wire.binding.DeployerManagerBinding
 
DeployerManagerDescriptor - Class in org.jbpm.wire.descriptor
 
DeployerManagerDescriptor() - Constructor for class org.jbpm.wire.descriptor.DeployerManagerDescriptor
 
deployers - Variable in class org.jbpm.deploy.DeployerManager
maps language-ids to a sequence of process deployers
deployment - Variable in class org.jbpm.client.Deploy
 
Deployment - Class in org.jbpm.deploy
 
Deployment() - Constructor for class org.jbpm.deploy.Deployment
 
Deployment(ProcessDefinition) - Constructor for class org.jbpm.deploy.Deployment
 
deploymentTime - Variable in class org.jbpm.pvm.impl.ProcessDefinitionImpl
 
description - Variable in class org.jbpm.pvm.impl.ObservableElementImpl
 
description - Variable in class org.jbpm.pvm.impl.VariableDefinitionImpl
 
description - Variable in class org.jbpm.pvm.SignalDefinition
 
descriptor - Variable in class org.jbpm.pvm.impl.ObjectReference
 
Descriptor - Interface in org.jbpm.wire
knows how an object can be created.
DescriptorException - Exception in org.jbpm.wire.descriptor
 
DescriptorException() - Constructor for exception org.jbpm.wire.descriptor.DescriptorException
 
DescriptorException(String, Throwable) - Constructor for exception org.jbpm.wire.descriptor.DescriptorException
 
DescriptorException(String) - Constructor for exception org.jbpm.wire.descriptor.DescriptorException
 
DescriptorException(Throwable) - Constructor for exception org.jbpm.wire.descriptor.DescriptorException
 
destination - Variable in class org.jbpm.pvm.impl.TransitionImpl
 
destinationReferences - Variable in class org.jbpm.pvm.ProcessFactory
 
destroy() - Method in class org.jbpm.env.impl.AuthenticationFilter
 
destroyVariableScope() - Method in interface org.jbpm.pvm.Execution
removes the most inner variableScope.
destroyVariableScope() - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
disassemble(Object) - Method in class org.jbpm.hibernate.ExecutionType
 
DispatcherThread - Class in org.jbpm.jobexecutor
this thread is responsible for acquiring jobs in the job that need to be executed and then let the JobExecutor dispatch the acquired ids to one of the JobExecutorThreads in the pool.
document - Variable in class org.jbpm.xml.Parse
 
documentBuilder - Variable in class org.jbpm.xml.Parse
 
documentBuilderFactory - Variable in class org.jbpm.xml.Parser
 
documentObject - Variable in class org.jbpm.xml.Parse
 
documents - Variable in class org.jbpm.deploy.Deployment
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.jbpm.env.impl.AuthenticationFilter
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.jbpm.jobexecutor.JobExecutorServlet
 
done() - Method in class org.jbpm.pvm.ProcessFactory
extract the process definition from the factory.
done() - Method in class org.jbpm.pvm.SignalDefinition.SetBuilder
extracts the set of signal definitions that was constructed
DoubleBinding - Class in org.jbpm.wire.binding
This Binding specifies a DoubleDescriptor.
DoubleBinding() - Constructor for class org.jbpm.wire.binding.DoubleBinding
 
DoubleDescriptor - Class in org.jbpm.wire.descriptor
 
DoubleDescriptor() - Constructor for class org.jbpm.wire.descriptor.DoubleDescriptor
 
DoubleDescriptor(Double) - Constructor for class org.jbpm.wire.descriptor.DoubleDescriptor
 
DoubleToStringConverter - Class in org.jbpm.pvm.type.converter
 
DoubleToStringConverter() - Constructor for class org.jbpm.pvm.type.converter.DoubleToStringConverter
 
DoubleVariable - Class in org.jbpm.pvm.type.variable
 
DoubleVariable() - Constructor for class org.jbpm.pvm.type.variable.DoubleVariable
 
dueDate - Variable in class org.jbpm.env.session.Job
date until which the command should not be executed this date is set to the current time It should be modified only for timers Warning: if you modify this, be sure to wake the JobExecutor when the job is supposed to be executed
dump(Message) - Static method in class org.jbpm.jms.JmsMessageUtil
 
Duration - Class in org.jbpm.cal
represents a time duration.
Duration() - Constructor for class org.jbpm.cal.Duration
constructor for persistence.
Duration(String) - Constructor for class org.jbpm.cal.Duration
parses the duration from a text duration = part [',' part | 'and' part]* part = number ['business'] unit number = (0..9)+ unit = (y|year|years|month|months|w|week|weeks|d|day|days|h|hour|hours|min|minute|minutes|s|sec|second|seconds|milli|millis|millisecond|milliseconds)
Duration(boolean, int, int, int, int, int, int, int, int) - Constructor for class org.jbpm.cal.Duration
 

E

Ejb2LocalCommandService - Class in org.jbpm.enterprise
Local, stateless session bean implementation of the command service.
Ejb2LocalCommandService() - Constructor for class org.jbpm.enterprise.Ejb2LocalCommandService
 
Ejb2TimerSession - Class in org.jbpm.enterprise
Timer session based on the EJB 2.1 timer service.
Ejb2TimerSession() - Constructor for class org.jbpm.enterprise.Ejb2TimerSession
 
Ejb2TimerSessionBinding - Class in org.jbpm.wire.binding
Mapping between an ejb2-timer-session element and an Ejb2TimerSession object descriptor.
Ejb2TimerSessionBinding() - Constructor for class org.jbpm.wire.binding.Ejb2TimerSessionBinding
 
ejbActivate() - Method in class org.jbpm.enterprise.impl.CommandExecutorSLSB
 
ejbActivate() - Method in class org.jbpm.enterprise.impl.TimerEB
 
ejbCreate() - Method in class org.jbpm.enterprise.impl.CommandExecutorSLSB
Creates a command executor that will be used to execute the commands that are passed in the execute method.
ejbCreate() - Method in class org.jbpm.enterprise.impl.CommandReceiverMDB
 
ejbLoad() - Method in class org.jbpm.enterprise.impl.TimerEB
 
ejbPassivate() - Method in class org.jbpm.enterprise.impl.CommandExecutorSLSB
 
ejbPassivate() - Method in class org.jbpm.enterprise.impl.TimerEB
 
ejbRemove() - Method in class org.jbpm.enterprise.impl.CommandExecutorSLSB
 
ejbRemove() - Method in class org.jbpm.enterprise.impl.CommandReceiverMDB
 
ejbRemove() - Method in class org.jbpm.enterprise.impl.TimerEB
 
ejbStore() - Method in class org.jbpm.enterprise.impl.TimerEB
 
ejbTimeout(Timer) - Method in class org.jbpm.enterprise.impl.TimerEB
 
element(Element, String) - Static method in class org.jbpm.xml.XmlUtil
 
element(Element) - Static method in class org.jbpm.xml.XmlUtil
 
elements(Element, String) - Static method in class org.jbpm.xml.XmlUtil
 
elements(Element, Set<String>) - Static method in class org.jbpm.xml.XmlUtil
 
elements(Element) - Static method in class org.jbpm.xml.XmlUtil
 
elements(Element, String, String) - Static method in class org.jbpm.xml.XmlUtil
 
elementsQName(Element, Set<QName>) - Static method in class org.jbpm.xml.XmlUtil
 
end() - Method in interface org.jbpm.pvm.Execution
ends this execution and all of its child executions.
end(String) - Method in interface org.jbpm.pvm.Execution
ends this execution and all it's child executions with a user defined status.
end(String, boolean) - Method in interface org.jbpm.pvm.Execution
ends this execution and all it's child executions with a user defined status.
end() - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
end(String) - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
end(String, boolean) - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
EnlistBinding - Class in org.jbpm.wire.binding
This Binding specifies an EnlistOperation.
EnlistBinding() - Constructor for class org.jbpm.wire.binding.EnlistBinding
 
EnlistOperation - Class in org.jbpm.wire.operation
enlists this Resource with the current Transaction.
EnlistOperation() - Constructor for class org.jbpm.wire.operation.EnlistOperation
 
enlistResource(Resource) - Method in class org.jbpm.tx.StandardTransaction
 
EnterpriseTransaction - Class in org.jbpm.tx
 
EnterpriseTransaction(String, boolean) - Constructor for class org.jbpm.tx.EnterpriseTransaction
 
EnterpriseTransactionBinding - Class in org.jbpm.wire.binding
 
EnterpriseTransactionBinding() - Constructor for class org.jbpm.wire.binding.EnterpriseTransactionBinding
 
EnterpriseTransactionDescriptor - Class in org.jbpm.wire.descriptor
 
EnterpriseTransactionDescriptor() - Constructor for class org.jbpm.wire.descriptor.EnterpriseTransactionDescriptor
 
entities - Variable in class org.jbpm.xml.Parser
 
Entity - Interface in org.jbpm.xml
used by Parser to implement EntityResolver for entity resolving.
Environment - Class in org.jbpm.env
maintains contextual information for a thread in a set of Contexts.
Environment() - Constructor for class org.jbpm.env.Environment
 
environment - Variable in class org.jbpm.tx.StandardTransaction
 
environment - Variable in class org.jbpm.wire.WireContext
 
EnvironmentApplicationXmlParser - Class in org.jbpm.env.xml
 
EnvironmentApplicationXmlParser() - Constructor for class org.jbpm.env.xml.EnvironmentApplicationXmlParser
 
EnvironmentBinding - Class in org.jbpm.wire.binding
This Binding specifies a EnvironmentDescriptor.
EnvironmentBinding() - Constructor for class org.jbpm.wire.binding.EnvironmentBinding
 
EnvironmentBlockXmlParser - Class in org.jbpm.env.xml
 
EnvironmentBlockXmlParser() - Constructor for class org.jbpm.env.xml.EnvironmentBlockXmlParser
 
environmentClosed(Environment) - Method in class org.jbpm.env.impl.MicrocontainerEnvironmentFactory
 
environmentClosed(Environment) - Method in class org.jbpm.env.impl.SpringEnvironmentFactory
 
EnvironmentDescriptor - Class in org.jbpm.wire.descriptor
This Descriptor returns the Environment of the current WireContext.
EnvironmentDescriptor() - Constructor for class org.jbpm.wire.descriptor.EnvironmentDescriptor
 
environmentFactory - Variable in class org.jbpm.client.impl.EnvironmentInterceptor
 
EnvironmentFactory - Class in org.jbpm.env
factory for Environments.
EnvironmentFactory() - Constructor for class org.jbpm.env.EnvironmentFactory
 
environmentFactory - Variable in class org.jbpm.wire.WireContext
 
EnvironmentFactoryBinding - Class in org.jbpm.wire.binding
This Binding specifies a EnvironmentFactoryDescriptor.
EnvironmentFactoryBinding() - Constructor for class org.jbpm.wire.binding.EnvironmentFactoryBinding
 
EnvironmentFactoryDescriptor - Class in org.jbpm.wire.descriptor
the EnvironmentFactory of the current WireContext.
EnvironmentFactoryDescriptor() - Constructor for class org.jbpm.wire.descriptor.EnvironmentFactoryDescriptor
 
EnvironmentInterceptor - Class in org.jbpm.client.impl
sets up an environment around the execution of the command.
EnvironmentInterceptor() - Constructor for class org.jbpm.client.impl.EnvironmentInterceptor
 
EnvironmentInterceptorBinding - Class in org.jbpm.wire.binding
 
EnvironmentInterceptorBinding() - Constructor for class org.jbpm.wire.binding.EnvironmentInterceptorBinding
 
EnvironmentInterceptorDescriptor - Class in org.jbpm.wire.descriptor
 
EnvironmentInterceptorDescriptor() - Constructor for class org.jbpm.wire.descriptor.EnvironmentInterceptorDescriptor
 
environmentParser - Static variable in class org.jbpm.env.impl.DefaultEnvironmentFactory
 
EnvironmentParser - Class in org.jbpm.env.xml
 
EnvironmentParser() - Constructor for class org.jbpm.env.xml.EnvironmentParser
 
equals(Object, Object) - Method in class org.jbpm.hibernate.ExecutionType
 
equals(Object) - Method in class org.jbpm.pvm.impl.CommentImpl
 
equals(Object, Object) - Static method in class org.jbpm.util.EqualsUtil
 
equals(Object) - Method in class org.jbpm.util.FilterListener
 
EqualsUtil - Class in org.jbpm.util
 
EqualsUtil() - Constructor for class org.jbpm.util.EqualsUtil
 
error(String) - Method in class org.jbpm.log.Jdk14Log
 
error(String, Throwable) - Method in class org.jbpm.log.Jdk14Log
 
error(String) - Method in class org.jbpm.log.Log
 
error(String, Throwable) - Method in class org.jbpm.log.Log
 
error(String) - Method in class org.jbpm.log.Log4jLog
 
error(String, Throwable) - Method in class org.jbpm.log.Log4jLog
 
error(SAXParseException) - Method in class org.jbpm.xml.Parse
part of ErrorHandler to capture XML parsing problems.
errorMessageAttribute(Element, String, String, String) - Static method in class org.jbpm.xml.XmlUtil
 
ErrorTriggeredFileHandler - Class in org.jbpm.util
 
ErrorTriggeredFileHandler() - Constructor for class org.jbpm.util.ErrorTriggeredFileHandler
 
ErrorTriggeredFileHandler.DecoratedMemoryHandler - Class in org.jbpm.util
 
ErrorTriggeredFileHandler.DecoratedMemoryHandler(FileHandler, int, Level) - Constructor for class org.jbpm.util.ErrorTriggeredFileHandler.DecoratedMemoryHandler
 
evaluate(Execution) - Method in interface org.jbpm.pvm.Condition
evaluates this condition in the context of the given execution.
event(Object, String, Object) - Method in class org.jbpm.jobexecutor.JobExceptionHandler
 
Event - Interface in org.jbpm.pvm
a event that will be fired at runtime by ProcessElements and on which Activitys can be added as listeners.
event - Variable in class org.jbpm.pvm.impl.ExecutionImpl
 
event - Variable in class org.jbpm.pvm.ProcessFactory
 
event(String) - Method in class org.jbpm.pvm.ProcessFactory
creates the given event on the current process element.
event(Object, String, Object) - Method in class org.jbpm.tx.EnterpriseTransaction
 
event(Object, String, Object) - Method in class org.jbpm.tx.StandardTransaction
This transaction will always listen to the close of the block context.
event(Object, String, Object) - Method in class org.jbpm.util.FilterListener
 
event(Object, String, Object) - Method in interface org.jbpm.util.Listener
Method called by the Observable when an event is fired.
event(Object, String, Object) - Method in class org.jbpm.wire.descriptor.HibernateSessionDescriptor.SessionCloser
 
event(Object, String, Object) - Method in class org.jbpm.wire.descriptor.HibernateSessionFactoryDescriptor.SessionFactoryCloser
 
event(Object, String, Object) - Method in class org.jbpm.wire.operation.MethodInvokerListener
 
EVENT_AFTERCOMPLETION - Static variable in interface org.jbpm.tx.Transaction
is fired when the wiring environment is being rolled back.
EVENT_BEFORECOMPLETION - Static variable in interface org.jbpm.tx.Transaction
is fired when the wiring environment is being committed.
EVENT_CLOSE - Static variable in class org.jbpm.wire.WireContext
is fired when the wiring environment is being closed.
EVENT_CLOSEENVIRONMENT - Static variable in class org.jbpm.env.impl.DefaultEnvironment
is fired when a environment created by this factory is being closed.
EVENT_CONSTRUCTED - Static variable in interface org.jbpm.wire.Descriptor
is fired when object construction is completed.
EVENT_CONSTRUCTING - Static variable in interface org.jbpm.wire.Descriptor
is fired when construction of a wired object starts.
EVENT_EXCEPTION - Static variable in class org.jbpm.env.impl.DefaultEnvironment
is fired for each exception reported in an environment block with Environment.setException(Throwable).
EVENT_FLUSH - Static variable in interface org.jbpm.tx.Transaction
is fired when the wiring environment is being flushed.
EVENT_INITIALIZING - Static variable in interface org.jbpm.wire.Descriptor
is fired when initialization of a wired object starts (after construction).
EVENT_NODE_ENTER - Static variable in interface org.jbpm.pvm.Node
 
EVENT_NODE_LEAVE - Static variable in interface org.jbpm.pvm.Node
 
EVENT_OPEN - Static variable in class org.jbpm.wire.WireContext
is fired when a new wiring environment is being opened.
EVENT_OPENENVIRONMENT - Static variable in class org.jbpm.env.impl.DefaultEnvironment
is fired when a new environment is being opened with this environment factory.
EVENT_PROCESS_END - Static variable in interface org.jbpm.pvm.ProcessDefinition
 
EVENT_PROCESS_START - Static variable in interface org.jbpm.pvm.ProcessDefinition
 
EVENT_REMOVE - Static variable in interface org.jbpm.wire.Descriptor
is fired when an object is being removed from the cache of the wire context with WireContext.remove(String).
EVENT_SET - Static variable in interface org.jbpm.wire.Descriptor
is fired when an object is being set into the cache of this wire context with WireContext.set(String, Object).
EVENT_TIMER - Static variable in class org.jbpm.env.session.Timer
 
EVENT_TRANSITION_TAKE - Static variable in interface org.jbpm.pvm.Transition
 
EventImpl - Class in org.jbpm.pvm.impl
 
EventImpl() - Constructor for class org.jbpm.pvm.impl.EventImpl
 
EventListenerReference - Class in org.jbpm.pvm.impl
 
EventListenerReference() - Constructor for class org.jbpm.pvm.impl.EventListenerReference
 
eventListenerReference - Variable in class org.jbpm.pvm.ProcessFactory
 
events - Variable in class org.jbpm.pvm.impl.ObservableElementImpl
 
eventSource - Variable in class org.jbpm.pvm.impl.ExecutionImpl
 
exception - Variable in class org.jbpm.env.impl.DefaultEnvironment
 
exception - Variable in class org.jbpm.env.session.Job
stack trace of the exception that occurred during command execution.
exception - Variable in class org.jbpm.pvm.impl.ExecutionImpl
 
exceptionClassName - Variable in class org.jbpm.pvm.impl.ExceptionHandlerImpl
 
ExceptionHandler - Interface in org.jbpm.pvm
can handle exceptions that occur in user code like Activitys and ExternalActivitys.
exceptionHandler - Variable in class org.jbpm.pvm.ProcessFactory
 
exceptionHandler(Class<? extends Exception>) - Method in class org.jbpm.pvm.ProcessFactory
creates an exception handler for the given exception class on the current process element; until the ProcessFactory.exceptionHandlerEnd().
exceptionHandlerEnd() - Method in class org.jbpm.pvm.ProcessFactory
 
ExceptionHandlerImpl - Class in org.jbpm.pvm.impl
 
ExceptionHandlerImpl() - Constructor for class org.jbpm.pvm.impl.ExceptionHandlerImpl
 
exceptionHandlers - Variable in class org.jbpm.pvm.impl.ProcessElementImpl
 
execute(Environment) - Method in interface org.jbpm.client.Command
 
execute(Command<T>) - Method in interface org.jbpm.client.CommandService
 
execute(Environment) - Method in class org.jbpm.client.Deploy
 
execute(Environment) - Method in class org.jbpm.client.FindExecution
 
execute(Environment) - Method in class org.jbpm.client.FindLatestProcessDefinition
 
execute(Environment) - Method in class org.jbpm.client.FindProcessDefinition
 
execute(Environment) - Method in class org.jbpm.client.FindProcessDefinitionNames
 
execute(Environment) - Method in class org.jbpm.client.FindProcessDefinitions
 
execute(Environment) - Method in class org.jbpm.client.GetJobs
 
execute(Environment) - Method in class org.jbpm.client.GetVariable
 
execute(Environment) - Method in class org.jbpm.client.GetVariables
 
execute(Environment) - Method in class org.jbpm.client.impl.AsyncCommandMessage
 
execute(Command<T>) - Method in class org.jbpm.client.impl.AsyncCommandService
 
execute(Command<T>) - Method in class org.jbpm.client.impl.AuthorizationInterceptor
 
execute(Command<T>) - Method in class org.jbpm.client.impl.EnvironmentInterceptor
 
execute(Command<T>) - Method in class org.jbpm.client.impl.RetryInterceptor
 
execute(Command<T>) - Method in class org.jbpm.client.impl.StandardCommandService
 
execute(Command<T>) - Method in class org.jbpm.client.impl.TransactionInterceptor
 
execute(Environment) - Method in class org.jbpm.client.SetVariables
 
execute(Environment) - Method in class org.jbpm.client.Signal
 
execute(Environment) - Method in class org.jbpm.client.StartExecution
 
execute(Command<T>) - Method in class org.jbpm.enterprise.Ejb2LocalCommandService
 
execute(Command<T>) - Method in class org.jbpm.enterprise.impl.CommandExecutorSLSB
 
execute(Environment) - Method in class org.jbpm.enterprise.impl.ExecuteTimerCommand
 
execute(Command<T>) - Method in interface org.jbpm.enterprise.LocalCommandExecutor
Executes the given command locally.
execute(Command<T>) - Method in interface org.jbpm.enterprise.RemoteCommandExecutor
Executes the given command remotely.
execute(Environment) - Method in class org.jbpm.env.session.Timer
 
execute(Environment) - Method in class org.jbpm.jobexecutor.AcquireJobs
 
execute(Environment) - Method in class org.jbpm.jobexecutor.ExecuteJobCommand
 
execute(Environment) - Method in class org.jbpm.jobexecutor.JobExceptionHandler
 
execute(Environment) - Method in class org.jbpm.jobexecutor.NextDueDate
 
execute(Execution) - Method in interface org.jbpm.pvm.Activity
piece of Java code that is to be included in a process as node behaviour or as a hidden listener to process events.
execute(String) - Method in interface org.jbpm.pvm.Execution
executes the given nested node.
execute(Node) - Method in interface org.jbpm.pvm.Execution
executes the given node.
execute(Environment) - Method in class org.jbpm.pvm.impl.ExecuteNodeMessage
 
execute(String) - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
execute(Node) - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
execute(Environment) - Method in class org.jbpm.pvm.impl.ProceedToDestinationMessage
 
execute(Environment) - Method in class org.jbpm.pvm.impl.SignalMessage
 
execute(Environment) - Method in class org.jbpm.pvm.impl.TakeTransitionMessage
 
execute() - Method in class org.jbpm.xml.Parse
perform the actual parse operation with the specified input source.
execute(Parse) - Method in class org.jbpm.xml.Parser
customizable parse execution
ExecuteJobCommand - Class in org.jbpm.jobexecutor
 
ExecuteJobCommand(long) - Constructor for class org.jbpm.jobexecutor.ExecuteJobCommand
 
ExecuteNodeMessage - Class in org.jbpm.pvm.impl
 
ExecuteNodeMessage() - Constructor for class org.jbpm.pvm.impl.ExecuteNodeMessage
 
ExecuteNodeMessage(ExecutionImpl) - Constructor for class org.jbpm.pvm.impl.ExecuteNodeMessage
 
ExecuteNodeOp - Class in org.jbpm.pvm.impl
 
ExecuteNodeOp() - Constructor for class org.jbpm.pvm.impl.ExecuteNodeOp
 
ExecuteTimerCommand - Class in org.jbpm.enterprise.impl
 
ExecuteTimerCommand(long) - Constructor for class org.jbpm.enterprise.impl.ExecuteTimerCommand
 
execution - Variable in class org.jbpm.env.session.Job
the execution (if any) for this job
Execution - Interface in org.jbpm.pvm
a runtime path of execution.
execution - Variable in class org.jbpm.pvm.impl.ExecutionScopeIterator
 
execution - Variable in class org.jbpm.pvm.impl.TriggerImpl
 
execution - Variable in class org.jbpm.pvm.impl.VariableMap
 
execution - Variable in class org.jbpm.pvm.log.ProcessLog
 
execution - Variable in class org.jbpm.pvm.type.Variable
 
executionDbid - Variable in class org.jbpm.client.FindExecution
 
executionDbid - Variable in class org.jbpm.client.GetVariable
 
executionDbid - Variable in class org.jbpm.client.GetVariables
 
executionDbid - Variable in class org.jbpm.client.Signal
 
executionId - Variable in class org.jbpm.client.SetVariables
 
ExecutionImpl - Class in org.jbpm.pvm.impl
 
ExecutionImpl() - Constructor for class org.jbpm.pvm.impl.ExecutionImpl
 
executions - Variable in class org.jbpm.pvm.impl.ExecutionImpl
are concurrent executions that related to this execution.
ExecutionScopeIterator - Class in org.jbpm.pvm.impl
 
ExecutionScopeIterator(ExecutionImpl) - Constructor for class org.jbpm.pvm.impl.ExecutionScopeIterator
 
executionsMap - Variable in class org.jbpm.pvm.impl.ExecutionImpl
caches the child executions by execution name.
ExecutionType - Class in org.jbpm.hibernate
 
ExecutionType() - Constructor for class org.jbpm.hibernate.ExecutionType
 
ExecutionVariableContext - Class in org.jbpm.env.context
 
ExecutionVariableContext(Execution) - Constructor for class org.jbpm.env.context.ExecutionVariableContext
 
expression - Variable in class org.jbpm.pvm.impl.ObjectReference
 
extensions - Variable in class org.jbpm.deploy.DeployerManager
maps extensions to language-ids
extensions - Variable in class org.jbpm.wire.descriptor.DeployerManagerDescriptor
maps extensions to language-ids
ExternalActivity - Interface in org.jbpm.pvm
extends Activity for handling external triggers after a wait state.
extractBytes() - Method in class org.jbpm.lob.Blob
 
extractChars() - Method in class org.jbpm.lob.Clob
 
extractCommand(Message) - Method in class org.jbpm.enterprise.impl.CommandReceiverMDB
 

F

factoryName - Variable in class org.jbpm.wire.descriptor.HibernateSessionDescriptor
 
FALSE_TEXT - Static variable in class org.jbpm.pvm.type.converter.BooleanToStringConverter
 
FalseBinding - Class in org.jbpm.wire.binding
This binding creates a FalseDescriptor for constructing Boolean.FALSE.
FalseBinding() - Constructor for class org.jbpm.wire.binding.FalseBinding
 
FalseDescriptor - Class in org.jbpm.wire.descriptor
 
FalseDescriptor() - Constructor for class org.jbpm.wire.descriptor.FalseDescriptor
 
fatalError(SAXParseException) - Method in class org.jbpm.xml.Parse
part of ErrorHandler to capture XML parsing problems.
FieldBinding - Class in org.jbpm.wire.binding
This Binding specifies a FieldOperation (for field injection).
FieldBinding() - Constructor for class org.jbpm.wire.binding.FieldBinding
 
FieldOperation - Class in org.jbpm.wire.operation
injects another object into a field.
FieldOperation() - Constructor for class org.jbpm.wire.operation.FieldOperation
 
file - Variable in class org.jbpm.stream.FileStreamSource
 
file - Variable in class org.jbpm.wire.descriptor.PropertiesDescriptor
 
fileName - Variable in class org.jbpm.lob.Blob
 
files - Variable in class org.jbpm.deploy.Deployment
 
FileStreamSource - Class in org.jbpm.stream
 
FileStreamSource(File) - Constructor for class org.jbpm.stream.FileStreamSource
 
FilterListener - Class in org.jbpm.util
 
FilterListener(Listener, String) - Constructor for class org.jbpm.util.FilterListener
 
FilterListener(Listener, List<String>) - Constructor for class org.jbpm.util.FilterListener
 
find(Class<T>, String[]) - Method in class org.jbpm.env.impl.DefaultEnvironment
 
findAllTimers() - Method in interface org.jbpm.env.session.PvmDbSession
all scheduled timers
findAllTimers() - Method in class org.jbpm.hibernate.HibernatePvmDbSession
 
findAllTimers() - Method in interface org.jbpm.jobexecutor.JobSession
 
findAllTimers() - Method in class org.jbpm.jobexecutor.StandardJobSession
 
findByPrimaryKey(Long) - Method in interface org.jbpm.enterprise.LocalTimerHome
 
findConstructor(Class<?>, List<ArgDescriptor>, Object[]) - Static method in class org.jbpm.util.ReflectUtil
 
findDay(Date) - Method in class org.jbpm.cal.BusinessCalendar
 
findDayPart(Date) - Method in class org.jbpm.cal.BusinessCalendar
 
findDefaultTransition() - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
findDefaultTransition() - Method in class org.jbpm.pvm.impl.NodeImpl
searches for the default transition in this node and then up the parent chain.
findExclusiveJobs(Execution) - Method in interface org.jbpm.jobexecutor.JobSession
 
findExclusiveJobs(Execution) - Method in class org.jbpm.jobexecutor.StandardJobSession
 
FindExecution - Class in org.jbpm.client
 
FindExecution(String, String) - Constructor for class org.jbpm.client.FindExecution
 
FindExecution(long) - Constructor for class org.jbpm.client.FindExecution
 
findExecution(long) - Method in class org.jbpm.client.impl.PvmServiceImpl
 
findExecution(String, String) - Method in class org.jbpm.client.impl.PvmServiceImpl
 
findExecution(String, String) - Method in interface org.jbpm.env.session.PvmDbSession
an execution identified by process definition and business key
findExecution(String, String) - Method in class org.jbpm.hibernate.HibernatePvmDbSession
 
findExecution(long) - Method in interface org.jbpm.PvmService
the execution with the given database primary key
findExecution(String, String) - Method in interface org.jbpm.PvmService
the execution that is uniquely defined by the process definition and the business key.
FindLatestProcessDefinition - Class in org.jbpm.client
 
FindLatestProcessDefinition(String) - Constructor for class org.jbpm.client.FindLatestProcessDefinition
 
findLatestProcessDefinition(String) - Method in class org.jbpm.client.impl.PvmServiceImpl
 
findLatestProcessDefinition(String) - Method in interface org.jbpm.PvmService
latest version of the processDefinition with the given name.
findMethod(Class<?>, String, List<ArgDescriptor>, Object[]) - Static method in class org.jbpm.util.ReflectUtil
 
findNextDayPart(Date) - Method in class org.jbpm.cal.BusinessCalendar
 
findNextDayPartStart(int, Date, Object[]) - Method in class org.jbpm.cal.Day
 
findNextTimer() - Method in interface org.jbpm.env.session.PvmDbSession
next timer to execute
findNextTimer() - Method in class org.jbpm.hibernate.HibernatePvmDbSession
 
findNextTimer() - Method in interface org.jbpm.jobexecutor.JobSession
 
findNextTimer() - Method in class org.jbpm.jobexecutor.StandardJobSession
 
findNode(String) - Method in interface org.jbpm.pvm.CompositeElement
searches for the given node in this node, including this node and all child nodes recursively.
findNode(String) - Method in class org.jbpm.pvm.impl.CompositeElementImpl
 
findNode(String) - Method in class org.jbpm.pvm.impl.NodeImpl
 
findObject(Class<T>) - Method in class org.jbpm.xml.Parse
search a contextual object in the stack by type.
findOutgoingTransition(String) - Method in class org.jbpm.pvm.impl.NodeImpl
searches for the given transitionName in this node and then up the parent chain.
findOutgoingTransition(String) - Method in interface org.jbpm.pvm.Node
searches for the given transitionName in this node and then up the parent chain.
FindProcessDefinition - Class in org.jbpm.client
 
FindProcessDefinition(String, int) - Constructor for class org.jbpm.client.FindProcessDefinition
 
FindProcessDefinition(long) - Constructor for class org.jbpm.client.FindProcessDefinition
 
findProcessDefinition(String, int) - Method in class org.jbpm.client.impl.PvmServiceImpl
 
findProcessDefinition(long) - Method in class org.jbpm.client.impl.PvmServiceImpl
 
findProcessDefinition(String) - Method in interface org.jbpm.env.session.PvmDbSession
latest version of the processDefinition with the given name.
findProcessDefinition(String, int) - Method in interface org.jbpm.env.session.PvmDbSession
specific version of a named processDefinition.
findProcessDefinition(String, int) - Method in class org.jbpm.hibernate.HibernatePvmDbSession
 
findProcessDefinition(String) - Method in class org.jbpm.hibernate.HibernatePvmDbSession
 
findProcessDefinition(String, int) - Method in interface org.jbpm.PvmService
specific version of a named processDefinition.
findProcessDefinition(long) - Method in interface org.jbpm.PvmService
specific processDefinition by database primary key.
FindProcessDefinitionNames - Class in org.jbpm.client
 
FindProcessDefinitionNames() - Constructor for class org.jbpm.client.FindProcessDefinitionNames
 
findProcessDefinitionNames() - Method in class org.jbpm.client.impl.PvmServiceImpl
 
findProcessDefinitionNames() - Method in interface org.jbpm.env.session.PvmDbSession
all deployed process names.
findProcessDefinitionNames() - Method in class org.jbpm.hibernate.HibernatePvmDbSession
 
findProcessDefinitionNames() - Method in interface org.jbpm.PvmService
all deployed process names.
FindProcessDefinitions - Class in org.jbpm.client
 
FindProcessDefinitions(String) - Constructor for class org.jbpm.client.FindProcessDefinitions
 
findProcessDefinitions(String) - Method in class org.jbpm.client.impl.PvmServiceImpl
 
findProcessDefinitions(String) - Method in interface org.jbpm.env.session.PvmDbSession
all versions of the given process.
findProcessDefinitions(String) - Method in class org.jbpm.hibernate.HibernatePvmDbSession
 
findProcessDefinitions(String) - Method in interface org.jbpm.PvmService
all versions of the given process.
findStartOfNextDay(Date) - Method in class org.jbpm.cal.BusinessCalendar
 
findTimers(Execution) - Method in interface org.jbpm.env.session.PvmDbSession
all timers scheduled on a given execution
findTimers(Execution) - Method in class org.jbpm.env.session.StandardTimerSession
 
findTimers(Execution) - Method in interface org.jbpm.env.session.TimerSession
retrieve timers registered for a given execution
findTimers(Execution) - Method in class org.jbpm.hibernate.HibernatePvmDbSession
 
findTimers(Execution) - Method in interface org.jbpm.jobexecutor.JobSession
 
findTimers(Execution) - Method in class org.jbpm.jobexecutor.StandardJobSession
 
findTransition(String) - Method in class org.jbpm.pvm.impl.ExecutionImpl
by default this will use NodeImpl.findOutgoingTransition(String) to search for the outgoing transition, which includes a search over the parent chain of the current node.
findVariableScope() - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
findVariableScope(String) - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
fire(String, ObservableElement) - Method in interface org.jbpm.pvm.Execution
fires the event on the given eventSource and then propagates the event up to the eventSource's parent chain.
fire(String, ObservableElement) - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
fire(String) - Method in class org.jbpm.util.DefaultObservable
 
fire(String, Object) - Method in class org.jbpm.util.DefaultObservable
 
fire(String) - Method in interface org.jbpm.util.Observable
dispatches an event to the listeners.
fire(String, Object) - Method in interface org.jbpm.util.Observable
dispatches an event to the listeners.
fireObjectEvent(String, String, Object) - Method in class org.jbpm.wire.WireContext
fires a WireObjectEventInfo.
FloatBinding - Class in org.jbpm.wire.binding
This Binding specifies a FloatDescriptor.
FloatBinding() - Constructor for class org.jbpm.wire.binding.FloatBinding
 
FloatDescriptor - Class in org.jbpm.wire.descriptor
 
FloatDescriptor() - Constructor for class org.jbpm.wire.descriptor.FloatDescriptor
 
FloatDescriptor(Float) - Constructor for class org.jbpm.wire.descriptor.FloatDescriptor
 
FloatToDoubleConverter - Class in org.jbpm.pvm.type.converter
 
FloatToDoubleConverter() - Constructor for class org.jbpm.pvm.type.converter.FloatToDoubleConverter
 
FloatToStringConverter - Class in org.jbpm.pvm.type.converter
 
FloatToStringConverter() - Constructor for class org.jbpm.pvm.type.converter.FloatToStringConverter
 
flush() - Method in interface org.jbpm.env.session.DbSession
 
flush() - Method in class org.jbpm.hibernate.HibernateDbSession
 
flush() - Method in class org.jbpm.hibernate.HibernateTransactionResource
 
flush() - Method in class org.jbpm.util.ErrorTriggeredFileHandler
 
forceVersionUpdate(Object) - Method in interface org.jbpm.env.session.DbSession
 
forceVersionUpdate(Object) - Method in class org.jbpm.hibernate.HibernateDbSession
 
foreignKeyColumnName(String, String, String, String) - Method in class org.jbpm.hibernate.PvmNamingStrategy
 
format(LogRecord) - Method in class org.jbpm.log.LogFormatter
 
fromDay - Variable in class org.jbpm.cal.Holiday
 
fromHour - Variable in class org.jbpm.cal.DayPart
 
fromMinute - Variable in class org.jbpm.cal.DayPart
 
fromStringValue(String) - Method in class org.jbpm.hibernate.ConverterType
 

G

get(String) - Method in class org.jbpm.env.context.ExecutionVariableContext
 
get(Class<T>) - Method in class org.jbpm.env.context.ExecutionVariableContext
 
get(String) - Method in interface org.jbpm.env.Context
 
get(Class<T>) - Method in interface org.jbpm.env.Context
 
get(String) - Method in class org.jbpm.env.context.JobContext
 
get(Class<T>) - Method in class org.jbpm.env.context.JobContext
 
get(String) - Method in class org.jbpm.env.context.WebRequestContext
 
get(Class<T>) - Method in class org.jbpm.env.context.WebRequestContext
 
get(String) - Method in class org.jbpm.env.context.WebSessionContext
 
get(Class<T>) - Method in class org.jbpm.env.context.WebSessionContext
 
get(String) - Method in class org.jbpm.env.Environment
searches a named object in all the contexts in the default search order.
get(String, String[]) - Method in class org.jbpm.env.Environment
searches a named object in all the contexts in the given search order.
get(Class<T>) - Method in class org.jbpm.env.Environment
searches an object based on type.
get(String) - Method in class org.jbpm.env.impl.DefaultEnvironment
 
get(String, String[]) - Method in class org.jbpm.env.impl.DefaultEnvironment
 
get(Class<T>) - Method in class org.jbpm.env.impl.DefaultEnvironment
 
get(String) - Method in class org.jbpm.env.impl.DefaultEnvironmentFactory
 
get(Class<T>) - Method in class org.jbpm.env.impl.DefaultEnvironmentFactory
 
get(String) - Method in class org.jbpm.env.impl.MicrocontainerEnvironmentFactory
 
get(Class<T>) - Method in class org.jbpm.env.impl.MicrocontainerEnvironmentFactory
 
get(String) - Method in class org.jbpm.env.impl.SpringEnvironmentFactory
 
get(Class<T>) - Method in class org.jbpm.env.impl.SpringEnvironmentFactory
 
get(Class<T>, Object) - Method in interface org.jbpm.env.session.DbSession
 
get(ResultSet, String) - Method in class org.jbpm.hibernate.ConverterType
 
get(Class<T>, Object) - Method in class org.jbpm.hibernate.HibernateDbSession
 
get(long) - Method in interface org.jbpm.jobexecutor.JobSession
 
get(long) - Method in class org.jbpm.jobexecutor.StandardJobSession
 
get(Blob) - Method in interface org.jbpm.lob.BlobStrategy
 
get(Blob) - Method in class org.jbpm.lob.BlobStrategyBinary
 
get(Blob) - Method in class org.jbpm.lob.BlobStrategyBlob
 
get(Blob) - Method in class org.jbpm.lob.BlobStrategyChopped
 
get(Blob) - Method in class org.jbpm.lob.BlobStrategyFile
 
get(Clob) - Method in interface org.jbpm.lob.ClobStrategy
 
get(Clob) - Method in class org.jbpm.lob.ClobStrategyChopped
 
get(Clob) - Method in class org.jbpm.lob.ClobStrategyClob
 
get(Clob) - Method in class org.jbpm.lob.ClobStrategyText
 
get() - Method in class org.jbpm.pvm.impl.ObjectReference
 
get(String) - Method in class org.jbpm.pvm.impl.VariableMap
 
get(String) - Method in class org.jbpm.pvm.impl.WireProperties
 
get(String) - Method in interface org.jbpm.pvm.VariableScope
retrieve an object from this scope
get(int) - Method in class org.jbpm.util.BooleanArray
 
get(Field, Object) - Static method in class org.jbpm.util.ReflectUtil
 
get(String) - Method in class org.jbpm.wire.WireContext
retrieves the object for the given objectName, ensuring it is constructed and initialized.
get(String, boolean) - Method in class org.jbpm.wire.WireContext
gets the object having the name objectName in this context.
get(Class<T>) - Method in class org.jbpm.wire.WireContext
searches for the first descriptor that defines an object of the given type.
getAcquireJobsCommand() - Method in class org.jbpm.jobexecutor.JobExecutor
 
getActivities() - Method in class org.jbpm.pvm.impl.ExceptionHandlerImpl
 
getActivityReference() - Method in class org.jbpm.env.session.Timer
 
getActivityReferences() - Method in class org.jbpm.pvm.impl.ExceptionHandlerImpl
 
getAll() - Method in class org.jbpm.pvm.impl.VariableMap
all the variables.
getAll() - Method in interface org.jbpm.pvm.VariableScope
retrieves all entries in this variable scope
getApplicationContext() - Method in class org.jbpm.env.impl.DefaultEnvironment
 
getApplicationWireContext() - Method in class org.jbpm.env.impl.DefaultEnvironmentFactory
 
getApplicationWireXmlParser() - Method in class org.jbpm.env.xml.EnvironmentParser
 
getArgDescriptors() - Method in class org.jbpm.wire.descriptor.ObjectDescriptor
Gets the list of descriptors to use to create method arguments.
getArgDescriptors() - Method in class org.jbpm.wire.operation.InvokeOperation
Gets the list of descriptor to create arguments supplied to the method .
getArgDescriptors() - Method in class org.jbpm.wire.operation.SubscribeOperation
Gets the list of argDescriptor used to create the arguments given to the method (only if a specific method has to be called).
getArgs(WireContext, List<ArgDescriptor>) - Static method in class org.jbpm.wire.descriptor.ObjectDescriptor
Creates a list of arguments (objects) from a list of argument descriptors.
getAttachmentBytes(String) - Method in class org.jbpm.pvm.impl.ProcessDefinitionImpl
 
getAttachmentInputStream(String) - Method in class org.jbpm.pvm.impl.ProcessDefinitionImpl
 
getBehaviour() - Method in class org.jbpm.pvm.impl.NodeImpl
 
getBehaviourReference() - Method in class org.jbpm.pvm.impl.NodeImpl
 
getBinding(Element) - Method in class org.jbpm.xml.Bindings
get a binding for the given element and category.
getBinding(Element, String) - Method in class org.jbpm.xml.Bindings
get a binding for the given element and category.
getBinding(QName) - Method in class org.jbpm.xml.Bindings
looks up a binding for a given tagName in the default category.
getBinding(QName, String) - Method in class org.jbpm.xml.Bindings
looks up a binding for a given tagName and category.
getBinding(Element) - Method in class org.jbpm.xml.Parser
the handler for the given element
getBinding(Element, String) - Method in class org.jbpm.xml.Parser
the handler for the given element limited to a given category
getBindings() - Method in class org.jbpm.xml.Parser
the handlers for specific element types
getBlob() - Method in class org.jbpm.lob.Blob
 
getBlob() - Method in class org.jbpm.pvm.type.variable.BlobVariable
 
getBlobStrategy() - Method in class org.jbpm.lob.Blob
 
getBlockContext() - Method in class org.jbpm.env.impl.DefaultEnvironment
 
getBlockContextDefinition() - Method in class org.jbpm.env.impl.DefaultEnvironmentFactory
 
getBlockWireDefinition() - Method in class org.jbpm.env.impl.DefaultEnvironmentFactory
 
getBlockWireXmlParser() - Method in class org.jbpm.env.xml.EnvironmentParser
 
getBusinessCalendar() - Method in class org.jbpm.cal.Day
 
getBusinessCalendar() - Method in class org.jbpm.cal.Holiday
 
getBusinessDayInMillis() - Method in class org.jbpm.cal.BusinessCalendar
 
getBusinessMonthInMillis() - Method in class org.jbpm.cal.BusinessCalendar
 
getBusinessWeekInMillis() - Method in class org.jbpm.cal.BusinessCalendar
 
getBusinessYearInMillis() - Method in class org.jbpm.cal.BusinessCalendar
 
getBytes() - Method in class org.jbpm.lob.Blob
 
getCause() - Method in class org.jbpm.xml.Problem
 
getChops() - Method in class org.jbpm.lob.Blob
 
getChops() - Method in class org.jbpm.lob.Clob
 
getClassLoader() - Method in class org.jbpm.env.Environment
 
getClassLoader() - Method in class org.jbpm.env.impl.DefaultEnvironment
 
getClassLoader() - Method in class org.jbpm.wire.WireContext
the class loader to use to create objects or if none was explicitely set in this wire context, the default context class loader for the current thread.
getClassLoader() - Method in class org.jbpm.wire.WireDefinition
 
getClassLoader() - Method in class org.jbpm.xml.Parse
the ClassLoader used to resolve input resources.
getClassName() - Method in class org.jbpm.wire.descriptor.CollectionDescriptor
 
getClassName() - Method in class org.jbpm.wire.descriptor.HibernateConfigurationDescriptor
 
getClassName() - Method in class org.jbpm.wire.descriptor.ObjectDescriptor
Gets the class name of the object to create.
getClob() - Method in class org.jbpm.lob.Clob
 
getClob() - Method in class org.jbpm.pvm.type.variable.ClobVariable
 
getClobStrategy() - Method in class org.jbpm.lob.Clob
 
getCollectionInterface() - Method in class org.jbpm.wire.binding.AbstractCollectionBinding
 
getCollectionInterface() - Method in class org.jbpm.wire.binding.ListBinding
 
getCollectionInterface() - Method in class org.jbpm.wire.binding.SetBinding
 
getColumn() - Method in class org.jbpm.xml.Problem
 
getCommandExecutor() - Method in class org.jbpm.enterprise.Ejb2LocalCommandService
 
getCommandExecutor() - Method in class org.jbpm.jobexecutor.JobExecutor
 
getCommandService() - Method in class org.jbpm.client.impl.PvmServiceImpl
 
getCommandService() - Method in class org.jbpm.env.impl.MicrocontainerEnvironmentFactory
 
getCommandService() - Method in class org.jbpm.env.impl.SpringEnvironmentFactory
 
getCommandService(Element, Parse, Parser) - Method in class org.jbpm.wire.binding.AsyncCommandServiceBinding
 
getCommandService(Element, Parse, Parser) - Method in class org.jbpm.wire.binding.StandardCommandServiceBinding
 
getComments() - Method in interface org.jbpm.pvm.Execution
the list of comments made on this execution.
getComments() - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
getConfiguredSize() - Static method in class org.jbpm.util.ErrorTriggeredFileHandler
 
getConfiguredTarget() - Static method in class org.jbpm.util.ErrorTriggeredFileHandler
 
getConstructor(Class<T>, Class<?>[]) - Static method in class org.jbpm.util.ReflectUtil
 
getContentText(Element) - Static method in class org.jbpm.xml.XmlUtil
 
getContext(String) - Method in class org.jbpm.env.Environment
 
getContext(String) - Method in class org.jbpm.env.impl.DefaultEnvironment
 
getContextName() - Method in class org.jbpm.wire.operation.SubscribeOperation
Gets the name of the WireContext where the Observable should be found.
getConverter() - Method in class org.jbpm.pvm.impl.VariableDefinitionImpl
 
getConverter() - Method in class org.jbpm.pvm.type.TypeMapping
 
getConverter() - Method in class org.jbpm.pvm.type.Variable
 
getConverter() - Method in interface org.jbpm.pvm.VariableDefinition
defines the conversion between the java object representation and and the storage value as part of the type declaration for this variable
getCurrent() - Static method in class org.jbpm.env.Environment
 
getCurrentEnvironment() - Method in class org.jbpm.env.impl.MicrocontainerEnvironmentFactory
 
getCurrentEnvironment() - Method in class org.jbpm.env.impl.SpringEnvironmentFactory
 
getCurrentTime() - Static method in class org.jbpm.util.Clock
 
getDateFormat() - Static method in class org.jbpm.env.session.Timer
 
getDay() - Method in class org.jbpm.cal.DayPart
 
getDayInMillis() - Method in class org.jbpm.cal.BusinessCalendar
 
getDayParts() - Method in class org.jbpm.cal.Day
 
getDays() - Method in class org.jbpm.cal.BusinessCalendar
 
getDays() - Method in class org.jbpm.cal.Duration
 
getDbid() - Method in class org.jbpm.enterprise.impl.TimerEB
 
getDbid() - Method in class org.jbpm.env.session.Job
 
getDbid() - Method in interface org.jbpm.pvm.Comment
the meaningless database primary key
getDbid() - Method in interface org.jbpm.pvm.ExceptionHandler
the meaningless database primary key
getDbid() - Method in interface org.jbpm.pvm.Execution
the meaningless database primary key
getDbid() - Method in class org.jbpm.pvm.impl.CommentImpl
 
getDbid() - Method in class org.jbpm.pvm.impl.EventImpl
 
getDbid() - Method in class org.jbpm.pvm.impl.ExceptionHandlerImpl
 
getDbid() - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
getDbid() - Method in class org.jbpm.pvm.impl.ProcessElementImpl
the database id.
getDbid() - Method in class org.jbpm.pvm.impl.VariableDefinitionImpl
 
getDbid() - Method in class org.jbpm.pvm.impl.WireProperties
 
getDbid() - Method in class org.jbpm.pvm.log.ProcessLog
 
getDbid() - Method in interface org.jbpm.pvm.ProcessElement
the meaningless database primary key
getDbid() - Method in interface org.jbpm.pvm.VariableDefinition
the meaningless database primary key
getDbid() - Method in class org.jbpm.wire.descriptor.AbstractDescriptor
the db primary key.
getDbid() - Method in class org.jbpm.wire.operation.AbstractOperation
 
getDbversion() - Method in class org.jbpm.enterprise.impl.TimerEB
 
getDebugDomBuilder() - Method in class org.jbpm.xml.DebugDomParser
exposed for setting of its configuration properties
getDefaultTransition() - Method in class org.jbpm.pvm.impl.NodeImpl
 
getDefaultTransition() - Method in interface org.jbpm.pvm.Node
the default outgoing transition.
getDelay() - Method in class org.jbpm.client.impl.RetryInterceptor
 
getDelayFactor() - Method in class org.jbpm.client.impl.RetryInterceptor
 
getDeploymentTime() - Method in class org.jbpm.pvm.impl.ProcessDefinitionImpl
 
getDeploymentTime() - Method in interface org.jbpm.pvm.ProcessDefinition
time this process definition got deployed.
getDescription() - Method in class org.jbpm.pvm.impl.ObservableElementImpl
 
getDescription() - Method in class org.jbpm.pvm.impl.VariableDefinitionImpl
 
getDescription() - Method in interface org.jbpm.pvm.ObservableElement
the long description.
getDescription() - Method in class org.jbpm.pvm.SignalDefinition
a free text description
getDescription() - Method in interface org.jbpm.pvm.VariableDefinition
free text description of this variable
getDescriptor() - Method in class org.jbpm.pvm.impl.ObjectReference
 
getDescriptor() - Method in class org.jbpm.wire.descriptor.ArgDescriptor
Gets the Descriptor used to construct the value given to the argument.
getDescriptor() - Method in class org.jbpm.wire.operation.FieldOperation
Gets the descriptor used to create the field's value.
getDescriptor() - Method in class org.jbpm.wire.operation.PropertyOperation
Gets the descriptor used to create the field's value.
getDescriptor(String) - Method in class org.jbpm.wire.WireDefinition
the descriptor with the given name from the WireDefinition or null if the object doesn't have a descriptor.
getDescriptorName(Class<?>) - Method in class org.jbpm.wire.WireDefinition
 
getDescriptors() - Method in class org.jbpm.wire.WireDefinition
 
getDestination() - Method in class org.jbpm.pvm.impl.TransitionImpl
 
getDestination() - Method in interface org.jbpm.pvm.Transition
the node in which this transition arrives.
getDestinationName(Destination) - Static method in class org.jbpm.jms.JmsMessageUtil
 
getDispatcherThread() - Method in class org.jbpm.jobexecutor.JobExecutor
 
getDocument(String) - Method in class org.jbpm.deploy.Deployment
 
getDocument() - Method in class org.jbpm.xml.Parse
the Document Object Model (DOM).
getDocumentBuilderFactory() - Method in class org.jbpm.xml.Parser
getter with lazy initialization of the document builder factory.
getDocumentObject() - Method in class org.jbpm.xml.Parse
the result of this parse operation.
getDoubleVal() - Method in class org.jbpm.wire.descriptor.DoubleDescriptor
 
getDueDate() - Method in class org.jbpm.enterprise.impl.TimerEB
 
getDueDate() - Method in class org.jbpm.env.session.Job
 
getEagerInitNames() - Method in class org.jbpm.wire.WireDefinition
 
getEnvironment() - Method in class org.jbpm.wire.WireContext
 
getEnvironmentFactory() - Method in class org.jbpm.client.impl.EnvironmentInterceptor
 
getEnvironmentFactory() - Method in class org.jbpm.env.Environment
 
getEnvironmentFactory() - Method in class org.jbpm.env.impl.DefaultEnvironment
 
getEnvironmentFactory() - Method in class org.jbpm.wire.WireContext
 
getEvent() - Method in interface org.jbpm.pvm.Execution
the event that is being fired, part of the current position in the process graph.
getEvent() - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
getEvent(String) - Method in class org.jbpm.pvm.impl.ObservableElementImpl
 
getEvent() - Method in class org.jbpm.pvm.impl.TransitionImpl
 
getEvent(String) - Method in interface org.jbpm.pvm.ObservableElement
listeners for a specific event.
getEvent() - Method in interface org.jbpm.pvm.Transition
the event that is fired when this transition is being taken.
getEventName() - Method in class org.jbpm.wire.listener.WireObjectEventInfo
 
getEventNames() - Method in class org.jbpm.wire.operation.SubscribeOperation
Gets the list of events to listen to.
getEvents() - Method in class org.jbpm.pvm.impl.ObservableElementImpl
 
getEvents() - Method in interface org.jbpm.pvm.ObservableElement
listeners, partitioned by event name.
getEventSource() - Method in interface org.jbpm.pvm.Execution
the original object that fired the event, part of the current position in the process graph.
getEventSource() - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
getEventType(ProcessLog) - Method in class org.jbpm.pvm.log.ProcessLogXmlSerializer
 
getException() - Method in class org.jbpm.env.Environment
retrieves the first exception that was reported in this environment block.
getException() - Method in class org.jbpm.env.impl.DefaultEnvironment
 
getException() - Method in class org.jbpm.env.session.Job
 
getException() - Method in interface org.jbpm.pvm.Execution
the exception in case an exception handler is handling an exception.
getException() - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
getExceptionClassName() - Method in interface org.jbpm.pvm.ExceptionHandler
 
getExceptionClassName() - Method in class org.jbpm.pvm.impl.ExceptionHandlerImpl
 
getExceptionHandlers() - Method in class org.jbpm.pvm.impl.ProcessElementImpl
 
getExceptionHandlers() - Method in interface org.jbpm.pvm.ProcessElement
the list of exception handlers that can be tried if an exception occurs in user code that is associated to this process element or a process element inside of this process element.
getExecution(Environment, long) - Method in class org.jbpm.client.AbstractCommand
 
getExecution() - Method in class org.jbpm.env.session.Job
 
getExecution(String) - Method in interface org.jbpm.pvm.Execution
the child execution for the given name or null in case such execution doesn't exist.
getExecution(String) - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
getExecution() - Method in class org.jbpm.pvm.log.ProcessLog
 
getExecution() - Method in class org.jbpm.pvm.type.Variable
 
getExecutionDbid(ProcessLog) - Method in class org.jbpm.pvm.log.ProcessLogXmlSerializer
 
getExecutionId() - Method in class org.jbpm.client.SetVariables
 
getExecutions() - Method in interface org.jbpm.pvm.Execution
the child executions in the execution structure.
getExecutions() - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
getExecutionsMap() - Method in interface org.jbpm.pvm.Execution
maps child execution names to execution objects.
getExecutionsMap() - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
getExpression() - Method in class org.jbpm.pvm.impl.ObjectReference
 
getExtension(String) - Static method in class org.jbpm.deploy.DeployerManager
 
getExtension(Class<T>) - Method in interface org.jbpm.pvm.Execution
way to access process language extensions in the execution without having to cast.
getExtension(Class<T>) - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
getFactoryDescriptor() - Method in class org.jbpm.wire.descriptor.ObjectDescriptor
Gets the Descriptor from which the object should be created.
getFactoryObjectName() - Method in class org.jbpm.wire.descriptor.ObjectDescriptor
Gets the name of the object to get from the WireContext.
getField(Class<?>, String) - Static method in class org.jbpm.util.ReflectUtil
 
getFieldName() - Method in class org.jbpm.wire.operation.FieldOperation
Gets the name of the field that should be updated by this operation.
getFile(String) - Method in class org.jbpm.deploy.Deployment
 
getFile() - Method in class org.jbpm.wire.descriptor.PropertiesDescriptor
 
getFileName() - Method in class org.jbpm.lob.Blob
 
getFileNames() - Method in class org.jbpm.deploy.Deployment
 
getFirstAcquirableJob() - Method in interface org.jbpm.jobexecutor.JobSession
 
getFirstAcquirableJob() - Method in class org.jbpm.jobexecutor.StandardJobSession
 
getFirstDueJob() - Method in interface org.jbpm.jobexecutor.JobSession
 
getFirstDueJob() - Method in class org.jbpm.jobexecutor.StandardJobSession
 
getFromDay() - Method in class org.jbpm.cal.Holiday
 
getFromHour() - Method in class org.jbpm.cal.DayPart
 
getFromMinute() - Method in class org.jbpm.cal.DayPart
 
getGuardCondition() - Method in class org.jbpm.pvm.impl.TransitionImpl
 
getGuardCondition() - Method in interface org.jbpm.pvm.Transition
the condition that indicates if this transition can be taken or not.
getGuardConditionReference() - Method in class org.jbpm.pvm.impl.TransitionImpl
see Guard conditions
getHiddenExceptionTypes() - Method in class org.jbpm.env.impl.DefaultEnvironmentFactory
 
getHistory() - Method in class org.jbpm.jobexecutor.JobExecutor
 
getHistorySize() - Method in class org.jbpm.jobexecutor.JobExecutor
 
getHolidays() - Method in class org.jbpm.cal.BusinessCalendar
 
getHostName() - Static method in class org.jbpm.jobexecutor.JobExecutor
 
getHourInMillis() - Method in class org.jbpm.cal.BusinessCalendar
 
getHours() - Method in class org.jbpm.cal.Duration
 
getIdleMillis() - Method in class org.jbpm.jobexecutor.JobExecutor
 
getIdleMillisMax() - Method in class org.jbpm.jobexecutor.JobExecutor
 
getIncomingTransitions() - Method in class org.jbpm.pvm.impl.NodeImpl
the list of arriving transitions.
getIncomingTransitions() - Method in interface org.jbpm.pvm.Node
the list of arriving transitions.
getIndex() - Method in class org.jbpm.cal.DayPart
 
getIndex() - Method in class org.jbpm.pvm.log.ProcessLog
 
getInitial() - Method in class org.jbpm.pvm.impl.ProcessDefinitionImpl
 
getInitial() - Method in interface org.jbpm.pvm.ProcessDefinition
the initial node that will be executed when a new process starts.
getInitialValue(Execution) - Method in class org.jbpm.pvm.impl.VariableDefinitionImpl
 
getInitialValue(Execution) - Method in interface org.jbpm.pvm.VariableDefinition
generates the initial value for this variable declaration in the context of the given execution.
getInitialValueReference() - Method in class org.jbpm.pvm.impl.VariableDefinitionImpl
 
getInputSource() - Method in interface org.jbpm.xml.Entity
 
getInputSource(Parse) - Method in class org.jbpm.xml.Parser
customizable extraction of the inputSource from the given parse.
getInputSource() - Method in class org.jbpm.xml.UrlEntity
 
getInstance() - Static method in class org.jbpm.cal.BusinessCalendar
 
getInstance() - Static method in class org.jbpm.cal.xml.BusinessCalendarParser
 
getInstance() - Static method in class org.jbpm.wire.descriptor.HibernateConfigurationDescriptor.CreateSchema
Returns the sole instance of this class
getInstance() - Static method in class org.jbpm.wire.descriptor.HibernateConfigurationDescriptor.UpdateSchema
 
getInstance() - Static method in class org.jbpm.wire.xml.WireParser
Default method to get an instance of the WireParser
getJobDbidsQueue() - Method in class org.jbpm.jobexecutor.JobExecutor
 
getJobExecutorThreads() - Method in class org.jbpm.jobexecutor.JobExecutorThreadPool
 
GetJobs - Class in org.jbpm.client
 
GetJobs() - Constructor for class org.jbpm.client.GetJobs
 
getJobs() - Method in class org.jbpm.client.impl.PvmServiceImpl
 
getJobs() - Method in interface org.jbpm.env.session.PvmDbSession
all jobs
getJobs() - Method in class org.jbpm.hibernate.HibernatePvmDbSession
 
getJobs() - Method in interface org.jbpm.PvmService
fetches all jobs ordered in ascending dueDate.
getKey() - Method in class org.jbpm.client.StartExecution
 
getKey() - Method in interface org.jbpm.pvm.Execution
the meaningful but optional business key that is unique within one process definition.
getKey() - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
getKeyDescriptors() - Method in class org.jbpm.wire.descriptor.MapDescriptor
 
getLanguage() - Method in class org.jbpm.deploy.Deployment
 
getLine() - Method in class org.jbpm.xml.Problem
 
getListenerReferences() - Method in class org.jbpm.pvm.impl.EventImpl
 
getLockExpirationTime() - Method in class org.jbpm.env.session.Job
 
getLockMillis() - Method in class org.jbpm.jobexecutor.JobExecutor
 
getLockMillisBuffer() - Method in class org.jbpm.jobexecutor.JobExecutor
 
getLockOwner() - Method in class org.jbpm.env.session.Job
 
getLog(String) - Method in class org.jbpm.log.Jdk14LogFactory
 
getLog(String) - Static method in class org.jbpm.log.Log
 
getLog(String) - Method in class org.jbpm.log.Log4jLogFactory
 
getLog(String) - Method in interface org.jbpm.log.LogFactory
 
getMessage() - Method in interface org.jbpm.pvm.Comment
the actual message.
getMessage() - Method in class org.jbpm.pvm.impl.CommentImpl
 
getMethod(Class<?>, String, Class<?>[]) - Static method in class org.jbpm.util.ReflectUtil
 
getMethodName() - Method in class org.jbpm.wire.descriptor.ObjectDescriptor
Gets the name of the method to invoke.
getMethodName() - Method in class org.jbpm.wire.operation.InvokeOperation
Gets the name of the method to invoke.
getMethodName() - Method in class org.jbpm.wire.operation.SubscribeOperation
Gets the name of the method to invoke when an event is received.
getMillis() - Method in class org.jbpm.cal.Duration
 
getMinuteInMillis() - Method in class org.jbpm.cal.BusinessCalendar
 
getMinutes() - Method in class org.jbpm.cal.Duration
 
getMonthInMillis() - Method in class org.jbpm.cal.BusinessCalendar
 
getMonths() - Method in class org.jbpm.cal.Duration
 
getMsg() - Method in class org.jbpm.xml.Problem
 
getName() - Method in class org.jbpm.deploy.Deployment
 
getName() - Method in class org.jbpm.env.context.ExecutionVariableContext
 
getName() - Method in interface org.jbpm.env.Context
 
getName() - Method in class org.jbpm.env.context.JobContext
 
getName() - Method in class org.jbpm.env.context.WebRequestContext
 
getName() - Method in class org.jbpm.env.context.WebSessionContext
 
getName() - Method in class org.jbpm.env.impl.DefaultEnvironmentFactory
 
getName() - Method in class org.jbpm.env.impl.MicrocontainerEnvironmentFactory
 
getName() - Method in class org.jbpm.env.impl.SpringEnvironmentFactory
 
getName() - Method in class org.jbpm.env.session.Timer
 
getName() - Method in class org.jbpm.hibernate.ConverterType
 
getName() - Method in class org.jbpm.jobexecutor.JobExecutor
 
getName() - Method in interface org.jbpm.pvm.Event
name of the event
getName() - Method in interface org.jbpm.pvm.Execution
the name of this execution.
getName() - Method in class org.jbpm.pvm.impl.EventImpl
 
getName() - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
getName() - Method in class org.jbpm.pvm.impl.NodeImpl
 
getName() - Method in class org.jbpm.pvm.impl.ObservableElementImpl
 
getName() - Method in class org.jbpm.pvm.impl.VariableDefinitionImpl
 
getName() - Method in class org.jbpm.pvm.log.ProcessLogProperty
 
getName() - Method in interface org.jbpm.pvm.ObservableElement
the short display name given to this element.
getName() - Method in class org.jbpm.pvm.SignalDefinition
the signal name that corresponds to the value of the signal parameter in the Execution.signal(String) method.
getName() - Method in class org.jbpm.pvm.type.Variable
 
getName() - Method in interface org.jbpm.pvm.VariableDefinition
the name/key of the variable
getName() - Method in class org.jbpm.stream.StreamSource
 
getName() - Method in class org.jbpm.wire.descriptor.AbstractDescriptor
 
getName() - Method in interface org.jbpm.wire.Descriptor
the name of this descriptor
getName() - Method in class org.jbpm.wire.WireContext
 
getNamespaceURI(Node, String) - Static method in class org.jbpm.xml.XmlUtil
 
getNamingStrategyClassName() - Method in class org.jbpm.wire.descriptor.HibernateConfigurationDescriptor
 
getNbrOfThreads() - Method in class org.jbpm.jobexecutor.JobExecutor
 
getNext() - Method in class org.jbpm.client.impl.Interceptor
 
getNextDueDate() - Method in class org.jbpm.jobexecutor.DispatcherThread
 
getNextDueDateCommand() - Method in class org.jbpm.jobexecutor.JobExecutor
 
getNextScheduledActivity() - Method in class org.jbpm.env.session.StandardTimerSession
 
getNextScheduledActivity() - Method in interface org.jbpm.env.session.TimerSession
 
getNextScheduledActivityTime() - Method in class org.jbpm.env.session.StandardTimerSession
 
getNextScheduledActivityTime() - Method in interface org.jbpm.env.session.TimerSession
 
getNextThreadName() - Method in class org.jbpm.jobexecutor.JobExecutorThreadPool
 
getNode(String) - Method in interface org.jbpm.pvm.CompositeElement
the first composite node with the given name or null of no such node exists.
getNode() - Method in interface org.jbpm.pvm.Execution
the current node indicating the position in the process definition graph.
getNode(String) - Method in class org.jbpm.pvm.impl.CompositeElementImpl
the first nested node with the given name or null of no such node exists.
getNode() - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
getNodeName() - Method in class org.jbpm.pvm.impl.ExceptionHandlerImpl
 
getNodes() - Method in interface org.jbpm.pvm.CompositeElement
the list of composite nodes.
getNodes() - Method in class org.jbpm.pvm.impl.CompositeElementImpl
the list of nested activities.
getNodesMap() - Method in interface org.jbpm.pvm.CompositeElement
the composite nodes, keyed by node name.
getNodesMap() - Method in class org.jbpm.pvm.impl.CompositeElementImpl
the nested activities, keyed by node name.
getObject() - Method in class org.jbpm.pvm.impl.ObjectReference
 
getObject() - Method in class org.jbpm.pvm.type.variable.BlobVariable
 
getObject() - Method in class org.jbpm.pvm.type.variable.ClobVariable
 
getObject() - Method in class org.jbpm.pvm.type.variable.DateVariable
 
getObject() - Method in class org.jbpm.pvm.type.variable.DoubleVariable
 
getObject() - Method in class org.jbpm.pvm.type.Variable
is the value, stored by this variable instance.
getObject() - Method in class org.jbpm.pvm.type.variable.HibernateLongVariable
 
getObject() - Method in class org.jbpm.pvm.type.variable.HibernateStringVariable
 
getObject() - Method in class org.jbpm.pvm.type.variable.LongVariable
 
getObject() - Method in class org.jbpm.pvm.type.variable.NullVariable
 
getObject() - Method in class org.jbpm.pvm.type.variable.StringVariable
 
getObject() - Method in class org.jbpm.pvm.type.variable.UnpersistableVariable
 
getObject() - Method in class org.jbpm.wire.listener.WireObjectEventInfo
 
getObjectName() - Method in class org.jbpm.wire.listener.WireObjectEventInfo
 
getObjectNames() - Method in class org.jbpm.wire.operation.SubscribeOperation
Gets the list of name of the Observable objects to observe.
getOperations() - Method in class org.jbpm.wire.descriptor.ObjectDescriptor
Gets the list of operations to perform during initialization.
getOutgoingTransition(String) - Method in class org.jbpm.pvm.impl.NodeImpl
the first leaving transition with the given name or null of no such leaving transition exists.
getOutgoingTransition(NodeImpl, String) - Method in class org.jbpm.pvm.impl.ProcessModificationsImpl
 
getOutgoingTransition(String) - Method in interface org.jbpm.pvm.Node
the first leaving transition with the given name or null of no such leaving transition exists.
getOutgoingTransitions() - Method in class org.jbpm.pvm.impl.NodeImpl
the list of leaving transitions.
getOutgoingTransitions() - Method in interface org.jbpm.pvm.Node
the list of outgoing transitions.
getOutgoingTransitionsMap() - Method in class org.jbpm.pvm.impl.NodeImpl
the leaving transitions, keyed by transition name.
getOutgoingTransitionsMap() - Method in interface org.jbpm.pvm.Node
the leaving transitions, keyed by transition name.
getPackageName() - Method in class org.jbpm.pvm.impl.ProcessDefinitionImpl
 
getPackageName() - Method in interface org.jbpm.pvm.ProcessDefinition
the package name of this process.
getParameterDefinitions() - Method in class org.jbpm.pvm.SignalDefinition
specifies the type of java object of the parameters that must be fed into this signal.
getParent() - Method in interface org.jbpm.pvm.Execution
the parent execution in the execution structure.
getParent() - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
getParent() - Method in class org.jbpm.pvm.impl.NodeImpl
 
getParent() - Method in class org.jbpm.pvm.impl.ObservableElementImpl
 
getParent() - Method in class org.jbpm.pvm.impl.TransitionImpl
the first common parent between the source and the destination node.
getParent() - Method in interface org.jbpm.pvm.ObservableElement
by default, this implementation returns null, but this is overwritten in Node and Transition to represent the parent in the hierarchical structure of the process.
getParentChain() - Method in class org.jbpm.pvm.impl.NodeImpl
collects the full stack of parent in a list.
getParentNode() - Method in class org.jbpm.pvm.impl.NodeImpl
 
getParentNode() - Method in interface org.jbpm.pvm.Node
retrieve the parent node in the composite node structure.
getParser() - Static method in class org.jbpm.env.EnvironmentFactory
returns an EnvironmentParser unless another parser is explicitely specified with EnvironmentFactory.setParser(Parser).
getPreviousNode() - Method in interface org.jbpm.pvm.Execution
returns the previously executed node only if Node.isPreviousNeeded() is set to true.
getPreviousNode() - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
getPreviousTransition() - Method in interface org.jbpm.pvm.Execution
returns the previously taken transition only if Node.isPreviousNeeded() is set to true.
getPreviousTransition() - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
getPriority() - Method in interface org.jbpm.pvm.Execution
indicates low priorities with negative values and high priorities with positive values.
getPriority() - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
getProblems() - Method in class org.jbpm.xml.Parse
all problems encountered
getProcessDefinition() - Method in class org.jbpm.deploy.Deployment
 
getProcessDefinition() - Method in interface org.jbpm.pvm.Execution
the process definition for this execution.
getProcessDefinition() - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
getProcessDefinition() - Method in class org.jbpm.pvm.impl.ProcessElementImpl
 
getProcessDefinition() - Method in interface org.jbpm.pvm.ProcessElement
the process definition to which this process element belongs
getProcessDefinitionName() - Method in class org.jbpm.client.StartExecution
 
getProcessInstance() - Method in class org.jbpm.env.session.Job
 
getProcessInstance() - Method in interface org.jbpm.pvm.Execution
the main path of execution in the execution structure.
getProcessInstance() - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
getProcessInstance() - Method in class org.jbpm.pvm.log.ProcessLog
 
getProcessInstance() - Method in class org.jbpm.pvm.type.Variable
 
getProcessInstanceDbid(ProcessLog) - Method in class org.jbpm.pvm.log.ProcessLogXmlSerializer
 
getProcessInstanceKey(ProcessLog) - Method in class org.jbpm.pvm.log.ProcessLogXmlSerializer
 
getProcessModifications() - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
getPropagation() - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
getProperties() - Method in class org.jbpm.pvm.impl.ProcessElementImpl
 
getProperties() - Method in class org.jbpm.pvm.log.ProcessLog
xml representation of the process log properties used for XML serialization.
getProperties() - Method in class org.jbpm.pvm.log.ProcessLogProperty
 
getPropertiesDescriptor() - Method in class org.jbpm.wire.descriptor.HibernateConfigurationDescriptor
 
getProperty(String) - Method in class org.jbpm.pvm.impl.ProcessElementImpl
 
getProperty(String) - Method in interface org.jbpm.pvm.ProcessElement
the property value for the given key or null if no such configuration key is present.
getPropertyKeys() - Method in class org.jbpm.pvm.impl.ProcessElementImpl
 
getPropertyKeys() - Method in interface org.jbpm.pvm.ProcessElement
the set of available property keys or an empty set in case there are no keys.
getProvidedObject() - Method in class org.jbpm.wire.descriptor.ProvidedObjectDescriptor
 
getQNameFromString(Element, String) - Static method in class org.jbpm.xml.XmlUtil
 
getRepeat() - Method in class org.jbpm.env.session.Timer
 
getReplies() - Method in interface org.jbpm.pvm.Comment
replies to this comment
getReplies() - Method in class org.jbpm.pvm.impl.CommentImpl
 
getReplyTarget() - Method in interface org.jbpm.pvm.Comment
the comment to which this comment is a reply.
getReplyTarget() - Method in class org.jbpm.pvm.impl.CommentImpl
 
getResource(ClassLoader, String) - Static method in class org.jbpm.util.ReflectUtil
 
getResource() - Method in class org.jbpm.wire.descriptor.PropertiesDescriptor
 
getResource() - Method in class org.jbpm.xml.Problem
 
getResourceAsStream(ClassLoader, String) - Static method in class org.jbpm.util.ReflectUtil
 
getResources(ClassLoader, String) - Static method in class org.jbpm.util.ReflectUtil
 
getRetries() - Method in class org.jbpm.client.impl.RetryInterceptor
 
getRetries() - Method in class org.jbpm.env.session.Job
 
getReturnedClass() - Method in class org.jbpm.hibernate.ConverterType
 
getScheduledActivities() - Method in class org.jbpm.env.session.StandardTimerSession
 
getScheduledActivities() - Method in interface org.jbpm.env.session.TimerSession
 
getScheduledActivity(long) - Method in class org.jbpm.env.session.StandardTimerSession
 
getScheduledActivity(long) - Method in interface org.jbpm.env.session.TimerSession
retrieve a task that still exists from its identifier.
getSchemaOperation() - Method in class org.jbpm.wire.descriptor.HibernateConfigurationDescriptor
 
getScopeListFromExecution() - Method in class org.jbpm.pvm.impl.ExecutionScopeIterator
 
getScopeListFromExecution() - Method in class org.jbpm.pvm.impl.VariableScopeIterator
 
getSecondInMillis() - Method in class org.jbpm.cal.BusinessCalendar
 
getSeconds() - Method in class org.jbpm.cal.Duration
 
getSession() - Method in class org.jbpm.hibernate.HibernateDbSession
 
getSetterName() - Method in class org.jbpm.wire.operation.PropertyOperation
Gets the name of the setter method used to inject the property value.
getSeverity() - Method in class org.jbpm.xml.Problem
 
getSignalNames(List<SignalDefinition>) - Static method in class org.jbpm.pvm.SignalDefinition
 
getSignals(Execution) - Method in interface org.jbpm.pvm.ExternalActivity
the list of signals that this node behaviour can handle in ExternalActivity.signal(Execution, String, Map).
getSignature(String, List<ArgDescriptor>, Object[]) - Static method in class org.jbpm.util.ReflectUtil
 
getSource() - Method in class org.jbpm.pvm.impl.TransitionImpl
 
getSource() - Method in interface org.jbpm.pvm.Transition
the node from which this transition leaves.
getStartTime(Date) - Method in class org.jbpm.cal.DayPart
 
getState() - Method in interface org.jbpm.pvm.Execution
the state of this execution.
getState() - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
getStatus() - Method in class org.jbpm.tx.EnterpriseTransaction
 
getTagName(Element) - Static method in class org.jbpm.xml.XmlUtil
 
getTagNames(String) - Method in class org.jbpm.xml.Bindings
the set of all tagNames for which there is a binding specified in the given category
getText() - Method in class org.jbpm.lob.Clob
 
getTime() - Method in interface org.jbpm.pvm.Comment
time that specifies when the comment was made
getTime() - Method in class org.jbpm.pvm.impl.CommentImpl
 
getTime() - Method in class org.jbpm.pvm.log.ProcessLog
 
getTime(ProcessLog) - Method in class org.jbpm.pvm.log.ProcessLogXmlSerializer
 
getTimerHome() - Method in class org.jbpm.enterprise.Ejb2TimerSession
 
getTimeZone() - Method in class org.jbpm.cal.BusinessCalendar
 
getToDay() - Method in class org.jbpm.cal.Holiday
 
getToHour() - Method in class org.jbpm.cal.DayPart
 
getToMinute() - Method in class org.jbpm.cal.DayPart
 
getTransaction() - Method in class org.jbpm.env.Environment
convenience method for finding the Transaction.
getTransaction() - Method in class org.jbpm.env.impl.DefaultEnvironment
 
getTransactionName() - Method in class org.jbpm.wire.operation.EnlistOperation
Gets the name of the transaction to which the object should be added.
getTransition() - Method in interface org.jbpm.pvm.Execution
the current transition indicating the position in the process definition graph.
getTransition() - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
getTransitionName() - Method in class org.jbpm.pvm.impl.ExceptionHandlerImpl
 
getTransitionOrigin() - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
getType() - Method in class org.jbpm.pvm.log.ProcessLog
text id of the type of this process log used for XML serialization.
getType(WireDefinition) - Method in class org.jbpm.wire.descriptor.AbstractDescriptor
 
getType(WireDefinition) - Method in class org.jbpm.wire.descriptor.BusinessCalendarDescriptor
 
getType(WireDefinition) - Method in class org.jbpm.wire.descriptor.ClassLoaderDescriptor
 
getType(WireDefinition) - Method in class org.jbpm.wire.descriptor.CommandServiceDescriptor
 
getType(WireDefinition) - Method in class org.jbpm.wire.descriptor.ContextDescriptor
 
getType(WireDefinition) - Method in class org.jbpm.wire.descriptor.DeployerManagerDescriptor
 
getType(WireDefinition) - Method in class org.jbpm.wire.descriptor.EnterpriseTransactionDescriptor
 
getType(WireDefinition) - Method in interface org.jbpm.wire.Descriptor
the type of the produced object or null if that is not available
getType(WireDefinition) - Method in class org.jbpm.wire.descriptor.HibernateConfigurationDescriptor
 
getType(WireDefinition) - Method in class org.jbpm.wire.descriptor.HibernateSessionDescriptor
 
getType(WireDefinition) - Method in class org.jbpm.wire.descriptor.HibernateSessionFactoryDescriptor
 
getType(WireDefinition) - Method in class org.jbpm.wire.descriptor.ObjectDescriptor
 
getType(WireDefinition) - Method in class org.jbpm.wire.descriptor.PropertiesDescriptor
 
getType(WireDefinition) - Method in class org.jbpm.wire.descriptor.ProvidedObjectDescriptor
 
getType(WireDefinition) - Method in class org.jbpm.wire.descriptor.PvmDbSessionDescriptor
 
getType(WireDefinition) - Method in class org.jbpm.wire.descriptor.PvmServiceDescriptor
 
getType(WireDefinition) - Method in class org.jbpm.wire.descriptor.SeamHibernateSessionDescriptor
 
getType(WireDefinition) - Method in class org.jbpm.wire.descriptor.StandardTransactionDescriptor
 
getType(WireDefinition) - Method in class org.jbpm.wire.descriptor.VariableTypeResolverDescriptor
 
getTypeName() - Method in class org.jbpm.wire.descriptor.ArgDescriptor
Gets the name of the type of this argument if it is defined.
getUnqualifiedClassName(Class<?>) - Static method in class org.jbpm.util.ReflectUtil
 
getUnqualifiedClassName(String) - Static method in class org.jbpm.util.ReflectUtil
 
getUrl() - Method in class org.jbpm.wire.descriptor.PropertiesDescriptor
 
getUserCodeType() - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
getUserId() - Method in class org.jbpm.env.Environment
get the authenticated user id
getUserId() - Method in class org.jbpm.env.impl.Authentication
 
getUserId() - Method in class org.jbpm.env.impl.DefaultEnvironment
 
getUserId() - Method in interface org.jbpm.pvm.Comment
the id of the user that made this comment.
getUserId() - Method in class org.jbpm.pvm.impl.CommentImpl
 
getValue() - Method in class org.jbpm.pvm.log.ProcessLogProperty
 
getValue() - Method in class org.jbpm.pvm.type.Variable
 
getValueDescriptors() - Method in class org.jbpm.wire.descriptor.CollectionDescriptor
 
GetVariable - Class in org.jbpm.client
 
GetVariable(long, String) - Constructor for class org.jbpm.client.GetVariable
 
getVariable(long, String) - Method in class org.jbpm.client.impl.PvmServiceImpl
 
getVariable(String) - Method in interface org.jbpm.pvm.Execution
retrieves the variable value for the given key.
getVariable(String) - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
getVariable(String) - Method in class org.jbpm.pvm.impl.VariableMap
 
getVariable(long, String) - Method in interface org.jbpm.PvmService
retrieves a variable
getVariableClass() - Method in class org.jbpm.pvm.impl.VariableDefinitionImpl
 
getVariableClass() - Method in class org.jbpm.pvm.type.TypeMapping
 
getVariableClass() - Method in interface org.jbpm.pvm.VariableDefinition
defines the persistable variable type that is part of the type declaration for this variable
getVariableDefinition() - Method in class org.jbpm.pvm.type.Variable
 
getVariableDefinitions() - Method in class org.jbpm.pvm.impl.CompositeElementImpl
 
getVariableDefinitions() - Method in interface org.jbpm.pvm.Node
local variables declared on this node.
getVariableDefinitions() - Method in interface org.jbpm.pvm.ProcessDefinition
variable declarations.
getVariableKeys() - Method in interface org.jbpm.pvm.Execution
the variable keys for this execution in all visible scopes.
getVariableKeys() - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
GetVariables - Class in org.jbpm.client
 
GetVariables(long, List<String>) - Constructor for class org.jbpm.client.GetVariables
 
getVariables(long, List<String>) - Method in class org.jbpm.client.impl.PvmServiceImpl
 
getVariables() - Method in class org.jbpm.client.VariablesCommand
 
getVariables() - Method in interface org.jbpm.pvm.Execution
retrieves all variables, CAUTION : this might be a very costly operation in case you're using database persistence and many variables have to be fetched from the database.
getVariables() - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
getVariables(long, List<String>) - Method in interface org.jbpm.PvmService
retrieves a map of variables
getVariableScope() - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
getVariableScopeIterator() - Method in interface org.jbpm.pvm.Execution
iterates over all variable scopes from inner to outer, including executionScopes on the parent execution chain.
getVariableScopeIterator() - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
getVariableScopes() - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
getVersion() - Method in class org.jbpm.pvm.impl.ProcessDefinitionImpl
 
getVersion() - Method in interface org.jbpm.pvm.ProcessDefinition
automatically assigned during deployment of a process that represents the sequence number for process definitions with the same name.
getWaitCondition() - Method in class org.jbpm.pvm.impl.TransitionImpl
 
getWaitCondition() - Method in interface org.jbpm.pvm.Transition
the condition that is evaluated while the transition is taken and determines whether this transition should propagate to the destination node or behave as a wait state.
getWaitConditionReference() - Method in class org.jbpm.pvm.impl.TransitionImpl
see Wait conditions
getWaitPeriod() - Method in class org.jbpm.jobexecutor.DispatcherThread
 
getWeekInMillis() - Method in class org.jbpm.cal.BusinessCalendar
 
getWeeks() - Method in class org.jbpm.cal.Duration
 
getWireContext() - Method in class org.jbpm.pvm.impl.WireProperties
 
getWireDefinition() - Method in class org.jbpm.wire.WireContext
 
getYearInMillis() - Method in class org.jbpm.cal.BusinessCalendar
 
getYears() - Method in class org.jbpm.cal.Duration
 
glue(List<byte[]>) - Method in class org.jbpm.lob.BlobStrategyChopped
 
glue(List<String>) - Method in class org.jbpm.lob.ClobStrategyChopped
 
guardCondition(Condition) - Method in class org.jbpm.pvm.ProcessFactory
sets the guard condition on the current transition.
guardConditionReference - Variable in class org.jbpm.pvm.impl.TransitionImpl
 

H

handle(ExecutionImpl, Exception) - Method in class org.jbpm.pvm.impl.ExceptionHandlerImpl
 
handleException(DefaultEnvironment, Throwable) - Method in class org.jbpm.env.impl.DefaultEnvironmentFactory
 
handleException(ObservableElementImpl, EventImpl, EventListenerReference, Exception, String) - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
handleJobExecutionException(Environment, Job<?>, Throwable) - Method in class org.jbpm.jobexecutor.ExecuteJobCommand
This transaction will be marked for rollback.
has(String) - Method in class org.jbpm.env.context.ExecutionVariableContext
 
has(String) - Method in interface org.jbpm.env.Context
 
has(String) - Method in class org.jbpm.env.context.JobContext
 
has(String) - Method in class org.jbpm.env.context.WebRequestContext
 
has(String) - Method in class org.jbpm.env.context.WebSessionContext
 
has(String) - Method in class org.jbpm.env.impl.DefaultEnvironmentFactory
 
has(String) - Method in class org.jbpm.env.impl.MicrocontainerEnvironmentFactory
 
has(String) - Method in class org.jbpm.env.impl.SpringEnvironmentFactory
 
has(String) - Method in class org.jbpm.pvm.impl.VariableMap
 
has(String) - Method in interface org.jbpm.pvm.VariableScope
check for presence of a key in this scope
has(String) - Method in class org.jbpm.wire.WireContext
checks if the given objectName is defined, either by means of a descriptor or by an explicit WireContext.set(String, Object).
hasCached(String) - Method in class org.jbpm.wire.WireContext
checks if the given objectName is available in the cache, which means it already has been constructed from a wire definition or it has been WireContext.set(String, Object) explicitely.
hasClassLoader() - Method in class org.jbpm.wire.WireContext
 
hasDescriptor(String) - Method in class org.jbpm.wire.WireDefinition
 
hasEvent(String) - Method in class org.jbpm.pvm.impl.ObservableElementImpl
 
hasEvent(String) - Method in interface org.jbpm.pvm.ObservableElement
check for presence of a given eventName.
hasException(String) - Method in class org.jbpm.wire.WireContext
 
hasExecution(String) - Method in interface org.jbpm.pvm.Execution
indicates if this execution has a child execution with the given executionName
hasExecution(String) - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
hashCode(Object) - Method in class org.jbpm.hibernate.ExecutionType
 
hashCode() - Method in class org.jbpm.util.FilterListener
 
hasIncomingTransitions() - Method in class org.jbpm.pvm.impl.NodeImpl
indicates if this node has arriving transitions
hasIncomingTransitions() - Method in interface org.jbpm.pvm.Node
indicates if this node has arriving transitions
hasNext() - Method in class org.jbpm.pvm.impl.ExecutionScopeIterator
 
hasNode(String) - Method in interface org.jbpm.pvm.CompositeElement
indicates if a node with the given name exists in this processDefinition.
hasNode(String) - Method in class org.jbpm.pvm.impl.CompositeElementImpl
is this node present ?
hasNodes() - Method in interface org.jbpm.pvm.CompositeElement
indicates if this processDefinition has nodes.
hasNodes() - Method in class org.jbpm.pvm.impl.CompositeElementImpl
indicates if this processDefinition has nodes.
hasOutgoingTransition(String) - Method in class org.jbpm.pvm.impl.NodeImpl
indicates if a leaving transition with the given transitionName exists.
hasOutgoingTransition(String) - Method in interface org.jbpm.pvm.Node
indicates if a leaving transition with the given transitionName exists.
hasOutgoingTransitions() - Method in class org.jbpm.pvm.impl.NodeImpl
indicates if this node has leaving transitions
hasOutgoingTransitions() - Method in interface org.jbpm.pvm.Node
indicates if this node has leaving transitions
hasProblems() - Method in class org.jbpm.xml.Parse
indicates presence of problems
hasVariable(String) - Method in interface org.jbpm.pvm.Execution
checks presence of the given variable key.
hasVariable(String) - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
hasVariableDefinitions - Variable in class org.jbpm.pvm.impl.CompositeElementImpl
 
hibernatable - Variable in class org.jbpm.pvm.type.variable.HibernateLongVariable
 
hibernatable - Variable in class org.jbpm.pvm.type.variable.HibernateStringVariable
 
HibernateConfigurationBinding - Class in org.jbpm.wire.binding
builds a hibernate configuration.
HibernateConfigurationBinding() - Constructor for class org.jbpm.wire.binding.HibernateConfigurationBinding
 
HibernateConfigurationDescriptor - Class in org.jbpm.wire.descriptor
 
HibernateConfigurationDescriptor() - Constructor for class org.jbpm.wire.descriptor.HibernateConfigurationDescriptor
 
HibernateConfigurationDescriptor.AddClass - Class in org.jbpm.wire.descriptor
 
HibernateConfigurationDescriptor.AddClass(String) - Constructor for class org.jbpm.wire.descriptor.HibernateConfigurationDescriptor.AddClass
 
HibernateConfigurationDescriptor.AddFile - Class in org.jbpm.wire.descriptor
 
HibernateConfigurationDescriptor.AddFile(String) - Constructor for class org.jbpm.wire.descriptor.HibernateConfigurationDescriptor.AddFile
 
HibernateConfigurationDescriptor.AddResource - Class in org.jbpm.wire.descriptor
 
HibernateConfigurationDescriptor.AddResource(String) - Constructor for class org.jbpm.wire.descriptor.HibernateConfigurationDescriptor.AddResource
 
HibernateConfigurationDescriptor.AddUrl - Class in org.jbpm.wire.descriptor
 
HibernateConfigurationDescriptor.AddUrl(String) - Constructor for class org.jbpm.wire.descriptor.HibernateConfigurationDescriptor.AddUrl
 
HibernateConfigurationDescriptor.CreateSchema - Class in org.jbpm.wire.descriptor
 
HibernateConfigurationDescriptor.SetCacheConcurrencyStrategy - Class in org.jbpm.wire.descriptor
 
HibernateConfigurationDescriptor.SetCacheConcurrencyStrategy(String, String) - Constructor for class org.jbpm.wire.descriptor.HibernateConfigurationDescriptor.SetCacheConcurrencyStrategy
 
HibernateConfigurationDescriptor.SetCollectionCacheConcurrencyStrategy - Class in org.jbpm.wire.descriptor
 
HibernateConfigurationDescriptor.SetCollectionCacheConcurrencyStrategy(String, String) - Constructor for class org.jbpm.wire.descriptor.HibernateConfigurationDescriptor.SetCollectionCacheConcurrencyStrategy
 
HibernateConfigurationDescriptor.UpdateSchema - Class in org.jbpm.wire.descriptor
 
HibernateDbSession - Class in org.jbpm.hibernate
 
HibernateDbSession() - Constructor for class org.jbpm.hibernate.HibernateDbSession
 
HibernateDbSession(Session) - Constructor for class org.jbpm.hibernate.HibernateDbSession
 
HibernateLongIdMatcher - Class in org.jbpm.pvm.type.matcher
 
HibernateLongIdMatcher() - Constructor for class org.jbpm.pvm.type.matcher.HibernateLongIdMatcher
 
HibernateLongVariable - Class in org.jbpm.pvm.type.variable
 
HibernateLongVariable() - Constructor for class org.jbpm.pvm.type.variable.HibernateLongVariable
 
HibernatePvmDbSession - Class in org.jbpm.hibernate
 
HibernatePvmDbSession() - Constructor for class org.jbpm.hibernate.HibernatePvmDbSession
 
HibernatePvmDbSession(Session) - Constructor for class org.jbpm.hibernate.HibernatePvmDbSession
 
HibernateSessionBinding - Class in org.jbpm.wire.binding
 
HibernateSessionBinding() - Constructor for class org.jbpm.wire.binding.HibernateSessionBinding
 
HibernateSessionDescriptor - Class in org.jbpm.wire.descriptor
 
HibernateSessionDescriptor() - Constructor for class org.jbpm.wire.descriptor.HibernateSessionDescriptor
 
HibernateSessionDescriptor.SessionCloser - Class in org.jbpm.wire.descriptor
 
HibernateSessionDescriptor.SessionCloser(Session) - Constructor for class org.jbpm.wire.descriptor.HibernateSessionDescriptor.SessionCloser
 
HibernateSessionFactoryBinding - Class in org.jbpm.wire.binding
builds a hibernate session factory from a configuration.
HibernateSessionFactoryBinding() - Constructor for class org.jbpm.wire.binding.HibernateSessionFactoryBinding
 
HibernateSessionFactoryDescriptor - Class in org.jbpm.wire.descriptor
 
HibernateSessionFactoryDescriptor() - Constructor for class org.jbpm.wire.descriptor.HibernateSessionFactoryDescriptor
 
HibernateSessionFactoryDescriptor.SessionFactoryCloser - Class in org.jbpm.wire.descriptor
 
HibernateSessionFactoryDescriptor.SessionFactoryCloser(SessionFactory) - Constructor for class org.jbpm.wire.descriptor.HibernateSessionFactoryDescriptor.SessionFactoryCloser
 
HibernateStringIdMatcher - Class in org.jbpm.pvm.type.matcher
 
HibernateStringIdMatcher() - Constructor for class org.jbpm.pvm.type.matcher.HibernateStringIdMatcher
 
HibernateStringVariable - Class in org.jbpm.pvm.type.variable
 
HibernateStringVariable() - Constructor for class org.jbpm.pvm.type.variable.HibernateStringVariable
 
HibernateTransactionResource - Class in org.jbpm.hibernate
 
HibernateTransactionResource(Transaction, Session) - Constructor for class org.jbpm.hibernate.HibernateTransactionResource
 
hiddenExceptionTypes - Variable in class org.jbpm.env.impl.DefaultEnvironmentFactory
 
HIGH - Static variable in class org.jbpm.util.Priority
 
HIGHEST - Static variable in class org.jbpm.util.Priority
 
Holiday - Class in org.jbpm.cal
identifies a continuous set of days.
Holiday() - Constructor for class org.jbpm.cal.Holiday
 
holidays - Variable in class org.jbpm.cal.BusinessCalendar
 
hourInMillis - Variable in class org.jbpm.cal.BusinessCalendar
 
hours - Variable in class org.jbpm.cal.Duration
 

I

importStream(StreamSource, Element, Parse) - Method in class org.jbpm.xml.Parser
builds a dom from the importedStreamSource and appends the child elements of the document element to the destination element.
includes(Date) - Method in class org.jbpm.cal.DayPart
 
includes(Date) - Method in class org.jbpm.cal.Holiday
 
incomingTransitions - Variable in class org.jbpm.pvm.impl.NodeImpl
 
index - Variable in class org.jbpm.cal.DayPart
 
index - Variable in class org.jbpm.pvm.impl.ExecutionScopeIterator
 
index - Variable in class org.jbpm.pvm.log.ProcessLog
 
info(String) - Method in class org.jbpm.log.Jdk14Log
 
info(String, Throwable) - Method in class org.jbpm.log.Jdk14Log
 
info(String) - Method in class org.jbpm.log.Log
 
info(String, Throwable) - Method in class org.jbpm.log.Log
 
info(String) - Method in class org.jbpm.log.Log4jLog
 
info(String, Throwable) - Method in class org.jbpm.log.Log4jLog
 
init(FilterConfig) - Method in class org.jbpm.env.impl.AuthenticationFilter
 
init() - Method in class org.jbpm.jobexecutor.JobExecutorServlet
 
init - Variable in class org.jbpm.wire.descriptor.AbstractDescriptor
 
INIT_EAGER - Static variable in class org.jbpm.wire.descriptor.AbstractDescriptor
eager creation and delayed initialization
INIT_IMMEDIATE - Static variable in class org.jbpm.wire.descriptor.AbstractDescriptor
eager creation and immediate initialization
INIT_LAZY - Static variable in class org.jbpm.wire.descriptor.AbstractDescriptor
lazy creation and delayed initialization
INIT_REQUIRED - Static variable in class org.jbpm.wire.descriptor.AbstractDescriptor
lazy creation and immediate initialization
initial - Variable in class org.jbpm.pvm.impl.ProcessDefinitionImpl
 
initial() - Method in class org.jbpm.pvm.ProcessFactory
marks the last created node as the initial node in the process.
initialize(Object, WireContext) - Method in class org.jbpm.wire.descriptor.AbstractDescriptor
 
initialize(Object, WireContext) - Method in class org.jbpm.wire.descriptor.CollectionDescriptor
 
initialize(Object, WireContext) - Method in class org.jbpm.wire.descriptor.DeployerManagerDescriptor
 
initialize(Object, WireContext) - Method in class org.jbpm.wire.descriptor.HibernateConfigurationDescriptor
 
initialize(Object, WireContext) - Method in class org.jbpm.wire.descriptor.HibernateSessionDescriptor
 
initialize(Object, WireContext) - Method in interface org.jbpm.wire.Descriptor
called by the WireContext to initialize the specified object.
initialize(Object, WireContext) - Method in class org.jbpm.wire.descriptor.MapDescriptor
 
initialize(Object, WireContext) - Method in class org.jbpm.wire.descriptor.ObjectDescriptor
Initializes the specified object.
initialize(Object, WireContext) - Method in class org.jbpm.wire.descriptor.PropertiesDescriptor
 
initialize(Object, WireContext) - Method in class org.jbpm.wire.descriptor.PvmServiceDescriptor
 
initializeJdk14Logging() - Static method in class org.jbpm.log.Jdk14LogFactory
configures JDK 1.4 logging from the resource file logging.properties
initializeVariables(ExecutionImpl, Map<String, Object>) - Method in class org.jbpm.pvm.impl.ProcessDefinitionImpl
 
initialValue - Variable in class org.jbpm.pvm.impl.VariableDefinitionImpl
 
inputSource - Variable in class org.jbpm.xml.Parse
 
inputStream - Variable in class org.jbpm.stream.InputStreamSource
 
inputStream - Variable in class org.jbpm.xml.Parse
 
InputStreamSource - Class in org.jbpm.stream
 
InputStreamSource(InputStream) - Constructor for class org.jbpm.stream.InputStreamSource
 
instantiate(ClassLoader, String) - Static method in class org.jbpm.util.ReflectUtil
 
instantiateProcessDefinition() - Method in class org.jbpm.pvm.ProcessFactory
to be overwritten by specific process language factories
IntBinding - Class in org.jbpm.wire.binding
This Binding specifies an IntegerDescriptor.
IntBinding() - Constructor for class org.jbpm.wire.binding.IntBinding
 
IntegerDescriptor - Class in org.jbpm.wire.descriptor
This Descriptor specifies an Integer.
IntegerDescriptor() - Constructor for class org.jbpm.wire.descriptor.IntegerDescriptor
 
IntegerDescriptor(Integer) - Constructor for class org.jbpm.wire.descriptor.IntegerDescriptor
 
IntegerToLongConverter - Class in org.jbpm.pvm.type.converter
 
IntegerToLongConverter() - Constructor for class org.jbpm.pvm.type.converter.IntegerToLongConverter
 
Interceptor - Class in org.jbpm.client.impl
 
Interceptor() - Constructor for class org.jbpm.client.impl.Interceptor
 
invoke(Method, Object, Object[]) - Static method in class org.jbpm.util.ReflectUtil
 
InvokeBinding - Class in org.jbpm.wire.binding
Defines a InvokeOperation A invoke is defined by a <invoke> xml element.
InvokeBinding() - Constructor for class org.jbpm.wire.binding.InvokeBinding
 
InvokeOperation - Class in org.jbpm.wire.operation
invokes a method.
InvokeOperation() - Constructor for class org.jbpm.wire.operation.InvokeOperation
 
IoUtil - Class in org.jbpm.util
 
IoUtil() - Constructor for class org.jbpm.util.IoUtil
 
isActive() - Method in class org.jbpm.jobexecutor.DispatcherThread
 
isActive() - Method in class org.jbpm.jobexecutor.JobExecutor
 
isActive() - Method in interface org.jbpm.pvm.Execution
is this execution active ?
isActive() - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
isArgumentMatch(Class<?>[], List<ArgDescriptor>, Object[]) - Static method in class org.jbpm.util.ReflectUtil
 
isAsync(ExecutionImpl) - Method in interface org.jbpm.pvm.impl.AtomicOperation
 
isAsync(ExecutionImpl) - Method in class org.jbpm.pvm.impl.ExecuteNodeOp
 
isAsync(ExecutionImpl) - Method in class org.jbpm.pvm.impl.MoveToChildNodeOp
 
isAsync(ExecutionImpl) - Method in class org.jbpm.pvm.impl.MoveToParentNodeOp
 
isAsync(ExecutionImpl) - Method in class org.jbpm.pvm.impl.ProceedToDestinationOp
 
isAsync(ExecutionImpl) - Method in class org.jbpm.pvm.impl.SignalOp
 
isAsync(ExecutionImpl) - Method in class org.jbpm.pvm.impl.TakeTransitionOp
 
isAutoWireEnabled() - Method in class org.jbpm.wire.descriptor.ObjectDescriptor
Checks if auto-wiring is enabled
isBusinessTime() - Method in class org.jbpm.cal.Duration
 
isCommitted() - Method in class org.jbpm.tx.EnterpriseTransaction
 
isCommitted() - Method in class org.jbpm.tx.StandardTransaction
 
isCommitted() - Method in interface org.jbpm.tx.Transaction
 
isConsumed - Variable in class org.jbpm.pvm.impl.ExecutionScopeIterator
 
isDebugEnabled() - Method in class org.jbpm.log.Jdk14Log
 
isDebugEnabled() - Method in class org.jbpm.log.Log
 
isDebugEnabled() - Method in class org.jbpm.log.Log4jLog
 
isDelayable() - Method in class org.jbpm.wire.descriptor.AbstractDescriptor
 
isDelayable() - Method in interface org.jbpm.wire.Descriptor
Checks if the initialization should be done during the construction phase or if it can be done later.
isDelayedInitializationAllowed() - Method in class org.jbpm.wire.descriptor.ReferenceDescriptor
 
isEagerInit() - Method in class org.jbpm.wire.descriptor.AbstractDescriptor
 
isEagerInit() - Method in interface org.jbpm.wire.Descriptor
if eager initialization is set, it means that an object must be created immediately during construction of the WireContext.
isEmpty() - Method in class org.jbpm.pvm.impl.VariableMap
 
isEmpty() - Method in interface org.jbpm.pvm.VariableScope
checks if this scope is empty
isEnded() - Method in interface org.jbpm.pvm.Execution
is this execution ended normally ?
isEnded() - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
isExclusive - Variable in class org.jbpm.env.session.Job
specifies if this job can be executed concurrently with other jobs for the same execution.
isExclusive() - Method in class org.jbpm.env.session.Job
 
isExecutionAsync - Variable in class org.jbpm.pvm.impl.NodeImpl
 
isExecutionAsync() - Method in class org.jbpm.pvm.impl.NodeImpl
 
isExecutionAsync() - Method in interface org.jbpm.pvm.Node
indicates if this node should be executed asynchronously.
isExposeType() - Method in class org.jbpm.wire.descriptor.ProvidedObjectDescriptor
 
isFiltered(String) - Method in class org.jbpm.util.FilterListener
 
isFinished() - Method in interface org.jbpm.pvm.Execution
is this execution ended or cancelled ?
isFinished() - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
isHoliday(Date) - Method in class org.jbpm.cal.BusinessCalendar
 
isInBusinessHours(Date) - Method in class org.jbpm.cal.BusinessCalendar
 
isInfoEnabled() - Method in class org.jbpm.log.Jdk14Log
 
isInfoEnabled() - Method in class org.jbpm.log.Log
 
isInfoEnabled() - Method in class org.jbpm.log.Log4jLog
 
isLeaveAsync - Variable in class org.jbpm.pvm.impl.NodeImpl
 
isLeaveAsync() - Method in class org.jbpm.pvm.impl.NodeImpl
 
isLeaveAsync() - Method in interface org.jbpm.pvm.Node
indicates if execution should proceed asynchronously when this node is left over any of the outgoing transitions.
isLocked() - Method in interface org.jbpm.pvm.Execution
is this execution locked ?
isLocked() - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
isMutable() - Method in class org.jbpm.hibernate.ExecutionType
 
isPreviousNeeded - Variable in class org.jbpm.pvm.impl.NodeImpl
 
isPreviousNeeded() - Method in class org.jbpm.pvm.impl.NodeImpl
 
isPreviousNeeded() - Method in interface org.jbpm.pvm.Node
indicates if this node behaviour needs to know the previous node or previous transition.
isPropagationEnabled() - Method in class org.jbpm.pvm.impl.EventListenerReference
does this action accept propagated events ?
isRethrowMasked - Variable in class org.jbpm.pvm.impl.ExceptionHandlerImpl
 
isRethrowMasked() - Method in class org.jbpm.pvm.impl.ExceptionHandlerImpl
 
isRollbackOnly() - Method in class org.jbpm.tx.EnterpriseTransaction
 
isRollbackOnly() - Method in class org.jbpm.tx.StandardTransaction
 
isRollbackOnly() - Method in interface org.jbpm.tx.Transaction
 
isRolledBack() - Method in class org.jbpm.tx.EnterpriseTransaction
 
isRolledBack() - Method in class org.jbpm.tx.StandardTransaction
 
isRolledBack() - Method in interface org.jbpm.tx.Transaction
 
isSignalAsync - Variable in class org.jbpm.pvm.impl.NodeImpl
 
isSignalAsync() - Method in class org.jbpm.pvm.impl.NodeImpl
 
isSignalAsync() - Method in interface org.jbpm.pvm.Node
indicates if signals should be processed asynchronously.
isStartAfter(Date) - Method in class org.jbpm.cal.DayPart
 
isStorable(Object) - Method in class org.jbpm.pvm.type.variable.BlobVariable
 
isStorable(Object) - Method in class org.jbpm.pvm.type.variable.ClobVariable
 
isStorable(Object) - Method in class org.jbpm.pvm.type.variable.DateVariable
 
isStorable(Object) - Method in class org.jbpm.pvm.type.variable.DoubleVariable
 
isStorable(Object) - Method in class org.jbpm.pvm.type.variable.HibernateLongVariable
 
isStorable(Object) - Method in class org.jbpm.pvm.type.variable.HibernateStringVariable
 
isStorable(Object) - Method in class org.jbpm.pvm.type.Variable
is true if this variable-instance supports the given value, false otherwise.
isStorable(Object) - Method in class org.jbpm.pvm.type.variable.LongVariable
 
isStorable(Object) - Method in class org.jbpm.pvm.type.variable.NullVariable
 
isStorable(Object) - Method in class org.jbpm.pvm.type.variable.StringVariable
 
isStorable(Object) - Method in class org.jbpm.pvm.type.variable.UnpersistableVariable
 
isSuspended - Variable in class org.jbpm.env.session.Job
suspended jobs will not execute.
isSuspended() - Method in class org.jbpm.env.session.Job
 
isSuspended() - Method in interface org.jbpm.pvm.Execution
is this execution suspended ?
isSuspended() - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
isSynchronized - Variable in class org.jbpm.wire.descriptor.CollectionDescriptor
 
isSynchronized() - Method in class org.jbpm.wire.descriptor.CollectionDescriptor
 
isTakeAsync - Variable in class org.jbpm.pvm.impl.TransitionImpl
 
isTakeAsync() - Method in class org.jbpm.pvm.impl.TransitionImpl
 
isTextOnly(Element) - Static method in class org.jbpm.xml.XmlUtil
 
isTraceEnabled() - Method in class org.jbpm.log.Jdk14Log
 
isTraceEnabled() - Method in class org.jbpm.log.Log
 
isTraceEnabled() - Method in class org.jbpm.log.Log4jLog
 
isTransactional - Variable in class org.jbpm.pvm.impl.ExceptionHandlerImpl
 
isTransactional() - Method in class org.jbpm.pvm.impl.ExceptionHandlerImpl
 
isWanted(Object) - Method in class org.jbpm.pvm.impl.ExecutionScopeIterator
 
isWanted(Object) - Method in class org.jbpm.pvm.impl.VariableScopeIterator
 
isWireEvents() - Method in class org.jbpm.wire.operation.SubscribeOperation
true if the target object will listen to Descriptor related events.
isXml - Variable in class org.jbpm.wire.descriptor.PropertiesDescriptor
 
isXml() - Method in class org.jbpm.wire.descriptor.PropertiesDescriptor
 

J

Jdk14Log - Class in org.jbpm.log
 
Jdk14Log(Logger) - Constructor for class org.jbpm.log.Jdk14Log
 
Jdk14LogFactory - Class in org.jbpm.log
 
Jdk14LogFactory() - Constructor for class org.jbpm.log.Jdk14LogFactory
 
JmsMessageSession - Class in org.jbpm.jms
message service implementation based on JMS.
JmsMessageSession() - Constructor for class org.jbpm.jms.JmsMessageSession
 
JmsMessageUtil - Class in org.jbpm.jms
message printing and destination name extraction.
JmsMessageUtil() - Constructor for class org.jbpm.jms.JmsMessageUtil
 
Job<T> - Class in org.jbpm.env.session
 
Job() - Constructor for class org.jbpm.env.session.Job
 
Job(ExecutionImpl) - Constructor for class org.jbpm.env.session.Job
 
JobContext - Class in org.jbpm.env.context
 
JobContext(Job<?>) - Constructor for class org.jbpm.env.context.JobContext
 
jobDbid - Variable in class org.jbpm.jobexecutor.ExecuteJobCommand
 
JobExceptionHandler - Class in org.jbpm.jobexecutor
 
JobExceptionHandler(long, Throwable, CommandService) - Constructor for class org.jbpm.jobexecutor.JobExceptionHandler
 
JobExecutor - Class in org.jbpm.jobexecutor
manager for job execution threads and their configuration.
JobExecutor() - Constructor for class org.jbpm.jobexecutor.JobExecutor
 
JobExecutorBinding - Class in org.jbpm.wire.binding
 
JobExecutorBinding() - Constructor for class org.jbpm.wire.binding.JobExecutorBinding
 
JobExecutorServlet - Class in org.jbpm.jobexecutor
starts the job executor on init and closes the jbpm configuration upon destroy.
JobExecutorServlet() - Constructor for class org.jbpm.jobexecutor.JobExecutorServlet
 
JobExecutorThread - Class in org.jbpm.jobexecutor
 
JobExecutorThread(String, JobExecutor) - Constructor for class org.jbpm.jobexecutor.JobExecutorThread
 
JobExecutorThreadPool - Class in org.jbpm.jobexecutor
 
JobExecutorThreadPool(JobExecutor) - Constructor for class org.jbpm.jobexecutor.JobExecutorThreadPool
 
JobHistoryEntry - Class in org.jbpm.jobexecutor
one entry in the job execution history.
JobHistoryEntry() - Constructor for class org.jbpm.jobexecutor.JobHistoryEntry
 
JobSession - Interface in org.jbpm.jobexecutor
 
jobWasAdded() - Method in class org.jbpm.jobexecutor.DispatcherThread
 
jobWasAdded() - Method in class org.jbpm.jobexecutor.JobExecutor
 
joinKeyColumnName(String, String) - Method in class org.jbpm.hibernate.PvmNamingStrategy
 

K

key - Variable in class org.jbpm.client.FindExecution
 
key - Variable in class org.jbpm.client.StartExecution
 
key - Variable in class org.jbpm.pvm.impl.ExecutionImpl
 
keys() - Method in class org.jbpm.env.context.ExecutionVariableContext
 
keys() - Method in class org.jbpm.env.context.JobContext
 
keys() - Method in interface org.jbpm.env.Context
 
keys() - Method in class org.jbpm.env.context.WebRequestContext
 
keys() - Method in class org.jbpm.env.context.WebSessionContext
 
keys() - Method in class org.jbpm.env.impl.DefaultEnvironmentFactory
 
keys() - Method in class org.jbpm.env.impl.MicrocontainerEnvironmentFactory
 
keys() - Method in class org.jbpm.env.impl.SpringEnvironmentFactory
 
keys() - Method in class org.jbpm.pvm.impl.VariableMap
 
keys() - Method in class org.jbpm.pvm.impl.WireProperties
 
keys() - Method in interface org.jbpm.pvm.VariableScope
all the keys that are present in this scope
keys() - Method in class org.jbpm.wire.WireContext
the list of object names defined in this context.

L

l - Variable in class org.jbpm.pvm.type.variable.LongVariable
 
language - Variable in class org.jbpm.deploy.Deployment
 
lastConsumedIndex - Variable in class org.jbpm.pvm.impl.ExecutionScopeIterator
 
lastConsumedScopeList - Variable in class org.jbpm.pvm.impl.ExecutionScopeIterator
 
ListBinding - Class in org.jbpm.wire.binding
This Binding specifies a ListDescriptor.
ListBinding() - Constructor for class org.jbpm.wire.binding.ListBinding
 
ListDescriptor - Class in org.jbpm.wire.descriptor
This Descriptor creates a List.
ListDescriptor() - Constructor for class org.jbpm.wire.descriptor.ListDescriptor
 
listener(Descriptor) - Method in class org.jbpm.pvm.ProcessFactory
adds an action to the current event.
listener(Activity) - Method in class org.jbpm.pvm.ProcessFactory
adds an action to the current event.
listener(String) - Method in class org.jbpm.pvm.ProcessFactory
adds an action to the current event.
Listener - Interface in org.jbpm.util
Interface for Listener
listenerReferences - Variable in class org.jbpm.pvm.impl.EventImpl
 
listeners - Variable in class org.jbpm.util.DefaultObservable
 
load(Object, InputStream) - Method in class org.jbpm.wire.descriptor.PropertiesDescriptor
 
loadClass(ClassLoader, String) - Static method in class org.jbpm.util.ReflectUtil
 
loadClasses(ClassLoader, List<String>) - Static method in class org.jbpm.util.ReflectUtil
 
LocalCommandExecutor - Interface in org.jbpm.enterprise
EJB2 local interface for the command executor.
LocalCommandExecutorHome - Interface in org.jbpm.enterprise
EJB2 local home for the command executor.
localPart - Variable in class org.jbpm.xml.XmlUtil.NamespaceValue
 
LocalTimer - Interface in org.jbpm.enterprise
 
LocalTimerHome - Interface in org.jbpm.enterprise
 
lock(String) - Method in interface org.jbpm.pvm.Execution
makes this execution read-only.
lock(String) - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
lockExpirationTime - Variable in class org.jbpm.env.session.Job
the time the lock on this job expires.
lockOwner - Variable in class org.jbpm.env.session.Job
name of the job executor name that has locked this job.
lockPessimistically(Object) - Method in interface org.jbpm.env.session.DbSession
 
lockPessimistically(Object) - Method in class org.jbpm.hibernate.HibernateDbSession
 
Log - Class in org.jbpm.log
 
Log() - Constructor for class org.jbpm.log.Log
 
Log4jLog - Class in org.jbpm.log
 
Log4jLog(Logger) - Constructor for class org.jbpm.log.Log4jLog
 
Log4jLogFactory - Class in org.jbpm.log
 
Log4jLogFactory() - Constructor for class org.jbpm.log.Log4jLogFactory
 
LogFactory - Interface in org.jbpm.log
 
LogFormatter - Class in org.jbpm.log
 
LogFormatter() - Constructor for class org.jbpm.log.LogFormatter
 
logicalCollectionColumnName(String, String, String) - Method in class org.jbpm.hibernate.PvmNamingStrategy
 
logicalCollectionTableName(String, String, String, String) - Method in class org.jbpm.hibernate.PvmNamingStrategy
 
logicalColumnName(String, String) - Method in class org.jbpm.hibernate.PvmNamingStrategy
 
LogMode - Enum in org.jbpm.env.session
indicates when the processDefinition logs that are generated during processDefinition execution should be parsed and inserted into the business intelligence store.
LogSession - Interface in org.jbpm.env.session
 
LogSessionChain - Class in org.jbpm.pvm.log
log session that delegates to a delegate list of log sessions.
LogSessionChain() - Constructor for class org.jbpm.pvm.log.LogSessionChain
 
LogSessionFilter - Class in org.jbpm.pvm.log
filtering log session.
LogSessionFilter() - Constructor for class org.jbpm.pvm.log.LogSessionFilter
 
LongBinding - Class in org.jbpm.wire.binding
This Binding specifies a LongDescriptor.
LongBinding() - Constructor for class org.jbpm.wire.binding.LongBinding
 
LongDescriptor - Class in org.jbpm.wire.descriptor
 
LongDescriptor() - Constructor for class org.jbpm.wire.descriptor.LongDescriptor
 
LongDescriptor(Long) - Constructor for class org.jbpm.wire.descriptor.LongDescriptor
 
longVal - Variable in class org.jbpm.wire.descriptor.ByteDescriptor
 
longVal - Variable in class org.jbpm.wire.descriptor.IntegerDescriptor
 
longVal - Variable in class org.jbpm.wire.descriptor.LongDescriptor
 
longVal - Variable in class org.jbpm.wire.descriptor.ShortDescriptor
 
LongVariable - Class in org.jbpm.pvm.type.variable
 
LongVariable() - Constructor for class org.jbpm.pvm.type.variable.LongVariable
 
LOW - Static variable in class org.jbpm.util.Priority
 
LOWEST - Static variable in class org.jbpm.util.Priority
 

M

makeDefault() - Method in class org.jbpm.pvm.impl.TransitionImpl
 
MapBinding - Class in org.jbpm.wire.binding
This Binding specifies a MapDescriptor.
MapBinding() - Constructor for class org.jbpm.wire.binding.MapBinding
 
MapDescriptor - Class in org.jbpm.wire.descriptor
This Descriptor creates a Map.
MapDescriptor() - Constructor for class org.jbpm.wire.descriptor.MapDescriptor
 
Matcher - Interface in org.jbpm.pvm.type
 
matches(Exception) - Method in class org.jbpm.pvm.impl.ExceptionHandlerImpl
 
matches(Class<?>) - Method in class org.jbpm.pvm.impl.ExceptionHandlerImpl
 
matches(String, Object) - Method in class org.jbpm.pvm.type.matcher.ClassNameMatcher
 
matches(String, Object) - Method in class org.jbpm.pvm.type.matcher.HibernateLongIdMatcher
 
matches(String, Object) - Method in class org.jbpm.pvm.type.matcher.HibernateStringIdMatcher
 
matches(String, Object) - Method in interface org.jbpm.pvm.type.Matcher
 
matches(String, Object) - Method in class org.jbpm.pvm.type.matcher.SerializableMatcher
 
matches(String, Object) - Method in class org.jbpm.pvm.type.TypeMapping
 
Message<T> - Class in org.jbpm.env.session
 
Message() - Constructor for class org.jbpm.env.session.Message
 
Message(ExecutionImpl) - Constructor for class org.jbpm.env.session.Message
 
message - Variable in class org.jbpm.pvm.impl.CommentImpl
 
MessageSession - Interface in org.jbpm.env.session
 
MethodInvokerListener - Class in org.jbpm.wire.operation
Wrapper for the subscribe operation.
MethodInvokerListener(String, List<ArgDescriptor>, WireContext, Object) - Constructor for class org.jbpm.wire.operation.MethodInvokerListener
Creates a new Wrapper.
MicrocontainerEnvironmentFactory - Class in org.jbpm.env.impl
 
MicrocontainerEnvironmentFactory() - Constructor for class org.jbpm.env.impl.MicrocontainerEnvironmentFactory
 
millis - Variable in class org.jbpm.cal.Duration
 
minuteInMillis - Variable in class org.jbpm.cal.BusinessCalendar
 
minutes - Variable in class org.jbpm.cal.Duration
 
monthInMillis - Variable in class org.jbpm.cal.BusinessCalendar
 
months - Variable in class org.jbpm.cal.Duration
 
move(Node) - Method in interface org.jbpm.pvm.Execution
reposition this execution in the destination node.
move(Node) - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
moveTo(NodeImpl) - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
MoveToChildNodeOp - Class in org.jbpm.pvm.impl
 
MoveToChildNodeOp(NodeImpl) - Constructor for class org.jbpm.pvm.impl.MoveToChildNodeOp
 
MoveToParentNodeOp - Class in org.jbpm.pvm.impl
 
MoveToParentNodeOp() - Constructor for class org.jbpm.pvm.impl.MoveToParentNodeOp
 
mustBeLogged(Throwable) - Method in class org.jbpm.env.impl.DefaultEnvironmentFactory
 

N

name - Variable in class org.jbpm.deploy.Deployment
 
NAME - Static variable in class org.jbpm.env.context.ExecutionVariableContext
 
name - Variable in class org.jbpm.env.session.Timer
 
name - Variable in class org.jbpm.pvm.impl.EventImpl
 
name - Variable in class org.jbpm.pvm.impl.ExecutionImpl
 
name - Variable in class org.jbpm.pvm.impl.ObservableElementImpl
 
name - Variable in class org.jbpm.pvm.impl.VariableDefinitionImpl
 
name - Variable in class org.jbpm.pvm.log.ProcessLogProperty
 
name - Variable in class org.jbpm.pvm.SignalDefinition
 
name - Variable in class org.jbpm.pvm.type.Variable
 
name - Variable in class org.jbpm.stream.StreamSource
 
name - Variable in class org.jbpm.wire.descriptor.AbstractDescriptor
 
name - Variable in class org.jbpm.wire.WireContext
 
needsPrevious() - Method in class org.jbpm.pvm.ProcessFactory
sets the property needsPrevious on the current node.
newChildExecution() - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
newDocumentBuilderFactory() - Method in class org.jbpm.xml.Parser
factory method for DocumentBuilderFactory during lazy initialization of the documentBuilderFactory.
newInstance(Class<T>) - Static method in class org.jbpm.util.ReflectUtil
 
newInstance(Constructor<T>) - Static method in class org.jbpm.util.ReflectUtil
 
newInstance(Constructor<T>, Object[]) - Static method in class org.jbpm.util.ReflectUtil
 
newProcessInstance() - Method in class org.jbpm.pvm.impl.ProcessDefinitionImpl
 
newVariableScope() - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
next - Variable in class org.jbpm.client.impl.Interceptor
 
next - Variable in class org.jbpm.pvm.impl.ExecutionScopeIterator
 
next() - Method in class org.jbpm.pvm.impl.ExecutionScopeIterator
 
next() - Method in class org.jbpm.pvm.impl.VariableScopeIterator
 
NextDueDate - Class in org.jbpm.jobexecutor
 
NextDueDate(JobExecutor) - Constructor for class org.jbpm.jobexecutor.NextDueDate
 
nextLogIndex - Variable in class org.jbpm.pvm.impl.ExecutionImpl
maintains the index of the next log record.
nextLogIndex() - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
node - Variable in class org.jbpm.pvm.impl.ExecutionImpl
 
Node - Interface in org.jbpm.pvm
a node in a ProcessDefinition graph.
node - Variable in class org.jbpm.pvm.ProcessFactory
 
node() - Method in class org.jbpm.pvm.ProcessFactory
creates a node in the current parent.
node(String) - Method in class org.jbpm.pvm.ProcessFactory
creates a named node.
NodeImpl - Class in org.jbpm.pvm.impl
 
NodeImpl() - Constructor for class org.jbpm.pvm.impl.NodeImpl
Use CompositeElementImpl.createNode() or CompositeElementImpl.createNode() instead.
nodeName - Variable in class org.jbpm.pvm.impl.ExceptionHandlerImpl
 
nodes - Variable in class org.jbpm.pvm.impl.CompositeElementImpl
 
nodesMap - Variable in class org.jbpm.pvm.impl.CompositeElementImpl
 
NORMAL - Static variable in class org.jbpm.util.Priority
 
NullBinding - Class in org.jbpm.wire.binding
This Binding specifies a NullDescriptor (which creates a null object).
NullBinding() - Constructor for class org.jbpm.wire.binding.NullBinding
 
NullDescriptor - Class in org.jbpm.wire.descriptor
This Descriptor creates a null object.
NullDescriptor() - Constructor for class org.jbpm.wire.descriptor.NullDescriptor
 
nullSafeGet(ResultSet, String[], Object) - Method in class org.jbpm.hibernate.ExecutionType
 
nullSafeSet(PreparedStatement, Object, int) - Method in class org.jbpm.hibernate.ExecutionType
 
NullVariable - Class in org.jbpm.pvm.type.variable
 
NullVariable() - Constructor for class org.jbpm.pvm.type.variable.NullVariable
 

O

object - Variable in class org.jbpm.pvm.impl.ObjectReference
 
ObjectBinding - Class in org.jbpm.wire.binding
This Binding specifies a ObjectDescriptor (to create an object).
ObjectBinding() - Constructor for class org.jbpm.wire.binding.ObjectBinding
 
ObjectDescriptor - Class in org.jbpm.wire.descriptor
This Descriptor creates and initializes an object.
ObjectDescriptor() - Constructor for class org.jbpm.wire.descriptor.ObjectDescriptor
 
ObjectReference<T> - Class in org.jbpm.pvm.impl
 
ObjectReference() - Constructor for class org.jbpm.pvm.impl.ObjectReference
 
ObjectReference(String) - Constructor for class org.jbpm.pvm.impl.ObjectReference
 
ObjectReference(Descriptor) - Constructor for class org.jbpm.pvm.impl.ObjectReference
 
ObjectReference(T) - Constructor for class org.jbpm.pvm.impl.ObjectReference
 
objectStack - Variable in class org.jbpm.xml.Parse
 
Observable - Interface in org.jbpm.util
dispatches events to which listeners can subscribe.
ObservableElement - Interface in org.jbpm.pvm
a super class for process elements that have events.
observableElement - Variable in class org.jbpm.pvm.ProcessFactory
 
ObservableElementImpl - Class in org.jbpm.pvm.impl
observable and visible process elements.
ObservableElementImpl() - Constructor for class org.jbpm.pvm.impl.ObservableElementImpl
 
oid - Variable in class org.jbpm.cal.BusinessCalendar
 
oid - Variable in class org.jbpm.cal.Day
 
oid - Variable in class org.jbpm.cal.DayPart
 
oid - Variable in class org.jbpm.cal.Holiday
 
onMessage(Message) - Method in class org.jbpm.enterprise.impl.CommandReceiverMDB
 
openEnvironment() - Method in class org.jbpm.env.EnvironmentFactory
open a new Environment.
openEnvironment() - Method in class org.jbpm.env.impl.DefaultEnvironmentFactory
 
openEnvironment() - Method in class org.jbpm.env.impl.MicrocontainerEnvironmentFactory
 
openEnvironment() - Method in class org.jbpm.env.impl.SpringEnvironmentFactory
 
openStream() - Method in class org.jbpm.stream.ByteArrayStreamSource
 
openStream() - Method in class org.jbpm.stream.FileStreamSource
 
openStream() - Method in class org.jbpm.stream.InputStreamSource
 
openStream() - Method in class org.jbpm.stream.ResourceStreamSource
 
openStream() - Method in class org.jbpm.stream.StreamSource
 
openStream() - Method in class org.jbpm.stream.StringStreamSource
 
openStream() - Method in class org.jbpm.stream.UrlStreamSource
 
Operation - Interface in org.jbpm.wire.operation
any field update or method invocation after the construction of an object.
org.jbpm - package org.jbpm
 
org.jbpm.cal - package org.jbpm.cal
a business calendar that knows about business hours.
org.jbpm.cal.xml - package org.jbpm.cal.xml
 
org.jbpm.client - package org.jbpm.client
 
org.jbpm.client.impl - package org.jbpm.client.impl
 
org.jbpm.deploy - package org.jbpm.deploy
 
org.jbpm.enterprise - package org.jbpm.enterprise
 
org.jbpm.enterprise.impl - package org.jbpm.enterprise.impl
 
org.jbpm.env - package org.jbpm.env
a Environment provides access to a set of Contexts and it decouples a component from its environment.
org.jbpm.env.context - package org.jbpm.env.context
 
org.jbpm.env.impl - package org.jbpm.env.impl
 
org.jbpm.env.session - package org.jbpm.env.session
 
org.jbpm.env.xml - package org.jbpm.env.xml
 
org.jbpm.hibernate - package org.jbpm.hibernate
 
org.jbpm.jms - package org.jbpm.jms
 
org.jbpm.jobexecutor - package org.jbpm.jobexecutor
 
org.jbpm.lob - package org.jbpm.lob
 
org.jbpm.log - package org.jbpm.log
 
org.jbpm.pvm - package org.jbpm.pvm
process definitions, executions and the delegation interfaces for associating programming logic to the process.
org.jbpm.pvm.impl - package org.jbpm.pvm.impl
default implementation of process execution in ExecutionImpl based on AtomicOperations Bidirectional relations In this process model thoughout the pvm codebase, there are several bidirectional relations.
org.jbpm.pvm.log - package org.jbpm.pvm.log
 
org.jbpm.pvm.type - package org.jbpm.pvm.type
 
org.jbpm.pvm.type.converter - package org.jbpm.pvm.type.converter
implementations of Converter.
org.jbpm.pvm.type.matcher - package org.jbpm.pvm.type.matcher
 
org.jbpm.pvm.type.variable - package org.jbpm.pvm.type.variable
 
org.jbpm.stream - package org.jbpm.stream
 
org.jbpm.tx - package org.jbpm.tx
 
org.jbpm.util - package org.jbpm.util
 
org.jbpm.wire - package org.jbpm.wire
wire context (aka IoC container), start reading WireContext.
org.jbpm.wire.binding - package org.jbpm.wire.binding
 
org.jbpm.wire.descriptor - package org.jbpm.wire.descriptor
 
org.jbpm.wire.listener - package org.jbpm.wire.listener
 
org.jbpm.wire.operation - package org.jbpm.wire.operation
 
org.jbpm.wire.xml - package org.jbpm.wire.xml
 
org.jbpm.xml - package org.jbpm.xml
convenience framework for building dom based parsers, see Parser for getting started.
outgoingTransitions - Variable in class org.jbpm.pvm.impl.NodeImpl
 
outgoingTransitionsMap - Variable in class org.jbpm.pvm.impl.NodeImpl
 

P

packageName - Variable in class org.jbpm.pvm.impl.ProcessDefinitionImpl
 
parameter(String, Class<?>) - Method in class org.jbpm.pvm.SignalDefinition.SetBuilder
 
parameterDefinitions - Variable in class org.jbpm.pvm.SignalDefinition
 
parameters - Variable in class org.jbpm.client.Signal
 
parent - Variable in class org.jbpm.pvm.impl.ExecutionImpl
the parent child relation of executions is convenient for some forms of concurrency.
parentNode - Variable in class org.jbpm.pvm.impl.NodeImpl
 
parse(StreamSource) - Static method in class org.jbpm.env.EnvironmentFactory
parses the given stream source with the current parser.
parse(Element, Parse, Parser) - Method in class org.jbpm.wire.binding.AbstractCollectionBinding
 
parse(Element, Parse, Parser) - Method in class org.jbpm.wire.binding.AuthorizationInterceptorBinding
 
parse(Element, Parse, Parser) - Method in class org.jbpm.wire.binding.BasicTypeBinding
 
parse(Element, Parse, Parser) - Method in class org.jbpm.wire.binding.ClassBinding
 
parse(Element, Parse, Parser) - Method in class org.jbpm.wire.binding.ContextBinding
 
parse(Element, Parse, Parser) - Method in class org.jbpm.wire.binding.CreateProcessBinding
 
parse(Element, Parse, Parser) - Method in class org.jbpm.wire.binding.DeployerManagerBinding
 
parse(Element, Parse, Parser) - Method in class org.jbpm.wire.binding.Ejb2TimerSessionBinding
 
parse(Element, Parse, Parser) - Method in class org.jbpm.wire.binding.EnlistBinding
 
parse(Element, Parse, Parser) - Method in class org.jbpm.wire.binding.EnterpriseTransactionBinding
 
parse(Element, Parse, Parser) - Method in class org.jbpm.wire.binding.EnvironmentBinding
 
parse(Element, Parse, Parser) - Method in class org.jbpm.wire.binding.EnvironmentFactoryBinding
 
parse(Element, Parse, Parser) - Method in class org.jbpm.wire.binding.EnvironmentInterceptorBinding
 
parse(Element, Parse, Parser) - Method in class org.jbpm.wire.binding.FalseBinding
 
parse(Element, Parse, Parser) - Method in class org.jbpm.wire.binding.FieldBinding
 
parse(Element, Parse, Parser) - Method in class org.jbpm.wire.binding.HibernateConfigurationBinding
 
parse(Element, Parse, Parser) - Method in class org.jbpm.wire.binding.HibernateSessionBinding
 
parse(Element, Parse, Parser) - Method in class org.jbpm.wire.binding.HibernateSessionFactoryBinding
 
parse(Element, Parse, Parser) - Method in class org.jbpm.wire.binding.InvokeBinding
 
parse(Element, Parse, Parser) - Method in class org.jbpm.wire.binding.JobExecutorBinding
 
parse(Element, Parse, Parser) - Method in class org.jbpm.wire.binding.MapBinding
 
parse(Element, Parse, Parser) - Method in class org.jbpm.wire.binding.NullBinding
 
parse(Element, Parse, Parser) - Method in class org.jbpm.wire.binding.ObjectBinding
 
parse(Element, Parse, Parser) - Method in class org.jbpm.wire.binding.PersistenceSessionBinding
 
parse(Element, Parse, Parser) - Method in class org.jbpm.wire.binding.PropertiesBinding
 
parse(Element, Parse, Parser) - Method in class org.jbpm.wire.binding.PropertyBinding
 
parse(Element, Parse, Parser) - Method in class org.jbpm.wire.binding.PvmDbSessionBinding
 
parse(Element, Parse, Parser) - Method in class org.jbpm.wire.binding.PvmServiceBinding
 
parse(Element, Parse, Parser) - Method in class org.jbpm.wire.binding.RefBinding
 
parse(Element, Parse, Parser) - Method in class org.jbpm.wire.binding.RetryInterceptorBinding
 
parse(Element, Parse, Parser) - Method in class org.jbpm.wire.binding.SaveProcessBinding
 
parse(Element, Parse, Parser) - Method in class org.jbpm.wire.binding.SeamHibernateSessionBinding
 
parse(Element, Parse, Parser) - Method in class org.jbpm.wire.binding.StandardCommandServiceBinding
 
parse(Element, Parse, Parser) - Method in class org.jbpm.wire.binding.StandardJobSessionBinding
 
parse(Element, Parse, Parser) - Method in class org.jbpm.wire.binding.StandardMessageSessionBinding
 
parse(Element, Parse, Parser) - Method in class org.jbpm.wire.binding.StandardTimerSessionBinding
 
parse(Element, Parse, Parser) - Method in class org.jbpm.wire.binding.StandardTransactionBinding
 
parse(Element, Parse, Parser) - Method in class org.jbpm.wire.binding.SubscribeBinding
 
parse(Element, Parse, Parser) - Method in class org.jbpm.wire.binding.TransactionInterceptorBinding
 
parse(Element, Parse, Parser) - Method in class org.jbpm.wire.binding.TrueBinding
 
parse(Element, Parse, Parser) - Method in class org.jbpm.wire.binding.VariableTypesBinding
 
parse(Element, Parse, Parser) - Method in class org.jbpm.wire.binding.VerifyVersionBinding
 
parse(Element, Parse, Parser) - Method in interface org.jbpm.xml.Binding
translates the given element into a domain model java object.
Parse - Class in org.jbpm.xml
information related to one single parse operation, for instructions see Parser.
Parse(Parser) - Constructor for class org.jbpm.xml.Parse
 
parseArgs(List<Element>, Parse) - Method in class org.jbpm.wire.xml.WireParser
Parses the list of arguments of a method.
parseCommaSeparatedList(String) - Static method in class org.jbpm.xml.XmlUtil
parses comma or space separated list.
parseDocument(Document, Parse) - Method in class org.jbpm.env.xml.EnvironmentParser
 
parseDocument(Document, Parse) - Method in class org.jbpm.xml.Parser
start of the DOM walk.
parseDocumentElement(Element, Parse) - Method in class org.jbpm.cal.xml.BusinessCalendarParser
 
parseDocumentElement(Element, Parse) - Method in class org.jbpm.wire.xml.BindingParser
 
parseDocumentElement(Element, Parse) - Method in class org.jbpm.wire.xml.WireParser
This method builds the WireDefinition from the DOM tree.
parseDocumentElement(Element, Parse) - Method in class org.jbpm.xml.Parser
parses the top level element in the document and produces the object that is the result from the parsing.
parseElement(Element, Parse, String) - Method in class org.jbpm.wire.xml.WireParser
This method parses an arbitrary element in the document based on the bindings in the given category.
parseElement(Element, Parse) - Method in class org.jbpm.xml.Parser
parses an arbitrary element in the document with the first matching binding found using any of the categories.
parseElement(Element, Parse, String) - Method in class org.jbpm.xml.Parser
parses an arbitrary element in the document based on the bindings in the given category.
parseList(Element, String) - Static method in class org.jbpm.xml.XmlUtil
 
parsePriority(String) - Static method in class org.jbpm.util.Priority
 
parser - Static variable in class org.jbpm.env.EnvironmentFactory
 
parser - Variable in class org.jbpm.xml.Parse
 
Parser - Class in org.jbpm.xml
makes typical usage of JAXP more convenient, adds a binding framework, entity resolution and error handling.
Parser() - Constructor for class org.jbpm.xml.Parser
the default parser
Parser(Bindings) - Constructor for class org.jbpm.xml.Parser
creates a new Parser with bindings that can be maintained statically in specialized subclasses of Parser.
Parser(Bindings, Map<String, Entity>) - Constructor for class org.jbpm.xml.Parser
creates a new Parser with bindings and entities that can be maintained statically in specialized subclasses of Parser.
parseTypeMapping(Element, Parse, Parser) - Method in class org.jbpm.wire.binding.VariableTypesBinding
 
parseXmlString(String) - Static method in class org.jbpm.cal.xml.BusinessCalendarParser
 
parseXmlString(String) - Static method in class org.jbpm.wire.xml.WireParser
Convenience method to parse a wiring xml.
passes(ProcessLog) - Method in class org.jbpm.pvm.log.LogSessionFilter
can be overwritten in case filtering needs to be more sophisticated then just type matching.
peekObject() - Method in class org.jbpm.xml.Parse
look up the top contextual object from the stack.
perform(ExecutionImpl) - Method in interface org.jbpm.pvm.impl.AtomicOperation
 
perform(ExecutionImpl) - Method in class org.jbpm.pvm.impl.ExecuteNodeOp
 
perform(ExecutionImpl) - Method in class org.jbpm.pvm.impl.MoveToChildNodeOp
 
perform(ExecutionImpl) - Method in class org.jbpm.pvm.impl.MoveToParentNodeOp
 
perform(ExecutionImpl) - Method in class org.jbpm.pvm.impl.ProceedToDestinationOp
 
perform(ExecutionImpl) - Method in class org.jbpm.pvm.impl.SignalOp
 
perform(ExecutionImpl) - Method in class org.jbpm.pvm.impl.TakeTransitionOp
 
performAtomicOperation(AtomicOperation) - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
performAtomicOperationSync(AtomicOperation) - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
PersistenceSessionBinding - Class in org.jbpm.wire.binding
 
PersistenceSessionBinding() - Constructor for class org.jbpm.wire.binding.PersistenceSessionBinding
 
pop() - Static method in class org.jbpm.env.Environment
pops the closing context from the stack of current contexts.
popObject() - Method in class org.jbpm.xml.Parse
remove a contextual object from the stack.
popVariableScope() - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
prefix - Variable in class org.jbpm.xml.XmlUtil.NamespaceValue
 
prepare() - Method in class org.jbpm.hibernate.HibernateTransactionResource
 
prepare() - Method in interface org.jbpm.tx.Resource
 
previousNode - Variable in class org.jbpm.pvm.impl.ExecutionImpl
 
previousTransition - Variable in class org.jbpm.pvm.impl.ExecutionImpl
 
priority - Variable in class org.jbpm.pvm.impl.ExecutionImpl
 
Priority - Class in org.jbpm.util
 
Priority() - Constructor for class org.jbpm.util.Priority
 
Problem - Class in org.jbpm.xml
a unification for an XML parsing errors and DOM interpretation problems, see also Parser.
Problem(String, Exception, String) - Constructor for class org.jbpm.xml.Problem
 
problems - Variable in class org.jbpm.xml.Parse
 
proceed() - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
ProceedToDestinationMessage - Class in org.jbpm.pvm.impl
 
ProceedToDestinationMessage() - Constructor for class org.jbpm.pvm.impl.ProceedToDestinationMessage
 
ProceedToDestinationMessage(ExecutionImpl) - Constructor for class org.jbpm.pvm.impl.ProceedToDestinationMessage
 
ProceedToDestinationOp - Class in org.jbpm.pvm.impl
 
ProceedToDestinationOp() - Constructor for class org.jbpm.pvm.impl.ProceedToDestinationOp
 
processDefinition - Variable in class org.jbpm.deploy.Deployment
 
processDefinition - Variable in class org.jbpm.hibernate.ExecutionType
 
processDefinition - Variable in class org.jbpm.pvm.impl.ExecutionImpl
 
processDefinition - Variable in class org.jbpm.pvm.impl.ProcessElementImpl
 
ProcessDefinition - Interface in org.jbpm.pvm
a graph (or tree) structure that can be executed.
processDefinition - Variable in class org.jbpm.pvm.ProcessFactory
 
processDefinitionClass - Variable in class org.jbpm.deploy.CreateProcess
 
processDefinitionDbid - Variable in class org.jbpm.client.FindProcessDefinition
 
processDefinitionDbid - Variable in class org.jbpm.client.StartExecution
 
ProcessDefinitionImpl - Class in org.jbpm.pvm.impl
 
ProcessDefinitionImpl() - Constructor for class org.jbpm.pvm.impl.ProcessDefinitionImpl
 
processDefinitionName - Variable in class org.jbpm.client.FindExecution
 
processDefinitionName - Variable in class org.jbpm.client.FindLatestProcessDefinition
 
processDefinitionName - Variable in class org.jbpm.client.FindProcessDefinition
 
processDefinitionName - Variable in class org.jbpm.client.FindProcessDefinitions
 
processDefinitionName - Variable in class org.jbpm.client.StartExecution
 
processDefinitionVersion - Variable in class org.jbpm.client.FindProcessDefinition
 
ProcessElement - Interface in org.jbpm.pvm
common base interface for all process definition objects that can have exception handlers and properties.
ProcessElementImpl - Class in org.jbpm.pvm.impl
superclass for NodeImpl, TransitionImpl and ProcessDefinitionImpl.
ProcessElementImpl() - Constructor for class org.jbpm.pvm.impl.ProcessElementImpl
 
ProcessFactory - Class in org.jbpm.pvm
factory for process definitions.
ProcessFactory() - Constructor for class org.jbpm.pvm.ProcessFactory
start building a process definition without a name.
ProcessFactory(String) - Constructor for class org.jbpm.pvm.ProcessFactory
start building a process definition with the given name.
ProcessFactory(String, ProcessDefinitionImpl) - Constructor for class org.jbpm.pvm.ProcessFactory
start building a process definition with the given name.
ProcessFactory.DestinationReference - Class in org.jbpm.pvm
 
ProcessFactory.DestinationReference(TransitionImpl, String) - Constructor for class org.jbpm.pvm.ProcessFactory.DestinationReference
 
processInstance - Variable in class org.jbpm.env.session.Job
the process instance
processInstance - Variable in class org.jbpm.pvm.impl.ExecutionImpl
 
processInstance - Variable in class org.jbpm.pvm.impl.VariableMap
 
processInstance - Variable in class org.jbpm.pvm.log.ProcessLog
 
processInstance - Variable in class org.jbpm.pvm.type.Variable
 
ProcessLog - Class in org.jbpm.pvm.log
base class for process logs.
ProcessLog() - Constructor for class org.jbpm.pvm.log.ProcessLog
 
ProcessLogProperty - Class in org.jbpm.pvm.log
 
ProcessLogProperty(String) - Constructor for class org.jbpm.pvm.log.ProcessLogProperty
 
ProcessLogProperty(String, String) - Constructor for class org.jbpm.pvm.log.ProcessLogProperty
 
ProcessLogXmlSerializer - Class in org.jbpm.pvm.log
 
ProcessLogXmlSerializer() - Constructor for class org.jbpm.pvm.log.ProcessLogXmlSerializer
 
processModifications - Variable in class org.jbpm.pvm.impl.ExecutionImpl
 
ProcessModificationsImpl - Class in org.jbpm.pvm.impl
 
ProcessModificationsImpl() - Constructor for class org.jbpm.pvm.impl.ProcessModificationsImpl
 
ProcessModificationsImpl.AddedAction - Class in org.jbpm.pvm.impl
 
ProcessModificationsImpl.AddedAction() - Constructor for class org.jbpm.pvm.impl.ProcessModificationsImpl.AddedAction
 
ProcessModificationsImpl.AddedNode - Class in org.jbpm.pvm.impl
 
ProcessModificationsImpl.AddedNode() - Constructor for class org.jbpm.pvm.impl.ProcessModificationsImpl.AddedNode
 
ProcessModificationsImpl.AddedTransition - Class in org.jbpm.pvm.impl
 
ProcessModificationsImpl.AddedTransition() - Constructor for class org.jbpm.pvm.impl.ProcessModificationsImpl.AddedTransition
 
processResource - Variable in class org.jbpm.hibernate.ExecutionType
 
propagateEvent(String, ObservableElement, ObservableElement) - Method in class org.jbpm.pvm.impl.ExecutionImpl
this method enables specific process languages to overwrite the event propagation behaviour
propagation - Variable in class org.jbpm.pvm.impl.ExecutionImpl
 
propagationDisabled() - Method in class org.jbpm.pvm.ProcessFactory
disables propagated events.
properties - Variable in class org.jbpm.pvm.impl.ProcessElementImpl
 
properties - Variable in class org.jbpm.pvm.log.ProcessLogProperty
 
properties - Variable in class org.jbpm.pvm.log.ProcessLogXmlSerializer
 
properties - Variable in class org.jbpm.pvm.SignalDefinition
 
PropertiesBinding - Class in org.jbpm.wire.binding
parses a set of properties from resource files or inline property elements.
PropertiesBinding() - Constructor for class org.jbpm.wire.binding.PropertiesBinding
 
PropertiesDescriptor - Class in org.jbpm.wire.descriptor
 
PropertiesDescriptor() - Constructor for class org.jbpm.wire.descriptor.PropertiesDescriptor
 
property(String, String) - Method in class org.jbpm.pvm.ProcessFactory
adds a string-valued configuration to the current process element
property(Descriptor) - Method in class org.jbpm.pvm.ProcessFactory
adds a configuration to the current process element
property(String, Object) - Method in class org.jbpm.pvm.SignalDefinition.SetBuilder
 
PropertyBinding - Class in org.jbpm.wire.binding
This Binding specifies PropertyOperation (for property injection).
PropertyBinding() - Constructor for class org.jbpm.wire.binding.PropertyBinding
 
PropertyOperation - Class in org.jbpm.wire.operation
injects another object with a setter method.
PropertyOperation() - Constructor for class org.jbpm.wire.operation.PropertyOperation
 
propertyToColumnName(String) - Method in class org.jbpm.hibernate.PvmNamingStrategy
 
ProvidedObjectDescriptor - Class in org.jbpm.wire.descriptor
 
ProvidedObjectDescriptor() - Constructor for class org.jbpm.wire.descriptor.ProvidedObjectDescriptor
 
ProvidedObjectDescriptor(Object) - Constructor for class org.jbpm.wire.descriptor.ProvidedObjectDescriptor
 
ProvidedObjectDescriptor(Object, boolean) - Constructor for class org.jbpm.wire.descriptor.ProvidedObjectDescriptor
 
publish(LogRecord) - Method in class org.jbpm.util.ErrorTriggeredFileHandler
 
push(Environment) - Static method in class org.jbpm.env.EnvironmentFactory
after opening of a new environment succeeded, the environment must be pushed in the stack of current environments.
push() - Method in class org.jbpm.util.ErrorTriggeredFileHandler.DecoratedMemoryHandler
 
pushObject(Object) - Method in class org.jbpm.xml.Parse
push a contextual object on the stack of this parse.
pushVariableScope(VariableScope) - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
putAcquiredJobDbidsOnQueue(Collection<Long>) - Method in class org.jbpm.jobexecutor.DispatcherThread
 
PVM_WIRE_BINDINGS_RESOURCES - Static variable in class org.jbpm.wire.xml.WireParser
 
PvmDbSession - Interface in org.jbpm.env.session
 
PvmDbSessionBinding - Class in org.jbpm.wire.binding
 
PvmDbSessionBinding() - Constructor for class org.jbpm.wire.binding.PvmDbSessionBinding
 
PvmDbSessionDescriptor - Class in org.jbpm.wire.descriptor
 
PvmDbSessionDescriptor() - Constructor for class org.jbpm.wire.descriptor.PvmDbSessionDescriptor
 
PvmException - Exception in org.jbpm
 
PvmException() - Constructor for exception org.jbpm.PvmException
 
PvmException(String, Throwable) - Constructor for exception org.jbpm.PvmException
 
PvmException(String) - Constructor for exception org.jbpm.PvmException
 
PvmException(Throwable) - Constructor for exception org.jbpm.PvmException
 
PvmNamingStrategy - Class in org.jbpm.hibernate
 
PvmNamingStrategy(String) - Constructor for class org.jbpm.hibernate.PvmNamingStrategy
 
PvmService - Interface in org.jbpm
session facade interface for the Process Virtual Machine.
PvmServiceBinding - Class in org.jbpm.wire.binding
 
PvmServiceBinding() - Constructor for class org.jbpm.wire.binding.PvmServiceBinding
 
PvmServiceDescriptor - Class in org.jbpm.wire.descriptor
 
PvmServiceDescriptor() - Constructor for class org.jbpm.wire.descriptor.PvmServiceDescriptor
 
PvmServiceImpl - Class in org.jbpm.client.impl
 
PvmServiceImpl() - Constructor for class org.jbpm.client.impl.PvmServiceImpl
 

R

readBytes(InputStream) - Static method in class org.jbpm.util.IoUtil
 
redirectCommonsToJdk14() - Static method in class org.jbpm.log.Jdk14LogFactory
redirects commons logging to JDK 1.4 logging.
RefBinding - Class in org.jbpm.wire.binding
This Binding specifies a ReferenceDescriptor.
RefBinding() - Constructor for class org.jbpm.wire.binding.RefBinding
 
ReferenceDescriptor - Class in org.jbpm.wire.descriptor
This Descriptor specifies a reference to an object.
ReferenceDescriptor() - Constructor for class org.jbpm.wire.descriptor.ReferenceDescriptor
 
ReferenceDescriptor(String) - Constructor for class org.jbpm.wire.descriptor.ReferenceDescriptor
 
ReflectUtil - Class in org.jbpm.util
 
ReflectUtil() - Constructor for class org.jbpm.util.ReflectUtil
 
RemoteCommandExecutor - Interface in org.jbpm.enterprise
EJB2 remote interface for the command executor.
RemoteCommandExecutorHome - Interface in org.jbpm.enterprise
EJB2 remote home interface for the command executor.
remove() - Method in class org.jbpm.pvm.impl.ExecutionScopeIterator
 
remove(String) - Method in class org.jbpm.pvm.impl.VariableMap
 
remove(String) - Method in interface org.jbpm.pvm.VariableScope
remove the entry for the given key from this scope
remove(String) - Method in class org.jbpm.wire.WireContext
removes an object from the context and fires the remove event.
removeContext(String) - Method in class org.jbpm.env.Environment
 
removeContext(String) - Method in class org.jbpm.env.impl.DefaultEnvironment
 
removedActions - Variable in class org.jbpm.pvm.impl.ProcessModificationsImpl
 
removeDescriptor(String) - Method in class org.jbpm.wire.WireDefinition
 
removedNodes - Variable in class org.jbpm.pvm.impl.ProcessModificationsImpl
 
removedTransitions - Variable in class org.jbpm.pvm.impl.ProcessModificationsImpl
 
removeExecution(Execution) - Method in interface org.jbpm.pvm.Execution
removes the child execution.
removeExecution(Execution) - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
removeExecutions() - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
removeIncomingTransition(TransitionImpl) - Method in class org.jbpm.pvm.impl.NodeImpl
removes the given transition if it is contained in the arriving transitions of this node.
removeListener(Listener) - Method in class org.jbpm.util.DefaultObservable
 
removeListener(Listener) - Method in interface org.jbpm.util.Observable
removes a listener that was subscribed for every event
removeNode(NodeImpl) - Method in class org.jbpm.pvm.impl.CompositeElementImpl
removes the given node from the nested activities.
removeOutgoingTransition(TransitionImpl) - Method in class org.jbpm.pvm.impl.NodeImpl
removes the given transition from the leaving transitions.
removeReply(Comment) - Method in interface org.jbpm.pvm.Comment
remove a reply from this comment.
removeReply(Comment) - Method in class org.jbpm.pvm.impl.CommentImpl
 
removeVariable(String) - Method in interface org.jbpm.pvm.Execution
removes the variable with the given key.
removeVariable(String) - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
removeVariable(String) - Method in class org.jbpm.pvm.impl.VariableMap
 
repeat - Variable in class org.jbpm.env.session.Timer
 
replace(Object, Object, Object) - Method in class org.jbpm.hibernate.ExecutionType
 
replies - Variable in class org.jbpm.pvm.impl.CommentImpl
 
replyTarget - Variable in class org.jbpm.pvm.impl.CommentImpl
 
resetIndentation() - Method in class org.jbpm.log.LogFormatter
 
resolve() - Method in class org.jbpm.pvm.ProcessFactory.DestinationReference
 
resolveEntity(String, String) - Method in class org.jbpm.xml.Parser
implementation of EntityResolver based on a map of Entitys.
resolveMethodExpression(Environment) - Method in class org.jbpm.pvm.impl.ObjectReference
 
resolveValueExpression() - Method in class org.jbpm.pvm.impl.ObjectReference
 
resource - Variable in class org.jbpm.stream.ResourceStreamSource
 
Resource - Interface in org.jbpm.tx
 
resource - Variable in class org.jbpm.wire.descriptor.PropertiesDescriptor
 
resources - Variable in class org.jbpm.tx.StandardTransaction
 
ResourceStreamSource - Class in org.jbpm.stream
 
ResourceStreamSource(String) - Constructor for class org.jbpm.stream.ResourceStreamSource
 
ResourceStreamSource(String, ClassLoader) - Constructor for class org.jbpm.stream.ResourceStreamSource
 
resume() - Method in interface org.jbpm.pvm.Execution
resumes an execution.
resume() - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
rethrow(Throwable) - Static method in class org.jbpm.env.impl.DefaultEnvironment
 
rethrow(Exception, String) - Static method in class org.jbpm.pvm.impl.ExceptionHandlerImpl
 
retries - Variable in class org.jbpm.env.session.Job
number of attempts left to try.
RetryInterceptor - Class in org.jbpm.client.impl
retries the command execution in case hibernate throws optimistic locking (StaleObjectException) exceptions.
RetryInterceptor() - Constructor for class org.jbpm.client.impl.RetryInterceptor
 
RetryInterceptorBinding - Class in org.jbpm.wire.binding
 
RetryInterceptorBinding() - Constructor for class org.jbpm.wire.binding.RetryInterceptorBinding
 
RetryInterceptorDescriptor - Class in org.jbpm.wire.binding
 
RetryInterceptorDescriptor() - Constructor for class org.jbpm.wire.binding.RetryInterceptorDescriptor
 
returnedClass() - Method in class org.jbpm.hibernate.ExecutionType
 
revert(Object) - Method in class org.jbpm.pvm.type.converter.BooleanToStringConverter
 
revert(Object) - Method in class org.jbpm.pvm.type.converter.ByteToLongConverter
 
revert(Object) - Method in class org.jbpm.pvm.type.converter.CharacterToStringConverter
 
revert(Object) - Method in class org.jbpm.pvm.type.converter.DateToLongConverter
 
revert(Object) - Method in class org.jbpm.pvm.type.converter.DateToStringConverter
 
revert(Object) - Method in class org.jbpm.pvm.type.converter.DoubleToStringConverter
 
revert(Object) - Method in class org.jbpm.pvm.type.converter.FloatToDoubleConverter
 
revert(Object) - Method in class org.jbpm.pvm.type.converter.FloatToStringConverter
 
revert(Object) - Method in class org.jbpm.pvm.type.converter.IntegerToLongConverter
 
revert(Object) - Method in interface org.jbpm.pvm.type.Converter
reverts a persisted object to its original form.
revert(Object) - Method in class org.jbpm.pvm.type.converter.SerializableToBytesConverter
 
revert(Object) - Method in class org.jbpm.pvm.type.converter.ShortToLongConverter
 
rollback() - Method in class org.jbpm.hibernate.HibernateTransactionResource
 
rollback() - Method in interface org.jbpm.tx.Resource
 
rollback() - Method in class org.jbpm.tx.StandardTransaction
 
rollback(boolean) - Method in class org.jbpm.tx.StandardTransaction
 
run() - Method in class org.jbpm.jobexecutor.DispatcherThread
 
run() - Method in class org.jbpm.jobexecutor.JobExecutorThread
 

S

save(Object) - Method in interface org.jbpm.env.session.DbSession
 
save(Object) - Method in class org.jbpm.hibernate.HibernateDbSession
 
save(Job<?>) - Method in interface org.jbpm.jobexecutor.JobSession
save a job
save(Job<?>) - Method in class org.jbpm.jobexecutor.StandardJobSession
 
SaveProcess - Class in org.jbpm.deploy
 
SaveProcess() - Constructor for class org.jbpm.deploy.SaveProcess
 
SaveProcessBinding - Class in org.jbpm.wire.binding
 
SaveProcessBinding() - Constructor for class org.jbpm.wire.binding.SaveProcessBinding
 
schedule(Timer) - Method in class org.jbpm.enterprise.Ejb2TimerSession
 
schedule() - Method in class org.jbpm.enterprise.impl.TimerEB
 
schedule() - Method in interface org.jbpm.enterprise.LocalTimer
 
schedule(Timer) - Method in class org.jbpm.env.session.StandardTimerSession
 
schedule(Timer) - Method in interface org.jbpm.env.session.TimerSession
Schedule the execution of a timer.
scopeList - Variable in class org.jbpm.pvm.impl.ExecutionScopeIterator
 
SeamHibernateSessionBinding - Class in org.jbpm.wire.binding
 
SeamHibernateSessionBinding() - Constructor for class org.jbpm.wire.binding.SeamHibernateSessionBinding
 
SeamHibernateSessionDescriptor - Class in org.jbpm.wire.descriptor
 
SeamHibernateSessionDescriptor() - Constructor for class org.jbpm.wire.descriptor.SeamHibernateSessionDescriptor
 
secondInMillis - Variable in class org.jbpm.cal.BusinessCalendar
 
seconds - Variable in class org.jbpm.cal.Duration
 
send(Message<?>) - Method in interface org.jbpm.env.session.MessageSession
 
send(Message<?>) - Method in class org.jbpm.jms.JmsMessageSession
 
send(Message<?>) - Method in class org.jbpm.jobexecutor.StandardMessageSession
 
sendContinuationMessage(AtomicOperation) - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
SerializableMatcher - Class in org.jbpm.pvm.type.matcher
 
SerializableMatcher() - Constructor for class org.jbpm.pvm.type.matcher.SerializableMatcher
 
SerializableToBytesConverter - Class in org.jbpm.pvm.type.converter
 
SerializableToBytesConverter() - Constructor for class org.jbpm.pvm.type.converter.SerializableToBytesConverter
 
session - Variable in class org.jbpm.hibernate.HibernateDbSession
 
set(String, Object) - Method in class org.jbpm.env.context.ExecutionVariableContext
 
set(String, Object) - Method in class org.jbpm.env.context.JobContext
 
set(String, Object) - Method in interface org.jbpm.env.Context
 
set(String, Object) - Method in class org.jbpm.env.context.WebRequestContext
 
set(String, Object) - Method in class org.jbpm.env.context.WebSessionContext
 
set(String, Object) - Method in class org.jbpm.env.impl.DefaultEnvironmentFactory
 
set(String, Object) - Method in class org.jbpm.env.impl.MicrocontainerEnvironmentFactory
 
set(String, Object) - Method in class org.jbpm.env.impl.SpringEnvironmentFactory
 
set(PreparedStatement, Object, int) - Method in class org.jbpm.hibernate.ConverterType
 
set(byte[], Blob) - Method in interface org.jbpm.lob.BlobStrategy
 
set(byte[], Blob) - Method in class org.jbpm.lob.BlobStrategyBinary
 
set(byte[], Blob) - Method in class org.jbpm.lob.BlobStrategyBlob
 
set(byte[], Blob) - Method in class org.jbpm.lob.BlobStrategyChopped
 
set(byte[], Blob) - Method in class org.jbpm.lob.BlobStrategyFile
 
set(char[], Clob) - Method in interface org.jbpm.lob.ClobStrategy
 
set(char[], Clob) - Method in class org.jbpm.lob.ClobStrategyChopped
 
set(char[], Clob) - Method in class org.jbpm.lob.ClobStrategyClob
 
set(char[], Clob) - Method in class org.jbpm.lob.ClobStrategyText
 
set(T) - Method in class org.jbpm.pvm.impl.ObjectReference
 
set(String, Object) - Method in class org.jbpm.pvm.impl.VariableMap
 
set(String, Object) - Method in interface org.jbpm.pvm.VariableScope
set an object in this scope
set(int, boolean) - Method in class org.jbpm.util.BooleanArray
 
set(Field, Object, Object) - Static method in class org.jbpm.util.ReflectUtil
 
set(String, Object) - Method in class org.jbpm.wire.WireContext
adds an object to this context, which means storing it in the cache.
setActivityReference(ObjectReference<Activity>) - Method in class org.jbpm.env.session.Timer
 
setActivityReferences(List<ObjectReference<Activity>>) - Method in class org.jbpm.pvm.impl.ExceptionHandlerImpl
 
setApplicationWireContext(WireContext) - Method in class org.jbpm.env.impl.DefaultEnvironmentFactory
 
setApplicationWireXmlParser(WireParser) - Method in class org.jbpm.env.xml.EnvironmentParser
 
setArgDescriptors(List<ArgDescriptor>) - Method in class org.jbpm.wire.descriptor.ObjectDescriptor
Sets the list of descriptors to use to create method arguments.
setArgDescriptors(List<ArgDescriptor>) - Method in class org.jbpm.wire.operation.InvokeOperation
Sets the list of descriptor to create arguments supplied to the method .
setArgDescriptors(List<ArgDescriptor>) - Method in class org.jbpm.wire.operation.SubscribeOperation
Sets the list of argDescriptor used to create the arguments given to the method.
setAutoWireEnabled(boolean) - Method in class org.jbpm.wire.descriptor.ObjectDescriptor
Enables/Disables auto wiring mode.
setBehaviour(Activity) - Method in class org.jbpm.pvm.impl.NodeImpl
sets the given activity as the behaviour for this node.
setBehaviour(Descriptor) - Method in class org.jbpm.pvm.impl.NodeImpl
sets the activity that can be created from the given descriptor as the behaviour for this node.
setBehaviour(String) - Method in class org.jbpm.pvm.impl.NodeImpl
sets the expression behaviour for this node.
setBehaviourReference(ObjectReference<Activity>) - Method in class org.jbpm.pvm.impl.NodeImpl
 
SetBinding - Class in org.jbpm.wire.binding
This Binding specifies a SetDescriptor.
SetBinding() - Constructor for class org.jbpm.wire.binding.SetBinding
 
setBindings(Bindings) - Method in class org.jbpm.xml.Parser
set the handlers for specific element types
setBlob(Blob) - Method in class org.jbpm.lob.Blob
 
setBlockWireDefinition(WireDefinition) - Method in class org.jbpm.env.impl.DefaultEnvironmentFactory
 
setBlockWireXmlParser(WireParser) - Method in class org.jbpm.env.xml.EnvironmentParser
 
setBusinessCalendar(BusinessCalendar) - Method in class org.jbpm.cal.Day
 
setBusinessCalendar(BusinessCalendar) - Method in class org.jbpm.cal.Holiday
 
setBusinessDayInMillis(long) - Method in class org.jbpm.cal.BusinessCalendar
 
setBusinessMonthInMillis(long) - Method in class org.jbpm.cal.BusinessCalendar
 
setBusinessWeekInMillis(long) - Method in class org.jbpm.cal.BusinessCalendar
 
setBusinessYearInMillis(long) - Method in class org.jbpm.cal.BusinessCalendar
 
setBytes(byte[]) - Method in class org.jbpm.lob.Blob
 
setCause(Throwable) - Method in class org.jbpm.xml.Problem
 
setChops(List<byte[]>) - Method in class org.jbpm.lob.Blob
 
setChops(List<String>) - Method in class org.jbpm.lob.Clob
 
setClass(Class<?>) - Method in class org.jbpm.wire.descriptor.ClassDescriptor
 
setClassLoader(ClassLoader) - Method in class org.jbpm.env.Environment
 
setClassLoader(ClassLoader) - Method in class org.jbpm.env.impl.DefaultEnvironment
 
setClassLoader(ClassLoader) - Method in class org.jbpm.wire.WireContext
 
setClassLoader(ClassLoader) - Method in class org.jbpm.wire.WireDefinition
 
setClassLoader(ClassLoader) - Method in class org.jbpm.xml.Parse
specify the classLoader to be used for resource input (this is optional)
setClassName(String) - Method in class org.jbpm.wire.descriptor.ClassDescriptor
 
setClassName(String) - Method in class org.jbpm.wire.descriptor.CollectionDescriptor
 
setClassName(String) - Method in class org.jbpm.wire.descriptor.HibernateConfigurationDescriptor
 
setClassName(String) - Method in class org.jbpm.wire.descriptor.ObjectDescriptor
Sets class name of the object to create.
setClob(Clob) - Method in class org.jbpm.lob.Clob
 
setClose(boolean) - Method in class org.jbpm.wire.descriptor.HibernateSessionDescriptor
 
setColumn(int) - Method in class org.jbpm.xml.Problem
 
setCommandExecutor(CommandService) - Method in class org.jbpm.jobexecutor.JobExecutor
 
setCommandService(CommandService) - Method in class org.jbpm.client.impl.PvmServiceImpl
 
setCommandService(CommandService) - Method in class org.jbpm.wire.descriptor.CommandServiceDescriptor
 
setComments(Set<CommentImpl>) - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
setComponentName(String) - Method in class org.jbpm.wire.descriptor.SeamHibernateSessionDescriptor
 
setConfigurationDescriptor(Descriptor) - Method in class org.jbpm.wire.descriptor.HibernateSessionFactoryDescriptor
 
setConfigurationName(String) - Method in class org.jbpm.wire.descriptor.HibernateSessionFactoryDescriptor
 
setConnectionName(String) - Method in class org.jbpm.wire.descriptor.HibernateSessionDescriptor
 
setContextClass(Class<?>) - Method in class org.jbpm.wire.descriptor.TypeRefDescriptor
 
setContextName(String) - Method in class org.jbpm.wire.operation.SubscribeOperation
Sets the name of the WireContext where the Observable should be found.
setConverter(Converter) - Method in class org.jbpm.pvm.impl.VariableDefinitionImpl
 
setConverter(Converter) - Method in class org.jbpm.pvm.type.TypeMapping
 
setConverter(Converter) - Method in class org.jbpm.pvm.type.Variable
 
setCurrentTime(Date) - Static method in class org.jbpm.util.Clock
 
setDay(Day) - Method in class org.jbpm.cal.DayPart
 
setDayInMillis(long) - Method in class org.jbpm.cal.BusinessCalendar
 
setDayParts(DayPart[]) - Method in class org.jbpm.cal.Day
 
setDays(Day[]) - Method in class org.jbpm.cal.BusinessCalendar
 
setDbid(Long) - Method in class org.jbpm.enterprise.impl.TimerEB
 
setDbid(long) - Method in class org.jbpm.env.session.Job
 
setDbversion(Integer) - Method in class org.jbpm.enterprise.impl.TimerEB
 
setDebugDomBuilder(DebugDomBuilder) - Method in class org.jbpm.xml.DebugDomParser
 
setDefaultTransition(TransitionImpl) - Method in class org.jbpm.pvm.impl.NodeImpl
 
setDelay(long) - Method in class org.jbpm.client.impl.RetryInterceptor
 
setDelay(long) - Method in class org.jbpm.wire.binding.RetryInterceptorDescriptor
 
setDelayFactor(long) - Method in class org.jbpm.client.impl.RetryInterceptor
 
setDelayFactor(long) - Method in class org.jbpm.wire.binding.RetryInterceptorDescriptor
 
setDelegate(LogSession) - Method in class org.jbpm.pvm.log.LogSessionFilter
 
setDeployers(Map<String, List<Deployer>>) - Method in class org.jbpm.deploy.DeployerManager
 
setDeploymentTime(Date) - Method in class org.jbpm.pvm.impl.ProcessDefinitionImpl
 
setDescription(String) - Method in class org.jbpm.pvm.impl.ObservableElementImpl
 
setDescription(String) - Method in class org.jbpm.pvm.impl.VariableDefinitionImpl
 
setDescription(String) - Method in class org.jbpm.pvm.SignalDefinition
a free text description
setDescriptor(Descriptor) - Method in class org.jbpm.pvm.impl.ObjectReference
 
setDescriptor(Descriptor) - Method in class org.jbpm.wire.descriptor.ArgDescriptor
Sets the Descriptor used to construct the value given to the argument.
SetDescriptor - Class in org.jbpm.wire.descriptor
This Descriptor creates a Set.
SetDescriptor() - Constructor for class org.jbpm.wire.descriptor.SetDescriptor
 
setDescriptor(Descriptor) - Method in class org.jbpm.wire.operation.FieldOperation
Sets the descriptor used to create the field's value
setDescriptor(Descriptor) - Method in class org.jbpm.wire.operation.PropertyOperation
Sets the descriptor used to create the field's value
setDescriptors(Map<String, Descriptor>) - Method in class org.jbpm.wire.WireDefinition
 
setDestination(NodeImpl) - Method in class org.jbpm.pvm.impl.TransitionImpl
 
setDocument(Document) - Method in class org.jbpm.xml.Parse
normally the Document Object Model is created during the parse execution, but providing a document can be convenient when the DOM is already available and only the walking of the DOM needs to be done by the parser.
setDocumentBuilderFactory(DocumentBuilderFactory) - Method in class org.jbpm.xml.Parser
setter for the document builder factory
setDocumentObject(Object) - Method in class org.jbpm.xml.Parse
provides the result of this parse operation.
setDueDate(Date) - Method in class org.jbpm.enterprise.impl.TimerEB
 
setDueDate(Date) - Method in class org.jbpm.env.session.Job
 
setEagerInitNames(List<String>) - Method in class org.jbpm.wire.WireDefinition
 
setEntityContext(EntityContext) - Method in class org.jbpm.enterprise.impl.TimerEB
 
setEnvironment(Environment) - Method in class org.jbpm.env.context.ExecutionVariableContext
 
setEnvironment(Environment) - Method in class org.jbpm.env.context.JobContext
 
setEnvironment(Environment) - Method in interface org.jbpm.env.Context
invoked by the environment when this context is added.
setEnvironment(Environment) - Method in class org.jbpm.env.context.WebRequestContext
 
setEnvironment(Environment) - Method in class org.jbpm.env.context.WebSessionContext
 
setEnvironment(Environment) - Method in class org.jbpm.env.impl.DefaultEnvironmentFactory
 
setEnvironment(Environment) - Method in class org.jbpm.env.impl.MicrocontainerEnvironmentFactory
 
setEnvironment(Environment) - Method in class org.jbpm.env.impl.SpringEnvironmentFactory
 
setEnvironment(Environment) - Method in class org.jbpm.tx.StandardTransaction
 
setEnvironment(Environment) - Method in class org.jbpm.wire.WireContext
invoked (with a non-null argument) by the environment when this context is added.
setEnvironmentClass(Class<?>) - Method in class org.jbpm.wire.descriptor.TypeRefDescriptor
 
setEnvironmentFactory(EnvironmentFactory) - Method in class org.jbpm.client.impl.EnvironmentInterceptor
 
setEvent(EventImpl) - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
setEventNames(List<String>) - Method in class org.jbpm.wire.operation.SubscribeOperation
Sets the list of events to listen to.
setEvents(Map<String, EventImpl>) - Method in class org.jbpm.pvm.impl.ObservableElementImpl
 
setEventSource(ObservableElementImpl) - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
setException(Throwable) - Method in class org.jbpm.env.Environment
for clients to indicate that an exception has occurred in this environment block.
setException(Throwable) - Method in class org.jbpm.env.impl.DefaultEnvironment
 
setException(String) - Method in class org.jbpm.env.session.Job
 
setException(Exception) - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
setExceptionClassName(String) - Method in class org.jbpm.pvm.impl.ExceptionHandlerImpl
 
setExceptionHandlers(List<ExceptionHandlerImpl>) - Method in class org.jbpm.pvm.impl.ProcessElementImpl
 
setExclusive(boolean) - Method in class org.jbpm.env.session.Job
 
setExecution(ExecutionImpl) - Method in class org.jbpm.pvm.log.ProcessLog
 
setExecution(Execution) - Method in class org.jbpm.pvm.type.Variable
 
setExecutionAsync(boolean) - Method in class org.jbpm.pvm.impl.NodeImpl
 
setExecutionId(long) - Method in class org.jbpm.client.SetVariables
 
setExecutions(Collection<ExecutionImpl>) - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
setExposeType(boolean) - Method in class org.jbpm.wire.descriptor.ProvidedObjectDescriptor
 
setExpression(String) - Method in class org.jbpm.pvm.impl.ObjectReference
 
setExtensions(Map<String, String>) - Method in class org.jbpm.deploy.DeployerManager
 
setFactoryDescriptor(Descriptor) - Method in class org.jbpm.wire.descriptor.ObjectDescriptor
Sets the Descriptor from which the object should be created.
setFactoryName(String) - Method in class org.jbpm.wire.descriptor.HibernateSessionDescriptor
 
setFactoryObjectName(String) - Method in class org.jbpm.wire.descriptor.ObjectDescriptor
Sets name of the object to get from the WireContext.
setFieldName(String) - Method in class org.jbpm.wire.operation.FieldOperation
Sets the name of the field that should be updated by this operation.
setFile(String) - Method in class org.jbpm.wire.descriptor.PropertiesDescriptor
 
setFile(File) - Method in class org.jbpm.xml.Parse
specify a file as the source for this parse
setFileName(String) - Method in class org.jbpm.lob.Blob
 
setFormat(String) - Method in class org.jbpm.pvm.type.converter.DateToStringConverter
 
setFromDay(Date) - Method in class org.jbpm.cal.Holiday
 
setFromHour(int) - Method in class org.jbpm.cal.DayPart
 
setFromMinute(int) - Method in class org.jbpm.cal.DayPart
 
setGuardConditionReference(ObjectReference<Condition>) - Method in class org.jbpm.pvm.impl.TransitionImpl
see Guard conditions
setHiddenExceptionTypes(List<Class<?>>) - Method in class org.jbpm.env.impl.DefaultEnvironmentFactory
 
setHistoryMaxSize(int) - Method in class org.jbpm.jobexecutor.JobExecutor
 
setHolidays(Holiday[]) - Method in class org.jbpm.cal.BusinessCalendar
 
setHourInMillis(long) - Method in class org.jbpm.cal.BusinessCalendar
 
setIdleInterval(int) - Method in class org.jbpm.jobexecutor.JobExecutor
 
setIncomingTransitions(List<TransitionImpl>) - Method in class org.jbpm.pvm.impl.NodeImpl
sets the incomingTransitions to the given list of incomingTransitions.
setIndex(int) - Method in class org.jbpm.cal.DayPart
 
setInit(char) - Method in class org.jbpm.wire.descriptor.AbstractDescriptor
see section 'Initialization' of WireContext
setInitial(NodeImpl) - Method in class org.jbpm.pvm.impl.ProcessDefinitionImpl
 
setInitialValue(Descriptor) - Method in class org.jbpm.pvm.impl.VariableDefinitionImpl
 
setInputSource(InputSource) - Method in class org.jbpm.xml.Parse
specify an InputStream as the source for this parse
setInputStream(InputStream) - Method in class org.jbpm.xml.Parse
specify an input stream as the source for this parse
setJndiName(String) - Method in class org.jbpm.wire.descriptor.EnterpriseTransactionDescriptor
 
setKey(String) - Method in class org.jbpm.client.StartExecution
 
setKey(String) - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
setKeyDescriptors(List<Descriptor>) - Method in class org.jbpm.wire.descriptor.MapDescriptor
 
setLanguage(String) - Method in class org.jbpm.deploy.Deployment
 
setLeaveAsync(boolean) - Method in class org.jbpm.pvm.impl.NodeImpl
 
setLine(int) - Method in class org.jbpm.xml.Problem
 
setListenerReferences(List<EventListenerReference>) - Method in class org.jbpm.pvm.impl.EventImpl
 
setLockBufferPeriod(int) - Method in class org.jbpm.jobexecutor.JobExecutor
 
setLockExpirationTime(Date) - Method in class org.jbpm.env.session.Job
 
setLockOwner(String) - Method in class org.jbpm.env.session.Job
 
setManage(boolean) - Method in class org.jbpm.wire.descriptor.EnterpriseTransactionDescriptor
 
setMatcher(Matcher) - Method in class org.jbpm.pvm.type.TypeMapping
 
setMaxIdleInterval(int) - Method in class org.jbpm.jobexecutor.JobExecutor
 
setMaxLockTime(int) - Method in class org.jbpm.jobexecutor.JobExecutor
 
setMessage(String) - Method in class org.jbpm.pvm.impl.CommentImpl
 
setMessageDrivenContext(MessageDrivenContext) - Method in class org.jbpm.enterprise.impl.CommandReceiverMDB
 
setMethodName(String) - Method in class org.jbpm.wire.descriptor.ObjectDescriptor
Sets the name of the method to invoke.
setMethodName(String) - Method in class org.jbpm.wire.operation.InvokeOperation
Sets the name of the method to invoke.
setMethodName(String) - Method in class org.jbpm.wire.operation.SubscribeOperation
Sets the name of the method to invoke when an event is received.
setMinuteInMillis(long) - Method in class org.jbpm.cal.BusinessCalendar
 
setMonthInMillis(long) - Method in class org.jbpm.cal.BusinessCalendar
 
setMsg(String) - Method in class org.jbpm.xml.Problem
 
setName(String) - Method in class org.jbpm.deploy.Deployment
 
setName(String) - Method in class org.jbpm.env.session.Timer
 
setName(String) - Method in class org.jbpm.jobexecutor.JobExecutor
 
setName(String) - Method in class org.jbpm.pvm.impl.EventImpl
 
setName(String) - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
setName(String) - Method in class org.jbpm.pvm.impl.NodeImpl
 
setName(String) - Method in class org.jbpm.pvm.impl.ObservableElementImpl
 
setName(String) - Method in class org.jbpm.pvm.impl.TransitionImpl
 
setName(String) - Method in class org.jbpm.pvm.impl.VariableDefinitionImpl
 
setName(String) - Method in class org.jbpm.pvm.log.ProcessLogProperty
 
setName(String) - Method in class org.jbpm.pvm.SignalDefinition
the signal name that corresponds to the value of the signal parameter in the Execution.signal(String) method.
setName(String) - Method in class org.jbpm.pvm.type.Variable
 
setName(String) - Method in class org.jbpm.stream.StreamSource
 
setName(String) - Method in class org.jbpm.wire.descriptor.AbstractDescriptor
 
setNamingStrategyClassName(String) - Method in class org.jbpm.wire.descriptor.HibernateConfigurationDescriptor
 
setNbrOfJobExecutorThreads(int) - Method in class org.jbpm.jobexecutor.JobExecutor
 
setNext(CommandService) - Method in class org.jbpm.client.impl.Interceptor
 
setNode(NodeImpl) - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
setNodeName(String) - Method in class org.jbpm.pvm.impl.ExceptionHandlerImpl
 
setObject(T) - Method in class org.jbpm.pvm.impl.ObjectReference
 
setObject(Object) - Method in class org.jbpm.pvm.type.variable.BlobVariable
 
setObject(Object) - Method in class org.jbpm.pvm.type.variable.ClobVariable
 
setObject(Object) - Method in class org.jbpm.pvm.type.variable.DateVariable
 
setObject(Object) - Method in class org.jbpm.pvm.type.variable.DoubleVariable
 
setObject(Object) - Method in class org.jbpm.pvm.type.variable.HibernateLongVariable
 
setObject(Object) - Method in class org.jbpm.pvm.type.variable.HibernateStringVariable
 
setObject(Object) - Method in class org.jbpm.pvm.type.variable.LongVariable
 
setObject(Object) - Method in class org.jbpm.pvm.type.variable.NullVariable
 
setObject(Object) - Method in class org.jbpm.pvm.type.Variable
stores the value in this variable instance.
setObject(Object) - Method in class org.jbpm.pvm.type.variable.StringVariable
 
setObject(Object) - Method in class org.jbpm.pvm.type.variable.UnpersistableVariable
 
setObjectNames(List<String>) - Method in class org.jbpm.wire.operation.SubscribeOperation
Sets the list of name of the Observable objects to observe.
setOperations(List<Operation>) - Method in class org.jbpm.wire.descriptor.ObjectDescriptor
Sets the list of operations to perform during initialization.
setOutgoingTransitions(List<TransitionImpl>) - Method in class org.jbpm.pvm.impl.NodeImpl
sets the outgoingTransitions to the given list of outgoingTransitions.
setPackageName(String) - Method in class org.jbpm.pvm.impl.ProcessDefinitionImpl
 
setParameterDefinitions(Map<String, Class<?>>) - Method in class org.jbpm.pvm.SignalDefinition
specifies the type of java object of the parameters that must be fed into this signal.
setParameterValues(Properties) - Method in class org.jbpm.hibernate.ConverterType
 
setParameterValues(Properties) - Method in class org.jbpm.hibernate.ExecutionType
 
setParent(ExecutionImpl) - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
setParentNode(NodeImpl) - Method in class org.jbpm.pvm.impl.NodeImpl
 
setParser(Parser) - Static method in class org.jbpm.env.EnvironmentFactory
overwrites the default parser with a custom parser that will be used in methods #parseResource(String), #parseInputStream(InputStream), #parseInputSource(InputSource) and #parseXmlString(String).
setPreviousNeeded(boolean) - Method in class org.jbpm.pvm.impl.NodeImpl
 
setPreviousNode(Node) - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
setPreviousTransition(Transition) - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
setPriority(int) - Method in interface org.jbpm.pvm.Execution
setter for the priority.
setPriority(int) - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
setProblems(List<Problem>) - Method in class org.jbpm.xml.Parse
allows to provide the list object that should be used to capture the parsing problems.
setProcess(ProcessDefinitionImpl) - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
setProcessDefinition(ProcessDefinition) - Method in class org.jbpm.deploy.Deployment
 
setProcessDefinition(ProcessDefinitionImpl) - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
setProcessDefinition(ProcessDefinitionImpl) - Method in class org.jbpm.pvm.impl.ProcessElementImpl
 
setProcessDefinitionName(String) - Method in class org.jbpm.client.StartExecution
 
setProcessInstance(ExecutionImpl) - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
setProcessInstance(Execution) - Method in class org.jbpm.pvm.type.Variable
 
setProcessModifications(ProcessModificationsImpl) - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
setPropagateUserId(boolean) - Method in class org.jbpm.client.impl.AsyncCommandService
 
setPropagation(ExecutionImpl.Propagation) - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
setPropagationEnabled(boolean) - Method in class org.jbpm.pvm.impl.EventListenerReference
does this action accept propagated events ?
setProperties(WireProperties) - Method in class org.jbpm.pvm.impl.ProcessElementImpl
 
setProperties(List<ProcessLogProperty>) - Method in class org.jbpm.pvm.log.ProcessLogProperty
 
setPropertiesDescriptor(PropertiesDescriptor) - Method in class org.jbpm.wire.descriptor.HibernateConfigurationDescriptor
 
setPropertyName(String) - Method in class org.jbpm.wire.operation.PropertyOperation
Sets the name of the property that should be updated by this operation.
setProvidedObject(Object) - Method in class org.jbpm.wire.descriptor.ProvidedObjectDescriptor
 
setRepeat(String) - Method in class org.jbpm.env.session.Timer
 
setReplies(List<CommentImpl>) - Method in class org.jbpm.pvm.impl.CommentImpl
 
setReplyTarget(CommentImpl) - Method in class org.jbpm.pvm.impl.CommentImpl
 
setResource(String) - Method in class org.jbpm.wire.descriptor.PropertiesDescriptor
 
setResource(String) - Method in class org.jbpm.xml.Parse
specify a resource as the source for this parse
setResource(String) - Method in class org.jbpm.xml.Problem
 
setRethrowMasked(boolean) - Method in class org.jbpm.pvm.impl.ExceptionHandlerImpl
 
setRetries(int) - Method in class org.jbpm.client.impl.RetryInterceptor
 
setRetries(int) - Method in class org.jbpm.env.session.Job
 
setRetries(int) - Method in class org.jbpm.wire.binding.RetryInterceptorDescriptor
 
setRollbackOnly() - Method in class org.jbpm.tx.EnterpriseTransaction
 
setRollbackOnly() - Method in class org.jbpm.tx.StandardTransaction
 
setRollbackOnly() - Method in interface org.jbpm.tx.Transaction
marks a transaction for rollback only.
setSchemaOperation(Operation) - Method in class org.jbpm.wire.descriptor.HibernateConfigurationDescriptor
 
setSecondInMillis(long) - Method in class org.jbpm.cal.BusinessCalendar
 
setSession(Session) - Method in class org.jbpm.hibernate.HibernateDbSession
 
setSessionContext(SessionContext) - Method in class org.jbpm.enterprise.impl.CommandExecutorSLSB
 
setSessionName(String) - Method in class org.jbpm.wire.descriptor.PvmDbSessionDescriptor
 
setSetterName(String) - Method in class org.jbpm.wire.operation.PropertyOperation
Sets the name of the setter method to use to inject the property value.
setSeverity(String) - Method in class org.jbpm.xml.Problem
 
setSignalAsync(boolean) - Method in class org.jbpm.pvm.impl.NodeImpl
 
setSource(NodeImpl) - Method in class org.jbpm.pvm.impl.TransitionImpl
 
setStandardTransactionName(String) - Method in class org.jbpm.wire.descriptor.HibernateSessionDescriptor
 
setState(String) - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
setStreamSource(StreamSource) - Method in class org.jbpm.xml.Parse
specify a StreamSource as the source for this parse
setString(String) - Method in class org.jbpm.xml.Parse
specify an XML string as the source for this parse
setSuspended(boolean) - Method in class org.jbpm.env.session.Job
 
setSynchronized(boolean) - Method in class org.jbpm.wire.descriptor.CollectionDescriptor
 
setTakeAsync(boolean) - Method in class org.jbpm.pvm.impl.TransitionImpl
 
setText(String) - Method in class org.jbpm.lob.Clob
 
setTime(Date) - Method in class org.jbpm.pvm.impl.CommentImpl
 
setTime(Date) - Method in class org.jbpm.pvm.log.ProcessLog
 
setTimeZone(TimeZone) - Method in class org.jbpm.cal.BusinessCalendar
 
setToDay(Date) - Method in class org.jbpm.cal.Holiday
 
setToHour(int) - Method in class org.jbpm.cal.DayPart
 
setToMinute(int) - Method in class org.jbpm.cal.DayPart
 
setTransactional(boolean) - Method in class org.jbpm.pvm.impl.ExceptionHandlerImpl
 
setTransactionName(String) - Method in class org.jbpm.wire.operation.EnlistOperation
Sets the name of the transaction to which the object should be added.
setTransition(TransitionImpl) - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
setTransitionName(String) - Method in class org.jbpm.pvm.impl.ExceptionHandlerImpl
 
setTransitionOrigin(NodeImpl) - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
setTx(boolean) - Method in class org.jbpm.wire.descriptor.HibernateSessionDescriptor
 
setType(String) - Method in class org.jbpm.pvm.log.LogSessionFilter
 
setTypeName(String) - Method in class org.jbpm.wire.descriptor.ArgDescriptor
Sets the name of the type of this argument.
setUrl(String) - Method in class org.jbpm.wire.descriptor.PropertiesDescriptor
 
setUrl(URL) - Method in class org.jbpm.wire.descriptor.UrlDescriptor
 
setUrl(URL) - Method in class org.jbpm.xml.Parse
specify a URL as the source for this parse
setUrlText(String) - Method in class org.jbpm.wire.descriptor.UrlDescriptor
 
setUseCurrent(boolean) - Method in class org.jbpm.wire.descriptor.HibernateSessionDescriptor
 
setUserCodeType(ExecutionImpl.UserCodeType) - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
setUserId(String) - Method in class org.jbpm.env.Environment
set the authenticated user id
setUserId(String) - Static method in class org.jbpm.env.impl.Authentication
 
setUserId(String) - Method in class org.jbpm.env.impl.DefaultEnvironment
 
setUserId(String) - Method in class org.jbpm.pvm.impl.CommentImpl
 
setValue(String) - Method in class org.jbpm.pvm.log.ProcessLogProperty
 
setValue(Object) - Method in class org.jbpm.pvm.type.Variable
 
setValue(Byte) - Method in class org.jbpm.wire.descriptor.ByteDescriptor
 
setValue(Character) - Method in class org.jbpm.wire.descriptor.CharacterDescriptor
 
setValue(Double) - Method in class org.jbpm.wire.descriptor.DoubleDescriptor
 
setValue(Float) - Method in class org.jbpm.wire.descriptor.FloatDescriptor
 
setValue(Integer) - Method in class org.jbpm.wire.descriptor.IntegerDescriptor
 
setValue(Long) - Method in class org.jbpm.wire.descriptor.LongDescriptor
 
setValue(String) - Method in class org.jbpm.wire.descriptor.ReferenceDescriptor
 
setValue(Short) - Method in class org.jbpm.wire.descriptor.ShortDescriptor
 
setValue(String) - Method in class org.jbpm.wire.descriptor.StringDescriptor
 
setValueDescriptors(List<Descriptor>) - Method in class org.jbpm.wire.descriptor.CollectionDescriptor
 
setVariable(long, String, Object) - Method in class org.jbpm.client.impl.PvmServiceImpl
 
setVariable(String, Object) - Method in interface org.jbpm.pvm.Execution
sets the variable into the most inner matching variable scope.
setVariable(String, Object) - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
setVariable(Variable) - Method in class org.jbpm.pvm.impl.VariableMap
 
setVariable(long, String, Object) - Method in interface org.jbpm.PvmService
creates or overwrites a variable value on the referenced execution
setVariableClass(Class<?>) - Method in class org.jbpm.pvm.impl.VariableDefinitionImpl
 
setVariableClass(Class<?>) - Method in class org.jbpm.pvm.type.TypeMapping
 
setVariableDefinition(VariableDefinition) - Method in class org.jbpm.pvm.type.Variable
 
setVariableDefinitions(List<VariableDefinitionImpl>) - Method in class org.jbpm.pvm.impl.CompositeElementImpl
 
setVariables(long, Map<String, Object>) - Method in class org.jbpm.client.impl.PvmServiceImpl
 
SetVariables - Class in org.jbpm.client
 
SetVariables() - Constructor for class org.jbpm.client.SetVariables
 
SetVariables(long) - Constructor for class org.jbpm.client.SetVariables
 
SetVariables(long, Map<String, Object>) - Constructor for class org.jbpm.client.SetVariables
 
SetVariables(long, String, Object) - Constructor for class org.jbpm.client.SetVariables
 
setVariables(Map<String, Object>) - Method in class org.jbpm.client.VariablesCommand
 
setVariables(Map<String, Object>) - Method in interface org.jbpm.pvm.Execution
sets all the variable into the most inner matching variable scope.
setVariables(Map<String, Object>) - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
setVariables(long, Map<String, Object>) - Method in interface org.jbpm.PvmService
creates or overwrites the variable values on the referenced execution
setVariableScopes(List<VariableScope>) - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
setVersion(int) - Method in class org.jbpm.pvm.impl.ProcessDefinitionImpl
 
setWaitConditionReference(ObjectReference<Condition>) - Method in class org.jbpm.pvm.impl.TransitionImpl
 
setWaitConditionReferenceConditionReference(ObjectReference<Condition>) - Method in class org.jbpm.pvm.impl.TransitionImpl
see Wait conditions
setWeekInMillis(long) - Method in class org.jbpm.cal.BusinessCalendar
 
setWireContext(WireContext) - Method in class org.jbpm.pvm.impl.WireProperties
 
setWireDefinition(WireDefinition) - Method in class org.jbpm.wire.WireContext
 
setWireEvents(boolean) - Method in class org.jbpm.wire.operation.SubscribeOperation
Sets if the object should listen to descriptor events or to events fired by the named object.
setXml(boolean) - Method in class org.jbpm.wire.descriptor.PropertiesDescriptor
 
setYearInMillis(long) - Method in class org.jbpm.cal.BusinessCalendar
 
SEVERITY_ERROR - Static variable in class org.jbpm.xml.Problem
 
SEVERITY_FATALERROR - Static variable in class org.jbpm.xml.Problem
 
SEVERITY_WARNING - Static variable in class org.jbpm.xml.Problem
 
ShortBinding - Class in org.jbpm.wire.binding
This Binding specifies a ShortDescriptor.
ShortBinding() - Constructor for class org.jbpm.wire.binding.ShortBinding
 
ShortDescriptor - Class in org.jbpm.wire.descriptor
This Descriptor creates a Short.
ShortDescriptor() - Constructor for class org.jbpm.wire.descriptor.ShortDescriptor
 
ShortDescriptor(Short) - Constructor for class org.jbpm.wire.descriptor.ShortDescriptor
 
ShortToLongConverter - Class in org.jbpm.pvm.type.converter
 
ShortToLongConverter() - Constructor for class org.jbpm.pvm.type.converter.ShortToLongConverter
 
signal(long) - Method in class org.jbpm.client.impl.PvmServiceImpl
 
signal(long, String) - Method in class org.jbpm.client.impl.PvmServiceImpl
 
signal(long, String, Map<String, Object>) - Method in class org.jbpm.client.impl.PvmServiceImpl
 
Signal - Class in org.jbpm.client
 
Signal(long) - Constructor for class org.jbpm.client.Signal
 
Signal(long, String) - Constructor for class org.jbpm.client.Signal
 
Signal(long, String, Map<String, Object>) - Constructor for class org.jbpm.client.Signal
 
signal() - Method in interface org.jbpm.pvm.Execution
feeds a external trigger into this execution.
signal(String) - Method in interface org.jbpm.pvm.Execution
feeds a named external trigger into the execution.
signal(Map<String, Object>) - Method in interface org.jbpm.pvm.Execution
feeds an external trigger into the execution with parameters.
signal(String, Map<String, Object>) - Method in interface org.jbpm.pvm.Execution
feeds a named external trigger into the execution with parameters.
signal(Execution, String, Map<String, Object>) - Method in interface org.jbpm.pvm.ExternalActivity
handles an external trigger.
signal() - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
signal(String) - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
signal(Map<String, Object>) - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
signal(String, Map<String, Object>) - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
signal(String) - Method in class org.jbpm.pvm.SignalDefinition.SetBuilder
 
signal(long) - Method in interface org.jbpm.PvmService
provides an external trigger to an execution.
signal(long, String) - Method in interface org.jbpm.PvmService
provides a named external trigger to an execution.
signal(long, String, Map<String, Object>) - Method in interface org.jbpm.PvmService
provides a named external trigger to an execution with parameters.
SignalDefinition - Class in org.jbpm.pvm
describes the signature of an external trigger.
SignalDefinition() - Constructor for class org.jbpm.pvm.SignalDefinition
 
SignalDefinition(String) - Constructor for class org.jbpm.pvm.SignalDefinition
 
SignalDefinition.SetBuilder - Class in org.jbpm.pvm
 
SignalDefinition.SetBuilder() - Constructor for class org.jbpm.pvm.SignalDefinition.SetBuilder
 
SignalMessage - Class in org.jbpm.pvm.impl
 
SignalMessage() - Constructor for class org.jbpm.pvm.impl.SignalMessage
 
SignalMessage(ExecutionImpl, String) - Constructor for class org.jbpm.pvm.impl.SignalMessage
 
signalName - Variable in class org.jbpm.client.Signal
 
SignalOp - Class in org.jbpm.pvm.impl
 
SignalOp(String, Map<String, Object>) - Constructor for class org.jbpm.pvm.impl.SignalOp
 
source - Variable in class org.jbpm.pvm.impl.TransitionImpl
 
SpringEnvironmentFactory - Class in org.jbpm.env.impl
 
SpringEnvironmentFactory() - Constructor for class org.jbpm.env.impl.SpringEnvironmentFactory
 
sqlType() - Method in class org.jbpm.hibernate.ConverterType
 
sqlTypes() - Method in class org.jbpm.hibernate.ExecutionType
 
StandardCommandService - Class in org.jbpm.client.impl
 
StandardCommandService() - Constructor for class org.jbpm.client.impl.StandardCommandService
 
StandardCommandServiceBinding - Class in org.jbpm.wire.binding
 
StandardCommandServiceBinding() - Constructor for class org.jbpm.wire.binding.StandardCommandServiceBinding
 
StandardJobSession - Class in org.jbpm.jobexecutor
 
StandardJobSession() - Constructor for class org.jbpm.jobexecutor.StandardJobSession
 
StandardJobSessionBinding - Class in org.jbpm.wire.binding
 
StandardJobSessionBinding() - Constructor for class org.jbpm.wire.binding.StandardJobSessionBinding
 
StandardMessageSession - Class in org.jbpm.jobexecutor
 
StandardMessageSession() - Constructor for class org.jbpm.jobexecutor.StandardMessageSession
 
StandardMessageSessionBinding - Class in org.jbpm.wire.binding
 
StandardMessageSessionBinding() - Constructor for class org.jbpm.wire.binding.StandardMessageSessionBinding
 
StandardTimerSession - Class in org.jbpm.env.session
Timers created with this service are committed at the end of the transaction, so their execution will be late if the delay is shorter than the transaction.
StandardTimerSession() - Constructor for class org.jbpm.env.session.StandardTimerSession
 
StandardTimerSessionBinding - Class in org.jbpm.wire.binding
 
StandardTimerSessionBinding() - Constructor for class org.jbpm.wire.binding.StandardTimerSessionBinding
 
StandardTransaction - Class in org.jbpm.tx
simple 2 phase commit transaction.
StandardTransaction() - Constructor for class org.jbpm.tx.StandardTransaction
 
StandardTransactionBinding - Class in org.jbpm.wire.binding
 
StandardTransactionBinding() - Constructor for class org.jbpm.wire.binding.StandardTransactionBinding
 
StandardTransactionDescriptor - Class in org.jbpm.wire.descriptor
 
StandardTransactionDescriptor() - Constructor for class org.jbpm.wire.descriptor.StandardTransactionDescriptor
 
standardTransactionName - Variable in class org.jbpm.wire.descriptor.HibernateSessionDescriptor
 
start() - Method in class org.jbpm.env.session.StandardTimerSession
 
start() - Method in class org.jbpm.jobexecutor.JobExecutor
starts the DispatcherThread and JobExecutorThreads for this job executor
start() - Method in class org.jbpm.jobexecutor.JobExecutorThreadPool
 
start() - Method in class org.jbpm.pvm.impl.ExecutionImpl
invoked as part of ProcessDefinitionImpl.startExecution().
startExecution(String) - Method in class org.jbpm.client.impl.PvmServiceImpl
 
startExecution(long) - Method in class org.jbpm.client.impl.PvmServiceImpl
 
startExecution(String, Map<String, Object>) - Method in class org.jbpm.client.impl.PvmServiceImpl
 
startExecution(long, Map<String, Object>) - Method in class org.jbpm.client.impl.PvmServiceImpl
 
startExecution(String, Map<String, Object>, String) - Method in class org.jbpm.client.impl.PvmServiceImpl
 
startExecution(long, Map<String, Object>, String) - Method in class org.jbpm.client.impl.PvmServiceImpl
 
StartExecution - Class in org.jbpm.client
 
StartExecution(String) - Constructor for class org.jbpm.client.StartExecution
 
StartExecution(long) - Constructor for class org.jbpm.client.StartExecution
 
startExecution() - Method in class org.jbpm.pvm.impl.ProcessDefinitionImpl
 
startExecution(Map<String, Object>) - Method in class org.jbpm.pvm.impl.ProcessDefinitionImpl
 
startExecution(String) - Method in class org.jbpm.pvm.impl.ProcessDefinitionImpl
 
startExecution(String, Map<String, Object>) - Method in class org.jbpm.pvm.impl.ProcessDefinitionImpl
 
startExecution() - Method in interface org.jbpm.pvm.ProcessDefinition
start a new main path of execution for this process definition
startExecution(Map<String, Object>) - Method in interface org.jbpm.pvm.ProcessDefinition
start a new main path of execution for this process definition.
startExecution(String) - Method in interface org.jbpm.pvm.ProcessDefinition
start a new main path of execution for this process definition.
startExecution(String, Map<String, Object>) - Method in interface org.jbpm.pvm.ProcessDefinition
start a new main path of execution for this process definition.
startExecution(String) - Method in interface org.jbpm.PvmService
starts a new execution in the latest version of the given process definition.
startExecution(long) - Method in interface org.jbpm.PvmService
starts a new execution in the exact version indicated by processDefinitionDbid.
startExecution(String, Map<String, Object>) - Method in interface org.jbpm.PvmService
starts a new execution in the latest version of the given process definition.
startExecution(long, Map<String, Object>) - Method in interface org.jbpm.PvmService
starts a new execution in the exact version indicated by processDefinitionDbid.
startExecution(String, Map<String, Object>, String) - Method in interface org.jbpm.PvmService
starts a new execution in the latest version of the given process definition.
startExecution(long, Map<String, Object>, String) - Method in interface org.jbpm.PvmService
starts a new execution in the exact version indicated by processDefinitionDbid.
startThread() - Method in class org.jbpm.jobexecutor.JobExecutorThreadPool
 
state - Variable in class org.jbpm.pvm.impl.ExecutionImpl
 
state - Variable in class org.jbpm.tx.StandardTransaction
 
STATE_ACTIVE - Static variable in interface org.jbpm.pvm.Execution
either executing or in a wait state waiting for a signal.
STATE_ACTIVE - Static variable in class org.jbpm.tx.StandardTransaction
 
STATE_CANCELLED - Static variable in interface org.jbpm.pvm.Execution
this execution was cancelled with the Execution.cancel() method before normal execution ended.
STATE_COMMITTED - Static variable in class org.jbpm.tx.StandardTransaction
 
STATE_COMMITTING - Static variable in class org.jbpm.tx.StandardTransaction
 
STATE_ENDED - Static variable in interface org.jbpm.pvm.Execution
this execution has ended normally.
STATE_INACTIVE - Static variable in interface org.jbpm.pvm.Execution
parents with concurrent child executions are inactive.
STATE_MARKED_ROLLBACK - Static variable in class org.jbpm.tx.StandardTransaction
 
STATE_ROLLEDBACK - Static variable in class org.jbpm.tx.StandardTransaction
 
STATE_ROLLING_BACK - Static variable in class org.jbpm.tx.StandardTransaction
 
STATE_SUSPENDED - Static variable in interface org.jbpm.pvm.Execution
indicates that this execution is temporary suspended with the Execution.suspend() method.
stop() - Method in class org.jbpm.jobexecutor.JobExecutor
stops with join set to false.
stop(boolean) - Method in class org.jbpm.jobexecutor.JobExecutor
signals to all threads managed by this job executor to stop.
stopThread() - Method in class org.jbpm.jobexecutor.JobExecutorThreadPool
 
StreamSource - Class in org.jbpm.stream
 
StreamSource() - Constructor for class org.jbpm.stream.StreamSource
 
streamSource - Variable in class org.jbpm.xml.Parse
 
string - Variable in class org.jbpm.pvm.type.variable.StringVariable
 
StringBinding - Class in org.jbpm.wire.binding
This Binding specifies a StringDescriptor.
StringBinding() - Constructor for class org.jbpm.wire.binding.StringBinding
 
StringDescriptor - Class in org.jbpm.wire.descriptor
This Descriptor creates a String.
StringDescriptor() - Constructor for class org.jbpm.wire.descriptor.StringDescriptor
 
StringDescriptor(String) - Constructor for class org.jbpm.wire.descriptor.StringDescriptor
 
StringDescriptor(String, String) - Constructor for class org.jbpm.wire.descriptor.StringDescriptor
 
StringStreamSource - Class in org.jbpm.stream
 
StringStreamSource(String) - Constructor for class org.jbpm.stream.StringStreamSource
 
StringVariable - Class in org.jbpm.pvm.type.variable
 
StringVariable() - Constructor for class org.jbpm.pvm.type.variable.StringVariable
 
SubscribeBinding - Class in org.jbpm.wire.binding
This Binding specifies a SubscribeOperation (subscription to an Observable object).
SubscribeBinding() - Constructor for class org.jbpm.wire.binding.SubscribeBinding
 
SubscribeOperation - Class in org.jbpm.wire.operation
subscribes to an observable.
SubscribeOperation() - Constructor for class org.jbpm.wire.operation.SubscribeOperation
 
supports(Object) - Method in class org.jbpm.pvm.type.converter.BooleanToStringConverter
 
supports(Object) - Method in class org.jbpm.pvm.type.converter.ByteToLongConverter
 
supports(Object) - Method in class org.jbpm.pvm.type.converter.CharacterToStringConverter
 
supports(Object) - Method in class org.jbpm.pvm.type.converter.DateToLongConverter
 
supports(Object) - Method in class org.jbpm.pvm.type.converter.DateToStringConverter
 
supports(Object) - Method in class org.jbpm.pvm.type.converter.DoubleToStringConverter
 
supports(Object) - Method in class org.jbpm.pvm.type.converter.FloatToDoubleConverter
 
supports(Object) - Method in class org.jbpm.pvm.type.converter.FloatToStringConverter
 
supports(Object) - Method in class org.jbpm.pvm.type.converter.IntegerToLongConverter
 
supports(Object) - Method in class org.jbpm.pvm.type.converter.SerializableToBytesConverter
 
supports(Object) - Method in class org.jbpm.pvm.type.converter.ShortToLongConverter
 
supports(Object) - Method in interface org.jbpm.pvm.type.Converter
is true if this converter supports the given type, false otherwise.
supports(Object) - Method in class org.jbpm.pvm.type.Variable
 
suspend() - Method in interface org.jbpm.pvm.Execution
suspends this execution and all it's child executions.
suspend() - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
systemId - Variable in class org.jbpm.xml.UrlEntity
 

T

tableName(String) - Method in class org.jbpm.hibernate.PvmNamingStrategy
 
take(String) - Method in interface org.jbpm.pvm.Execution
takes the outgoing transition with the given name.
take(Transition) - Method in interface org.jbpm.pvm.Execution
takes the given outgoing transition.
take(String) - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
take(Transition) - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
takeDefaultTransition() - Method in interface org.jbpm.pvm.Execution
takes the default transition.
takeDefaultTransition() - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
TakeTransitionMessage - Class in org.jbpm.pvm.impl
 
TakeTransitionMessage() - Constructor for class org.jbpm.pvm.impl.TakeTransitionMessage
 
TakeTransitionMessage(ExecutionImpl) - Constructor for class org.jbpm.pvm.impl.TakeTransitionMessage
 
TakeTransitionOp - Class in org.jbpm.pvm.impl
 
TakeTransitionOp() - Constructor for class org.jbpm.pvm.impl.TakeTransitionOp
 
text - Variable in class org.jbpm.lob.Clob
 
TEXT_HIGH - Static variable in class org.jbpm.util.Priority
 
TEXT_HIGHEST - Static variable in class org.jbpm.util.Priority
 
TEXT_LOW - Static variable in class org.jbpm.util.Priority
 
TEXT_LOWEST - Static variable in class org.jbpm.util.Priority
 
TEXT_NORMAL - Static variable in class org.jbpm.util.Priority
 
time - Variable in class org.jbpm.pvm.impl.CommentImpl
 
time - Variable in class org.jbpm.pvm.log.ProcessLog
 
Timer - Class in org.jbpm.env.session
 
Timer() - Constructor for class org.jbpm.env.session.Timer
 
Timer(ExecutionImpl) - Constructor for class org.jbpm.env.session.Timer
 
Timer(String, ExecutionImpl) - Constructor for class org.jbpm.env.session.Timer
 
TimerEB - Class in org.jbpm.enterprise.impl
 
TimerEB() - Constructor for class org.jbpm.enterprise.impl.TimerEB
 
TimerSession - Interface in org.jbpm.env.session
 
timeZone - Variable in class org.jbpm.cal.BusinessCalendar
 
to(String) - Method in class org.jbpm.pvm.ProcessFactory
sets the destination node on the current transition.
toDay - Variable in class org.jbpm.cal.Holiday
 
toHour - Variable in class org.jbpm.cal.DayPart
 
toMinute - Variable in class org.jbpm.cal.DayPart
 
toString() - Method in class org.jbpm.env.impl.DefaultEnvironment
 
toString() - Method in class org.jbpm.env.session.Job
 
toString() - Method in class org.jbpm.env.session.Timer
 
toString(Object) - Method in class org.jbpm.hibernate.ConverterType
 
toString() - Method in class org.jbpm.hibernate.HibernateTransactionResource
 
toString() - Method in class org.jbpm.pvm.impl.EventImpl
 
toString() - Method in class org.jbpm.pvm.impl.ExceptionHandlerImpl
 
toString() - Method in class org.jbpm.pvm.impl.ExecuteNodeOp
 
toString() - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
toString() - Method in class org.jbpm.pvm.impl.NodeImpl
 
toString() - Method in class org.jbpm.pvm.impl.ProceedToDestinationOp
 
toString() - Method in class org.jbpm.pvm.impl.ProcessDefinitionImpl
 
toString() - Method in class org.jbpm.pvm.impl.SignalOp
 
toString() - Method in class org.jbpm.pvm.impl.TakeTransitionOp
 
toString() - Method in class org.jbpm.pvm.impl.TransitionImpl
 
toString() - Method in class org.jbpm.pvm.log.ProcessLog
provides a text description for this update which can be used e.g. in the admin web console.
toString() - Method in class org.jbpm.pvm.type.Variable
 
toString() - Method in class org.jbpm.stream.StreamSource
 
toString() - Method in class org.jbpm.tx.EnterpriseTransaction
 
toString() - Method in class org.jbpm.tx.StandardTransaction
 
toString(Object[]) - Static method in class org.jbpm.util.ArrayUtil
 
toString(int) - Static method in class org.jbpm.util.Priority
 
toString() - Method in class org.jbpm.wire.descriptor.HibernateConfigurationDescriptor.AddClass
 
toString() - Method in class org.jbpm.wire.descriptor.HibernateConfigurationDescriptor.AddFile
 
toString() - Method in class org.jbpm.wire.descriptor.HibernateConfigurationDescriptor.AddResource
 
toString() - Method in class org.jbpm.wire.descriptor.HibernateConfigurationDescriptor.SetCacheConcurrencyStrategy
 
toString() - Method in class org.jbpm.wire.descriptor.HibernateConfigurationDescriptor.SetCollectionCacheConcurrencyStrategy
 
toString() - Method in class org.jbpm.wire.listener.WireObjectEventInfo
 
toString() - Method in class org.jbpm.wire.WireContext
 
toString() - Method in class org.jbpm.xml.Problem
 
toString(Element) - Static method in class org.jbpm.xml.XmlUtil
 
trace(String) - Method in class org.jbpm.log.Jdk14Log
 
trace(String, Throwable) - Method in class org.jbpm.log.Jdk14Log
 
trace(String) - Method in class org.jbpm.log.Log
 
trace(String, Throwable) - Method in class org.jbpm.log.Log
 
trace(String) - Method in class org.jbpm.log.Log4jLog
 
trace(String, Throwable) - Method in class org.jbpm.log.Log4jLog
 
Transaction - Interface in org.jbpm.tx
 
transactional() - Method in class org.jbpm.pvm.ProcessFactory
 
TransactionException - Exception in org.jbpm.tx
 
TransactionException(String) - Constructor for exception org.jbpm.tx.TransactionException
 
TransactionException(Throwable) - Constructor for exception org.jbpm.tx.TransactionException
 
TransactionInterceptor - Class in org.jbpm.client.impl
calls setRollbackOnly on the transaction in the environment in case an exception occurs during execution of the command.
TransactionInterceptor() - Constructor for class org.jbpm.client.impl.TransactionInterceptor
 
TransactionInterceptorBinding - Class in org.jbpm.wire.binding
 
TransactionInterceptorBinding() - Constructor for class org.jbpm.wire.binding.TransactionInterceptorBinding
 
transfer(InputStream, OutputStream) - Static method in class org.jbpm.util.IoUtil
 
transition - Variable in class org.jbpm.pvm.impl.ExecutionImpl
transition is not to be made persistable by default
transition - Variable in class org.jbpm.pvm.ProcessFactory
 
transition() - Method in class org.jbpm.pvm.ProcessFactory
creates a transition on the current node.
transition(String) - Method in class org.jbpm.pvm.ProcessFactory
creates a named transition on the current node.
Transition - Interface in org.jbpm.pvm
a transition in a ProcessDefinition graph.
TransitionImpl - Class in org.jbpm.pvm.impl
 
transitionName - Variable in class org.jbpm.pvm.impl.ExceptionHandlerImpl
 
transitionOrigin - Variable in class org.jbpm.pvm.impl.ExecutionImpl
the node from which the transition was taken.
TriggerImpl - Class in org.jbpm.pvm.impl
 
TriggerImpl() - Constructor for class org.jbpm.pvm.impl.TriggerImpl
 
TRUE_TEXT - Static variable in class org.jbpm.pvm.type.converter.BooleanToStringConverter
 
TrueBinding - Class in org.jbpm.wire.binding
This binding specifies a TrueDescriptor for constructing Boolean.TRUE.
TrueBinding() - Constructor for class org.jbpm.wire.binding.TrueBinding
 
TrueDescriptor - Class in org.jbpm.wire.descriptor
 
TrueDescriptor() - Constructor for class org.jbpm.wire.descriptor.TrueDescriptor
 
tx - Variable in class org.jbpm.wire.descriptor.HibernateSessionDescriptor
 
type - Variable in class org.jbpm.pvm.log.LogSessionFilter
 
TypeMapping - Class in org.jbpm.pvm.type
 
TypeMapping() - Constructor for class org.jbpm.pvm.type.TypeMapping
 
TypeRefDescriptor - Class in org.jbpm.wire.descriptor
 
TypeRefDescriptor() - Constructor for class org.jbpm.wire.descriptor.TypeRefDescriptor
 

U

unlock() - Method in interface org.jbpm.pvm.Execution
unlocks a locked execution.
unlock() - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
unlockExecution() - Method in class org.jbpm.env.session.Message
 
UnpersistableVariable - Class in org.jbpm.pvm.type.variable
uses the cache in variable instance to store any object without persisting it.
UnpersistableVariable() - Constructor for class org.jbpm.pvm.type.variable.UnpersistableVariable
 
unsetEntityContext() - Method in class org.jbpm.enterprise.impl.TimerEB
 
url - Variable in class org.jbpm.stream.UrlStreamSource
 
url - Variable in class org.jbpm.wire.descriptor.PropertiesDescriptor
 
url - Variable in class org.jbpm.xml.UrlEntity
 
UrlDescriptor - Class in org.jbpm.wire.descriptor
 
UrlDescriptor() - Constructor for class org.jbpm.wire.descriptor.UrlDescriptor
 
UrlEntity - Class in org.jbpm.xml
an implementation of Entity based on a URL used in the Parsers implementation of EntityResolver.
UrlEntity(URL, String) - Constructor for class org.jbpm.xml.UrlEntity
 
UrlEntity(String, ClassLoader) - Constructor for class org.jbpm.xml.UrlEntity
 
UrlStreamSource - Class in org.jbpm.stream
 
UrlStreamSource(URL) - Constructor for class org.jbpm.stream.UrlStreamSource
 
useCurrent - Variable in class org.jbpm.wire.descriptor.HibernateSessionDescriptor
 
useParseEntityResolver() - Method in class org.jbpm.xml.Parser
makes sure that an EntityResolver is created based on the Entitys in this parser.
userCodeType - Variable in class org.jbpm.pvm.impl.ExecutionImpl
 
userId - Variable in class org.jbpm.env.impl.DefaultEnvironment
 
userId - Variable in class org.jbpm.pvm.impl.CommentImpl
 

V

validScheduling(Timer) - Static method in class org.jbpm.env.session.StandardTimerSession
 
value - Variable in class org.jbpm.pvm.log.ProcessLogProperty
 
valueDescriptors - Variable in class org.jbpm.wire.descriptor.CollectionDescriptor
 
valueOf(String) - Static method in enum org.jbpm.env.session.LogMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jbpm.env.session.LogMode
Returns an array containing the constants of this enum type, in the order they're declared.
Variable - Class in org.jbpm.pvm.type
is a jbpm-internal class that serves as a base class for classes that store variable values in the database.
Variable() - Constructor for class org.jbpm.pvm.type.Variable
 
variableClass - Variable in class org.jbpm.pvm.impl.VariableDefinitionImpl
 
variableDefinition - Variable in class org.jbpm.pvm.type.Variable
 
VariableDefinition - Interface in org.jbpm.pvm
declaration of a variable.
VariableDefinitionImpl - Class in org.jbpm.pvm.impl
 
VariableDefinitionImpl() - Constructor for class org.jbpm.pvm.impl.VariableDefinitionImpl
 
variableDefinitions - Variable in class org.jbpm.pvm.impl.CompositeElementImpl
 
VariableMap - Class in org.jbpm.pvm.impl
maintains a map of named objects.
VariableMap() - Constructor for class org.jbpm.pvm.impl.VariableMap
 
VariableMap(ExecutionImpl) - Constructor for class org.jbpm.pvm.impl.VariableMap
 
variableName - Variable in class org.jbpm.client.GetVariable
 
variableNames - Variable in class org.jbpm.client.GetVariables
 
variables - Variable in class org.jbpm.pvm.impl.VariableMap
 
VariablesCommand<T> - Class in org.jbpm.client
 
VariablesCommand() - Constructor for class org.jbpm.client.VariablesCommand
 
VariableScope - Interface in org.jbpm.pvm
a scope of variables associated to an execution.
VariableScopeIterator - Class in org.jbpm.pvm.impl
 
VariableScopeIterator(ExecutionImpl) - Constructor for class org.jbpm.pvm.impl.VariableScopeIterator
 
VariableScopeIterator(ExecutionImpl, String) - Constructor for class org.jbpm.pvm.impl.VariableScopeIterator
 
variableScopes - Variable in class org.jbpm.pvm.impl.ExecutionImpl
stack of runtime variable scopes.
VariableTypeResolver - Interface in org.jbpm.pvm.impl
 
VariableTypeResolverDescriptor - Class in org.jbpm.wire.descriptor
 
VariableTypeResolverDescriptor() - Constructor for class org.jbpm.wire.descriptor.VariableTypeResolverDescriptor
 
VariableTypesBinding - Class in org.jbpm.wire.binding
 
VariableTypesBinding() - Constructor for class org.jbpm.wire.binding.VariableTypesBinding
 
verify(String, Class<?>, Parse, Parser) - Static method in class org.jbpm.wire.binding.AbstractCollectionBinding
verifies if the given classname is specified and implements the collection interface
VerifyVersion - Class in org.jbpm.deploy
 
VerifyVersion() - Constructor for class org.jbpm.deploy.VerifyVersion
 
VerifyVersionBinding - Class in org.jbpm.wire.binding
 
VerifyVersionBinding() - Constructor for class org.jbpm.wire.binding.VerifyVersionBinding
 
version - Variable in class org.jbpm.cal.BusinessCalendar
 
version - Variable in class org.jbpm.cal.Day
 
version - Variable in class org.jbpm.cal.DayPart
 
version - Variable in class org.jbpm.cal.Holiday
 
version - Variable in class org.jbpm.pvm.impl.ProcessDefinitionImpl
 
version - Variable in class org.jbpm.pvm.impl.ProcessModificationsImpl
 
version - Variable in class org.jbpm.wire.descriptor.AbstractDescriptor
 

W

waitCondition(Condition) - Method in class org.jbpm.pvm.ProcessFactory
sets the wait condition on the current transition.
waitConditionReference - Variable in class org.jbpm.pvm.impl.TransitionImpl
 
waitForSignal() - Method in interface org.jbpm.pvm.Execution
makes this execution wait in the current node until an external trigger is given with one of the Execution.signal() methods.
waitForSignal() - Method in class org.jbpm.pvm.impl.ExecutionImpl
 
waitTillQueueEmpty() - Method in class org.jbpm.jobexecutor.JobExecutor
 
warning(SAXParseException) - Method in class org.jbpm.xml.Parse
part of ErrorHandler to capture XML parsing problems.
WebRequestContext - Class in org.jbpm.env.context
 
WebRequestContext() - Constructor for class org.jbpm.env.context.WebRequestContext
 
WebSessionContext - Class in org.jbpm.env.context
 
WebSessionContext() - Constructor for class org.jbpm.env.context.WebSessionContext
 
weekInMillis - Variable in class org.jbpm.cal.BusinessCalendar
 
weeks - Variable in class org.jbpm.cal.Duration
 
wireContext - Variable in class org.jbpm.pvm.impl.WireProperties
 
WireContext - Class in org.jbpm.wire
object factory that creates, initializes, wires and caches objects based on descriptors (aka IoC container).
WireContext() - Constructor for class org.jbpm.wire.WireContext
 
WireContext(WireDefinition) - Constructor for class org.jbpm.wire.WireContext
 
WireContext(WireDefinition, String, EnvironmentFactory) - Constructor for class org.jbpm.wire.WireContext
when this Context is used in an Environment, it needs a name.
WireContext(WireDefinition, String, Environment, boolean) - Constructor for class org.jbpm.wire.WireContext
allows for postponing the creation of this wire context.
wireDefinition - Variable in class org.jbpm.wire.WireContext
 
WireDefinition - Class in org.jbpm.wire
map of Descriptors that serve as input for a WireContext.
WireDefinition() - Constructor for class org.jbpm.wire.WireDefinition
 
WireException - Exception in org.jbpm.wire
thrown during the creation or initialization of objects from the Wiring Context.
WireException() - Constructor for exception org.jbpm.wire.WireException
 
WireException(String, Throwable) - Constructor for exception org.jbpm.wire.WireException
 
WireException(String) - Constructor for exception org.jbpm.wire.WireException
 
WireException(Throwable) - Constructor for exception org.jbpm.wire.WireException
 
WireObjectEventInfo - Class in org.jbpm.wire.listener
 
WireObjectEventInfo(String, String, Object) - Constructor for class org.jbpm.wire.listener.WireObjectEventInfo
 
WireParser - Class in org.jbpm.wire.xml
parses object wiring xml and constructs a WireDefinition.
WireParser() - Constructor for class org.jbpm.wire.xml.WireParser
Constructs a new WireParser with the default bindings.
WireProperties - Class in org.jbpm.pvm.impl
 
WireProperties() - Constructor for class org.jbpm.pvm.impl.WireProperties
 

X

XmlUtil - Class in org.jbpm.xml
convenience methods to make reading org.w3c.dom models easier.
XmlUtil() - Constructor for class org.jbpm.xml.XmlUtil
 
XmlUtil.NamespaceValue - Class in org.jbpm.xml
 
XmlUtil.NamespaceValue(String, String) - Constructor for class org.jbpm.xml.XmlUtil.NamespaceValue
 

Y

yearInMillis - Variable in class org.jbpm.cal.BusinessCalendar
 
years - Variable in class org.jbpm.cal.Duration
 

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