Serialized Form


Package org.ow2.orchestra.facade

Class org.ow2.orchestra.facade.Deployment extends Object implements Serializable

serialVersionUID: -5531271839683239304L

Serialized Fields

bpel

byte[] bpel
bpel file as an inputSource.


wsdlDefinitions

WsdlDefinitions wsdlDefinitions
wsdl file describing the process as a webservice.


resourcesRepository

ProcessResourcesRepository resourcesRepository
list of resources (xsl templates) used in the process


Package org.ow2.orchestra.facade.criteria

Class org.ow2.orchestra.facade.criteria.Criteria extends Object implements Serializable

serialVersionUID: 6733586963303203831L

Serialized Fields

maxResults

int maxResults
negative max result are treated as meaning no limit


firstResult

int firstResult
Default first result is the first one


order

Order<T> order
Default order is null


restrictions

List<E> restrictions
Restrictions used on this criteria. An empty list (the default) means no restrictions.

Class org.ow2.orchestra.facade.criteria.Field extends Object implements Serializable

Serialized Fields

storedSqlId

String storedSqlId

Class org.ow2.orchestra.facade.criteria.FilterField extends Field<T> implements Serializable

Class org.ow2.orchestra.facade.criteria.Order extends Object implements Serializable

serialVersionUID: -8141908789530673225L

Serialized Fields

field

SortableField<T> field
The field on which the sort applies


ascending

boolean ascending
Represent the sort direction. Default is ascending.

Class org.ow2.orchestra.facade.criteria.PagedResult extends Object implements Serializable

serialVersionUID: -2881563733153669822L

Serialized Fields

elements

List<E> elements
Returned set of ProcessInstances for this page


totalElementsCount

long totalElementsCount
Total number of elements corresponding to requested Criteria restrictions.

Class org.ow2.orchestra.facade.criteria.Restriction extends Object implements Serializable

serialVersionUID: -8141907675530673225L

Serialized Fields

field

FilterField<T> field
The field on which the restriction applies


values

List<E> values
The value on which the Restriction applies


operation

String operation
The operation that links the field and the value

Class org.ow2.orchestra.facade.criteria.SortableField extends Field<T> implements Serializable


Package org.ow2.orchestra.facade.data

Class org.ow2.orchestra.facade.data.AbstractData extends Object implements Serializable

serialVersionUID: 7909390084492630026L

Serialized Fields

date

Date date

Package org.ow2.orchestra.facade.data.def

Class org.ow2.orchestra.facade.data.def.ActivityDefinitionData extends AbstractData implements Serializable

serialVersionUID: 1627011155347207859L

Serialized Fields

processDefinitionData

ProcessDefinitionData processDefinitionData

name

String name

type

ActivityType type

uuid

ActivityDefinitionUUID uuid

encloserUUID

ActivityDefinitionUUID encloserUUID

Class org.ow2.orchestra.facade.data.def.AssignActivityDefinitionData extends ActivityDefinitionData implements Serializable

serialVersionUID: 1711753720319674060L

Class org.ow2.orchestra.facade.data.def.CompensateActivityDefinitionData extends ActivityDefinitionData implements Serializable

serialVersionUID: -378133939803562274L

Class org.ow2.orchestra.facade.data.def.CompensateScopeActivityDefinitionData extends ActivityDefinitionData implements Serializable

serialVersionUID: 2580565504192815445L

Serialized Fields

target

String target

Class org.ow2.orchestra.facade.data.def.EmptyActivityDefinitionData extends ActivityDefinitionData implements Serializable

serialVersionUID: -2374858864410602100L

Class org.ow2.orchestra.facade.data.def.ExitActivityDefinitionData extends ActivityDefinitionData implements Serializable

serialVersionUID: -3822348118214166437L

Class org.ow2.orchestra.facade.data.def.InvokeActivityDefinitionData extends ActivityDefinitionData implements Serializable

serialVersionUID: 1635409234125348594L

Class org.ow2.orchestra.facade.data.def.ProcessActivityDefinitionData extends ScopeActivityDefinitionData implements Serializable

serialVersionUID: 3041457492082030696L

Class org.ow2.orchestra.facade.data.def.ProcessDefinitionData extends AbstractData implements Serializable

serialVersionUID: 2576908685997000229L

Serialized Fields

uuid

ProcessDefinitionUUID uuid

name

String name

nameSpace

String nameSpace

version

int version

state

ProcessState state

Class org.ow2.orchestra.facade.data.def.ReceiveActivityDefinitionData extends ActivityDefinitionData implements Serializable

serialVersionUID: -1947840511809285962L

Serialized Fields

operation

String operation

variable

String variable

messageExchange

String messageExchange

Class org.ow2.orchestra.facade.data.def.ReplyActivityDefinitionData extends ActivityDefinitionData implements Serializable

serialVersionUID: 712668192824383622L

Serialized Fields

operation

String operation

variable

String variable

messageExchange

String messageExchange

Class org.ow2.orchestra.facade.data.def.RethrowActivityDefinitionData extends ActivityDefinitionData implements Serializable

serialVersionUID: 7085570847423145568L

Class org.ow2.orchestra.facade.data.def.ScopeActivityDefinitionData extends ActivityDefinitionData implements Serializable

serialVersionUID: -1879299709319969289L

Serialized Fields

variablesName

List<E> variablesName

Class org.ow2.orchestra.facade.data.def.SequenceActivityDefinitionData extends ActivityDefinitionData implements Serializable

serialVersionUID: -1192127316252052969L

Class org.ow2.orchestra.facade.data.def.ThrowActivityDefinitionData extends ActivityDefinitionData implements Serializable

serialVersionUID: 3665199799183577307L

Serialized Fields

faultName

QName faultName

faultVariable

String faultVariable

Class org.ow2.orchestra.facade.data.def.WhileActivityDefinitionData extends ActivityDefinitionData implements Serializable

serialVersionUID: -4020085833041528816L


Package org.ow2.orchestra.facade.data.runtime

Class org.ow2.orchestra.facade.data.runtime.ActivityInstanceData extends AbstractData implements Serializable

serialVersionUID: 523984561683349087L

Serialized Fields

activityDefinitionData

ActivityDefinitionData activityDefinitionData

processInstanceData

ProcessInstanceData processInstanceData

uuid

ActivityInstanceUUID uuid

encloserUUID

ActivityInstanceUUID encloserUUID

Class org.ow2.orchestra.facade.data.runtime.BpelFaultData extends AbstractData implements Serializable

serialVersionUID: -6572937473899110092L

Serialized Fields

bpelFault

BpelFaultException bpelFault

activityInstanceUUID

ActivityInstanceUUID activityInstanceUUID

Class org.ow2.orchestra.facade.data.runtime.CorrelationSetInitializedData extends ScopeUpdateData implements Serializable

serialVersionUID: 6657491197489355051L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

name

String name

propertyValues

Map<K,V> propertyValues

Class org.ow2.orchestra.facade.data.runtime.ForeachInitializedData extends AbstractData implements Serializable

serialVersionUID: 8552680508951133268L

Serialized Fields

activityInstanceUUID

ActivityInstanceUUID activityInstanceUUID

startValue

int startValue

stopValue

int stopValue

completionConditionValue

Integer completionConditionValue

Class org.ow2.orchestra.facade.data.runtime.JobData extends AbstractData implements Serializable

serialVersionUID: -3542197220061701504L

Serialized Fields

jobType

String jobType

jobId

long jobId

isSuspended

boolean isSuspended

dueDate

Date dueDate

exception

String exception

retries

int retries

activityInstanceUUID

ActivityInstanceUUID activityInstanceUUID

processInstanceUUID

ProcessInstanceUUID processInstanceUUID

Class org.ow2.orchestra.facade.data.runtime.PartnerLinkUpdateData extends ScopeUpdateData implements Serializable

serialVersionUID: -4705971360650536218L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

name

String name

partnerLinkUpdateType

PartnerLinkUpdateType partnerLinkUpdateType

partnerLinkReference

Element partnerLinkReference

Class org.ow2.orchestra.facade.data.runtime.PendingMessageData extends AbstractData implements Serializable

Serialized Fields

messageId

long messageId

message

Message message

processQName

QName processQName

portTypeQName

QName portTypeQName

operationName

String operationName

isOneWay

boolean isOneWay

addedDate

Date addedDate

Class org.ow2.orchestra.facade.data.runtime.ProcessInstanceData extends AbstractData implements Serializable

serialVersionUID: -2276795072106178301L

Serialized Fields

processDefinitionData

ProcessDefinitionData processDefinitionData

uuid

ProcessInstanceUUID uuid

state

ActivityState state
The state of the instance.

Class org.ow2.orchestra.facade.data.runtime.ScopeStateUpdateData extends ScopeUpdateData implements Serializable

serialVersionUID: -8518237970434693706L

Serialized Fields

state

ScopeState state

Class org.ow2.orchestra.facade.data.runtime.ScopeUpdateData extends AbstractData implements Serializable

serialVersionUID: -1475069998606097027L

Serialized Fields

scopeActivityUUID

ActivityInstanceUUID scopeActivityUUID

activityData

ActivityInstanceData activityData

Class org.ow2.orchestra.facade.data.runtime.TimerData extends AbstractData implements Serializable

serialVersionUID: -6560936588884917813L

Serialized Fields

activityInstanceUUID

ActivityInstanceUUID activityInstanceUUID

activityDefinitionUUID

ActivityDefinitionUUID activityDefinitionUUID

expectedStartedDate

Date expectedStartedDate

Class org.ow2.orchestra.facade.data.runtime.TransitionConditionUpdateData extends AbstractData implements Serializable

serialVersionUID: -6651922697163483047L

Serialized Fields

flowActivityUUID

ActivityInstanceUUID flowActivityUUID

status

Boolean status

name

String name

Class org.ow2.orchestra.facade.data.runtime.VariableUpdateData extends ScopeUpdateData implements Serializable

serialVersionUID: 4368820327162623410L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

name

String name

value

Object value

Package org.ow2.orchestra.facade.def

Package org.ow2.orchestra.facade.def.impl

Class org.ow2.orchestra.facade.def.impl.ActivityDefinitionImpl extends DefinitionRecordImpl implements Serializable

serialVersionUID: 6370792196885441275L

Serialized Fields

uuid

ActivityDefinitionUUID uuid

documentation

String documentation

Class org.ow2.orchestra.facade.def.impl.AssignActivityDefinitionImpl extends BpelActivityDefinitionImpl implements Serializable

serialVersionUID: -8258323650177706915L

Serialized Fields

validate

boolean validate

copyDefinitions

List<E> copyDefinitions

Class org.ow2.orchestra.facade.def.impl.BaseCatchDefinitionImpl extends BaseFCTDefinitionImpl implements Serializable

serialVersionUID: 2223807291475428233L

Class org.ow2.orchestra.facade.def.impl.BaseFCTDefinitionImpl extends ActivityDefinitionImpl implements Serializable

serialVersionUID: 4609885504204462868L

Serialized Fields

enclosedActivityDefinitionUUID

ActivityDefinitionUUID enclosedActivityDefinitionUUID

Class org.ow2.orchestra.facade.def.impl.BpelActivityDefinitionImpl extends ActivityDefinitionImpl implements Serializable

serialVersionUID: -8662979282414910900L

Serialized Fields

suppressJoinFailure

boolean suppressJoinFailure

sourceList

List<E> sourceList

targetList

List<E> targetList

targetsJoinConditionExpressionLanguage

String targetsJoinConditionExpressionLanguage

targetsJoinConditionBooleanExpression

String targetsJoinConditionBooleanExpression

Class org.ow2.orchestra.facade.def.impl.BpelActivityWithChildrenDefinitionImpl extends BpelActivityDefinitionImpl implements Serializable

serialVersionUID: -7091943427587452429L

Serialized Fields

enclosedActivitiesUUID

List<E> enclosedActivitiesUUID

Class org.ow2.orchestra.facade.def.impl.BpelActivityWithSingleChildDefinitionImpl extends BpelActivityDefinitionImpl implements Serializable

serialVersionUID: -7091943427587452429L

Serialized Fields

enclosedActivityUUID

ActivityDefinitionUUID enclosedActivityUUID

Class org.ow2.orchestra.facade.def.impl.CatchAllDefinitionImpl extends BaseCatchDefinitionImpl<CatchAllDefinition> implements Serializable

serialVersionUID: -2932947178265692204L

Class org.ow2.orchestra.facade.def.impl.CatchDefinitionImpl extends BaseCatchDefinitionImpl<CatchDefinition> implements Serializable

serialVersionUID: -5625955644411979957L

Serialized Fields

faultElement

QName faultElement

faultMessageType

QName faultMessageType

faultName

QName faultName

faultVariable

String faultVariable

Class org.ow2.orchestra.facade.def.impl.CompensateActivityDefinitionImpl extends BpelActivityDefinitionImpl implements Serializable

serialVersionUID: -8118807013159230613L

Class org.ow2.orchestra.facade.def.impl.CompensateScopeActivityDefinitionImpl extends BpelActivityDefinitionImpl implements Serializable

serialVersionUID: -4594307198956506957L

Serialized Fields

target

String target

Class org.ow2.orchestra.facade.def.impl.CompensationHandlerDefinitionImpl extends BaseFCTDefinitionImpl implements Serializable

serialVersionUID: 738582345472098443L

Class org.ow2.orchestra.facade.def.impl.CompletionConditionDefinitionImpl extends Object implements Serializable

serialVersionUID: 9049780737364777615L

Serialized Fields

expression

String expression

expressionLanguage

String expressionLanguage

successfulBranchesOnly

boolean successfulBranchesOnly

Class org.ow2.orchestra.facade.def.impl.CopyDefinitionImpl extends Object implements Serializable

serialVersionUID: -6313088303704824547L

Serialized Fields

fromDefinitionList

List<E> fromDefinitionList

keepSrcElementName

boolean keepSrcElementName

toDefinitionList

List<E> toDefinitionList

Class org.ow2.orchestra.facade.def.impl.CorrelationDefinitionImpl extends Object implements Serializable

serialVersionUID: -3480599839223743265L

Serialized Fields

setValue

String setValue

initiate

String initiate

Class org.ow2.orchestra.facade.def.impl.CorrelationSetDefinitionImpl extends Object implements Serializable

serialVersionUID: -3855182529873533020L

Serialized Fields

name

String name

properties

List<E> properties

Class org.ow2.orchestra.facade.def.impl.DefinitionRecordImpl extends Object implements Serializable

serialVersionUID: 7538114806591716366L

Serialized Fields

processDefinitionUUID

ProcessDefinitionUUID processDefinitionUUID

name

String name

Class org.ow2.orchestra.facade.def.impl.ElseDefinitionImpl extends Object implements Serializable

serialVersionUID: 3983687840504177501L

Serialized Fields

activityDefinitionUUID

ActivityDefinitionUUID activityDefinitionUUID

Class org.ow2.orchestra.facade.def.impl.ElseIfDefinitionImpl extends Object implements Serializable

serialVersionUID: -7667330330929406618L

Serialized Fields

expression

String expression

expressionLanguage

String expressionLanguage

activityDefinitionUUID

ActivityDefinitionUUID activityDefinitionUUID

Class org.ow2.orchestra.facade.def.impl.EmptyActivityDefinitionImpl extends BpelActivityDefinitionImpl implements Serializable

serialVersionUID: -5712018874829952383L

Class org.ow2.orchestra.facade.def.impl.ExitActivityDefinitionImpl extends BpelActivityDefinitionImpl implements Serializable

serialVersionUID: 5708354996444699284L

Class org.ow2.orchestra.facade.def.impl.ExtensionDefinitionImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

namespace

String namespace
Namespace attribute of the extension element.


mustUnderstand

boolean mustUnderstand
mustUnderstand attribute of the extension element.


supported

boolean supported
supported if the extension element is actually supported by Orchestra

Class org.ow2.orchestra.facade.def.impl.FlowActivityDefinitionImpl extends BpelActivityWithChildrenDefinitionImpl implements Serializable

serialVersionUID: -197814814273723848L

Serialized Fields

linkList

List<E> linkList

Class org.ow2.orchestra.facade.def.impl.ForDefinitionImpl extends Object implements Serializable

serialVersionUID: 5267113937223775083L

Serialized Fields

expressionLanguage

String expressionLanguage

durationExpression

String durationExpression

Class org.ow2.orchestra.facade.def.impl.ForeachActivityDefinitionImpl extends BpelActivityWithSingleChildDefinitionImpl implements Serializable

serialVersionUID: 7529197267978015350L

Serialized Fields

finalCounterExpression

String finalCounterExpression

startCounterExpressionLanguage

String startCounterExpressionLanguage

startCounterExpression

String startCounterExpression

finalCounterExpressionLanguage

String finalCounterExpressionLanguage

parallelValue

boolean parallelValue

counterName

String counterName

completionConditionDefinition

CompletionConditionDefinition completionConditionDefinition

Class org.ow2.orchestra.facade.def.impl.FromDefinitionImpl extends FromToDefinitionImpl implements Serializable

serialVersionUID: -1391629711481253551L

Serialized Fields

literal

LiteralDefinition literal

Class org.ow2.orchestra.facade.def.impl.FromPartDefinitionImpl extends Object implements Serializable

serialVersionUID: 4944646222989721522L

Serialized Fields

part

String part

toVariable

String toVariable

Class org.ow2.orchestra.facade.def.impl.FromToDefinitionImpl extends Object implements Serializable

serialVersionUID: 6048928207663625115L

Serialized Fields

variant

Variant variant

variable

String variable

property

QName property

partnerLink

String partnerLink

part

String part

expressionLanguage

String expressionLanguage

endpointReference

String endpointReference

expression

String expression

queryLanguage

String queryLanguage

query

String query

Class org.ow2.orchestra.facade.def.impl.IfActivityDefinitionImpl extends BpelActivityWithSingleChildDefinitionImpl implements Serializable

serialVersionUID: 3466900563857594409L

Serialized Fields

expression

String expression

expressionLanguage

String expressionLanguage

elseIfDefinitionList

List<E> elseIfDefinitionList

elseDefinition

ElseDefinition elseDefinition

Class org.ow2.orchestra.facade.def.impl.InvokeDefinitionImpl extends BpelActivityDefinitionImpl implements Serializable

serialVersionUID: -6313088303704824547L

Serialized Fields

correlationDefinitions

List<E> correlationDefinitions

fromPartDefinitions

List<E> fromPartDefinitions

toPartDefinitions

List<E> toPartDefinitions

partnerLink

String partnerLink

inputVariable

String inputVariable

outputVariable

String outputVariable

operation

String operation

portType

QName portType

Class org.ow2.orchestra.facade.def.impl.LiteralDefinitionImpl extends Object implements Serializable

serialVersionUID: -3096957919056351557L

Serialized Fields

value

String value

Class org.ow2.orchestra.facade.def.impl.OnAlarmDefinitionImpl extends Object implements Serializable

serialVersionUID: -2279304272799272924L

Serialized Fields

untilDefinition

UntilDefinition untilDefinition

forDefinition

ForDefinition forDefinition

repeatEveryDefinition

RepeatEveryDefinition repeatEveryDefinition

activityDefinitionUUID

ActivityDefinitionUUID activityDefinitionUUID

Class org.ow2.orchestra.facade.def.impl.OnEventDefinitionImpl extends Object implements Serializable

serialVersionUID: 1203685272665453504L

Serialized Fields

variable

String variable

portType

QName portType

partnerLink

String partnerLink

operation

String operation

messageExchange

String messageExchange

fromPartList

List<E> fromPartList

correlationList

List<E> correlationList

activityDefinitionUUID

ActivityDefinitionUUID activityDefinitionUUID

Class org.ow2.orchestra.facade.def.impl.OnMessageDefinitionImpl extends Object implements Serializable

serialVersionUID: 2518366478937665L

Serialized Fields

variable

String variable

portType

QName portType

partnerLink

String partnerLink

operation

String operation

messageExchange

String messageExchange

fromPartList

List<E> fromPartList

correlationList

List<E> correlationList

activityDefinitionUUID

ActivityDefinitionUUID activityDefinitionUUID

Class org.ow2.orchestra.facade.def.impl.PartnerLinkDefinitionImpl extends Object implements Serializable

serialVersionUID: 7928911106059762858L

Serialized Fields

myRole

String myRole

name

String name

partnerLinkType

QName partnerLinkType

partnerRole

String partnerRole

initializePartnerRole

boolean initializePartnerRole

Class org.ow2.orchestra.facade.def.impl.PickActivityDefinitionImpl extends BpelActivityDefinitionImpl implements Serializable

serialVersionUID: 3268415930914443646L

Serialized Fields

createInstance

boolean createInstance

onMessageDefinitionList

List<E> onMessageDefinitionList

onAlarmDefinitionList

List<E> onAlarmDefinitionList

Class org.ow2.orchestra.facade.def.impl.ProcessDefinitionImpl extends ScopeActivityDefinitionImpl implements Serializable

serialVersionUID: 35906774703995610L

Serialized Fields

nameSpace

String nameSpace

expressionLanguage

String expressionLanguage

queryLanguage

String queryLanguage

deployedDate

Date deployedDate

undeployedDate

Date undeployedDate

state

ProcessState state

stateUpdates

List<E> stateUpdates

resourceNames

Collection<E> resourceNames

version

int version

extensions

List<E> extensions

Class org.ow2.orchestra.facade.def.impl.ProcessStateUpdateImpl extends Object implements Serializable

serialVersionUID: 1485764789708354291L

Serialized Fields

date

Date date

state

ProcessState state

Class org.ow2.orchestra.facade.def.impl.ReceiveActivityDefinitionImpl extends BpelActivityDefinitionImpl implements Serializable

serialVersionUID: 6823731155200345051L

Serialized Fields

createInstance

boolean createInstance

variable

String variable

portType

QName portType

partnerLink

String partnerLink

operation

String operation

messageExchange

String messageExchange

correlationDefinitionList

List<E> correlationDefinitionList

fromPartDefinitionList

List<E> fromPartDefinitionList

Class org.ow2.orchestra.facade.def.impl.RepeatEveryDefinitionImpl extends Object implements Serializable

serialVersionUID: 8933504472359120628L

Serialized Fields

expressionLanguage

String expressionLanguage

durationExpression

String durationExpression

Class org.ow2.orchestra.facade.def.impl.RepeatUntilActivityDefinitionImpl extends BpelActivityWithSingleChildDefinitionImpl implements Serializable

serialVersionUID: 592699355982800225L

Serialized Fields

conditionExpressionLanguage

String conditionExpressionLanguage

conditionBooleanExpression

String conditionBooleanExpression

Class org.ow2.orchestra.facade.def.impl.ReplyActivityDefinitionImpl extends BpelActivityDefinitionImpl implements Serializable

serialVersionUID: 953677591273172009L

Serialized Fields

faultName

QName faultName

toPartDefinitionList

List<E> toPartDefinitionList

correlationDefinitionList

List<E> correlationDefinitionList

variable

String variable

portType

QName portType

partnerLink

String partnerLink

operation

String operation

messageExchange

String messageExchange

Class org.ow2.orchestra.facade.def.impl.RethrowActivityDefinitionImpl extends BpelActivityDefinitionImpl implements Serializable

serialVersionUID: 3344836251795005926L

Class org.ow2.orchestra.facade.def.impl.ScopeActivityDefinitionImpl extends BpelActivityWithSingleChildDefinitionImpl implements Serializable

serialVersionUID: 6093998771288082618L

Serialized Fields

exitOnStandardFault

boolean exitOnStandardFault

variables

List<E> variables

correlationSets

List<E> correlationSets

partnerLinks

List<E> partnerLinks

onEvents

List<E> onEvents

onAlarms

List<E> onAlarms

messageExchanges

List<E> messageExchanges

faultHandlerUUIDs

List<E> faultHandlerUUIDs

terminationHandlerUUID

ActivityDefinitionUUID terminationHandlerUUID

compensationHandlerUUID

ActivityDefinitionUUID compensationHandlerUUID

Class org.ow2.orchestra.facade.def.impl.SequenceActivityDefinitionImpl extends BpelActivityWithChildrenDefinitionImpl implements Serializable

serialVersionUID: -4852616476712614328L

Class org.ow2.orchestra.facade.def.impl.SourceImpl extends Object implements Serializable

serialVersionUID: -2336155881613479724L

Serialized Fields

linkName

String linkName

transitionConditionExpressionLanguage

String transitionConditionExpressionLanguage

transitionConditionBooleanExpression

String transitionConditionBooleanExpression

Class org.ow2.orchestra.facade.def.impl.TargetImpl extends Object implements Serializable

serialVersionUID: -3134338135935369487L

Serialized Fields

linkName

String linkName

Class org.ow2.orchestra.facade.def.impl.TerminationHandlerDefinitionImpl extends BaseFCTDefinitionImpl implements Serializable

serialVersionUID: -5441098300952699348L

Class org.ow2.orchestra.facade.def.impl.ThrowActivityDefinitionImpl extends BpelActivityDefinitionImpl implements Serializable

serialVersionUID: 4300889445997344818L

Serialized Fields

faultName

QName faultName

faultVariable

String faultVariable

Class org.ow2.orchestra.facade.def.impl.ToDefinitionImpl extends FromToDefinitionImpl implements Serializable

serialVersionUID: 3178958489626969476L

Class org.ow2.orchestra.facade.def.impl.ToPartDefinitionImpl extends Object implements Serializable

serialVersionUID: 2284995442115062145L

Serialized Fields

part

String part

fromVariable

String fromVariable

Class org.ow2.orchestra.facade.def.impl.UnknownActivityDefinitionImpl extends BpelActivityWithChildrenDefinitionImpl implements Serializable

serialVersionUID: 6130588086119699004L

Class org.ow2.orchestra.facade.def.impl.UntilDefinitionImpl extends Object implements Serializable

serialVersionUID: 3626453594102621021L

Serialized Fields

expressionLanguage

String expressionLanguage

deadlineExpression

String deadlineExpression

Class org.ow2.orchestra.facade.def.impl.VariableDefinitionImpl extends Object implements Serializable

serialVersionUID: 684346996027589377L

Serialized Fields

element

QName element

messageType

QName messageType

name

String name

type

QName type

Class org.ow2.orchestra.facade.def.impl.WaitActivityDefinitionImpl extends BpelActivityDefinitionImpl implements Serializable

serialVersionUID: -4730855566596247617L

Serialized Fields

forDefinition

ForDefinition forDefinition

untilDefinition

UntilDefinition untilDefinition

Class org.ow2.orchestra.facade.def.impl.WhileActivityDefinitionImpl extends BpelActivityWithSingleChildDefinitionImpl implements Serializable

serialVersionUID: 592699355982800225L

Serialized Fields

conditionExpressionLanguage

String conditionExpressionLanguage

conditionBooleanExpression

String conditionBooleanExpression

Package org.ow2.orchestra.facade.exception

Class org.ow2.orchestra.facade.exception.ActivityInstanceNotFoundException extends OrchestraException implements Serializable

serialVersionUID: 1636197457328187740L

Serialized Fields

activityUUID

ActivityInstanceUUID activityUUID

Class org.ow2.orchestra.facade.exception.ActivityNotFoundException extends OrchestraException implements Serializable

serialVersionUID: 1636197457328187740L

Serialized Fields

activityUUID

ActivityDefinitionUUID activityUUID

Class org.ow2.orchestra.facade.exception.BpelFaultException extends OrchestraRuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

faultName

QName faultName

Class org.ow2.orchestra.facade.exception.DeploymentException extends OrchestraRuntimeException implements Serializable

serialVersionUID: 8983970423468520091L

Class org.ow2.orchestra.facade.exception.FaultWithElement extends BpelFaultException implements Serializable

serialVersionUID: 5443993435906947404L

Serialized Fields

faultElement

Document faultElement

Class org.ow2.orchestra.facade.exception.FaultWithMessage extends BpelFaultException implements Serializable

serialVersionUID: 2381218713694655654L

Serialized Fields

faultMessage

MessageImpl faultMessage

Class org.ow2.orchestra.facade.exception.IncompatibleWSDLException extends DeploymentException implements Serializable

serialVersionUID: 6806140645453586745L

Class org.ow2.orchestra.facade.exception.InstanceNotFoundException extends OrchestraException implements Serializable

serialVersionUID: 1953841592129999516L

Serialized Fields

instanceUUID

ProcessInstanceUUID instanceUUID

Class org.ow2.orchestra.facade.exception.JobNotFoundException extends OrchestraException implements Serializable

serialVersionUID: 1953841592129999516L

Serialized Fields

job

JobData job

Class org.ow2.orchestra.facade.exception.OrchestraException extends Exception implements Serializable

serialVersionUID: 1L

Class org.ow2.orchestra.facade.exception.OrchestraRuntimeException extends RuntimeException implements Serializable

serialVersionUID: 1L

Class org.ow2.orchestra.facade.exception.ParsingException extends DeploymentException implements Serializable

serialVersionUID: 6806140645453586745L

Class org.ow2.orchestra.facade.exception.ProcessNotFoundException extends OrchestraException implements Serializable

serialVersionUID: -1834419278077137071L

Serialized Fields

processUUID

ProcessDefinitionUUID processUUID

Package org.ow2.orchestra.facade.runtime

Package org.ow2.orchestra.facade.runtime.impl

Class org.ow2.orchestra.facade.runtime.impl.ActivityInstanceImpl extends RuntimeRecordImpl implements Serializable

serialVersionUID: -8839590974299983697L

Serialized Fields

uuid

ActivityInstanceUUID uuid

definitionUUID

ActivityDefinitionUUID definitionUUID

lastException

BpelFaultException lastException

Class org.ow2.orchestra.facade.runtime.impl.ActivityWithChildrenInstanceImpl extends ActivityInstanceImpl implements Serializable

serialVersionUID: -8308005565759631541L

Serialized Fields

enclosedActivitiesUUID

List<E> enclosedActivitiesUUID

Class org.ow2.orchestra.facade.runtime.impl.ActivityWithSingleChildInstanceImpl extends ActivityInstanceImpl implements Serializable

serialVersionUID: -7848321760686526026L

Serialized Fields

enclosedActivityUUID

ActivityInstanceUUID enclosedActivityUUID

Class org.ow2.orchestra.facade.runtime.impl.AssignActivityInstanceImpl extends ActivityInstanceImpl implements Serializable

serialVersionUID: 4240820705099824770L

Class org.ow2.orchestra.facade.runtime.impl.CatchActivityInstanceImpl extends ActivityWithSingleChildInstanceImpl implements Serializable

serialVersionUID: 3485143151741979690L

Class org.ow2.orchestra.facade.runtime.impl.CatchAllActivityInstanceImpl extends ActivityWithSingleChildInstanceImpl implements Serializable

serialVersionUID: 1446430426657891103L

Class org.ow2.orchestra.facade.runtime.impl.CompensateActivityInstanceImpl extends ActivityInstanceImpl implements Serializable

serialVersionUID: -1262043662847011518L

Class org.ow2.orchestra.facade.runtime.impl.CompensateScopeActivityInstanceImpl extends ActivityInstanceImpl implements Serializable

serialVersionUID: -1672489533355932367L

Class org.ow2.orchestra.facade.runtime.impl.CompensationHandlerActivityInstanceImpl extends ActivityWithSingleChildInstanceImpl implements Serializable

serialVersionUID: 910976890428107036L

Class org.ow2.orchestra.facade.runtime.impl.CorrelationSetInitializationImpl extends Object implements Serializable

serialVersionUID: -2069580133901045271L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

activityUUID

ActivityInstanceUUID activityUUID

date

Date date

name

String name

propertyValues

Map<K,V> propertyValues

Class org.ow2.orchestra.facade.runtime.impl.EmptyActivityInstanceImpl extends ActivityInstanceImpl implements Serializable

serialVersionUID: 3876212447477879066L

Class org.ow2.orchestra.facade.runtime.impl.ExitActivityInstanceImpl extends ActivityInstanceImpl implements Serializable

serialVersionUID: 3802769861342866352L

Class org.ow2.orchestra.facade.runtime.impl.FlowActivityInstanceImpl extends ActivityWithChildrenInstanceImpl implements Serializable

serialVersionUID: -8696405119148398704L

Serialized Fields

transitionConditionUpdateList

List<E> transitionConditionUpdateList
list of links of the flow.

Class org.ow2.orchestra.facade.runtime.impl.ForeachActivityInstanceImpl extends ActivityWithChildrenInstanceImpl implements Serializable

serialVersionUID: -8696405119148398704L

Serialized Fields

startValue

int startValue

stopValue

int stopValue

completionConditionValue

Integer completionConditionValue

Class org.ow2.orchestra.facade.runtime.impl.IfActivityInstanceImpl extends ActivityWithSingleChildInstanceImpl implements Serializable

serialVersionUID: -8696405119148398704L

Class org.ow2.orchestra.facade.runtime.impl.InvokeActivityInstanceImpl extends ActivityInstanceImpl implements Serializable

serialVersionUID: -2831775870470049538L

Class org.ow2.orchestra.facade.runtime.impl.MessageImpl extends Object implements Serializable

serialVersionUID: -1923279216159214497L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

parts

Document parts

Class org.ow2.orchestra.facade.runtime.impl.PartnerLinkUpdateImpl extends Object implements Serializable

serialVersionUID: -2069580133901045271L

Serialized Fields

activityUUID

ActivityInstanceUUID activityUUID

date

Date date

name

String name

partnerLinkUpdateType

PartnerLinkUpdateType partnerLinkUpdateType

partnerLinkReference

String partnerLinkReference

Class org.ow2.orchestra.facade.runtime.impl.PickActivityInstanceImpl extends ActivityWithSingleChildInstanceImpl implements Serializable

serialVersionUID: -8696405119148398704L

Serialized Fields

waitingActivityList

List<E> waitingActivityList

Class org.ow2.orchestra.facade.runtime.impl.ProcessInstanceImpl extends ScopeActivityInstanceImpl implements Serializable

serialVersionUID: -2012138860577256916L

Serialized Fields

processInstanceState

List<E> processInstanceState
The list of state updates for this instance.

Class org.ow2.orchestra.facade.runtime.impl.ProcessInstanceStateUpdateImpl extends Object implements Serializable

serialVersionUID: 3785467428530417710L

Serialized Fields

date

Date date
The date at which the update occured.


state

ActivityState state
The state of the update.

Class org.ow2.orchestra.facade.runtime.impl.ReceiveActivityInstanceImpl extends ActivityInstanceImpl implements Serializable

serialVersionUID: -3693697309465044685L

Serialized Fields

operation

String operation

variable

String variable

messageExchange

String messageExchange

Class org.ow2.orchestra.facade.runtime.impl.RepeatUntilActivityInstanceImpl extends ActivityWithChildrenInstanceImpl implements Serializable

serialVersionUID: -8696405119148398704L

Class org.ow2.orchestra.facade.runtime.impl.ReplyActivityInstanceImpl extends ActivityInstanceImpl implements Serializable

serialVersionUID: -591096228815513868L

Serialized Fields

operation

String operation

variable

String variable

messageExchange

String messageExchange

Class org.ow2.orchestra.facade.runtime.impl.RethrowActivityInstanceImpl extends ActivityInstanceImpl implements Serializable

serialVersionUID: -7756625382876989049L

Class org.ow2.orchestra.facade.runtime.impl.RuntimeRecordImpl extends Object implements Serializable

serialVersionUID: -634690080367047966L

Serialized Fields

startedDate

Date startedDate

endedDate

Date endedDate

processUUID

ProcessDefinitionUUID processUUID

instanceUUID

ProcessInstanceUUID instanceUUID

activityState

ActivityState activityState
The activity state.

Class org.ow2.orchestra.facade.runtime.impl.ScopeActivityInstanceImpl extends ActivityWithSingleChildInstanceImpl implements Serializable

serialVersionUID: 5106550190077723993L

Serialized Fields

variables

List<E> variables
all runtime variables of this scope.


correlationSet

List<E> correlationSet

partnerLink

List<E> partnerLink

scopeState

List<E> scopeState

faultHandlerActivityUUID

ActivityInstanceUUID faultHandlerActivityUUID

terminationHandlerActivityUUID

ActivityInstanceUUID terminationHandlerActivityUUID

compensationHandlerActivityUUID

ActivityInstanceUUID compensationHandlerActivityUUID

eventInstanceUUIDs

List<E> eventInstanceUUIDs

Class org.ow2.orchestra.facade.runtime.impl.ScopeStateUpdateImpl extends Object implements Serializable

serialVersionUID: 2378213224435834157L

Serialized Fields

activityUUID

ActivityInstanceUUID activityUUID

date

Date date

state

ScopeState state

Class org.ow2.orchestra.facade.runtime.impl.SequenceActivityInstanceImpl extends ActivityWithChildrenInstanceImpl implements Serializable

serialVersionUID: -4282965170800791320L

Class org.ow2.orchestra.facade.runtime.impl.TerminationHandlerActivityInstanceImpl extends ActivityWithSingleChildInstanceImpl implements Serializable

serialVersionUID: -4786456552996116033L

Class org.ow2.orchestra.facade.runtime.impl.ThrowActivityInstanceImpl extends ActivityInstanceImpl implements Serializable

serialVersionUID: -5046618479840231900L

Class org.ow2.orchestra.facade.runtime.impl.TransitionConditionUpdateImpl extends Object implements Serializable

serialVersionUID: 7688584775144614209L

Serialized Fields

status

boolean status

name

String name

date

Date date

Class org.ow2.orchestra.facade.runtime.impl.UnknownActivityInstanceImpl extends ActivityWithChildrenInstanceImpl implements Serializable

serialVersionUID: 6130588086119699004L

Class org.ow2.orchestra.facade.runtime.impl.VariableUpdateImpl extends Object implements Serializable

serialVersionUID: -2069580133901045271L

Serialized Fields

activityUUID

ActivityInstanceUUID activityUUID

date

Date date

name

String name

xmlValue

String xmlValue

messageValue

Message messageValue

Class org.ow2.orchestra.facade.runtime.impl.WaitActivityInstanceImpl extends ActivityInstanceImpl implements Serializable

serialVersionUID: -8696405119148398704L

Serialized Fields

waitingActivity

WaitingActivity waitingActivity

Class org.ow2.orchestra.facade.runtime.impl.WaitingActivityImpl extends Object implements Serializable

serialVersionUID: -2397141557584450879L

Serialized Fields

activityDefinitionUUID

ActivityDefinitionUUID activityDefinitionUUID

expectedStartedDate

Date expectedStartedDate

Class org.ow2.orchestra.facade.runtime.impl.WhileActivityInstanceImpl extends ActivityWithChildrenInstanceImpl implements Serializable

serialVersionUID: 5158198491762294602L


Package org.ow2.orchestra.facade.uuid

Class org.ow2.orchestra.facade.uuid.AbstractUUID extends Object implements Serializable

serialVersionUID: -4314616158144530597L

Serialized Fields

value

String value

Class org.ow2.orchestra.facade.uuid.ActivityDefinitionUUID extends AbstractUUID implements Serializable

serialVersionUID: -8530809113980131812L

Class org.ow2.orchestra.facade.uuid.ActivityInstanceUUID extends AbstractUUID implements Serializable

serialVersionUID: 471404416806636435L

Class org.ow2.orchestra.facade.uuid.ProcessDefinitionUUID extends ActivityDefinitionUUID implements Serializable

serialVersionUID: 5439202525374809781L

Class org.ow2.orchestra.facade.uuid.ProcessInstanceUUID extends ActivityInstanceUUID implements Serializable

serialVersionUID: -2642921825291337006L


Package org.ow2.orchestra.facade.wsdl

Class org.ow2.orchestra.facade.wsdl.WsdlDefinitions extends Object implements Serializable

serialVersionUID: 4597915313973522415L

Serialized Fields

definitions

Map<K,V> definitions

Package org.ow2.orchestra.util

Class org.ow2.orchestra.util.Final extends Object implements Serializable

serialVersionUID: 48705032925395418L

Serialized Fields

atomicReference

AtomicReference<V> atomicReference

Class org.ow2.orchestra.util.ProcessResourcesRepository extends Object implements Serializable

serialVersionUID: -67804473770091529L

Serialized Fields

resources

Map<K,V> resources
Store all the resources used in the process. key: String =>name of the resource value: byte[] => the resource content



Copyright © 2011 OW2 Consortium. All Rights Reserved.