Serialized Form
|
Package org.ow2.orchestra.pvm |
serialVersionUID: 1L
name
String name
language
String language
files
Map<K,V> files
documents
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
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
Date fromDay
toDay
Date toDay
businessCalendar
BusinessCalendar businessCalendar
|
Package org.ow2.orchestra.pvm.internal.cmd |
serialVersionUID: -3978894334878295917L
serialVersionUID: 1L
serialVersionUID: 1L
deployment
Deployment deployment
serialVersionUID: 1L
executionId
String executionId
processDefinitionName
String processDefinitionName
executionKey
String executionKey
serialVersionUID: 1L
processDefinitionName
String processDefinitionName
serialVersionUID: 1L
processDefinitionName
String processDefinitionName
processDefinitionVersion
int processDefinitionVersion
serialVersionUID: 1L
serialVersionUID: 1L
processDefinitionName
String processDefinitionName
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
executionId
String executionId
variableNames
List<E> variableNames
serialVersionUID: 1L
firstResult
int firstResult
maxResults
int maxResults
serialVersionUID: 1L
executionId
String executionId
serialVersionUID: 1L
executionDbid
Long executionDbid
executionId
String executionId
processDefinitionName
String processDefinitionName
executionKey
String executionKey
signalName
String signalName
parameters
Map<K,V> parameters
serialVersionUID: 1L
processDefinitionId
String processDefinitionId
executionKey
String executionKey
serialVersionUID: 1L
processDefinitionName
String processDefinitionName
executionKey
String executionKey
serialVersionUID: 4221781254932878284L
variables
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
String userId
contexts
Map<K,V> contexts
defaultSearchOrderList
ArrayList<E> defaultSearchOrderList
defaultSearchOrder
String[] defaultSearchOrder
exception
Throwable exception
serialVersionUID: 1L
serialVersionUID: 1L
pvmEnvironmentFactory
PvmEnvironmentFactory pvmEnvironmentFactory
|
Package org.ow2.orchestra.pvm.internal.hibernate |
serialVersionUID: 1L
converterNames
Map<K,V> converterNames
converters
Map<K,V> converters
serialVersionUID: 1L
prefix
String prefix
|
Package org.ow2.orchestra.pvm.internal.job |
serialVersionUID: 1L
serialVersionUID: 1L
dbid
long dbid
dbversion
int dbversion
priority
int priority
dueDate
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
String lockOwner
- name of the jobImpl executor name that has locked this jobImpl.
lockExpirationTime
Date lockExpirationTime
- the time the lock on this jobImpl expires.
exception
JobImpl.JobException 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
delay
long delay
commandDescriptor
Descriptor commandDescriptor
- a command that can be used as the behaviour of this job
serialVersionUID: 1L
serialVersionUID: 1L
signalName
String signalName
eventName
String eventName
repeat
String repeat
|
Package org.ow2.orchestra.pvm.internal.jobexecutor |
serialVersionUID: 1L
timeFormat
DateFormat timeFormat
lockOwnerName
String lockOwnerName
lockMillis
int lockMillis
jobExecutor
AbstractJobExecutor jobExecutor
limitSameInstanceJobs
boolean limitSameInstanceJobs
serialVersionUID: 1L
jobDbid
JobImpl<T> jobDbid
serialVersionUID: 1L
serialVersionUID: 1L
jobDbid
long jobDbid
failedJob
JobImpl<T> failedJob
exception
Throwable exception
serialVersionUID: 1L
jobExecutor
JobExecutor jobExecutor
serialVersionUID: 1L
executionTime
Date executionTime
jobDescription
String jobDescription
exception
String exception
|
Package org.ow2.orchestra.pvm.internal.lob |
serialVersionUID: 1L
blob
Blob blob
bytes
byte[] bytes
chops
List<E> chops
fileName
String fileName
|
Package org.ow2.orchestra.pvm.internal.model |
serialVersionUID: 1L
dbid
long dbid
dbversion
int dbversion
userId
String userId
time
Date time
message
String message
parent
CommentImpl parent
comments
List<E> comments
serialVersionUID: 1L
nodes
List<E> nodes
hasVariableDefinitions
boolean hasVariableDefinitions
variableDefinitions
List<E> variableDefinitions
hasTimerDefinitions
boolean hasTimerDefinitions
timerDefinitions
Set<E> timerDefinitions
serialVersionUID: 1L
name
String name
listenerReferences
List<E> listenerReferences
serialVersionUID: 1L
isPropagationEnabled
boolean isPropagationEnabled
- does this action accept propagated events ?
serialVersionUID: 1L
dbid
long dbid
dbversion
int dbversion
exceptionClassName
String exceptionClassName
isTransactional
boolean isTransactional
isRethrowMasked
boolean isRethrowMasked
eventListenerReferences
List<E> eventListenerReferences
transitionName
String transitionName
nodeName
String nodeName
serialVersionUID: 1L
exceptionHandler
ExceptionHandlerImpl exceptionHandler
execution
ExecutionImpl execution
processElement
ProcessElementImpl processElement
exception
Exception exception
commandService
CommandService commandService
dbid
long dbid
dbversion
int dbversion
name
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
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
String id
- a unique id for this execution.
state
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
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
Map<K,V> variables
jobs
List<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
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
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
Exception exception
processModifications
ProcessModificationsImpl processModifications
parentInstanceStartTime
Date parentInstanceStartTime
serialVersionUID: 1L
behaviourReference
ObjectReference<T> behaviourReference
outgoingTransitions
List<E> outgoingTransitions
incomingTransitions
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
String expression
expressionLanguage
String expressionLanguage
descriptor
Descriptor descriptor
object
Object object
serialVersionUID: 1L
name
String name
description
String description
events
Map<K,V> events
serialVersionUID: 1L
key
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
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
String packageName
- optional package name similar to the Java package name.
deploymentTime
Date deploymentTime
- time this process was deployed
initial
NodeImpl initial
- the node which is executed when the process starts
attachments
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
List<E> exceptionHandlers
properties
WireProperties properties
serialVersionUID: 1L
dbid
long dbid
version
int version
addedActions
List<E> addedActions
removedActions
List<E> removedActions
addedTransitions
List<E> addedTransitions
removedTransitions
List<E> removedTransitions
addedNodes
List<E> addedNodes
removedNodes
List<E> removedNodes
serialVersionUID: 1L
event
EventImpl event
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
dbid
long dbid
dbversion
int dbversion
dueDateDescription
String dueDateDescription
repeat
String repeat
isExclusive
Boolean isExclusive
retries
Integer retries
eventName
String eventName
signalName
String signalName
dueDate
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
String key
description
String description
source
String source
sourceExpression
String sourceExpression
sourceDescriptor
Descriptor sourceDescriptor
destination
String destination
destinationExpression
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
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
String userId
|
Package org.ow2.orchestra.pvm.internal.tx |
serialVersionUID: 1L
resources
List<E> resources
synchronizations
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
List<E> typeMappings
serialVersionUID: 1L
name
String name
converter
Converter converter
variableClass
Class<T> variableClass
serialVersionUID: 1L
matcher
Matcher matcher
type
Type type
serialVersionUID: 1L
dbid
long dbid
dbversion
int dbversion
key
String key
converter
Converter converter
queryText
String queryText
processInstance
ExecutionImpl processInstance
|
Package org.ow2.orchestra.pvm.internal.type.converter |
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
dateFormat
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
String className
serialVersionUID: 1L
hibernateSessionFactoryName
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
Date date
serialVersionUID: 1L
d
Double d
serialVersionUID: 1L
hibernatable
Object hibernatable
serialVersionUID: 1L
hibernatable
Object hibernatable
serialVersionUID: 1L
l
Long l
serialVersionUID: 1L
serialVersionUID: 1L
string
String string
serialVersionUID: 1L
value
Object value
|
Package org.ow2.orchestra.pvm.internal.wire |
serialVersionUID: 1L
name
String name
wireDefinition
WireDefinition wireDefinition
underConstruction
Set<E> underConstruction
- objects that are being instantiated or constructed
pendingInitializations
Map<K,V> pendingInitializations
- objects that are constructed, but waiting for the initialization operations
(like e.g. injections) to be performed
underInitialization
Map<K,V> underInitialization
- objects on which the initialization operations (like e.g. injections) are
being performed
cache
Map<K,V> cache
- fully created and initialized objects
exceptions
Map<K,V> exceptions
- exceptions throw by descriptor invocations
serialVersionUID: 1L
descriptors
Map<K,V> descriptors
- maps object names to
Descriptors
descriptorNames
Map<K,V> descriptorNames
useTypes
boolean useTypes
eagerInitNames
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
String name
init
char init
serialVersionUID: 1L
dbid
long dbid
dbversion
int dbversion
typeName
String typeName
descriptor
Descriptor descriptor
serialVersionUID: 1L
businessCalendar
BusinessCalendar businessCalendar
serialVersionUID: 1L
longVal
Long longVal
serialVersionUID: 1L
text
String text
serialVersionUID: 1L
text
String text
serialVersionUID: 1L
serialVersionUID: 1L
className
String className
valueDescriptors
List<E> valueDescriptors
isSynchronized
boolean isSynchronized
serialVersionUID: 1L
commandService
CommandService commandService
interceptorDescriptors
List<E> interceptorDescriptors
serialVersionUID: 1L
contextName
String contextName
serialVersionUID: 1L
type
Class<T> type
serialVersionUID: 1L
extensions
Map<K,V> extensions
- maps extensions to language-ids
deployerDescriptors
Map<K,V> deployerDescriptors
- maps language-ids to a sequence of process deployers
serialVersionUID: 1L
serialVersionUID: 1L
doubleVal
Double doubleVal
serialVersionUID: 1L
serialVersionUID: 1L
environmentFactory
EnvironmentFactory environmentFactory
serialVersionUID: 1L
environmentFactory
EnvironmentFactory environmentFactory
serialVersionUID: 1L
type
Class<T> type
serialVersionUID: 1L
expression
String expression
language
String language
serialVersionUID: 1L
serialVersionUID: 1L
doubleVal
Double doubleVal
serialVersionUID: 1L
className
String className
namingStrategyClassName
String namingStrategyClassName
mappingOperations
List<E> mappingOperations
cacheOperations
List<E> cacheOperations
propertiesDescriptor
PropertiesDescriptor propertiesDescriptor
schemaOperation
Operation schemaOperation
serialVersionUID: 1L
className
String className
serialVersionUID: 1L
fileName
String fileName
serialVersionUID: 1L
resource
String resource
serialVersionUID: 1L
url
String url
serialVersionUID: 1L
serialVersionUID: 1L
className
String className
concurrencyStrategy
String concurrencyStrategy
serialVersionUID: 1L
collection
String collection
concurrencyStrategy
String concurrencyStrategy
serialVersionUID: 1L
serialVersionUID: 1L
sessionName
String sessionName
serialVersionUID: 1L
sessionName
String sessionName
serialVersionUID: 1L
factoryName
String factoryName
useCurrent
boolean useCurrent
tx
boolean tx
close
boolean close
standardTransactionName
String standardTransactionName
connectionName
String connectionName
serialVersionUID: 1L
configurationName
String configurationName
configurationDescriptor
Descriptor configurationDescriptor
serialVersionUID: 1L
longVal
Long longVal
serialVersionUID: 1L
jndiName
String jndiName
serialVersionUID: 1L
autoStart
boolean autoStart
serialVersionUID: 1L
serialVersionUID: 1L
longVal
Long longVal
serialVersionUID: 1L
keyDescriptors
List<E> keyDescriptors
serialVersionUID: 1L
serialVersionUID: 1L
className
String className
factoryObjectName
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
String methodName
argDescriptors
List<E> argDescriptors
- map to db as a component
operations
List<E> operations
- list of operations to perform during initialization.
isAutoWireEnabled
boolean isAutoWireEnabled
- True if autowiring is enabled.
serialVersionUID: 1L
url
String url
file
String file
resource
String resource
isXml
boolean isXml
serialVersionUID: 1L
providedObject
Object providedObject
exposeType
boolean exposeType
serialVersionUID: 1L
text
String text
serialVersionUID: 1L
retryInterceptor
RetryInterceptor retryInterceptor
serialVersionUID: 1L
serialVersionUID: 1L
longVal
Long longVal
serialVersionUID: 1L
text
String text
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
text
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
String transactionName
serialVersionUID: 1L
fieldName
String fieldName
descriptor
Descriptor descriptor
serialVersionUID: 1L
methodName
String methodName
- name of the method to invoke.
argDescriptors
List<E> argDescriptors
- list of descriptors for creating arguments supplied to the method
serialVersionUID: 1L
methodName
String methodName
argDescriptors
List<E> argDescriptors
wireContext
WireContext wireContext
target
Object target
serialVersionUID: 1L
setterName
String setterName
descriptor
Descriptor descriptor
serialVersionUID: 1L
contextName
String contextName
eventNames
List<E> eventNames
wireEvents
boolean wireEvents
objectNames
List<E> objectNames
methodName
String methodName
argDescriptors
List<E> argDescriptors
|
Package org.ow2.orchestra.pvm.internal.xml |
serialVersionUID: 1L
objectStack
Stack<E> objectStack
problems
List<E> problems
documentObject
Object documentObject
serialVersionUID: 1L
resource
String resource
severity
String severity
line
Integer line
column
Integer column
msg
String msg
cause
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
Date time
execution
Execution execution
processInstance
Execution processInstance
Copyright © 2011 OW2 Consortium. All Rights Reserved.