首页
论坛
图书
开发资料
在线文档
网址
下载
联系我们
站内搜索
: 请输入搜索关键词
当前页面:
在线文档首页
>
JBoss JBPM 3.1.3 API 英文版文档
Class Hierarchy (jbpm-3.1.3) - JBoss JBPM 3.1.3 API 英文版文档
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Hierarchy For All Packages
Package Hierarchies:
org.jbpm
,
org.jbpm.ant
,
org.jbpm.bytes
,
org.jbpm.calendar
,
org.jbpm.command
,
org.jbpm.configuration
,
org.jbpm.context.def
,
org.jbpm.context.exe
,
org.jbpm.context.exe.converter
,
org.jbpm.context.exe.matcher
,
org.jbpm.context.exe.variableinstance
,
org.jbpm.context.log
,
org.jbpm.context.log.variableinstance
,
org.jbpm.db
,
org.jbpm.db.compatibility
,
org.jbpm.db.hibernate
,
org.jbpm.db.jmx
,
org.jbpm.file.def
,
org.jbpm.graph.action
,
org.jbpm.graph.def
,
org.jbpm.graph.exe
,
org.jbpm.graph.log
,
org.jbpm.graph.node
,
org.jbpm.graph.node.advanced
,
org.jbpm.instantiation
,
org.jbpm.jpdl
,
org.jbpm.jpdl.convert
,
org.jbpm.jpdl.el
,
org.jbpm.jpdl.el.impl
,
org.jbpm.jpdl.el.parser
,
org.jbpm.jpdl.exe
,
org.jbpm.jpdl.par
,
org.jbpm.jpdl.xml
,
org.jbpm.logging
,
org.jbpm.logging.db
,
org.jbpm.logging.exe
,
org.jbpm.logging.log
,
org.jbpm.module.def
,
org.jbpm.module.exe
,
org.jbpm.msg
,
org.jbpm.msg.command
,
org.jbpm.msg.db
,
org.jbpm.msg.jms
,
org.jbpm.persistence
,
org.jbpm.persistence.db
,
org.jbpm.scheduler
,
org.jbpm.scheduler.db
,
org.jbpm.scheduler.def
,
org.jbpm.scheduler.exe
,
org.jbpm.scheduler.impl
,
org.jbpm.security
,
org.jbpm.security.authentication
,
org.jbpm.security.authorization
,
org.jbpm.security.permission
,
org.jbpm.svc
,
org.jbpm.svc.save
,
org.jbpm.taskmgmt
,
org.jbpm.taskmgmt.def
,
org.jbpm.taskmgmt.exe
,
org.jbpm.taskmgmt.impl
,
org.jbpm.taskmgmt.log
,
org.jbpm.util
,
org.jbpm.web
Class Hierarchy
java.lang.Object
org.jbpm.configuration.
AbstractObjectInfo
(implements org.jbpm.configuration.
ObjectInfo
)
org.jbpm.configuration.
BeanInfo
org.jbpm.configuration.
BooleanInfo
org.jbpm.configuration.
CharacterInfo
org.jbpm.configuration.
DoubleInfo
org.jbpm.configuration.
FloatInfo
org.jbpm.configuration.
IntegerInfo
org.jbpm.configuration.
JbpmContextInfo
org.jbpm.configuration.
JbpmTypeObjectInfo
org.jbpm.configuration.
ListInfo
org.jbpm.configuration.
LongInfo
org.jbpm.configuration.
MapInfo
org.jbpm.configuration.
NullInfo
org.jbpm.configuration.
RefInfo
org.jbpm.configuration.
StringInfo
org.hibernate.type.AbstractType (implements org.hibernate.type.Type)
org.hibernate.type.NullableType
org.hibernate.type.ImmutableType
org.jbpm.db.hibernate.
AccessType
(implements org.hibernate.type.DiscriminatorType)
org.hibernate.type.StringType (implements org.hibernate.type.DiscriminatorType)
org.jbpm.db.hibernate.
StringMax
(implements org.hibernate.usertype.ParameterizedType)
org.jbpm.context.def.
Access
(implements java.io.Serializable)
org.jbpm.graph.def.
Action
(implements org.jbpm.graph.def.
ActionHandler
, org.jbpm.jpdl.xml.
Parsable
, java.io.Serializable)
org.jbpm.scheduler.def.
CancelTimerAction
org.jbpm.scheduler.def.
CreateTimerAction
org.jbpm.graph.action.
Script
(implements org.jbpm.jpdl.xml.
Parsable
)
org.jbpm.graph.action.
ActionTypes
org.jbpm.ant.
AntHelper
org.jbpm.util.
ArrayUtil
org.jbpm.jpdl.el.impl.
BeanInfoIndexedProperty
org.jbpm.jpdl.el.impl.
BeanInfoManager
org.jbpm.jpdl.el.impl.
BeanInfoProperty
org.jbpm.jpdl.el.impl.
BeanMethod
org.jbpm.jpdl.el.impl.
BinaryOperator
org.jbpm.jpdl.el.impl.
AndOperator
org.jbpm.jpdl.el.impl.
ArithmeticOperator
org.jbpm.jpdl.el.impl.
MinusOperator
org.jbpm.jpdl.el.impl.
MultiplyOperator
org.jbpm.jpdl.el.impl.
PlusOperator
org.jbpm.jpdl.el.impl.
DivideOperator
org.jbpm.jpdl.el.impl.
EqualityOperator
org.jbpm.jpdl.el.impl.
EqualsOperator
org.jbpm.jpdl.el.impl.
NotEqualsOperator
org.jbpm.jpdl.el.impl.
IntegerDivideOperator
org.jbpm.jpdl.el.impl.
ModulusOperator
org.jbpm.jpdl.el.impl.
OrOperator
org.jbpm.jpdl.el.impl.
RelationalOperator
org.jbpm.jpdl.el.impl.
GreaterThanOperator
org.jbpm.jpdl.el.impl.
GreaterThanOrEqualsOperator
org.jbpm.jpdl.el.impl.
LessThanOperator
org.jbpm.jpdl.el.impl.
LessThanOrEqualsOperator
org.jbpm.context.exe.converter.
BooleanToStringConverter
(implements org.jbpm.context.exe.
Converter
)
org.jbpm.calendar.
BusinessCalendar
(implements java.io.Serializable)
org.jbpm.bytes.
ByteArray
(implements java.io.Serializable)
org.jbpm.bytes.
ByteBlockChopper
org.jbpm.context.exe.converter.
BytesToByteArrayConverter
(implements org.jbpm.context.exe.
Converter
)
org.jbpm.context.exe.converter.
ByteToLongConverter
(implements org.jbpm.context.exe.
Converter
)
org.jbpm.util.
ByteUtil
org.jbpm.svc.save.
CascadeSaveOperation
(implements org.jbpm.svc.save.
SaveOperation
)
org.jbpm.context.exe.converter.
CharacterToStringConverter
(implements org.jbpm.context.exe.
Converter
)
org.jbpm.svc.save.
CheckUnpersistableVariablesOperation
(implements org.jbpm.svc.save.
SaveOperation
)
java.lang.ClassLoader
org.jbpm.instantiation.
ProcessClassLoader
org.jbpm.util.
ClassLoaderUtil
org.jbpm.context.exe.matcher.
ClassNameMatcher
(implements org.jbpm.context.exe.
JbpmTypeMatcher
)
org.jbpm.jpdl.el.impl.
Coercions
org.jbpm.graph.exe.
Comment
(implements java.io.Serializable)
org.jbpm.instantiation.
ConfigurationPropertyInstantiator
(implements org.jbpm.instantiation.
Instantiator
)
org.jbpm.jpdl.el.impl.
Constants
org.jbpm.configuration.
ConstructorInfo
(implements java.io.Serializable)
org.jbpm.instantiation.
ConstructorInstantiator
(implements org.jbpm.instantiation.
Instantiator
)
org.jbpm.db.
ContextSession
org.jbpm.jpdl.convert.
Converter
org.jbpm.db.hibernate.
ConverterEnumType
(implements org.hibernate.usertype.UserType)
org.jbpm.db.hibernate.
Converters
org.jbpm.context.exe.converter.
DateToLongConverter
(implements org.jbpm.context.exe.
Converter
)
org.jbpm.calendar.
Day
(implements java.io.Serializable)
org.jbpm.calendar.
DayPart
(implements java.io.Serializable)
org.jbpm.logging.db.
DbLoggingService
(implements org.jbpm.logging.
LoggingService
)
org.jbpm.logging.db.
DbLoggingServiceFactory
(implements org.jbpm.svc.
ServiceFactory
)
org.jbpm.msg.db.
DbMessageService
(implements org.jbpm.msg.
MessageService
)
org.jbpm.msg.db.
DbMessageServiceFactory
(implements org.jbpm.svc.
ServiceFactory
)
org.jbpm.persistence.db.
DbPersistenceService
(implements org.jbpm.persistence.
PersistenceService
, org.jbpm.svc.
Service
)
org.jbpm.persistence.db.
DbPersistenceServiceFactory
(implements org.jbpm.svc.
ServiceFactory
)
org.jbpm.scheduler.db.
DbSchedulerService
(implements org.jbpm.scheduler.
SchedulerService
)
org.jbpm.scheduler.db.
DbSchedulerServiceFactory
(implements org.jbpm.svc.
ServiceFactory
)
org.jbpm.graph.node.
DbSubProcessResolver
(implements org.jbpm.graph.node.
SubProcessResolver
)
org.jbpm.graph.node.
DecisionCondition
(implements java.io.Serializable)
org.jbpm.security.authentication.
DefaultAuthenticationService
(implements org.jbpm.security.
AuthenticationService
)
org.jbpm.security.authentication.
DefaultAuthenticationServiceFactory
(implements org.jbpm.svc.
ServiceFactory
)
org.jbpm.instantiation.
DefaultInstantiator
(implements org.jbpm.instantiation.
Instantiator
)
org.jbpm.taskmgmt.impl.
DefaultTaskInstanceFactoryImpl
(implements org.jbpm.taskmgmt.
TaskInstanceFactory
)
org.jbpm.instantiation.
Delegation
(implements org.jbpm.jpdl.xml.
Parsable
, java.io.Serializable)
org.jbpm.context.exe.converter.
DoubleToStringConverter
(implements org.jbpm.context.exe.
Converter
)
org.jbpm.calendar.
Duration
(implements java.io.Serializable)
org.jbpm.context.exe.matcher.
Ejb3Matcher
(implements org.jbpm.context.exe.
JbpmTypeMatcher
)
org.jbpm.jpdl.el.parser.
ELParser
(implements org.jbpm.jpdl.el.parser.
ELParserConstants
)
org.jbpm.jpdl.el.parser.
ELParserTokenManager
(implements org.jbpm.jpdl.el.parser.
ELParserConstants
)
org.jbpm.jpdl.el.parser.
ELToken
org.jbpm.jpdl.el.impl.
EnumeratedMap
(implements java.util.Map<K,V>)
org.jbpm.util.
EqualsUtil
org.jbpm.graph.def.
Event
(implements java.io.Serializable)
org.jbpm.graph.def.
ExceptionHandler
(implements java.io.Serializable)
org.jbpm.graph.exe.
ExecutionContext
org.jbpm.jpdl.el.
Expression
org.jbpm.jpdl.el.impl.
Expression
org.jbpm.jpdl.el.impl.
BinaryOperatorExpression
org.jbpm.jpdl.el.impl.
ComplexValue
org.jbpm.jpdl.el.impl.
ConditionalExpression
org.jbpm.jpdl.el.impl.
FunctionInvocation
org.jbpm.jpdl.el.impl.
Literal
org.jbpm.jpdl.el.impl.
BooleanLiteral
org.jbpm.jpdl.el.impl.
FloatingPointLiteral
org.jbpm.jpdl.el.impl.
IntegerLiteral
org.jbpm.jpdl.el.impl.
NullLiteral
org.jbpm.jpdl.el.impl.
StringLiteral
org.jbpm.jpdl.el.impl.
NamedValue
org.jbpm.jpdl.el.impl.
UnaryOperatorExpression
org.jbpm.jpdl.el.
ExpressionEvaluator
org.jbpm.jpdl.el.impl.
ExpressionEvaluatorImpl
org.jbpm.jpdl.el.impl.
ExpressionString
org.jbpm.instantiation.
FieldInstantiator
(implements org.jbpm.instantiation.
Instantiator
)
org.jbpm.instantiation.
BeanInstantiator
(implements org.jbpm.instantiation.
Instantiator
)
org.jbpm.jpdl.par.
FileArchiveParser
(implements org.jbpm.jpdl.par.
ProcessArchiveParser
)
org.jbpm.jpdl.par.
FileFilter
(implements org.jbpm.jpdl.par.
ConfigurableParser
)
org.jbpm.context.exe.converter.
FloatToDoubleConverter
(implements org.jbpm.context.exe.
Converter
)
org.jbpm.context.exe.converter.
FloatToStringConverter
(implements org.jbpm.context.exe.
Converter
)
javax.servlet.GenericServlet (implements java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig)
javax.servlet.http.HttpServlet (implements java.io.Serializable)
org.jbpm.web.
JbpmThreadsServlet
org.jbpm.scheduler.impl.
SchedulerServlet
org.jbpm.graph.def.
GraphElement
(implements java.io.Serializable)
org.jbpm.graph.def.
Node
(implements org.jbpm.jpdl.xml.
Parsable
)
org.jbpm.graph.node.
Decision
(implements org.jbpm.jpdl.xml.
Parsable
)
org.jbpm.graph.node.
EndState
org.jbpm.graph.node.
Fork
(implements org.jbpm.jpdl.xml.
Parsable
)
org.jbpm.graph.node.
InterleaveEnd
(implements org.jbpm.jpdl.xml.
Parsable
)
org.jbpm.graph.node.
InterleaveStart
(implements org.jbpm.jpdl.xml.
Parsable
)
org.jbpm.graph.node.
Join
(implements org.jbpm.jpdl.xml.
Parsable
)
org.jbpm.graph.node.
Merge
org.jbpm.graph.node.
MilestoneNode
org.jbpm.graph.node.advanced.
ParallelSplit
org.jbpm.graph.node.
ProcessState
(implements org.jbpm.jpdl.xml.
Parsable
)
org.jbpm.graph.node.
StartState
org.jbpm.graph.node.
State
org.jbpm.graph.def.
SuperState
(implements org.jbpm.graph.def.
NodeCollection
, org.jbpm.jpdl.xml.
Parsable
)
org.jbpm.graph.node.
TaskNode
(implements org.jbpm.jpdl.xml.
Parsable
)
org.jbpm.graph.def.
ProcessDefinition
(implements org.jbpm.graph.def.
NodeCollection
)
org.jbpm.taskmgmt.def.
Task
org.jbpm.graph.def.
Transition
org.jbpm.db.
GraphSession
org.jbpm.db.hibernate.
HibernateHelper
org.jbpm.context.exe.matcher.
HibernateLongIdMatcher
(implements org.jbpm.context.exe.
JbpmTypeMatcher
)
org.jbpm.svc.save.
HibernateSaveOperation
(implements org.jbpm.svc.save.
SaveOperation
)
org.jbpm.context.exe.matcher.
HibernateStringIdMatcher
(implements org.jbpm.context.exe.
JbpmTypeMatcher
)
org.jbpm.calendar.
Holiday
(implements java.io.Serializable)
org.jbpm.security.authorization.
IdentityAuthorizationService
(implements org.jbpm.security.
AuthorizationService
)
org.jbpm.security.authorization.
IdentityAuthorizationServiceFactory
(implements org.jbpm.svc.
ServiceFactory
)
org.jbpm.context.exe.converter.
IntegerToLongConverter
(implements org.jbpm.context.exe.
Converter
)
org.jbpm.graph.node.
InterleaveStart.DefaultInterleaver
(implements org.jbpm.graph.node.
InterleaveStart.Interleaver
)
org.jbpm.util.
IoUtil
org.jbpm.security.authentication.
JBossAuthenticationService
(implements org.jbpm.security.
AuthenticationService
)
org.jbpm.security.authentication.
JBossAuthenticationServiceFactory
(implements org.jbpm.svc.
ServiceFactory
)
org.jboss.mx.util.JBossNotificationBroadcasterSupport (implements javax.management.NotificationEmitter)
org.jboss.system.ServiceMBeanSupport (implements javax.management.MBeanRegistration, org.jboss.system.ServiceMBean)
org.jbpm.db.jmx.
JbpmService
(implements org.jbpm.db.jmx.
JbpmServiceMBean
)
org.jbpm.
JbpmConfiguration
(implements java.io.Serializable)
org.jbpm.
JbpmConfiguration.Configs
org.jbpm.
JbpmContext
(implements java.io.Serializable)
org.jbpm.web.
JbpmContextFilter
(implements javax.servlet.Filter, java.io.Serializable)
org.jbpm.jpdl.el.impl.
JbpmExpressionEvaluator
org.jbpm.db.hibernate.
JbpmNamingStrategy
(implements org.hibernate.cfg.NamingStrategy)
org.jbpm.db.
JbpmSchema
(implements java.io.Serializable)
org.jbpm.db.compatibility.
JbpmSchemaUpdate
org.jbpm.db.
JbpmSession
org.jbpm.db.
JbpmSessionFactory
(implements java.io.Serializable)
org.jbpm.context.exe.
JbpmType
org.jbpm.jpdl.el.impl.
JbpmVariableResolver
(implements org.jbpm.jpdl.el.
VariableResolver
)
org.jbpm.msg.jms.
JmsMessageServiceFactoryImpl
(implements org.jbpm.svc.
ServiceFactory
)
org.jbpm.msg.jms.
JmsMessageServiceImpl
(implements org.jbpm.msg.
MessageService
)
org.jbpm.util.
JndiUtil
org.jbpm.jpdl.par.
JpdlArchiveParser
(implements org.jbpm.jpdl.par.
ProcessArchiveParser
)
org.jbpm.jpdl.xml.
JpdlParser
(implements java.io.Serializable)
org.jbpm.jpdl.xml.
JpdlXmlReader
(implements org.jbpm.jpdl.xml.
ProblemListener
)
org.jbpm.jpdl.xml.
JpdlXmlWriter
org.jbpm.jpdl.el.impl.
Logger
org.jbpm.db.
LoggingSession
org.jbpm.msg.
Message
(implements java.io.Serializable)
org.jbpm.command.
ExecuteActionCommand
(implements org.jbpm.command.
Command
)
org.jbpm.command.
ExecuteNodeCommand
(implements org.jbpm.command.
Command
)
org.jbpm.command.
SignalCommand
(implements org.jbpm.command.
Command
)
org.jbpm.command.
TaskInstanceEndCommand
(implements org.jbpm.command.
Command
)
org.jbpm.msg.db.
TextMessage
org.jbpm.db.
MessagingSession
(implements java.io.Serializable)
org.jbpm.graph.node.
MilestoneEvent
(implements org.jbpm.graph.def.
ActionHandler
)
org.jbpm.jpdl.exe.
MilestoneInstance
(implements java.io.Serializable)
org.jbpm.module.def.
ModuleDefinition
(implements java.io.Serializable)
org.jbpm.context.def.
ContextDefinition
org.jbpm.file.def.
FileDefinition
org.jbpm.taskmgmt.def.
TaskMgmtDefinition
org.jbpm.module.exe.
ModuleInstance
(implements java.io.Serializable)
org.jbpm.context.exe.
ContextInstance
org.jbpm.logging.exe.
LoggingInstance
org.jbpm.taskmgmt.exe.
TaskMgmtInstance
org.jbpm.graph.node.
NodeTypes
org.jbpm.configuration.
ObjectFactoryImpl
(implements org.jbpm.configuration.
ObjectFactory
)
org.jbpm.configuration.
ObjectFactoryParser
(implements java.io.Serializable)
java.security.Permission (implements java.security.Guard, java.io.Serializable)
java.security.BasicPermission (implements java.io.Serializable)
org.jbpm.security.permission.
CreateProcessInstancePermission
org.jbpm.security.permission.
DeployProcessPermission
org.jbpm.security.permission.
EndTaskPermission
org.jbpm.security.permission.
SubmitTaskParametersPermission
org.jbpm.security.permission.
TaskAssignPermission
org.jbpm.security.permission.
ViewTaskParametersPermission
org.jbpm.taskmgmt.exe.
PooledActor
(implements java.io.Serializable)
org.jbpm.jpdl.xml.
Problem
(implements java.io.Serializable)
org.jbpm.jpdl.par.
ProcessArchive
(implements org.jbpm.jpdl.xml.
ProblemListener
)
org.jbpm.graph.node.
ProcessFactory
org.jbpm.graph.exe.
ProcessInstance
(implements java.io.Serializable)
org.jbpm.logging.log.
ProcessLog
(implements java.io.Serializable)
org.jbpm.logging.log.
CompositeLog
org.jbpm.graph.log.
ActionLog
org.jbpm.graph.log.
SignalLog
org.jbpm.graph.log.
TransitionLog
org.jbpm.logging.log.
MessageLog
org.jbpm.graph.log.
NodeLog
org.jbpm.graph.log.
ProcessStateLog
org.jbpm.graph.log.
ProcessInstanceCreateLog
org.jbpm.graph.log.
ProcessInstanceEndLog
org.jbpm.taskmgmt.log.
SwimlaneLog
org.jbpm.taskmgmt.log.
SwimlaneAssignLog
org.jbpm.taskmgmt.log.
SwimlaneCreateLog
org.jbpm.taskmgmt.log.
TaskLog
org.jbpm.taskmgmt.log.
TaskAssignLog
org.jbpm.taskmgmt.log.
TaskCreateLog
org.jbpm.taskmgmt.log.
TaskEndLog
org.jbpm.graph.log.
TokenCreateLog
org.jbpm.graph.log.
TokenEndLog
org.jbpm.context.log.
VariableLog
org.jbpm.context.log.
VariableCreateLog
org.jbpm.context.log.
VariableDeleteLog
org.jbpm.context.log.
VariableUpdateLog
org.jbpm.context.log.variableinstance.
ByteArrayUpdateLog
org.jbpm.context.log.variableinstance.
DateUpdateLog
org.jbpm.context.log.variableinstance.
DoubleUpdateLog
org.jbpm.context.log.variableinstance.
HibernateLongUpdateLog
org.jbpm.context.log.variableinstance.
HibernateStringUpdateLog
org.jbpm.context.log.variableinstance.
LongUpdateLog
org.jbpm.context.log.variableinstance.
StringUpdateLog
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.jbpm.ant.
JbpmSchemaTask
org.apache.tools.ant.taskdefs.MatchingTask (implements org.apache.tools.ant.types.selectors.SelectorContainer)
org.jbpm.ant.
DeployProcessTask
org.jbpm.ant.
StartHsqldbTask
org.jbpm.ant.
StartJBossTask
org.jbpm.configuration.
PropertyInfo
(implements java.io.Serializable)
org.jbpm.configuration.
FieldInfo
org.jbpm.graph.exe.
RuntimeAction
(implements java.io.Serializable)
org.jbpm.svc.save.
SaveLogsOperation
(implements org.jbpm.svc.save.
SaveOperation
)
org.jbpm.scheduler.impl.
Scheduler
org.jbpm.scheduler.impl.
SchedulerHistoryLog
(implements java.io.Serializable)
org.jbpm.scheduler.impl.
SchedulerMain
org.jbpm.db.
SchedulerSession
org.jbpm.graph.action.
SeamedAction
(implements org.jbpm.graph.def.
ActionHandler
)
org.jbpm.security.
SecurityHelper
org.jbpm.context.exe.matcher.
SerializableMatcher
(implements org.jbpm.context.exe.
JbpmTypeMatcher
)
org.jbpm.context.exe.converter.
SerializableToByteArrayConverter
(implements org.jbpm.context.exe.
Converter
)
org.jbpm.svc.
Services
(implements java.io.Serializable)
org.jbpm.context.exe.converter.
ShortToLongConverter
(implements org.jbpm.context.exe.
Converter
)
org.jbpm.jpdl.el.parser.
SimpleCharStream
org.jbpm.msg.db.
StaticNotifier
org.jbpm.util.
StaticUtil
org.jbpm.util.
StaticUtil.Initializer
org.jbpm.security.authentication.
SubjectAuthenticationService
(implements org.jbpm.security.
AuthenticationService
)
org.jbpm.taskmgmt.def.
Swimlane
(implements java.io.Serializable)
org.jbpm.taskmgmt.exe.
SwimlaneInstance
(implements org.jbpm.taskmgmt.exe.
Assignable
, java.io.Serializable)
org.jbpm.taskmgmt.def.
TaskController
(implements java.io.Serializable)
org.jbpm.db.
TaskMgmtSession
(implements java.io.Serializable)
java.lang.Thread (implements java.lang.Runnable)
org.jbpm.msg.command.
CommandExecutorThread
(implements java.io.Serializable)
org.jbpm.ant.
Launcher
org.jbpm.scheduler.impl.
SchedulerThread
java.lang.Throwable (implements java.io.Serializable)
java.lang.Error
org.jbpm.jpdl.el.parser.
ELTokenMgrError
java.lang.Exception
org.jbpm.jpdl.el.
ELException
org.jbpm.jpdl.el.
ELParseException
org.jbpm.jpdl.el.parser.
ParseException
java.lang.RuntimeException
org.jbpm.
JbpmException
org.jbpm.configuration.
ConfigurationException
org.jbpm.graph.def.
DelegationException
org.jbpm.persistence.
JbpmPersistenceException
org.jbpm.svc.
JbpmServiceException
org.jbpm.util.
JndiLookupException
org.jbpm.util.
XmlException
org.jbpm.jpdl.
JpdlException
org.jbpm.scheduler.exe.
Timer
(implements java.io.Serializable)
org.jbpm.graph.exe.
Token
(implements java.io.Serializable)
org.jbpm.jpdl.el.impl.
UnaryOperator
org.jbpm.jpdl.el.impl.
EmptyOperator
org.jbpm.jpdl.el.impl.
NotOperator
org.jbpm.jpdl.el.impl.
UnaryMinusOperator
org.jbpm.jpdl.el.impl.
ValueSuffix
org.jbpm.jpdl.el.impl.
ArraySuffix
org.jbpm.jpdl.el.impl.
PropertySuffix
org.jbpm.context.def.
VariableAccess
(implements java.io.Serializable)
org.jbpm.context.exe.
VariableContainer
(implements java.io.Serializable)
org.jbpm.taskmgmt.exe.
TaskInstance
(implements org.jbpm.taskmgmt.exe.
Assignable
)
org.jbpm.context.exe.
TokenVariableMap
(implements java.io.Serializable)
org.jbpm.context.exe.
VariableInstance
(implements java.io.Serializable)
org.jbpm.context.exe.variableinstance.
ByteArrayInstance
org.jbpm.context.exe.variableinstance.
DateInstance
org.jbpm.context.exe.variableinstance.
DoubleInstance
org.jbpm.context.exe.variableinstance.
Ejb3Instance
org.jbpm.context.exe.variableinstance.
HibernateLongInstance
org.jbpm.context.exe.variableinstance.
HibernateStringInstance
org.jbpm.context.exe.variableinstance.
LongInstance
org.jbpm.context.exe.variableinstance.
NullInstance
org.jbpm.context.exe.variableinstance.
StringInstance
org.jbpm.context.exe.variableinstance.
UnpersistableInstance
org.jbpm.instantiation.
XmlInstantiator
(implements org.jbpm.instantiation.
Instantiator
)
org.jbpm.util.
XmlUtil
Interface Hierarchy
org.jbpm.command.
Command
org.jbpm.jpdl.el.parser.
ELParserConstants
org.jbpm.jpdl.el.
FunctionMapper
org.jbpm.instantiation.
Instantiator
org.jbpm.graph.node.
InterleaveStart.Interleaver
org.jbpm.jpdl.xml.
Parsable
org.jbpm.persistence.
PersistenceService
org.jbpm.scheduler.impl.
SchedulerListener
java.io.Serializable
org.jbpm.graph.def.
ActionHandler
org.jbpm.taskmgmt.exe.
Assignable
org.jbpm.taskmgmt.def.
AssignmentHandler
org.jbpm.context.exe.
Converter
org.jbpm.graph.node.
DecisionHandler
org.jbpm.context.exe.
JbpmTypeMatcher
org.jbpm.msg.
MessageService
(also extends org.jbpm.svc.
Service
)
org.jbpm.graph.def.
NodeCollection
org.jbpm.configuration.
ObjectFactory
org.jbpm.configuration.
ObjectInfo
org.jbpm.jpdl.xml.
ProblemListener
org.jbpm.jpdl.par.
ProcessArchiveParser
org.jbpm.jpdl.par.
ConfigurableParser
org.jbpm.svc.save.
SaveOperation
org.jbpm.scheduler.
SchedulerService
(also extends org.jbpm.svc.
Service
)
org.jbpm.svc.
Service
org.jbpm.security.
AuthenticationService
org.jbpm.security.
AuthorizationService
org.jbpm.logging.
LoggingService
org.jbpm.msg.
MessageService
(also extends java.io.Serializable)
org.jbpm.scheduler.
SchedulerService
(also extends java.io.Serializable)
org.jbpm.svc.
ServiceFactory
org.jbpm.graph.node.
SubProcessResolver
org.jbpm.taskmgmt.def.
TaskControllerHandler
org.jbpm.taskmgmt.
TaskInstanceFactory
org.jboss.system.Service
org.jboss.system.ServiceMBean
org.jbpm.db.jmx.
JbpmServiceMBean
org.jbpm.jpdl.el.
VariableResolver
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Version : jbpm-3.1.3