A C D E F G H I L M N O P Q R S T U V W

A

AbstractData - Class in org.ow2.orchestra.facade.data
 
AbstractData() - Constructor for class org.ow2.orchestra.facade.data.AbstractData
 
AbstractUUID - Class in org.ow2.orchestra.facade.uuid
Abstract parent class for all UUID classes.
AbstractUUID() - Constructor for class org.ow2.orchestra.facade.uuid.AbstractUUID
 
AbstractUUID(AbstractUUID) - Constructor for class org.ow2.orchestra.facade.uuid.AbstractUUID
 
AccessorUtil - Class in org.ow2.orchestra.facade
This class provide access to Orchestra APIs
ActivityDefinition - Interface in org.ow2.orchestra.facade.def
 
ActivityDefinitionData - Class in org.ow2.orchestra.facade.data.def
FIXME: This class will be abstract
ActivityDefinitionData(ProcessDefinitionData, ActivityDefinitionUUID, ActivityDefinitionUUID, ActivityType, String) - Constructor for class org.ow2.orchestra.facade.data.def.ActivityDefinitionData
 
ActivityDefinitionUUID - Class in org.ow2.orchestra.facade.uuid
 
ActivityDefinitionUUID() - Constructor for class org.ow2.orchestra.facade.uuid.ActivityDefinitionUUID
 
ActivityDefinitionUUID(ActivityDefinitionUUID) - Constructor for class org.ow2.orchestra.facade.uuid.ActivityDefinitionUUID
 
ActivityDefinitionUUID(ProcessDefinitionUUID, int, ActivityType, String) - Constructor for class org.ow2.orchestra.facade.uuid.ActivityDefinitionUUID
 
ActivityInstance - Interface in org.ow2.orchestra.facade.runtime
 
ActivityInstanceData - Class in org.ow2.orchestra.facade.data.runtime
 
ActivityInstanceData(ActivityDefinitionData, ProcessInstanceData, ActivityInstanceUUID, ActivityInstanceUUID) - Constructor for class org.ow2.orchestra.facade.data.runtime.ActivityInstanceData
 
ActivityInstanceUUID - Class in org.ow2.orchestra.facade.uuid
 
ActivityInstanceUUID() - Constructor for class org.ow2.orchestra.facade.uuid.ActivityInstanceUUID
 
ActivityInstanceUUID(ActivityInstanceUUID) - Constructor for class org.ow2.orchestra.facade.uuid.ActivityInstanceUUID
 
ActivityInstanceUUID(ProcessInstanceUUID, long, String) - Constructor for class org.ow2.orchestra.facade.uuid.ActivityInstanceUUID
 
ActivityNotFoundException - Exception in org.ow2.orchestra.facade.exception
 
ActivityNotFoundException(ActivityDefinitionUUID) - Constructor for exception org.ow2.orchestra.facade.exception.ActivityNotFoundException
 
ActivityState - Enum in org.ow2.orchestra.facade.runtime
 
ActivityType - Enum in org.ow2.orchestra.facade.runtime
Bpel activity types supported by Orchestra
ActivityWithChildrenDefinition - Interface in org.ow2.orchestra.facade.def
 
ActivityWithChildrenInstance - Interface in org.ow2.orchestra.facade.runtime
 
ActivityWithSingleChildDefinition - Interface in org.ow2.orchestra.facade.def
 
ActivityWithSingleChildInstance - Interface in org.ow2.orchestra.facade.runtime
 
addWsdlDefinition(String, Definition) - Method in class org.ow2.orchestra.facade.Deployment
add a wsdl in wsdls map.
addWsdlDefinition(String, Definition) - Method in class org.ow2.orchestra.facade.wsdl.WsdlDefinitions
 
AssignActivityDefinition - Interface in org.ow2.orchestra.facade.def
 
AssignActivityDefinitionData - Class in org.ow2.orchestra.facade.data.def
 
AssignActivityDefinitionData(ProcessDefinitionData, ActivityDefinitionUUID, ActivityDefinitionUUID, String) - Constructor for class org.ow2.orchestra.facade.data.def.AssignActivityDefinitionData
 
AssignActivityInstance - Interface in org.ow2.orchestra.facade.runtime
Assign is a subtype of activity

C

CompletionConditionDefinition - Interface in org.ow2.orchestra.facade.def
 
copy() - Method in interface org.ow2.orchestra.facade.CopyAble
 
CopyAble<E> - Interface in org.ow2.orchestra.facade
 
CopyDefinition - Interface in org.ow2.orchestra.facade.def
 
CorrelationDefinition - Interface in org.ow2.orchestra.facade.def
 
CorrelationSetDefinition - Interface in org.ow2.orchestra.facade.def
 
CorrelationSetInitialization - Interface in org.ow2.orchestra.facade.runtime
Interface for getting recorded runtime information on correlation set initialization.
CorrelationSetInitializedData - Class in org.ow2.orchestra.facade.data.runtime
 
CorrelationSetInitializedData(ActivityInstanceUUID, ActivityInstanceUUID, String, Map<QName, Node>) - Constructor for class org.ow2.orchestra.facade.data.runtime.CorrelationSetInitializedData
 

D

DefinitionRecord - Interface in org.ow2.orchestra.facade.def
Parent class for all definition record.
deploy(Deployment) - Method in interface org.ow2.orchestra.facade.ManagementAPI
To deploy the package giving the deployment object.
deployBar(byte[]) - Method in interface org.ow2.orchestra.facade.ManagementAPI
To deploy a process giving the bytes table of an archive file.
Deployment - Class in org.ow2.orchestra.facade
bpel XML process source plus related WSDL XML sources and optional files.
Deployment() - Constructor for class org.ow2.orchestra.facade.Deployment
 

E

ElseDefinition - Interface in org.ow2.orchestra.facade.def
 
ElseIfDefinition - Interface in org.ow2.orchestra.facade.def
 
EmptyActivityDefinition - Interface in org.ow2.orchestra.facade.def
 
EmptyActivityDefinitionData - Class in org.ow2.orchestra.facade.data.def
 
EmptyActivityDefinitionData(ProcessDefinitionData, ActivityDefinitionUUID, ActivityDefinitionUUID, String) - Constructor for class org.ow2.orchestra.facade.data.def.EmptyActivityDefinitionData
 
EmptyActivityInstance - Interface in org.ow2.orchestra.facade.runtime
Empty is a subtype of activity
equals(Object) - Method in class org.ow2.orchestra.facade.uuid.AbstractUUID
 

F

findActivityInstances(ProcessInstanceUUID) - Method in interface org.ow2.orchestra.facade.QuerierRuntimeAPI
Returns all records of activity for the given process instance UUID.
findActivityInstances(ProcessInstanceUUID, ActivityState) - Method in interface org.ow2.orchestra.facade.QuerierRuntimeAPI
Returns all records of activity for the given process instance UUID and the given activity state An empty set is returned if no instance is found.
findProcessDefinitions() - Method in interface org.ow2.orchestra.facade.QuerierDefinitionAPI
Returns the list of processes.
findProcessDefinitions(ProcessState) - Method in interface org.ow2.orchestra.facade.QuerierDefinitionAPI
Returns the list of processes with the given state.
findProcessDefinitions(QName, ProcessState) - Method in interface org.ow2.orchestra.facade.QuerierDefinitionAPI
Returns the list of processes with the given state and qname.
findProcessDefinitions(QName) - Method in interface org.ow2.orchestra.facade.QuerierDefinitionAPI
Returns the list of processes with the given qname.
findProcessInstances() - Method in interface org.ow2.orchestra.facade.QuerierRuntimeAPI
Returns all records of instance.
findProcessInstances(ProcessDefinitionUUID) - Method in interface org.ow2.orchestra.facade.QuerierRuntimeAPI
Returns all records of instance for the given process definition UUID.
findProcessInstances(ProcessDefinitionUUID, ProcessInstanceState) - Method in interface org.ow2.orchestra.facade.QuerierRuntimeAPI
Returns all records of instance for the given process definition UUID and the given process state.
findProcessInstances(ProcessInstanceState) - Method in interface org.ow2.orchestra.facade.QuerierRuntimeAPI
Returns all records of instance for the given process state.
FlowActivityDefinition - Interface in org.ow2.orchestra.facade.def
 
FlowActivityInstance - Interface in org.ow2.orchestra.facade.runtime
Flow is a subtype of activity
ForDefinition - Interface in org.ow2.orchestra.facade.def
 
ForeachActivityDefinition - Interface in org.ow2.orchestra.facade.def
 
ForeachActivityInstance - Interface in org.ow2.orchestra.facade.runtime
Foreach is a subtype of activity
ForeachInitializedData - Class in org.ow2.orchestra.facade.data.runtime
 
ForeachInitializedData(ActivityInstanceUUID, int, int, Integer) - Constructor for class org.ow2.orchestra.facade.data.runtime.ForeachInitializedData
 
FromDefinition - Interface in org.ow2.orchestra.facade.def
 
FromPartDefinition - Interface in org.ow2.orchestra.facade.def
 
FromToDefinition - Interface in org.ow2.orchestra.facade.def
 

G

getActivityDefinition(ActivityDefinitionUUID) - Method in interface org.ow2.orchestra.facade.QuerierDefinitionAPI
Returns recorded definition data for the given activity definition UUID.
getActivityDefinitionData() - Method in class org.ow2.orchestra.facade.data.runtime.ActivityInstanceData
 
getActivityDefinitionUUID() - Method in class org.ow2.orchestra.facade.data.runtime.TimerData
activityDefinitionUUID which could be executed after timer
getActivityDefinitionUUID() - Method in interface org.ow2.orchestra.facade.def.ElseDefinition
 
getActivityDefinitionUUID() - Method in interface org.ow2.orchestra.facade.def.ElseIfDefinition
 
getActivityDefinitionUUID() - Method in interface org.ow2.orchestra.facade.def.OnAlarmDefinition
 
getActivityDefinitionUUID() - Method in interface org.ow2.orchestra.facade.def.OnMessageDefinition
 
getActivityDefinitionUUID() - Method in interface org.ow2.orchestra.facade.runtime.WaitingActivity
 
getActivityInstanceUUID() - Method in class org.ow2.orchestra.facade.data.runtime.ForeachInitializedData
 
getActivityInstanceUUID() - Method in class org.ow2.orchestra.facade.data.runtime.TimerData
activityInstanceUUID of activity which start the timer
getActivityUUID() - Method in class org.ow2.orchestra.facade.data.runtime.ScopeUpdateData
 
getActivityUUID() - Method in exception org.ow2.orchestra.facade.exception.ActivityNotFoundException
 
getActivityUUID() - Method in interface org.ow2.orchestra.facade.runtime.ScopeUpdate
 
getBpel() - Method in class org.ow2.orchestra.facade.Deployment
 
getBpelURL() - Method in class org.ow2.orchestra.facade.Deployment
 
getCompletionConditionDefinition() - Method in interface org.ow2.orchestra.facade.def.ForeachActivityDefinition
 
getCompletionConditionValue() - Method in class org.ow2.orchestra.facade.data.runtime.ForeachInitializedData
 
getCompletionConditionValue() - Method in interface org.ow2.orchestra.facade.runtime.ForeachActivityInstance
 
getConditionBooleanExpression() - Method in interface org.ow2.orchestra.facade.def.RepeatUntilActivityDefinition
 
getConditionBooleanExpression() - Method in interface org.ow2.orchestra.facade.def.WhileActivityDefinition
 
getConditionExpressionLanguage() - Method in interface org.ow2.orchestra.facade.def.RepeatUntilActivityDefinition
 
getConditionExpressionLanguage() - Method in interface org.ow2.orchestra.facade.def.WhileActivityDefinition
 
getCopyDefinitions() - Method in interface org.ow2.orchestra.facade.def.AssignActivityDefinition
 
getCorrelationDefinitionList() - Method in interface org.ow2.orchestra.facade.def.OnMessageDefinition
 
getCorrelationDefinitions() - Method in interface org.ow2.orchestra.facade.def.InvokeActivityDefinition
 
getCorrelationDefinitions() - Method in interface org.ow2.orchestra.facade.def.ReceiveActivityDefinition
 
getCorrelationDefinitions() - Method in interface org.ow2.orchestra.facade.def.ReplyActivityDefinition
 
getCorrelationSet() - Method in interface org.ow2.orchestra.facade.runtime.ScopeActivityInstance
 
getCorrelationSets() - Method in interface org.ow2.orchestra.facade.def.ScopeActivityDefinition
 
getCounterName() - Method in interface org.ow2.orchestra.facade.def.ForeachActivityDefinition
 
getDate() - Method in interface org.ow2.orchestra.facade.runtime.ScopeUpdate
 
getDate() - Method in interface org.ow2.orchestra.facade.runtime.TransitionConditionUpdate
 
getDeadlineExpression() - Method in interface org.ow2.orchestra.facade.def.UntilDefinition
 
getDefinitionUUID() - Method in interface org.ow2.orchestra.facade.runtime.ActivityInstance
Get the UUID of the activity definition
getDeployedDate() - Method in interface org.ow2.orchestra.facade.def.ProcessDefinition
 
getDurationExpression() - Method in interface org.ow2.orchestra.facade.def.ForDefinition
 
getElement() - Method in interface org.ow2.orchestra.facade.def.VariableDefinition
 
getElseDefinition() - Method in interface org.ow2.orchestra.facade.def.IfActivityDefinition
 
getElseIfDefinitionList() - Method in interface org.ow2.orchestra.facade.def.IfActivityDefinition
 
getEnclosedActivitiesUUID() - Method in interface org.ow2.orchestra.facade.def.ActivityWithChildrenDefinition
 
getEnclosedActivitiesUUID() - Method in interface org.ow2.orchestra.facade.runtime.ActivityWithChildrenInstance
 
getEnclosedActivityUUID() - Method in interface org.ow2.orchestra.facade.def.ActivityWithSingleChildDefinition
 
getEnclosedActivityUUID() - Method in interface org.ow2.orchestra.facade.runtime.ActivityWithSingleChildInstance
 
getEncloserUUID() - Method in class org.ow2.orchestra.facade.data.runtime.ActivityInstanceData
 
getEndedDate() - Method in interface org.ow2.orchestra.facade.runtime.RuntimeRecord
 
getEndpointReference() - Method in interface org.ow2.orchestra.facade.def.FromToDefinition
 
getExitOnStandardFault() - Method in interface org.ow2.orchestra.facade.def.ScopeActivityDefinition
 
getExpectedStartedDate() - Method in class org.ow2.orchestra.facade.data.runtime.TimerData
 
getExpectedStartedDate() - Method in interface org.ow2.orchestra.facade.runtime.WaitingActivity
 
getExpression() - Method in interface org.ow2.orchestra.facade.def.CompletionConditionDefinition
 
getExpression() - Method in interface org.ow2.orchestra.facade.def.ElseIfDefinition
 
getExpression() - Method in interface org.ow2.orchestra.facade.def.FromToDefinition
 
getExpression() - Method in interface org.ow2.orchestra.facade.def.IfActivityDefinition
 
getExpressionLanguage() - Method in interface org.ow2.orchestra.facade.def.CompletionConditionDefinition
 
getExpressionLanguage() - Method in interface org.ow2.orchestra.facade.def.ElseIfDefinition
 
getExpressionLanguage() - Method in interface org.ow2.orchestra.facade.def.ForDefinition
 
getExpressionLanguage() - Method in interface org.ow2.orchestra.facade.def.FromToDefinition
 
getExpressionLanguage() - Method in interface org.ow2.orchestra.facade.def.IfActivityDefinition
 
getExpressionLanguage() - Method in interface org.ow2.orchestra.facade.def.ProcessDefinition
 
getExpressionLanguage() - Method in interface org.ow2.orchestra.facade.def.UntilDefinition
 
getFaultName() - Method in interface org.ow2.orchestra.facade.def.ReplyActivityDefinition
 
getFinalCounterExpression() - Method in interface org.ow2.orchestra.facade.def.ForeachActivityDefinition
 
getFinalCounterExpressionLanguage() - Method in interface org.ow2.orchestra.facade.def.ForeachActivityDefinition
 
getFlowActivityUUID() - Method in class org.ow2.orchestra.facade.data.runtime.TransitionConditionUpdateData
 
getForDefinition() - Method in interface org.ow2.orchestra.facade.def.OnAlarmDefinition
 
getForDefinition() - Method in interface org.ow2.orchestra.facade.def.WaitActivityDefinition
 
getFromDefinitionList() - Method in interface org.ow2.orchestra.facade.def.CopyDefinition
 
getFromPartDefinitionList() - Method in interface org.ow2.orchestra.facade.def.OnMessageDefinition
 
getFromPartDefinitions() - Method in interface org.ow2.orchestra.facade.def.InvokeActivityDefinition
 
getFromPartDefinitions() - Method in interface org.ow2.orchestra.facade.def.ReceiveActivityDefinition
 
getFromVariable() - Method in interface org.ow2.orchestra.facade.def.ToPartDefinition
 
getInitiate() - Method in interface org.ow2.orchestra.facade.def.CorrelationDefinition
 
getInputVariable() - Method in interface org.ow2.orchestra.facade.def.InvokeActivityDefinition
 
getInstanceUUID() - Method in exception org.ow2.orchestra.facade.exception.InstanceNotFoundException
 
getLinkName() - Method in interface org.ow2.orchestra.facade.def.Source
 
getLinkName() - Method in interface org.ow2.orchestra.facade.def.Target
 
getLinks() - Method in interface org.ow2.orchestra.facade.def.FlowActivityDefinition
 
getLiteral() - Method in interface org.ow2.orchestra.facade.def.FromDefinition
 
getMessageExchange() - Method in class org.ow2.orchestra.facade.data.def.ReceiveActivityDefinitionData
 
getMessageExchange() - Method in class org.ow2.orchestra.facade.data.def.ReplyActivityDefinitionData
 
getMessageExchange() - Method in interface org.ow2.orchestra.facade.def.OnMessageDefinition
 
getMessageExchange() - Method in interface org.ow2.orchestra.facade.def.ReceiveActivityDefinition
 
getMessageExchange() - Method in interface org.ow2.orchestra.facade.def.ReplyActivityDefinition
 
getMessageExchange() - Method in interface org.ow2.orchestra.facade.runtime.ReceiveActivityInstance
 
getMessageExchange() - Method in interface org.ow2.orchestra.facade.runtime.ReplyActivityInstance
 
getMessageExchanges() - Method in interface org.ow2.orchestra.facade.def.ScopeActivityDefinition
 
getMessageType() - Method in interface org.ow2.orchestra.facade.def.VariableDefinition
 
getMyRole() - Method in interface org.ow2.orchestra.facade.def.PartnerLinkDefinition
 
getName() - Method in class org.ow2.orchestra.facade.data.def.ActivityDefinitionData
 
getName() - Method in class org.ow2.orchestra.facade.data.def.ProcessDefinitionData
 
getName() - Method in class org.ow2.orchestra.facade.data.runtime.CorrelationSetInitializedData
 
getName() - Method in class org.ow2.orchestra.facade.data.runtime.PartnerLinkUpdateData
 
getName() - Method in class org.ow2.orchestra.facade.data.runtime.TransitionConditionUpdateData
 
getName() - Method in class org.ow2.orchestra.facade.data.runtime.VariableUpdateData
 
getName() - Method in interface org.ow2.orchestra.facade.def.CorrelationSetDefinition
 
getName() - Method in interface org.ow2.orchestra.facade.def.DefinitionRecord
 
getName() - Method in interface org.ow2.orchestra.facade.def.PartnerLinkDefinition
 
getName() - Method in interface org.ow2.orchestra.facade.def.VariableDefinition
 
getName() - Method in interface org.ow2.orchestra.facade.runtime.CorrelationSetInitialization
 
getName() - Method in interface org.ow2.orchestra.facade.runtime.PartnerLinkUpdate
 
getName() - Method in interface org.ow2.orchestra.facade.runtime.TransitionConditionUpdate
 
getName() - Method in interface org.ow2.orchestra.facade.runtime.VariableUpdate
 
getNameSpace() - Method in class org.ow2.orchestra.facade.data.def.ProcessDefinitionData
 
getNameSpace() - Method in interface org.ow2.orchestra.facade.def.ProcessDefinition
 
getOnAlarmDefinitionList() - Method in interface org.ow2.orchestra.facade.def.PickActivityDefinition
 
getOnMessageDefinitionList() - Method in interface org.ow2.orchestra.facade.def.PickActivityDefinition
 
getOperation() - Method in class org.ow2.orchestra.facade.data.def.ReceiveActivityDefinitionData
 
getOperation() - Method in class org.ow2.orchestra.facade.data.def.ReplyActivityDefinitionData
 
getOperation() - Method in interface org.ow2.orchestra.facade.def.InvokeActivityDefinition
 
getOperation() - Method in interface org.ow2.orchestra.facade.def.OnMessageDefinition
 
getOperation() - Method in interface org.ow2.orchestra.facade.def.ReceiveActivityDefinition
 
getOperation() - Method in interface org.ow2.orchestra.facade.def.ReplyActivityDefinition
 
getOperation() - Method in interface org.ow2.orchestra.facade.runtime.ReceiveActivityInstance
 
getOperation() - Method in interface org.ow2.orchestra.facade.runtime.ReplyActivityInstance
 
getOutputVariable() - Method in interface org.ow2.orchestra.facade.def.InvokeActivityDefinition
 
getPart() - Method in interface org.ow2.orchestra.facade.def.FromPartDefinition
 
getPart() - Method in interface org.ow2.orchestra.facade.def.FromToDefinition
 
getPart() - Method in interface org.ow2.orchestra.facade.def.ToPartDefinition
 
getPartnerLink() - Method in interface org.ow2.orchestra.facade.def.FromToDefinition
 
getPartnerLink() - Method in interface org.ow2.orchestra.facade.def.InvokeActivityDefinition
 
getPartnerLink() - Method in interface org.ow2.orchestra.facade.def.OnMessageDefinition
 
getPartnerLink() - Method in interface org.ow2.orchestra.facade.def.ReceiveActivityDefinition
 
getPartnerLink() - Method in interface org.ow2.orchestra.facade.def.ReplyActivityDefinition
 
getPartnerLink() - Method in interface org.ow2.orchestra.facade.runtime.ScopeActivityInstance
 
getPartnerLinkReference() - Method in class org.ow2.orchestra.facade.data.runtime.PartnerLinkUpdateData
 
getPartnerLinkReference() - Method in interface org.ow2.orchestra.facade.runtime.PartnerLinkUpdate
 
getPartnerLinks() - Method in interface org.ow2.orchestra.facade.def.ScopeActivityDefinition
 
getPartnerLinkType() - Method in interface org.ow2.orchestra.facade.def.PartnerLinkDefinition
 
getPartnerLinkUpdateType() - Method in class org.ow2.orchestra.facade.data.runtime.PartnerLinkUpdateData
 
getPartnerLinkUpdateType() - Method in interface org.ow2.orchestra.facade.runtime.PartnerLinkUpdate
 
getPartnerRole() - Method in interface org.ow2.orchestra.facade.def.PartnerLinkDefinition
 
getPortType() - Method in interface org.ow2.orchestra.facade.def.InvokeActivityDefinition
 
getPortType() - Method in interface org.ow2.orchestra.facade.def.OnMessageDefinition
 
getPortType() - Method in interface org.ow2.orchestra.facade.def.ReceiveActivityDefinition
 
getPortType() - Method in interface org.ow2.orchestra.facade.def.ReplyActivityDefinition
 
getProcessDefinition(ProcessDefinitionUUID) - Method in interface org.ow2.orchestra.facade.QuerierDefinitionAPI
Returns recorded definition data for the given process definition UUID.
getProcessDefinitionData() - Method in class org.ow2.orchestra.facade.data.def.ActivityDefinitionData
 
getProcessDefinitionData() - Method in class org.ow2.orchestra.facade.data.runtime.ProcessInstanceData
 
getProcessDefinitionUUID() - Method in interface org.ow2.orchestra.facade.def.DefinitionRecord
All orchestra definition record are linked to a process definition
getProcessDefinitionUUID() - Method in interface org.ow2.orchestra.facade.runtime.RuntimeRecord
 
getProcessInstanceData() - Method in class org.ow2.orchestra.facade.data.runtime.ActivityInstanceData
 
getProcessInstanceUUID() - Method in interface org.ow2.orchestra.facade.runtime.RuntimeRecord
Returns the instance processDefinitionUUID (generated at the creation of the instance).
getProcessUUID() - Method in exception org.ow2.orchestra.facade.exception.ProcessNotFoundException
 
getProperties() - Method in interface org.ow2.orchestra.facade.def.CorrelationSetDefinition
 
getProperty() - Method in interface org.ow2.orchestra.facade.def.FromToDefinition
 
getPropertyValues() - Method in class org.ow2.orchestra.facade.data.runtime.CorrelationSetInitializedData
 
getPropertyValues() - Method in interface org.ow2.orchestra.facade.runtime.CorrelationSetInitialization
 
getQName() - Method in class org.ow2.orchestra.facade.data.def.ProcessDefinitionData
 
getQName() - Method in interface org.ow2.orchestra.facade.def.ProcessDefinition
 
getQuery() - Method in interface org.ow2.orchestra.facade.def.FromToDefinition
 
getQueryLanguage() - Method in interface org.ow2.orchestra.facade.def.FromToDefinition
 
getQueryLanguage() - Method in interface org.ow2.orchestra.facade.def.ProcessDefinition
 
getQueryRuntimeAPI(String, String) - Static method in class org.ow2.orchestra.facade.AccessorUtil
 
getScopeActivityUUID() - Method in class org.ow2.orchestra.facade.data.runtime.ScopeUpdateData
 
getSet() - Method in interface org.ow2.orchestra.facade.def.CorrelationDefinition
 
getSourceList() - Method in interface org.ow2.orchestra.facade.def.ActivityDefinition
 
getStartCounterExpression() - Method in interface org.ow2.orchestra.facade.def.ForeachActivityDefinition
 
getStartCounterExpressionLanguage() - Method in interface org.ow2.orchestra.facade.def.ForeachActivityDefinition
 
getStartedDate() - Method in interface org.ow2.orchestra.facade.runtime.RuntimeRecord
 
getStartValue() - Method in class org.ow2.orchestra.facade.data.runtime.ForeachInitializedData
 
getStartValue() - Method in interface org.ow2.orchestra.facade.runtime.ForeachActivityInstance
 
getState() - Method in interface org.ow2.orchestra.facade.def.ProcessDefinition
 
getState() - Method in interface org.ow2.orchestra.facade.runtime.RuntimeRecord
 
getStatus() - Method in class org.ow2.orchestra.facade.data.runtime.TransitionConditionUpdateData
 
getStatus() - Method in interface org.ow2.orchestra.facade.runtime.TransitionConditionUpdate
 
getStopValue() - Method in class org.ow2.orchestra.facade.data.runtime.ForeachInitializedData
 
getStopValue() - Method in interface org.ow2.orchestra.facade.runtime.ForeachActivityInstance
 
getTargetList() - Method in interface org.ow2.orchestra.facade.def.ActivityDefinition
 
getTargetsJoinConditionBooleanExpression() - Method in interface org.ow2.orchestra.facade.def.ActivityDefinition
If this string is null there is no join condition
getTargetsJoinConditionExpressionLanguage() - Method in interface org.ow2.orchestra.facade.def.ActivityDefinition
 
getToDefinitionList() - Method in interface org.ow2.orchestra.facade.def.CopyDefinition
 
getToPartDefinitions() - Method in interface org.ow2.orchestra.facade.def.InvokeActivityDefinition
 
getToPartDefinitions() - Method in interface org.ow2.orchestra.facade.def.ReplyActivityDefinition
 
getToVariable() - Method in interface org.ow2.orchestra.facade.def.FromPartDefinition
 
getTransitionConditionBooleanExpression() - Method in interface org.ow2.orchestra.facade.def.Source
 
getTransitionConditionExpressionLanguage() - Method in interface org.ow2.orchestra.facade.def.Source
 
getTransitionConditionUpdateList() - Method in interface org.ow2.orchestra.facade.runtime.FlowActivityInstance
 
getType() - Method in class org.ow2.orchestra.facade.data.def.ActivityDefinitionData
 
getType() - Method in interface org.ow2.orchestra.facade.def.ActivityDefinition
Get the type of the activity definition.
getType() - Method in interface org.ow2.orchestra.facade.def.VariableDefinition
 
getType() - Method in interface org.ow2.orchestra.facade.runtime.ActivityInstance
Get the type of the activity instance.
getUndeployedDate() - Method in interface org.ow2.orchestra.facade.def.ProcessDefinition
 
getUntilDefinition() - Method in interface org.ow2.orchestra.facade.def.OnAlarmDefinition
 
getUntilDefinition() - Method in interface org.ow2.orchestra.facade.def.WaitActivityDefinition
 
getUUID() - Method in class org.ow2.orchestra.facade.data.def.ActivityDefinitionData
 
getUUID() - Method in class org.ow2.orchestra.facade.data.def.ProcessDefinitionData
 
getUUID() - Method in class org.ow2.orchestra.facade.data.runtime.ActivityInstanceData
 
getUUID() - Method in class org.ow2.orchestra.facade.data.runtime.ProcessInstanceData
 
getUUID() - Method in interface org.ow2.orchestra.facade.def.ActivityDefinition
 
getUUID() - Method in interface org.ow2.orchestra.facade.def.ProcessDefinition
Returns the UUID for the ProcessDefinition.
getUUID() - Method in interface org.ow2.orchestra.facade.Record
 
getUUID() - Method in interface org.ow2.orchestra.facade.runtime.ActivityInstance
Get the uuid of the activity instance
getUUID() - Method in interface org.ow2.orchestra.facade.runtime.ProcessInstance
Returns the UUID of the process instance.
getValue() - Method in class org.ow2.orchestra.facade.data.runtime.VariableUpdateData
 
getValue() - Method in interface org.ow2.orchestra.facade.def.LiteralDefinition
 
getValue() - Method in interface org.ow2.orchestra.facade.runtime.VariableUpdate
 
getValue() - Method in class org.ow2.orchestra.facade.uuid.AbstractUUID
 
getVariable() - Method in class org.ow2.orchestra.facade.data.def.ReceiveActivityDefinitionData
 
getVariable() - Method in class org.ow2.orchestra.facade.data.def.ReplyActivityDefinitionData
 
getVariable() - Method in interface org.ow2.orchestra.facade.def.FromToDefinition
 
getVariable() - Method in interface org.ow2.orchestra.facade.def.OnMessageDefinition
 
getVariable() - Method in interface org.ow2.orchestra.facade.def.ReceiveActivityDefinition
 
getVariable() - Method in interface org.ow2.orchestra.facade.def.ReplyActivityDefinition
 
getVariable() - Method in interface org.ow2.orchestra.facade.runtime.ReceiveActivityInstance
 
getVariable() - Method in interface org.ow2.orchestra.facade.runtime.ReplyActivityInstance
 
getVariables() - Method in interface org.ow2.orchestra.facade.def.ScopeActivityDefinition
 
getVariables() - Method in interface org.ow2.orchestra.facade.runtime.ScopeActivityInstance
Scope is a subtype of activity
getVariablesName() - Method in class org.ow2.orchestra.facade.data.def.ScopeActivityDefinitionData
 
getVariant() - Method in interface org.ow2.orchestra.facade.def.FromToDefinition
 
getWaitingActivity() - Method in interface org.ow2.orchestra.facade.runtime.WaitActivityInstance
 
getWaitingActivityList() - Method in interface org.ow2.orchestra.facade.runtime.PickActivityInstance
 
getWsdlDefinitions() - Method in class org.ow2.orchestra.facade.Deployment
 
getWsdlDefinitions(String) - Method in class org.ow2.orchestra.facade.wsdl.WsdlDefinitions
 

H

hashCode() - Method in class org.ow2.orchestra.facade.uuid.AbstractUUID
 

I

IfActivityDefinition - Interface in org.ow2.orchestra.facade.def
 
IfActivityInstance - Interface in org.ow2.orchestra.facade.runtime
If is a subtype of activity
initialize() - Method in interface org.ow2.orchestra.facade.ManagementAPI
Redeploy all web services.
InstanceNotFoundException - Exception in org.ow2.orchestra.facade.exception
 
InstanceNotFoundException(ProcessInstanceUUID) - Constructor for exception org.ow2.orchestra.facade.exception.InstanceNotFoundException
 
InvokeActivityDefinition - Interface in org.ow2.orchestra.facade.def
 
InvokeActivityDefinitionData - Class in org.ow2.orchestra.facade.data.def
 
InvokeActivityDefinitionData(ProcessDefinitionData, ActivityDefinitionUUID, ActivityDefinitionUUID, String) - Constructor for class org.ow2.orchestra.facade.data.def.InvokeActivityDefinitionData
 
InvokeActivityInstance - Interface in org.ow2.orchestra.facade.runtime
Invoke is a subtype of activity
isCreateInstance() - Method in interface org.ow2.orchestra.facade.def.PickActivityDefinition
 
isCreateInstance() - Method in interface org.ow2.orchestra.facade.def.ReceiveActivityDefinition
 
isInitializePartnerRole() - Method in interface org.ow2.orchestra.facade.def.PartnerLinkDefinition
 
isKeepSrcElementName() - Method in interface org.ow2.orchestra.facade.def.CopyDefinition
 
isParallel() - Method in interface org.ow2.orchestra.facade.def.ForeachActivityDefinition
 
isSuccessfulBranchesOnly() - Method in interface org.ow2.orchestra.facade.def.CompletionConditionDefinition
 
isSuppressJoinFailure() - Method in interface org.ow2.orchestra.facade.def.ActivityDefinition
 
isValidate() - Method in interface org.ow2.orchestra.facade.def.AssignActivityDefinition
 

L

LiteralDefinition - Interface in org.ow2.orchestra.facade.def
 

M

ManagementAPI - Interface in org.ow2.orchestra.facade
Management operations.

N

name - Variable in class org.ow2.orchestra.facade.data.runtime.PartnerLinkUpdateData
 
NUMBER_SEPARATOR - Static variable in class org.ow2.orchestra.facade.uuid.AbstractUUID
 

O

OBJECT_NAME - Static variable in class org.ow2.orchestra.facade.AccessorUtil
 
OnAlarmDefinition - Interface in org.ow2.orchestra.facade.def
 
OnMessageDefinition - Interface in org.ow2.orchestra.facade.def
 
OrchestraException - Exception in org.ow2.orchestra.facade.exception
 
OrchestraException() - Constructor for exception org.ow2.orchestra.facade.exception.OrchestraException
 
OrchestraException(Exception) - Constructor for exception org.ow2.orchestra.facade.exception.OrchestraException
 
OrchestraException(String) - Constructor for exception org.ow2.orchestra.facade.exception.OrchestraException
 
OrchestraException(String, Exception) - Constructor for exception org.ow2.orchestra.facade.exception.OrchestraException
 
org.ow2.orchestra.facade - package org.ow2.orchestra.facade
 
org.ow2.orchestra.facade.data - package org.ow2.orchestra.facade.data
 
org.ow2.orchestra.facade.data.def - package org.ow2.orchestra.facade.data.def
 
org.ow2.orchestra.facade.data.runtime - package org.ow2.orchestra.facade.data.runtime
 
org.ow2.orchestra.facade.def - package org.ow2.orchestra.facade.def
 
org.ow2.orchestra.facade.exception - package org.ow2.orchestra.facade.exception
 
org.ow2.orchestra.facade.jmx - package org.ow2.orchestra.facade.jmx
 
org.ow2.orchestra.facade.runtime - package org.ow2.orchestra.facade.runtime
 
org.ow2.orchestra.facade.uuid - package org.ow2.orchestra.facade.uuid
 
org.ow2.orchestra.facade.wsdl - package org.ow2.orchestra.facade.wsdl
 

P

PartnerLinkDefinition - Interface in org.ow2.orchestra.facade.def
 
PartnerLinkUpdate - Interface in org.ow2.orchestra.facade.runtime
Interface for getting recorded runtime information on partnerLink update.
PartnerLinkUpdateData - Class in org.ow2.orchestra.facade.data.runtime
 
PartnerLinkUpdateData(ActivityInstanceUUID, ActivityInstanceUUID, String, PartnerLinkUpdateType, Element) - Constructor for class org.ow2.orchestra.facade.data.runtime.PartnerLinkUpdateData
 
PartnerLinkUpdateType - Enum in org.ow2.orchestra.facade.runtime
 
PickActivityDefinition - Interface in org.ow2.orchestra.facade.def
 
PickActivityInstance - Interface in org.ow2.orchestra.facade.runtime
Pick is a subtype of activity
ProcessActivityDefinitionData - Class in org.ow2.orchestra.facade.data.def
 
ProcessActivityDefinitionData(ProcessDefinitionData, ActivityDefinitionUUID, ActivityDefinitionUUID, String, List<String>) - Constructor for class org.ow2.orchestra.facade.data.def.ProcessActivityDefinitionData
 
ProcessDefinition - Interface in org.ow2.orchestra.facade.def
Define a process record.
ProcessDefinitionData - Class in org.ow2.orchestra.facade.data.def
 
ProcessDefinitionData(ProcessDefinitionUUID, String, String) - Constructor for class org.ow2.orchestra.facade.data.def.ProcessDefinitionData
 
ProcessDefinitionUUID - Class in org.ow2.orchestra.facade.uuid
 
ProcessDefinitionUUID() - Constructor for class org.ow2.orchestra.facade.uuid.ProcessDefinitionUUID
 
ProcessDefinitionUUID(ProcessDefinitionUUID) - Constructor for class org.ow2.orchestra.facade.uuid.ProcessDefinitionUUID
 
ProcessDefinitionUUID(QName, String) - Constructor for class org.ow2.orchestra.facade.uuid.ProcessDefinitionUUID
 
ProcessDefinitionUUID(String, String, String) - Constructor for class org.ow2.orchestra.facade.uuid.ProcessDefinitionUUID
 
ProcessInstance - Interface in org.ow2.orchestra.facade.runtime
A process is considered as an activity.
ProcessInstanceData - Class in org.ow2.orchestra.facade.data.runtime
 
ProcessInstanceData(ProcessDefinitionData, ProcessInstanceUUID) - Constructor for class org.ow2.orchestra.facade.data.runtime.ProcessInstanceData
 
ProcessInstanceState - Enum in org.ow2.orchestra.facade.runtime
Possible states of a process instance.
ProcessInstanceUUID - Class in org.ow2.orchestra.facade.uuid
 
ProcessInstanceUUID() - Constructor for class org.ow2.orchestra.facade.uuid.ProcessInstanceUUID
 
ProcessInstanceUUID(ProcessInstanceUUID) - Constructor for class org.ow2.orchestra.facade.uuid.ProcessInstanceUUID
 
ProcessInstanceUUID(ProcessDefinitionUUID, long) - Constructor for class org.ow2.orchestra.facade.uuid.ProcessInstanceUUID
 
ProcessNotFoundException - Exception in org.ow2.orchestra.facade.exception
 
ProcessNotFoundException(ProcessDefinitionUUID) - Constructor for exception org.ow2.orchestra.facade.exception.ProcessNotFoundException
 
ProcessState - Enum in org.ow2.orchestra.facade.def
Possible states of a process.

Q

QuerierDefinitionAPI - Interface in org.ow2.orchestra.facade
Getters on workflow recorded data.
QuerierRuntimeAPI - Interface in org.ow2.orchestra.facade
Getters on workflow recorded data.

R

ReceiveActivityDefinition - Interface in org.ow2.orchestra.facade.def
 
ReceiveActivityDefinitionData - Class in org.ow2.orchestra.facade.data.def
 
ReceiveActivityDefinitionData(ProcessDefinitionData, ActivityDefinitionUUID, ActivityDefinitionUUID, String, String, String, String) - Constructor for class org.ow2.orchestra.facade.data.def.ReceiveActivityDefinitionData
 
ReceiveActivityInstance - Interface in org.ow2.orchestra.facade.runtime
Receive is a subtype of activity
Record - Interface in org.ow2.orchestra.facade
 
RemoteDeployerMBean - Interface in org.ow2.orchestra.facade.jmx
 
removeWsdlDefinition(String) - Method in class org.ow2.orchestra.facade.wsdl.WsdlDefinitions
 
RepeatUntilActivityDefinition - Interface in org.ow2.orchestra.facade.def
 
RepeatUntilActivityInstance - Interface in org.ow2.orchestra.facade.runtime
RepeatUntil is a subtype of activity
ReplyActivityDefinition - Interface in org.ow2.orchestra.facade.def
 
ReplyActivityDefinitionData - Class in org.ow2.orchestra.facade.data.def
 
ReplyActivityDefinitionData(ProcessDefinitionData, ActivityDefinitionUUID, ActivityDefinitionUUID, String, String, String, String) - Constructor for class org.ow2.orchestra.facade.data.def.ReplyActivityDefinitionData
 
ReplyActivityInstance - Interface in org.ow2.orchestra.facade.runtime
Reply is a subtype of activity
RuntimeRecord - Interface in org.ow2.orchestra.facade.runtime
 

S

ScopeActivityDefinition - Interface in org.ow2.orchestra.facade.def
 
ScopeActivityDefinitionData - Class in org.ow2.orchestra.facade.data.def
 
ScopeActivityDefinitionData(ProcessDefinitionData, ActivityDefinitionUUID, ActivityDefinitionUUID, String, List<String>) - Constructor for class org.ow2.orchestra.facade.data.def.ScopeActivityDefinitionData
 
ScopeActivityDefinitionData(ProcessDefinitionData, ActivityDefinitionUUID, ActivityDefinitionUUID, ActivityType, String, List<String>) - Constructor for class org.ow2.orchestra.facade.data.def.ScopeActivityDefinitionData
 
ScopeActivityInstance - Interface in org.ow2.orchestra.facade.runtime
 
ScopeUpdate - Interface in org.ow2.orchestra.facade.runtime
 
ScopeUpdateData - Class in org.ow2.orchestra.facade.data.runtime
 
ScopeUpdateData(ActivityInstanceUUID, ActivityInstanceUUID) - Constructor for class org.ow2.orchestra.facade.data.runtime.ScopeUpdateData
 
SEPARATOR - Static variable in class org.ow2.orchestra.facade.uuid.AbstractUUID
 
SequenceActivityDefinition - Interface in org.ow2.orchestra.facade.def
 
SequenceActivityDefinitionData - Class in org.ow2.orchestra.facade.data.def
 
SequenceActivityDefinitionData(ProcessDefinitionData, ActivityDefinitionUUID, ActivityDefinitionUUID, String) - Constructor for class org.ow2.orchestra.facade.data.def.SequenceActivityDefinitionData
 
SequenceActivityInstance - Interface in org.ow2.orchestra.facade.runtime
Sequence is a subtype of activity
SERVICE_URL - Static variable in class org.ow2.orchestra.facade.AccessorUtil
 
setBpelUrl(URL) - Method in class org.ow2.orchestra.facade.Deployment
set the bpel based on an URL.
Source - Interface in org.ow2.orchestra.facade.def
 

T

Target - Interface in org.ow2.orchestra.facade.def
 
TimerData - Class in org.ow2.orchestra.facade.data.runtime
 
TimerData(TimerData) - Constructor for class org.ow2.orchestra.facade.data.runtime.TimerData
 
TimerData(ActivityInstanceUUID, ActivityDefinitionUUID, Date) - Constructor for class org.ow2.orchestra.facade.data.runtime.TimerData
 
ToDefinition - Interface in org.ow2.orchestra.facade.def
 
ToPartDefinition - Interface in org.ow2.orchestra.facade.def
 
toString() - Method in class org.ow2.orchestra.facade.uuid.AbstractUUID
 
TransitionConditionUpdate - Interface in org.ow2.orchestra.facade.runtime
 
TransitionConditionUpdateData - Class in org.ow2.orchestra.facade.data.runtime
 
TransitionConditionUpdateData(ActivityInstanceUUID, boolean, String) - Constructor for class org.ow2.orchestra.facade.data.runtime.TransitionConditionUpdateData
 

U

undeploy(QName) - Method in interface org.ow2.orchestra.facade.ManagementAPI
To undeploy the process giving the qualified name of the process.
UntilDefinition - Interface in org.ow2.orchestra.facade.def
 

V

value - Variable in class org.ow2.orchestra.facade.uuid.AbstractUUID
 
valueOf(String) - Static method in enum org.ow2.orchestra.facade.def.ProcessState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.orchestra.facade.def.Variant
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.orchestra.facade.runtime.ActivityState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.orchestra.facade.runtime.ActivityType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.orchestra.facade.runtime.PartnerLinkUpdateType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.orchestra.facade.runtime.ProcessInstanceState
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.ow2.orchestra.facade.def.ProcessState
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.ow2.orchestra.facade.def.Variant
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.ow2.orchestra.facade.runtime.ActivityState
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.ow2.orchestra.facade.runtime.ActivityType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.ow2.orchestra.facade.runtime.PartnerLinkUpdateType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.ow2.orchestra.facade.runtime.ProcessInstanceState
Returns an array containing the constants of this enum type, in the order they're declared.
VariableDefinition - Interface in org.ow2.orchestra.facade.def
 
VariableUpdate - Interface in org.ow2.orchestra.facade.runtime
Interface for getting recorded runtime information on variable update.
VariableUpdateData - Class in org.ow2.orchestra.facade.data.runtime
 
VariableUpdateData(ActivityInstanceUUID, ActivityInstanceUUID, String, Object) - Constructor for class org.ow2.orchestra.facade.data.runtime.VariableUpdateData
 
Variant - Enum in org.ow2.orchestra.facade.def
Types of value used in a 'from' of 'to' element

W

WaitActivityDefinition - Interface in org.ow2.orchestra.facade.def
 
WaitActivityInstance - Interface in org.ow2.orchestra.facade.runtime
Wait is a subtype of activity
WaitingActivity - Interface in org.ow2.orchestra.facade.runtime
 
WhileActivityDefinition - Interface in org.ow2.orchestra.facade.def
 
WhileActivityDefinitionData - Class in org.ow2.orchestra.facade.data.def
 
WhileActivityDefinitionData(ProcessDefinitionData, ActivityDefinitionUUID, ActivityDefinitionUUID, String) - Constructor for class org.ow2.orchestra.facade.data.def.WhileActivityDefinitionData
 
WhileActivityInstance - Interface in org.ow2.orchestra.facade.runtime
While is a subtype of activity
WsdlDefinitions - Class in org.ow2.orchestra.facade.wsdl
maintains the mappings between a namespace and a WSDL definition throughout the whole bpel process deployment.
WsdlDefinitions() - Constructor for class org.ow2.orchestra.facade.wsdl.WsdlDefinitions
Default constructor.

A C D E F G H I L M N O P Q R S T U V W

Copyright © 2009 OW2 Consortium. All Rights Reserved.