Serialized Form
|
Package org.ow2.orchestra.pvm |
serialVersionUID: 1L
name
java.lang.String name
language
java.lang.String language
files
java.util.Map<K,V> files
documents
java.util.Map<K,V> documents
processDefinition
ProcessDefinition processDefinition
serialVersionUID: 1L
|
Package org.ow2.orchestra.pvm.activity |
|
Package org.ow2.orchestra.pvm.client |
|
Package org.ow2.orchestra.pvm.env |
serialVersionUID: 4160822335317326182L
serialVersionUID: -909370824696632925L
serialVersionUID: 1L
environmentFactoryCtxWireContext
WireContext environmentFactoryCtxWireContext
environmentCtxWireDefinition
WireDefinition environmentCtxWireDefinition
serialVersionUID: 1L
applicationContext
org.springframework.context.ApplicationContext applicationContext
|
Package org.ow2.orchestra.pvm.internal.cal |
serialVersionUID: 1L
oid
long oid
version
int version
timeZone
java.util.TimeZone timeZone
days
Day[] days
- array that contains the weekdays in the index as specified by
Calendar.SUNDAY (=1), Calendar.MONDAY (=2),...
Calendar.SATURDAY (=7).
holidays
Holiday[] holidays
secondInMillis
long secondInMillis
minuteInMillis
long minuteInMillis
hourInMillis
long hourInMillis
dayInMillis
long dayInMillis
weekInMillis
long weekInMillis
monthInMillis
long monthInMillis
yearInMillis
long yearInMillis
businessDayInMillis
long businessDayInMillis
businessWeekInMillis
long businessWeekInMillis
businessMonthInMillis
long businessMonthInMillis
businessYearInMillis
long businessYearInMillis
serialVersionUID: 1L
oid
long oid
version
int version
dayParts
DayPart[] dayParts
businessCalendar
BusinessCalendar businessCalendar
serialVersionUID: 1L
oid
long oid
version
int version
fromHour
int fromHour
fromMinute
int fromMinute
toHour
int toHour
toMinute
int toMinute
day
Day day
index
int index
serialVersionUID: 1L
isBusinessTime
boolean isBusinessTime
millis
int millis
seconds
int seconds
minutes
int minutes
hours
int hours
days
int days
weeks
int weeks
months
int months
years
int years
serialVersionUID: 1L
oid
long oid
version
int version
fromDay
java.util.Date fromDay
toDay
java.util.Date toDay
businessCalendar
BusinessCalendar businessCalendar
|
Package org.ow2.orchestra.pvm.internal.cmd |
serialVersionUID: -3978894334878295917L
serialVersionUID: 1L
serialVersionUID: 1L
deployment
Deployment deployment
serialVersionUID: 1L
executionId
java.lang.String executionId
processDefinitionName
java.lang.String processDefinitionName
executionKey
java.lang.String executionKey
serialVersionUID: 1L
processDefinitionName
java.lang.String processDefinitionName
serialVersionUID: 1L
processDefinitionName
java.lang.String processDefinitionName
processDefinitionVersion
int processDefinitionVersion
serialVersionUID: 1L
serialVersionUID: 1L
processDefinitionName
java.lang.String processDefinitionName
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
executionId
java.lang.String executionId
variableNames
java.util.List<E> variableNames
serialVersionUID: 1L
firstResult
int firstResult
maxResults
int maxResults
serialVersionUID: 1L
executionId
java.lang.String executionId
serialVersionUID: 1L
executionDbid
java.lang.Long executionDbid
executionId
java.lang.String executionId
processDefinitionName
java.lang.String processDefinitionName
executionKey
java.lang.String executionKey
signalName
java.lang.String signalName
parameters
java.util.Map<K,V> parameters
serialVersionUID: 1L
processDefinitionId
java.lang.String processDefinitionId
executionKey
java.lang.String executionKey
serialVersionUID: 1L
processDefinitionName
java.lang.String processDefinitionName
executionKey
java.lang.String executionKey
serialVersionUID: 4221781254932878284L
variables
java.util.Map<K,V> variables
|
Package org.ow2.orchestra.pvm.internal.ejb |
serialVersionUID: 1L
sessionContext
javax.ejb.SessionContext sessionContext
environmentFactory
EnvironmentFactory environmentFactory
serialVersionUID: 1L
messageDrivenContext
javax.ejb.MessageDrivenContext messageDrivenContext
commandExecutor
LocalCommandExecutor commandExecutor
jmsConnection
javax.jms.Connection jmsConnection
deadLetterQueue
javax.jms.Destination deadLetterQueue
serialVersionUID: 1L
timerDbid
long timerDbid
serialVersionUID: 1L
entityContext
javax.ejb.EntityContext entityContext
commandExecutor
LocalCommandExecutor commandExecutor
|
Package org.ow2.orchestra.pvm.internal.env |
serialVersionUID: 1L
userId
java.lang.String userId
contexts
java.util.Map<K,V> contexts
defaultSearchOrderList
java.util.ArrayList<E> defaultSearchOrderList
defaultSearchOrder
java.lang.String[] defaultSearchOrder
exception
java.lang.Throwable exception
serialVersionUID: 1L
serialVersionUID: 1L
pvmEnvironmentFactory
PvmEnvironmentFactory pvmEnvironmentFactory
|
Package org.ow2.orchestra.pvm.internal.hibernate |
serialVersionUID: 1L
converterNames
java.util.Map<K,V> converterNames
converters
java.util.Map<K,V> converters
serialVersionUID: 1L
prefix
java.lang.String prefix
|
Package org.ow2.orchestra.pvm.internal.job |
serialVersionUID: 1L
serialVersionUID: 1L
dbid
long dbid
dbversion
int dbversion
dueDate
java.util.Date dueDate
- 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 jobImpl is supposed to be
executed
isSuspended
boolean isSuspended
- suspended jobs will not execute.
execution
ExecutionImpl execution
- the execution (if any) for this jobImpl
processInstance
ExecutionImpl processInstance
- the process instance
isExclusive
boolean isExclusive
- specifies if this jobImpl can be executed concurrently with other jobs for
the same execution.
lockOwner
java.lang.String lockOwner
- name of the jobImpl executor name that has locked this jobImpl.
lockExpirationTime
java.util.Date lockExpirationTime
- the time the lock on this jobImpl expires.
exception
java.lang.String exception
- stack trace of the exception that occurred during command execution.
retries
int retries
- number of attempts left to try. Should be decremented each time an
exception occurs during command execution.
isDefaultRetries
boolean isDefaultRetries
commandDescriptor
Descriptor commandDescriptor
- a command that can be used as the behaviour of this job
serialVersionUID: 1L
serialVersionUID: 1L
signalName
java.lang.String signalName
eventName
java.lang.String eventName
repeat
java.lang.String repeat
|
Package org.ow2.orchestra.pvm.internal.jobexecutor |
serialVersionUID: 1L
timeFormat
java.text.DateFormat timeFormat
lockOwnerName
java.lang.String lockOwnerName
lockMillis
int lockMillis
serialVersionUID: 1L
jobDbid
long jobDbid
serialVersionUID: 1L
serialVersionUID: 1L
jobDbid
long jobDbid
job
JobImpl<T> job
exception
java.lang.Throwable exception
serialVersionUID: 1L
jobExecutor
JobExecutor jobExecutor
serialVersionUID: 1L
executionTime
java.util.Date executionTime
jobDescription
java.lang.String jobDescription
exception
java.lang.String exception
|
Package org.ow2.orchestra.pvm.internal.lob |
serialVersionUID: 1L
blob
java.sql.Blob blob
bytes
byte[] bytes
chops
java.util.List<E> chops
fileName
java.lang.String fileName
|
Package org.ow2.orchestra.pvm.internal.model |
serialVersionUID: 1L
dbid
long dbid
dbversion
int dbversion
userId
java.lang.String userId
time
java.util.Date time
message
java.lang.String message
parent
CommentImpl parent
comments
java.util.List<E> comments
serialVersionUID: 1L
nodes
java.util.List<E> nodes
hasVariableDefinitions
boolean hasVariableDefinitions
variableDefinitions
java.util.List<E> variableDefinitions
hasTimerDefinitions
boolean hasTimerDefinitions
timerDefinitions
java.util.Set<E> timerDefinitions
serialVersionUID: 1L
name
java.lang.String name
listenerReferences
java.util.List<E> listenerReferences
serialVersionUID: 1L
isPropagationEnabled
boolean isPropagationEnabled
- does this action accept propagated events ?
serialVersionUID: 1L
dbid
long dbid
dbversion
int dbversion
exceptionClassName
java.lang.String exceptionClassName
isTransactional
boolean isTransactional
isRethrowMasked
boolean isRethrowMasked
eventListenerReferences
java.util.List<E> eventListenerReferences
transitionName
java.lang.String transitionName
nodeName
java.lang.String nodeName
serialVersionUID: 1L
exceptionHandler
ExceptionHandlerImpl exceptionHandler
execution
ExecutionImpl execution
processElement
ProcessElementImpl processElement
exception
java.lang.Exception exception
commandService
CommandService commandService
serialVersionUID: 1L
dbid
long dbid
dbversion
int dbversion
name
java.lang.String name
- an optional name for this execution. can be used to differentiate
concurrent paths of execution like e.g. the 'shipping' and 'billing' paths.
key
java.lang.String key
- a key for this execution. typically this is an externally provided
reference that is unique within the scope of the process definition.
id
java.lang.String id
- a unique id for this execution.
state
java.lang.String state
- See Also:
Execution
processDefinition
ProcessDefinitionImpl processDefinition
node
NodeImpl node
- current node
transition
TransitionImpl transition
- transition is not to be made persistable by default
transitionOrigin
NodeImpl transitionOrigin
- the node from which the transition was taken. This can be different from
the transition source in case a transition of an eclosing node was taken.
transitionOrigin is not to be made persistable by default
event
EventImpl event
eventSource
ObservableElementImpl eventSource
executions
java.util.Collection<E> executions
- are concurrent executions that related to this execution.
parent
ExecutionImpl parent
- the parent child relation of executions is convenient for some forms of
concurrency.
processInstance
ExecutionImpl processInstance
hasVariables
boolean hasVariables
variables
java.util.Map<K,V> variables
jobs
java.util.Set<E> jobs
superProcessExecution
ExecutionImpl superProcessExecution
- the super process link in case this is a sub process execution
subProcessInstance
ExecutionImpl subProcessInstance
- the sub process link in case of sub process execution
comments
java.util.Set<E> comments
- the free text comments users make on this execution
priority
int priority
nextLogIndex
int nextLogIndex
- maintains the index of the next log record. That way, the logs don't have
to be loaded to add one. Instead, for each log that is added to this
execution, the nextLogIndex is used and incremented.
atomicOperations
java.util.Queue<E> atomicOperations
- the queue of atomic operations to be performed for this execution.
propagation
ExecutionImpl.Propagation propagation
previousNode
Node previousNode
previousTransition
Transition previousTransition
exception
java.lang.Exception exception
processModifications
ProcessModificationsImpl processModifications
serialVersionUID: 1L
behaviourReference
ObjectReference<T> behaviourReference
outgoingTransitions
java.util.List<E> outgoingTransitions
incomingTransitions
java.util.List<E> incomingTransitions
defaultTransition
TransitionImpl defaultTransition
parentNode
NodeImpl parentNode
isLocalScope
boolean isLocalScope
isExecutionAsync
boolean isExecutionAsync
isSignalAsync
boolean isSignalAsync
isLeaveAsync
boolean isLeaveAsync
isPreviousNeeded
boolean isPreviousNeeded
serialVersionUID: 1L
expression
java.lang.String expression
expressionLanguage
java.lang.String expressionLanguage
descriptor
Descriptor descriptor
object
java.lang.Object object
serialVersionUID: 1L
name
java.lang.String name
description
java.lang.String description
events
java.util.Map<K,V> events
serialVersionUID: 1L
key
java.lang.String key
- user provided short reference for the process definition that has the same
scope as the name. Multiple versions of the same process can have the same
key. The key is used to build the globally unique execution ids.
id
java.lang.String id
- the unique id (e.g. combination of name and versionnumber) for this process
definition.
version
int version
- the version number of the process definitions with the same name.
packageName
java.lang.String packageName
- optional package name similar to the Java package name.
deploymentTime
java.util.Date deploymentTime
- time this process was deployed
initial
NodeImpl initial
- the node which is executed when the process starts
attachments
java.util.Map<K,V> attachments
- the attachments TODO move the attachments to a separate DeploymentUnit type
serialVersionUID: 1L
dbid
long dbid
dbversion
int dbversion
processDefinition
ProcessDefinitionImpl processDefinition
exceptionHandlers
java.util.List<E> exceptionHandlers
properties
WireProperties properties
serialVersionUID: 1L
dbid
long dbid
version
int version
addedActions
java.util.List<E> addedActions
removedActions
java.util.List<E> removedActions
addedTransitions
java.util.List<E> addedTransitions
removedTransitions
java.util.List<E> removedTransitions
addedNodes
java.util.List<E> addedNodes
removedNodes
java.util.List<E> removedNodes
serialVersionUID: 1L
event
EventImpl event
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
dbid
long dbid
dbversion
int dbversion
dueDateDescription
java.lang.String dueDateDescription
repeat
java.lang.String repeat
isExclusive
java.lang.Boolean isExclusive
retries
java.lang.Integer retries
eventName
java.lang.String eventName
signalName
java.lang.String signalName
dueDate
java.util.Date dueDate
serialVersionUID: 1L
source
NodeImpl source
destination
NodeImpl destination
conditionDescriptor
Descriptor conditionDescriptor
waitConditionDescriptor
Descriptor waitConditionDescriptor
isTakeAsync
boolean isTakeAsync
serialVersionUID: 1L
dbid
long dbid
dbversion
int dbversion
key
java.lang.String key
description
java.lang.String description
source
java.lang.String source
sourceExpression
java.lang.String sourceExpression
sourceDescriptor
Descriptor sourceDescriptor
destination
java.lang.String destination
destinationExpression
java.lang.String destinationExpression
type
Type type
serialVersionUID: 1L
dbid
long dbid
dbversion
int dbversion
wireContext
WireContext wireContext
|
Package org.ow2.orchestra.pvm.internal.model.op |
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
signalName
java.lang.String signalName
node
NodeImpl node
serialVersionUID: 1L
|
Package org.ow2.orchestra.pvm.internal.spring |
serialVersionUID: 1L
applicationContext
org.springframework.context.ApplicationContext applicationContext
|
Package org.ow2.orchestra.pvm.internal.svc |
serialVersionUID: 1L
command
Command<T> command
userId
java.lang.String userId
|
Package org.ow2.orchestra.pvm.internal.tx |
serialVersionUID: 1L
resources
java.util.List<E> resources
synchronizations
java.util.List<E> synchronizations
state
org.ow2.orchestra.pvm.internal.tx.StandardTransaction.State state
serialVersionUID: 1L
|
Package org.ow2.orchestra.pvm.internal.type |
serialVersionUID: 1L
typeMappings
java.util.List<E> typeMappings
serialVersionUID: 1L
name
java.lang.String name
converter
Converter converter
variableClass
java.lang.Class<T> variableClass
serialVersionUID: 1L
matcher
Matcher matcher
type
Type type
serialVersionUID: 1L
dbid
long dbid
dbversion
int dbversion
key
java.lang.String key
converter
Converter converter
queryText
java.lang.String queryText
processInstance
ExecutionImpl processInstance
|
Package org.ow2.orchestra.pvm.internal.type.converter |
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
dateFormat
java.text.DateFormat dateFormat
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
|
Package org.ow2.orchestra.pvm.internal.type.matcher |
serialVersionUID: 1L
className
java.lang.String className
serialVersionUID: 1L
hibernateSessionFactoryName
java.lang.String hibernateSessionFactoryName
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
|
Package org.ow2.orchestra.pvm.internal.type.variable |
serialVersionUID: 1L
blob
Blob blob
serialVersionUID: 1L
clob
Clob clob
serialVersionUID: 1L
date
java.util.Date date
serialVersionUID: 1L
d
java.lang.Double d
serialVersionUID: 1L
hibernatable
java.lang.Object hibernatable
serialVersionUID: 1L
hibernatable
java.lang.Object hibernatable
serialVersionUID: 1L
l
java.lang.Long l
serialVersionUID: 1L
serialVersionUID: 1L
string
java.lang.String string
serialVersionUID: 1L
value
java.lang.Object value
|
Package org.ow2.orchestra.pvm.internal.wire |
serialVersionUID: 1L
name
java.lang.String name
wireDefinition
WireDefinition wireDefinition
underConstruction
java.util.Set<E> underConstruction
- objects that are being instantiated or constructed
pendingInitializations
java.util.Map<K,V> pendingInitializations
- objects that are constructed, but waiting for the initialization operations
(like e.g. injections) to be performed
underInitialization
java.util.Map<K,V> underInitialization
- objects on which the initialization operations (like e.g. injections) are
being performed
cache
java.util.Map<K,V> cache
- fully created and initialized objects
exceptions
java.util.Map<K,V> exceptions
- exceptions throw by descriptor invocations
serialVersionUID: 1L
descriptors
java.util.Map<K,V> descriptors
- maps object names to
Descriptors
descriptorNames
java.util.Map<K,V> descriptorNames
useTypes
boolean useTypes
eagerInitNames
java.util.List<E> eagerInitNames
- references all objects that must eagerly initialized.
- See Also:
WireContext
serialVersionUID: 1L
|
Package org.ow2.orchestra.pvm.internal.wire.descriptor |
serialVersionUID: 1L
dbid
long dbid
dbversion
int dbversion
version
int version
name
java.lang.String name
init
char init
serialVersionUID: 1L
dbid
long dbid
dbversion
int dbversion
typeName
java.lang.String typeName
descriptor
Descriptor descriptor
serialVersionUID: 1L
businessCalendar
BusinessCalendar businessCalendar
serialVersionUID: 1L
longVal
java.lang.Long longVal
serialVersionUID: 1L
text
java.lang.String text
serialVersionUID: 1L
text
java.lang.String text
serialVersionUID: 1L
serialVersionUID: 1L
className
java.lang.String className
valueDescriptors
java.util.List<E> valueDescriptors
isSynchronized
boolean isSynchronized
serialVersionUID: 1L
commandService
CommandService commandService
interceptorDescriptors
java.util.List<E> interceptorDescriptors
serialVersionUID: 1L
contextName
java.lang.String contextName
serialVersionUID: 1L
type
java.lang.Class<T> type
serialVersionUID: 1L
extensions
java.util.Map<K,V> extensions
- maps extensions to language-ids
deployerDescriptors
java.util.Map<K,V> deployerDescriptors
- maps language-ids to a sequence of process deployers
serialVersionUID: 1L
serialVersionUID: 1L
doubleVal
java.lang.Double doubleVal
serialVersionUID: 1L
serialVersionUID: 1L
environmentFactory
EnvironmentFactory environmentFactory
serialVersionUID: 1L
environmentFactory
EnvironmentFactory environmentFactory
serialVersionUID: 1L
type
java.lang.Class<T> type
serialVersionUID: 1L
expression
java.lang.String expression
language
java.lang.String language
serialVersionUID: 1L
serialVersionUID: 1L
doubleVal
java.lang.Double doubleVal
serialVersionUID: 1L
className
java.lang.String className
namingStrategyClassName
java.lang.String namingStrategyClassName
mappingOperations
java.util.List<E> mappingOperations
cacheOperations
java.util.List<E> cacheOperations
propertiesDescriptor
PropertiesDescriptor propertiesDescriptor
schemaOperation
Operation schemaOperation
serialVersionUID: 1L
className
java.lang.String className
serialVersionUID: 1L
fileName
java.lang.String fileName
serialVersionUID: 1L
resource
java.lang.String resource
serialVersionUID: 1L
url
java.lang.String url
serialVersionUID: 1L
serialVersionUID: 1L
className
java.lang.String className
concurrencyStrategy
java.lang.String concurrencyStrategy
serialVersionUID: 1L
collection
java.lang.String collection
concurrencyStrategy
java.lang.String concurrencyStrategy
serialVersionUID: 1L
serialVersionUID: 1L
sessionName
java.lang.String sessionName
serialVersionUID: 1L
sessionName
java.lang.String sessionName
serialVersionUID: 1L
factoryName
java.lang.String factoryName
useCurrent
boolean useCurrent
tx
boolean tx
close
boolean close
standardTransactionName
java.lang.String standardTransactionName
connectionName
java.lang.String connectionName
serialVersionUID: 1L
configurationName
java.lang.String configurationName
configurationDescriptor
Descriptor configurationDescriptor
serialVersionUID: 1L
longVal
java.lang.Long longVal
serialVersionUID: 1L
jndiName
java.lang.String jndiName
serialVersionUID: 1L
autoStart
boolean autoStart
serialVersionUID: 1L
serialVersionUID: 1L
longVal
java.lang.Long longVal
serialVersionUID: 1L
keyDescriptors
java.util.List<E> keyDescriptors
serialVersionUID: 1L
serialVersionUID: 1L
className
java.lang.String className
factoryObjectName
java.lang.String factoryObjectName
- specifies the object reference on which the method will be invoked. Either
className, objectName or a descriptor has to be specified.
TODO check if this member can be replaced by a RefDescriptor in the
factoryDescriptor member.
factoryDescriptor
Descriptor factoryDescriptor
- specifies the object on which to invoke the method. Either className,
objectName or a descriptor has to be specified.
methodName
java.lang.String methodName
argDescriptors
java.util.List<E> argDescriptors
- map to db as a component
operations
java.util.List<E> operations
- list of operations to perform during initialization.
isAutoWireEnabled
boolean isAutoWireEnabled
- True if autowiring is enabled.
serialVersionUID: 1L
url
java.lang.String url
file
java.lang.String file
resource
java.lang.String resource
isXml
boolean isXml
serialVersionUID: 1L
providedObject
java.lang.Object providedObject
exposeType
boolean exposeType
serialVersionUID: 1L
text
java.lang.String text
serialVersionUID: 1L
retryInterceptor
RetryInterceptor retryInterceptor
serialVersionUID: 1L
componentName
java.lang.String componentName
serialVersionUID: 1L
serialVersionUID: 1L
longVal
java.lang.Long longVal
serialVersionUID: 1L
text
java.lang.String text
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
text
java.lang.String text
serialVersionUID: 1L
defaultVariableTypeResolver
DefaultVariableTypeResolver defaultVariableTypeResolver
|
Package org.ow2.orchestra.pvm.internal.wire.operation |
serialVersionUID: -6310114969467917331L
dbid
long dbid
dbversion
int dbversion
serialVersionUID: 1L
transactionName
java.lang.String transactionName
serialVersionUID: 1L
fieldName
java.lang.String fieldName
descriptor
Descriptor descriptor
serialVersionUID: 1L
methodName
java.lang.String methodName
- name of the method to invoke.
argDescriptors
java.util.List<E> argDescriptors
- list of descriptors for creating arguments supplied to the method
serialVersionUID: 1L
methodName
java.lang.String methodName
argDescriptors
java.util.List<E> argDescriptors
wireContext
WireContext wireContext
target
java.lang.Object target
serialVersionUID: 1L
setterName
java.lang.String setterName
descriptor
Descriptor descriptor
serialVersionUID: 1L
contextName
java.lang.String contextName
eventNames
java.util.List<E> eventNames
wireEvents
boolean wireEvents
objectNames
java.util.List<E> objectNames
methodName
java.lang.String methodName
argDescriptors
java.util.List<E> argDescriptors
|
Package org.ow2.orchestra.pvm.internal.xml |
serialVersionUID: 1L
objectStack
java.util.Stack<E> objectStack
problems
java.util.List<E> problems
documentObject
java.lang.Object documentObject
serialVersionUID: 1L
resource
java.lang.String resource
severity
java.lang.String severity
line
java.lang.Integer line
column
java.lang.Integer column
msg
java.lang.String msg
cause
java.lang.Throwable cause
|
Package org.ow2.orchestra.pvm.listener |
|
Package org.ow2.orchestra.pvm.model |
|
Package org.ow2.orchestra.pvm.processlog |
serialVersionUID: 1L
dbid
long dbid
index
int index
time
java.util.Date time
execution
Execution execution
processInstance
Execution processInstance
Copyright © 2010 OW2 Consortium. All Rights Reserved.