- FAULT_SELECTION_FAILURE - Static variable in class org.ow2.orchestra.util.XmlConstants
-
- FAULT_SUB_LANGUAGE_EXECUTION - Static variable in class org.ow2.orchestra.util.XmlConstants
-
- faultElement - Variable in class org.ow2.orchestra.facade.def.impl.CatchDefinitionImpl
-
- faultElement - Variable in exception org.ow2.orchestra.facade.exception.FaultWithElement
-
- faultHandlerActivityUUID - Variable in class org.ow2.orchestra.facade.runtime.impl.ScopeActivityInstanceImpl
-
- faultHandlerUUIDs - Variable in class org.ow2.orchestra.facade.def.impl.ScopeActivityDefinitionImpl
-
- faultMessage - Variable in exception org.ow2.orchestra.facade.exception.FaultWithMessage
-
- faultMessageType - Variable in class org.ow2.orchestra.facade.def.impl.CatchDefinitionImpl
-
- faultName - Variable in class org.ow2.orchestra.facade.def.impl.CatchDefinitionImpl
-
- faultName - Variable in exception org.ow2.orchestra.facade.exception.BpelFaultException
-
- faultVariable - Variable in class org.ow2.orchestra.facade.def.impl.CatchDefinitionImpl
-
- FaultWithElement - Exception in org.ow2.orchestra.facade.exception
-
Represents a fault that has been thrown by the Bpel process with a variable
that doesn't correspond to any Element.
- FaultWithElement() - Constructor for exception org.ow2.orchestra.facade.exception.FaultWithElement
-
- FaultWithElement(QName, Document) - Constructor for exception org.ow2.orchestra.facade.exception.FaultWithElement
-
- FaultWithMessage - Exception in org.ow2.orchestra.facade.exception
-
Represents a fault resulting from an Invoke.
- FaultWithMessage() - Constructor for exception org.ow2.orchestra.facade.exception.FaultWithMessage
-
- FaultWithMessage(QName, MessageImpl) - Constructor for exception org.ow2.orchestra.facade.exception.FaultWithMessage
-
- Field<T> - Class in org.ow2.orchestra.facade.criteria
-
- Field() - Constructor for class org.ow2.orchestra.facade.criteria.Field
-
- Field(String) - Constructor for class org.ow2.orchestra.facade.criteria.Field
-
- FilterField<T> - Class in org.ow2.orchestra.facade.criteria
-
This class defines a field that can be filtered within an
Restriction
.
- FilterField() - Constructor for class org.ow2.orchestra.facade.criteria.FilterField
-
- FilterField(String) - Constructor for class org.ow2.orchestra.facade.criteria.FilterField
-
- findActivityDefinitions(ProcessDefinitionUUID) - Method in interface org.ow2.orchestra.facade.QueryDefinitionAPI
-
Returns all records of activity for the given process definition UUID.
- findActivityDefinitions(ProcessDefinitionUUID) - Method in interface org.ow2.orchestra.facade.rest.JaxRSQueryDefinitionAPI
-
- findActivityInstances(ProcessInstanceUUID) - Method in interface org.ow2.orchestra.facade.QueryRuntimeAPI
-
Returns all records of activity for the given process instance UUID.
- findActivityInstances(ProcessInstanceUUID, ActivityState) - Method in interface org.ow2.orchestra.facade.QueryRuntimeAPI
-
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.
- findActivityInstances(ProcessInstanceUUID, ActivityState) - Method in interface org.ow2.orchestra.facade.rest.JaxRSQueryRuntimeAPI
-
- findJobsWithException() - Method in interface org.ow2.orchestra.facade.InstanceManagementAPI
-
Get the list of asynchronous executions for which all the tries have failed and which will not be executed any more.
- findJobsWithException() - Method in interface org.ow2.orchestra.facade.rest.JaxRSInstanceManagementAPI
-
- findProcessDefinitions() - Method in interface org.ow2.orchestra.facade.QueryDefinitionAPI
-
Returns the list of processes.
- findProcessDefinitions(ProcessState) - Method in interface org.ow2.orchestra.facade.QueryDefinitionAPI
-
Returns the list of processes with the given state.
- findProcessDefinitions(QName, ProcessState) - Method in interface org.ow2.orchestra.facade.QueryDefinitionAPI
-
Returns the list of processes with the given state and qname.
- findProcessDefinitions(QName) - Method in interface org.ow2.orchestra.facade.QueryDefinitionAPI
-
Returns the list of processes with the given qname.
- findProcessDefinitions(String, String, ProcessState) - Method in interface org.ow2.orchestra.facade.rest.JaxRSQueryDefinitionAPI
-
- findProcessInstances() - Method in interface org.ow2.orchestra.facade.QueryRuntimeAPI
-
Returns all records of instance.
- findProcessInstances(ProcessDefinitionUUID) - Method in interface org.ow2.orchestra.facade.QueryRuntimeAPI
-
Returns all records of instance for the given process definition UUID.
- findProcessInstances(ProcessDefinitionUUID, ActivityState) - Method in interface org.ow2.orchestra.facade.QueryRuntimeAPI
-
Returns all records of instance for the given process definition UUID and
the given process state.
- findProcessInstances(ActivityState) - Method in interface org.ow2.orchestra.facade.QueryRuntimeAPI
-
Returns all records of instance for the given process state.
- findProcessInstances(ProcessDefinitionUUID, ActivityState) - Method in interface org.ow2.orchestra.facade.rest.JaxRSQueryRuntimeAPI
-
- findProcessInstancesPage(Criteria<ProcessInstance>) - Method in interface org.ow2.orchestra.facade.QueryRuntimeAPI
-
- findProcessInstancesPage(Criteria<ProcessInstance>) - Method in interface org.ow2.orchestra.facade.rest.JaxRSQueryRuntimeAPI
-
- FlowActivityDefinition - Interface in org.ow2.orchestra.facade.def
-
- FlowActivityDefinitionImpl - Class in org.ow2.orchestra.facade.def.impl
-
- FlowActivityDefinitionImpl(FlowActivityDefinition) - Constructor for class org.ow2.orchestra.facade.def.impl.FlowActivityDefinitionImpl
-
- FlowActivityInstance - Interface in org.ow2.orchestra.facade.runtime
-
Flow is a subtype of activity
- FlowActivityInstanceImpl - Class in org.ow2.orchestra.facade.runtime.impl
-
- FlowActivityInstanceImpl() - Constructor for class org.ow2.orchestra.facade.runtime.impl.FlowActivityInstanceImpl
-
- FlowActivityInstanceImpl(FlowActivityInstance) - Constructor for class org.ow2.orchestra.facade.runtime.impl.FlowActivityInstanceImpl
-
- ForDefinition - Interface in org.ow2.orchestra.facade.def
-
- ForDefinitionImpl - Class in org.ow2.orchestra.facade.def.impl
-
- ForDefinitionImpl() - Constructor for class org.ow2.orchestra.facade.def.impl.ForDefinitionImpl
-
- ForDefinitionImpl(String, String) - Constructor for class org.ow2.orchestra.facade.def.impl.ForDefinitionImpl
-
- ForDefinitionImpl(ForDefinition) - Constructor for class org.ow2.orchestra.facade.def.impl.ForDefinitionImpl
-
- ForeachActivityDefinition - Interface in org.ow2.orchestra.facade.def
-
- ForeachActivityDefinitionImpl - Class in org.ow2.orchestra.facade.def.impl
-
- ForeachActivityDefinitionImpl(ForeachActivityDefinition) - Constructor for class org.ow2.orchestra.facade.def.impl.ForeachActivityDefinitionImpl
-
- ForeachActivityInstance - Interface in org.ow2.orchestra.facade.runtime
-
Foreach is a subtype of activity
- ForeachActivityInstanceImpl - Class in org.ow2.orchestra.facade.runtime.impl
-
- ForeachActivityInstanceImpl() - Constructor for class org.ow2.orchestra.facade.runtime.impl.ForeachActivityInstanceImpl
-
- ForeachActivityInstanceImpl(ForeachActivityInstance) - Constructor for class org.ow2.orchestra.facade.runtime.impl.ForeachActivityInstanceImpl
-
- 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
-
- FromDefinitionImpl - Class in org.ow2.orchestra.facade.def.impl
-
- FromDefinitionImpl(FromDefinition) - Constructor for class org.ow2.orchestra.facade.def.impl.FromDefinitionImpl
-
- FromPartDefinition - Interface in org.ow2.orchestra.facade.def
-
- FromPartDefinitionImpl - Class in org.ow2.orchestra.facade.def.impl
-
- FromPartDefinitionImpl() - Constructor for class org.ow2.orchestra.facade.def.impl.FromPartDefinitionImpl
-
- FromPartDefinitionImpl(FromPartDefinition) - Constructor for class org.ow2.orchestra.facade.def.impl.FromPartDefinitionImpl
-
- FromPartDefinitionImpl(String, String) - Constructor for class org.ow2.orchestra.facade.def.impl.FromPartDefinitionImpl
-
- FromToDefinition - Interface in org.ow2.orchestra.facade.def
-
- FromToDefinitionImpl - Class in org.ow2.orchestra.facade.def.impl
-
- FromToDefinitionImpl() - Constructor for class org.ow2.orchestra.facade.def.impl.FromToDefinitionImpl
-
- FromToDefinitionImpl(FromToDefinition) - Constructor for class org.ow2.orchestra.facade.def.impl.FromToDefinitionImpl
-
- fullCopy() - Method in exception org.ow2.orchestra.facade.exception.BpelFaultException
-
- ge(FilterField<C>, Serializable) - Static method in class org.ow2.orchestra.facade.criteria.Restriction
-
Static method used to construct an "greater than or equals" restriction on a given field and value
- generateBpelFaultException(BpelFaultException.BpelFault) - Static method in exception org.ow2.orchestra.facade.exception.BpelFaultException
-
- generateBpelFaultException(BpelFaultException.BpelFault, String, Exception) - Static method in exception org.ow2.orchestra.facade.exception.BpelFaultException
-
- generateDeployment(URL, List<URL>) - Static method in class org.ow2.orchestra.util.DeploymentUtil
-
- getActivityData() - Method in class org.ow2.orchestra.facade.data.runtime.ScopeUpdateData
-
- getActivityDefinition(ActivityDefinitionUUID) - Method in interface org.ow2.orchestra.facade.QueryDefinitionAPI
-
Returns recorded definition data for the given activity definition UUID.
- getActivityDefinition(ActivityDefinitionUUID) - Method in interface org.ow2.orchestra.facade.rest.JaxRSQueryDefinitionAPI
-
- getActivityDefinitionData() - Method in class org.ow2.orchestra.facade.data.runtime.ActivityInstanceData
-
- getActivityDefinitions(ProcessDefinitionUUID) - Method in interface org.ow2.orchestra.facade.RuntimeAPI
-
Get information about a process activities.
- 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 class org.ow2.orchestra.facade.def.impl.ElseDefinitionImpl
-
- getActivityDefinitionUUID() - Method in class org.ow2.orchestra.facade.def.impl.ElseIfDefinitionImpl
-
- getActivityDefinitionUUID() - Method in class org.ow2.orchestra.facade.def.impl.OnAlarmDefinitionImpl
-
- getActivityDefinitionUUID() - Method in class org.ow2.orchestra.facade.def.impl.OnEventDefinitionImpl
-
- getActivityDefinitionUUID() - Method in class org.ow2.orchestra.facade.def.impl.OnMessageDefinitionImpl
-
- getActivityDefinitionUUID() - Method in interface org.ow2.orchestra.facade.def.OnAlarmDefinition
-
- getActivityDefinitionUUID() - Method in interface org.ow2.orchestra.facade.def.OnEventDefinition
-
- getActivityDefinitionUUID() - Method in interface org.ow2.orchestra.facade.def.OnMessageDefinition
-
- getActivityDefinitionUUID() - Method in class org.ow2.orchestra.facade.runtime.impl.WaitingActivityImpl
-
- getActivityDefinitionUUID() - Method in interface org.ow2.orchestra.facade.runtime.WaitingActivity
-
- getActivityInstance(ActivityInstanceUUID) - Method in interface org.ow2.orchestra.facade.QueryRuntimeAPI
-
Returns recorded instance data for the given activity instance UUID.
- getActivityInstance(ActivityInstanceUUID) - Method in interface org.ow2.orchestra.facade.rest.JaxRSQueryRuntimeAPI
-
- getActivityInstanceUUID() - Method in class org.ow2.orchestra.facade.data.runtime.BpelFaultData
-
- getActivityInstanceUUID() - Method in class org.ow2.orchestra.facade.data.runtime.ForeachInitializedData
-
- getActivityInstanceUUID() - Method in class org.ow2.orchestra.facade.data.runtime.JobData
-
- 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.ActivityInstanceNotFoundException
-
- getActivityUUID() - Method in exception org.ow2.orchestra.facade.exception.ActivityNotFoundException
-
- getActivityUUID() - Method in class org.ow2.orchestra.facade.runtime.impl.CorrelationSetInitializationImpl
-
- getActivityUUID() - Method in class org.ow2.orchestra.facade.runtime.impl.PartnerLinkUpdateImpl
-
- getActivityUUID() - Method in class org.ow2.orchestra.facade.runtime.impl.ScopeStateUpdateImpl
-
- getActivityUUID() - Method in class org.ow2.orchestra.facade.runtime.impl.VariableUpdateImpl
-
- getActivityUUID() - Method in interface org.ow2.orchestra.facade.runtime.ScopeUpdate
-
- getAddedDate() - Method in class org.ow2.orchestra.facade.data.runtime.PendingMessageData
-
- getBpel() - Method in class org.ow2.orchestra.facade.Deployment
-
- getBpelFault() - Method in class org.ow2.orchestra.facade.data.runtime.BpelFaultData
-
- getCompensationHandlerActivityUUID() - Method in class org.ow2.orchestra.facade.runtime.impl.ScopeActivityInstanceImpl
-
- getCompensationHandlerActivityUUID() - Method in interface org.ow2.orchestra.facade.runtime.ScopeActivityInstance
-
- getCompensationHandlerDefinitionUUID() - Method in class org.ow2.orchestra.facade.def.impl.ScopeActivityDefinitionImpl
-
- getCompensationHandlerDefinitionUUID() - Method in interface org.ow2.orchestra.facade.def.ScopeActivityDefinition
-
- getCompletionConditionDefinition() - Method in interface org.ow2.orchestra.facade.def.ForeachActivityDefinition
-
- getCompletionConditionDefinition() - Method in class org.ow2.orchestra.facade.def.impl.ForeachActivityDefinitionImpl
-
- getCompletionConditionValue() - Method in class org.ow2.orchestra.facade.data.runtime.ForeachInitializedData
-
- getCompletionConditionValue() - Method in interface org.ow2.orchestra.facade.runtime.ForeachActivityInstance
-
- getCompletionConditionValue() - Method in class org.ow2.orchestra.facade.runtime.impl.ForeachActivityInstanceImpl
-
- getConditionBooleanExpression() - Method in class org.ow2.orchestra.facade.def.impl.RepeatUntilActivityDefinitionImpl
-
- getConditionBooleanExpression() - Method in class org.ow2.orchestra.facade.def.impl.WhileActivityDefinitionImpl
-
- getConditionBooleanExpression() - Method in interface org.ow2.orchestra.facade.def.RepeatUntilActivityDefinition
-
- getConditionBooleanExpression() - Method in interface org.ow2.orchestra.facade.def.WhileActivityDefinition
-
- getConditionExpressionLanguage() - Method in class org.ow2.orchestra.facade.def.impl.RepeatUntilActivityDefinitionImpl
-
- getConditionExpressionLanguage() - Method in class org.ow2.orchestra.facade.def.impl.WhileActivityDefinitionImpl
-
- getConditionExpressionLanguage() - Method in interface org.ow2.orchestra.facade.def.RepeatUntilActivityDefinition
-
- getConditionExpressionLanguage() - Method in interface org.ow2.orchestra.facade.def.WhileActivityDefinition
-
- getContent() - Method in class org.ow2.orchestra.facade.rest.ByteArrayWrapper
-
- getContent() - Method in class org.ow2.orchestra.facade.rest.CollectionWrapper
-
- getContent() - Method in class org.ow2.orchestra.facade.rest.InterfaceWrapper
-
- getContent() - Method in class org.ow2.orchestra.facade.rest.SimpleCollectionWrapper
-
- getContentAsList() - Method in class org.ow2.orchestra.facade.rest.CollectionWrapper
-
- getContentAsList() - Method in class org.ow2.orchestra.facade.rest.SimpleCollectionWrapper
-
- getContentAsSet() - Method in class org.ow2.orchestra.facade.rest.CollectionWrapper
-
- getContentAsSet() - Method in class org.ow2.orchestra.facade.rest.SimpleCollectionWrapper
-
- getCopyDefinitions() - Method in interface org.ow2.orchestra.facade.def.AssignActivityDefinition
-
- getCopyDefinitions() - Method in class org.ow2.orchestra.facade.def.impl.AssignActivityDefinitionImpl
-
- getCorrelationDefinitionList() - Method in class org.ow2.orchestra.facade.def.impl.OnEventDefinitionImpl
-
- getCorrelationDefinitionList() - Method in class org.ow2.orchestra.facade.def.impl.OnMessageDefinitionImpl
-
- getCorrelationDefinitionList() - Method in interface org.ow2.orchestra.facade.def.OnEventDefinition
-
- getCorrelationDefinitionList() - Method in interface org.ow2.orchestra.facade.def.OnMessageDefinition
-
- getCorrelationDefinitions() - Method in class org.ow2.orchestra.facade.def.impl.InvokeDefinitionImpl
-
- getCorrelationDefinitions() - Method in class org.ow2.orchestra.facade.def.impl.ReceiveActivityDefinitionImpl
-
- getCorrelationDefinitions() - Method in class org.ow2.orchestra.facade.def.impl.ReplyActivityDefinitionImpl
-
- 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 class org.ow2.orchestra.facade.runtime.impl.ScopeActivityInstanceImpl
-
- getCorrelationSet() - Method in interface org.ow2.orchestra.facade.runtime.ScopeActivityInstance
-
- getCorrelationSets() - Method in class org.ow2.orchestra.facade.def.impl.ScopeActivityDefinitionImpl
-
- getCorrelationSets() - Method in interface org.ow2.orchestra.facade.def.ScopeActivityDefinition
-
- getCounterName() - Method in interface org.ow2.orchestra.facade.def.ForeachActivityDefinition
-
- getCounterName() - Method in class org.ow2.orchestra.facade.def.impl.ForeachActivityDefinitionImpl
-
- getDate() - Method in class org.ow2.orchestra.facade.data.AbstractData
-
- getDate() - Method in class org.ow2.orchestra.facade.def.impl.ProcessStateUpdateImpl
-
- getDate() - Method in interface org.ow2.orchestra.facade.def.ProcessStateUpdate
-
- getDate() - Method in class org.ow2.orchestra.facade.runtime.impl.CorrelationSetInitializationImpl
-
- getDate() - Method in class org.ow2.orchestra.facade.runtime.impl.PartnerLinkUpdateImpl
-
- getDate() - Method in class org.ow2.orchestra.facade.runtime.impl.ProcessInstanceStateUpdateImpl
-
- getDate() - Method in class org.ow2.orchestra.facade.runtime.impl.ScopeStateUpdateImpl
-
- getDate() - Method in class org.ow2.orchestra.facade.runtime.impl.TransitionConditionUpdateImpl
-
- getDate() - Method in class org.ow2.orchestra.facade.runtime.impl.VariableUpdateImpl
-
- getDate() - Method in interface org.ow2.orchestra.facade.runtime.ProcessInstanceUpdate
-
- getDate() - Method in interface org.ow2.orchestra.facade.runtime.ScopeUpdate
-
- getDate() - Method in interface org.ow2.orchestra.facade.runtime.TransitionConditionUpdate
-
- getDeadlineExpression() - Method in class org.ow2.orchestra.facade.def.impl.UntilDefinitionImpl
-
- 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
- getDefinitionUUID() - Method in class org.ow2.orchestra.facade.runtime.impl.ActivityInstanceImpl
-
- getDeployedDate() - Method in class org.ow2.orchestra.facade.def.impl.ProcessDefinitionImpl
-
- getDeployedDate() - Method in interface org.ow2.orchestra.facade.def.ProcessDefinition
-
- getDocumentation() - Method in interface org.ow2.orchestra.facade.def.ActivityDefinition
-
- getDocumentation() - Method in class org.ow2.orchestra.facade.def.impl.ActivityDefinitionImpl
-
- getDueDate() - Method in class org.ow2.orchestra.facade.data.runtime.JobData
-
- getDurationExpression() - Method in interface org.ow2.orchestra.facade.def.ForDefinition
-
- getDurationExpression() - Method in class org.ow2.orchestra.facade.def.impl.ForDefinitionImpl
-
- getDurationExpression() - Method in class org.ow2.orchestra.facade.def.impl.RepeatEveryDefinitionImpl
-
- getDurationExpression() - Method in interface org.ow2.orchestra.facade.def.RepeatEveryDefinition
-
- getElement() - Method in class org.ow2.orchestra.facade.def.impl.VariableDefinitionImpl
-
- getElement() - Method in interface org.ow2.orchestra.facade.def.VariableDefinition
-
- getElements() - Method in class org.ow2.orchestra.facade.criteria.PagedResult
-
- getElseDefinition() - Method in interface org.ow2.orchestra.facade.def.IfActivityDefinition
-
- getElseDefinition() - Method in class org.ow2.orchestra.facade.def.impl.IfActivityDefinitionImpl
-
- getElseIfDefinitionList() - Method in interface org.ow2.orchestra.facade.def.IfActivityDefinition
-
- getElseIfDefinitionList() - Method in class org.ow2.orchestra.facade.def.impl.IfActivityDefinitionImpl
-
- getEnclosedActivitiesUUID() - Method in interface org.ow2.orchestra.facade.def.BpelActivityWithChildrenDefinition
-
- getEnclosedActivitiesUUID() - Method in class org.ow2.orchestra.facade.def.impl.BpelActivityWithChildrenDefinitionImpl
-
- getEnclosedActivitiesUUID() - Method in interface org.ow2.orchestra.facade.runtime.ActivityWithChildrenInstance
-
- getEnclosedActivitiesUUID() - Method in class org.ow2.orchestra.facade.runtime.impl.ActivityWithChildrenInstanceImpl
-
- getEnclosedActivityUUID() - Method in interface org.ow2.orchestra.facade.def.BaseFCTDefinition
-
- getEnclosedActivityUUID() - Method in interface org.ow2.orchestra.facade.def.BpelActivityWithSingleChildDefinition
-
- getEnclosedActivityUUID() - Method in class org.ow2.orchestra.facade.def.impl.BaseFCTDefinitionImpl
-
- getEnclosedActivityUUID() - Method in class org.ow2.orchestra.facade.def.impl.BpelActivityWithSingleChildDefinitionImpl
-
- getEnclosedActivityUUID() - Method in class org.ow2.orchestra.facade.def.impl.ProcessDefinitionImpl
-
- getEnclosedActivityUUID() - Method in interface org.ow2.orchestra.facade.runtime.ActivityWithSingleChildInstance
-
- getEnclosedActivityUUID() - Method in class org.ow2.orchestra.facade.runtime.impl.ActivityWithSingleChildInstanceImpl
-
- getEncloserUUID() - Method in class org.ow2.orchestra.facade.data.runtime.ActivityInstanceData
-
- getEndedDate() - Method in class org.ow2.orchestra.facade.runtime.impl.RuntimeRecordImpl
-
- getEndedDate() - Method in interface org.ow2.orchestra.facade.runtime.RuntimeRecord
-
- getEndpointReference() - Method in interface org.ow2.orchestra.facade.def.FromToDefinition
-
- getEndpointReference() - Method in class org.ow2.orchestra.facade.def.impl.FromToDefinitionImpl
-
- getEntries() - Method in class org.ow2.orchestra.util.JAXBUtils.JAXBMapAdapter.InternalMapType
-
- getEventInstanceUUIDs() - Method in class org.ow2.orchestra.facade.runtime.impl.ScopeActivityInstanceImpl
-
- getEventInstanceUUIDs() - Method in interface org.ow2.orchestra.facade.runtime.ScopeActivityInstance
-
- getException() - Method in class org.ow2.orchestra.facade.data.runtime.JobData
-
- getExitOnStandardFault() - Method in class org.ow2.orchestra.facade.def.impl.ScopeActivityDefinitionImpl
-
- getExitOnStandardFault() - Method in interface org.ow2.orchestra.facade.def.ScopeActivityDefinition
-
- getExpectedStartedDate() - Method in class org.ow2.orchestra.facade.data.runtime.TimerData
-
- getExpectedStartedDate() - Method in class org.ow2.orchestra.facade.runtime.impl.WaitingActivityImpl
-
- 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
-
- getExpression() - Method in class org.ow2.orchestra.facade.def.impl.CompletionConditionDefinitionImpl
-
- getExpression() - Method in class org.ow2.orchestra.facade.def.impl.ElseIfDefinitionImpl
-
- getExpression() - Method in class org.ow2.orchestra.facade.def.impl.FromToDefinitionImpl
-
- getExpression() - Method in class org.ow2.orchestra.facade.def.impl.IfActivityDefinitionImpl
-
- 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 class org.ow2.orchestra.facade.def.impl.CompletionConditionDefinitionImpl
-
- getExpressionLanguage() - Method in class org.ow2.orchestra.facade.def.impl.ElseIfDefinitionImpl
-
- getExpressionLanguage() - Method in class org.ow2.orchestra.facade.def.impl.ForDefinitionImpl
-
- getExpressionLanguage() - Method in class org.ow2.orchestra.facade.def.impl.FromToDefinitionImpl
-
- getExpressionLanguage() - Method in class org.ow2.orchestra.facade.def.impl.IfActivityDefinitionImpl
-
- getExpressionLanguage() - Method in class org.ow2.orchestra.facade.def.impl.ProcessDefinitionImpl
-
- getExpressionLanguage() - Method in class org.ow2.orchestra.facade.def.impl.RepeatEveryDefinitionImpl
-
- getExpressionLanguage() - Method in class org.ow2.orchestra.facade.def.impl.UntilDefinitionImpl
-
- getExpressionLanguage() - Method in interface org.ow2.orchestra.facade.def.ProcessDefinition
-
- getExpressionLanguage() - Method in interface org.ow2.orchestra.facade.def.RepeatEveryDefinition
-
- getExpressionLanguage() - Method in interface org.ow2.orchestra.facade.def.UntilDefinition
-
- getExtensions() - Method in class org.ow2.orchestra.facade.def.impl.ProcessDefinitionImpl
-
- getExtensions() - Method in interface org.ow2.orchestra.facade.def.ProcessDefinition
-
- getFaultElement() - Method in interface org.ow2.orchestra.facade.def.CatchDefinition
-
- getFaultElement() - Method in class org.ow2.orchestra.facade.def.impl.CatchDefinitionImpl
-
- getFaultElement() - Method in exception org.ow2.orchestra.facade.exception.FaultWithElement
-
- getFaultHandlerActivityUUID() - Method in class org.ow2.orchestra.facade.runtime.impl.ScopeActivityInstanceImpl
-
- getFaultHandlerActivityUUID() - Method in interface org.ow2.orchestra.facade.runtime.ScopeActivityInstance
-
- getFaultHandlerUUIDs() - Method in class org.ow2.orchestra.facade.def.impl.ScopeActivityDefinitionImpl
-
- getFaultHandlerUUIDs() - Method in interface org.ow2.orchestra.facade.def.ScopeActivityDefinition
-
- getFaultMessage() - Method in exception org.ow2.orchestra.facade.exception.FaultWithMessage
-
- getFaultMessageType() - Method in interface org.ow2.orchestra.facade.def.CatchDefinition
-
- getFaultMessageType() - Method in class org.ow2.orchestra.facade.def.impl.CatchDefinitionImpl
-
- getFaultName() - Method in class org.ow2.orchestra.facade.data.def.ThrowActivityDefinitionData
-
- getFaultName() - Method in interface org.ow2.orchestra.facade.def.CatchDefinition
-
- getFaultName() - Method in class org.ow2.orchestra.facade.def.impl.CatchDefinitionImpl
-
- getFaultName() - Method in class org.ow2.orchestra.facade.def.impl.ReplyActivityDefinitionImpl
-
- getFaultName() - Method in class org.ow2.orchestra.facade.def.impl.ThrowActivityDefinitionImpl
-
- getFaultName() - Method in interface org.ow2.orchestra.facade.def.ReplyActivityDefinition
-
- getFaultName() - Method in interface org.ow2.orchestra.facade.def.ThrowActivityDefinition
-
- getFaultName() - Method in exception org.ow2.orchestra.facade.exception.BpelFaultException
-
- getFaultVariable() - Method in class org.ow2.orchestra.facade.data.def.ThrowActivityDefinitionData
-
- getFaultVariable() - Method in interface org.ow2.orchestra.facade.def.CatchDefinition
-
- getFaultVariable() - Method in class org.ow2.orchestra.facade.def.impl.CatchDefinitionImpl
-
- getFaultVariable() - Method in class org.ow2.orchestra.facade.def.impl.ThrowActivityDefinitionImpl
-
- getFaultVariable() - Method in interface org.ow2.orchestra.facade.def.ThrowActivityDefinition
-
- getField() - Method in class org.ow2.orchestra.facade.criteria.Order
-
- getField() - Method in class org.ow2.orchestra.facade.criteria.Restriction
-
- getFinalCounterExpression() - Method in interface org.ow2.orchestra.facade.def.ForeachActivityDefinition
-
- getFinalCounterExpression() - Method in class org.ow2.orchestra.facade.def.impl.ForeachActivityDefinitionImpl
-
- getFinalCounterExpressionLanguage() - Method in interface org.ow2.orchestra.facade.def.ForeachActivityDefinition
-
- getFinalCounterExpressionLanguage() - Method in class org.ow2.orchestra.facade.def.impl.ForeachActivityDefinitionImpl
-
- getFirstResult() - Method in class org.ow2.orchestra.facade.criteria.Criteria
-
- getFlowActivityUUID() - Method in class org.ow2.orchestra.facade.data.runtime.TransitionConditionUpdateData
-
- getForDefinition() - Method in class org.ow2.orchestra.facade.def.impl.OnAlarmDefinitionImpl
-
- getForDefinition() - Method in class org.ow2.orchestra.facade.def.impl.WaitActivityDefinitionImpl
-
- 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
-
- getFromDefinitionList() - Method in class org.ow2.orchestra.facade.def.impl.CopyDefinitionImpl
-
- getFromPartDefinitionList() - Method in class org.ow2.orchestra.facade.def.impl.OnEventDefinitionImpl
-
- getFromPartDefinitionList() - Method in class org.ow2.orchestra.facade.def.impl.OnMessageDefinitionImpl
-
- getFromPartDefinitionList() - Method in interface org.ow2.orchestra.facade.def.OnEventDefinition
-
- getFromPartDefinitionList() - Method in interface org.ow2.orchestra.facade.def.OnMessageDefinition
-
- getFromPartDefinitions() - Method in class org.ow2.orchestra.facade.def.impl.InvokeDefinitionImpl
-
- getFromPartDefinitions() - Method in class org.ow2.orchestra.facade.def.impl.ReceiveActivityDefinitionImpl
-
- getFromPartDefinitions() - Method in interface org.ow2.orchestra.facade.def.InvokeActivityDefinition
-
- getFromPartDefinitions() - Method in interface org.ow2.orchestra.facade.def.ReceiveActivityDefinition
-
- getFromVariable() - Method in class org.ow2.orchestra.facade.def.impl.ToPartDefinitionImpl
-
- getFromVariable() - Method in interface org.ow2.orchestra.facade.def.ToPartDefinition
-
- getInitiate() - Method in interface org.ow2.orchestra.facade.def.CorrelationDefinition
-
- getInitiate() - Method in class org.ow2.orchestra.facade.def.impl.CorrelationDefinitionImpl
-
- getInputVariable() - Method in class org.ow2.orchestra.facade.def.impl.InvokeDefinitionImpl
-
- getInputVariable() - Method in interface org.ow2.orchestra.facade.def.InvokeActivityDefinition
-
- getInstanceManagementAPI(String, String) - Static method in class org.ow2.orchestra.facade.AccessorUtil
-
- getInstanceState() - Method in class org.ow2.orchestra.facade.runtime.impl.ProcessInstanceImpl
-
Returns the current instance state.
- getInstanceState() - Method in class org.ow2.orchestra.facade.runtime.impl.ProcessInstanceStateUpdateImpl
-
- getInstanceState() - Method in interface org.ow2.orchestra.facade.runtime.ProcessInstanceStateUpdate
-
- getInstanceUUID() - Method in exception org.ow2.orchestra.facade.exception.InstanceNotFoundException
-
- getJob() - Method in exception org.ow2.orchestra.facade.exception.JobNotFoundException
-
- getJobId() - Method in class org.ow2.orchestra.facade.data.runtime.JobData
-
- getJobType() - Method in class org.ow2.orchestra.facade.data.runtime.JobData
-
- getLastException() - Method in interface org.ow2.orchestra.facade.runtime.ActivityInstance
-
Get the last exception thrown by this activity, null if the activity has
never thrown any exceptions
- getLastException() - Method in class org.ow2.orchestra.facade.runtime.impl.ActivityInstanceImpl
-
- getLinkName() - Method in class org.ow2.orchestra.facade.def.impl.SourceImpl
-
- getLinkName() - Method in class org.ow2.orchestra.facade.def.impl.TargetImpl
-
- 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
-
- getLinks() - Method in class org.ow2.orchestra.facade.def.impl.FlowActivityDefinitionImpl
-
- getLiteral() - Method in interface org.ow2.orchestra.facade.def.FromDefinition
-
- getLiteral() - Method in class org.ow2.orchestra.facade.def.impl.FromDefinitionImpl
-
- getManagementAPI(String, String) - Static method in class org.ow2.orchestra.facade.AccessorUtil
-
- getMaxResults() - Method in class org.ow2.orchestra.facade.criteria.Criteria
-
- getMessage() - Method in class org.ow2.orchestra.facade.data.runtime.PendingMessageData
-
- 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 class org.ow2.orchestra.facade.def.impl.OnEventDefinitionImpl
-
- getMessageExchange() - Method in class org.ow2.orchestra.facade.def.impl.OnMessageDefinitionImpl
-
- getMessageExchange() - Method in class org.ow2.orchestra.facade.def.impl.ReceiveActivityDefinitionImpl
-
- getMessageExchange() - Method in class org.ow2.orchestra.facade.def.impl.ReplyActivityDefinitionImpl
-
- getMessageExchange() - Method in interface org.ow2.orchestra.facade.def.OnEventDefinition
-
- 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 class org.ow2.orchestra.facade.runtime.impl.ReceiveActivityInstanceImpl
-
- getMessageExchange() - Method in class org.ow2.orchestra.facade.runtime.impl.ReplyActivityInstanceImpl
-
- getMessageExchange() - Method in interface org.ow2.orchestra.facade.runtime.ReceiveActivityInstance
-
- getMessageExchange() - Method in interface org.ow2.orchestra.facade.runtime.ReplyActivityInstance
-
- getMessageExchanges() - Method in class org.ow2.orchestra.facade.def.impl.ScopeActivityDefinitionImpl
-
- getMessageExchanges() - Method in interface org.ow2.orchestra.facade.def.ScopeActivityDefinition
-
- getMessageId() - Method in class org.ow2.orchestra.facade.data.runtime.PendingMessageData
-
- getMessageType() - Method in class org.ow2.orchestra.facade.def.impl.VariableDefinitionImpl
-
- getMessageType() - Method in interface org.ow2.orchestra.facade.def.VariableDefinition
-
- getMyRole() - Method in class org.ow2.orchestra.facade.def.impl.PartnerLinkDefinitionImpl
-
- 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 class org.ow2.orchestra.facade.def.impl.CorrelationSetDefinitionImpl
-
- getName() - Method in class org.ow2.orchestra.facade.def.impl.DefinitionRecordImpl
-
- getName() - Method in class org.ow2.orchestra.facade.def.impl.PartnerLinkDefinitionImpl
-
- getName() - Method in class org.ow2.orchestra.facade.def.impl.VariableDefinitionImpl
-
- 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 class org.ow2.orchestra.facade.runtime.impl.CorrelationSetInitializationImpl
-
- getName() - Method in class org.ow2.orchestra.facade.runtime.impl.PartnerLinkUpdateImpl
-
- getName() - Method in class org.ow2.orchestra.facade.runtime.impl.TransitionConditionUpdateImpl
-
- getName() - Method in class org.ow2.orchestra.facade.runtime.impl.VariableUpdateImpl
-
- 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.ExtensionDefinition
-
- getNamespace() - Method in class org.ow2.orchestra.facade.def.impl.ExtensionDefinitionImpl
-
- getNameSpace() - Method in class org.ow2.orchestra.facade.def.impl.ProcessDefinitionImpl
-
- getNameSpace() - Method in interface org.ow2.orchestra.facade.def.ProcessDefinition
-
- getOnAlarmDefinitionList() - Method in class org.ow2.orchestra.facade.def.impl.PickActivityDefinitionImpl
-
- getOnAlarmDefinitionList() - Method in interface org.ow2.orchestra.facade.def.PickActivityDefinition
-
- getOnAlarmEventHandlers() - Method in class org.ow2.orchestra.facade.def.impl.ScopeActivityDefinitionImpl
-
- getOnAlarmEventHandlers() - Method in interface org.ow2.orchestra.facade.def.ScopeActivityDefinition
-
- getOnEventEventHandlers() - Method in class org.ow2.orchestra.facade.def.impl.ScopeActivityDefinitionImpl
-
- getOnEventEventHandlers() - Method in interface org.ow2.orchestra.facade.def.ScopeActivityDefinition
-
- getOnMessageDefinitionList() - Method in class org.ow2.orchestra.facade.def.impl.PickActivityDefinitionImpl
-
- getOnMessageDefinitionList() - Method in interface org.ow2.orchestra.facade.def.PickActivityDefinition
-
- getOperation() - Method in class org.ow2.orchestra.facade.criteria.Restriction
-
- 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 class org.ow2.orchestra.facade.def.impl.InvokeDefinitionImpl
-
- getOperation() - Method in class org.ow2.orchestra.facade.def.impl.OnEventDefinitionImpl
-
- getOperation() - Method in class org.ow2.orchestra.facade.def.impl.OnMessageDefinitionImpl
-
- getOperation() - Method in class org.ow2.orchestra.facade.def.impl.ReceiveActivityDefinitionImpl
-
- getOperation() - Method in class org.ow2.orchestra.facade.def.impl.ReplyActivityDefinitionImpl
-
- getOperation() - Method in interface org.ow2.orchestra.facade.def.InvokeActivityDefinition
-
- getOperation() - Method in interface org.ow2.orchestra.facade.def.OnEventDefinition
-
- 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 class org.ow2.orchestra.facade.runtime.impl.ReceiveActivityInstanceImpl
-
- getOperation() - Method in class org.ow2.orchestra.facade.runtime.impl.ReplyActivityInstanceImpl
-
- getOperation() - Method in interface org.ow2.orchestra.facade.runtime.ReceiveActivityInstance
-
- getOperation() - Method in interface org.ow2.orchestra.facade.runtime.ReplyActivityInstance
-
- getOperationName() - Method in class org.ow2.orchestra.facade.data.runtime.PendingMessageData
-
- getOrder() - Method in class org.ow2.orchestra.facade.criteria.Criteria
-
- getOutputVariable() - Method in class org.ow2.orchestra.facade.def.impl.InvokeDefinitionImpl
-
- 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 class org.ow2.orchestra.facade.def.impl.FromPartDefinitionImpl
-
- getPart() - Method in class org.ow2.orchestra.facade.def.impl.FromToDefinitionImpl
-
- getPart() - Method in class org.ow2.orchestra.facade.def.impl.ToPartDefinitionImpl
-
- getPart() - Method in interface org.ow2.orchestra.facade.def.ToPartDefinition
-
- getPartElement(String) - Method in class org.ow2.orchestra.facade.runtime.impl.MessageImpl
-
- getPartnerLink() - Method in interface org.ow2.orchestra.facade.def.FromToDefinition
-
- getPartnerLink() - Method in class org.ow2.orchestra.facade.def.impl.FromToDefinitionImpl
-
- getPartnerLink() - Method in class org.ow2.orchestra.facade.def.impl.InvokeDefinitionImpl
-
- getPartnerLink() - Method in class org.ow2.orchestra.facade.def.impl.OnEventDefinitionImpl
-
- getPartnerLink() - Method in class org.ow2.orchestra.facade.def.impl.OnMessageDefinitionImpl
-
- getPartnerLink() - Method in class org.ow2.orchestra.facade.def.impl.ReceiveActivityDefinitionImpl
-
- getPartnerLink() - Method in class org.ow2.orchestra.facade.def.impl.ReplyActivityDefinitionImpl
-
- getPartnerLink() - Method in interface org.ow2.orchestra.facade.def.InvokeActivityDefinition
-
- getPartnerLink() - Method in interface org.ow2.orchestra.facade.def.OnEventDefinition
-
- 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 class org.ow2.orchestra.facade.runtime.impl.ScopeActivityInstanceImpl
-
- getPartnerLink() - Method in interface org.ow2.orchestra.facade.runtime.ScopeActivityInstance
-
- getPartnerLinkReference() - Method in class org.ow2.orchestra.facade.data.runtime.PartnerLinkUpdateData
-
- getPartnerLinkReference() - Method in class org.ow2.orchestra.facade.runtime.impl.PartnerLinkUpdateImpl
-
- getPartnerLinkReference() - Method in interface org.ow2.orchestra.facade.runtime.PartnerLinkUpdate
-
- getPartnerLinks() - Method in class org.ow2.orchestra.facade.def.impl.ScopeActivityDefinitionImpl
-
- getPartnerLinks() - Method in interface org.ow2.orchestra.facade.def.ScopeActivityDefinition
-
- getPartnerLinkType() - Method in class org.ow2.orchestra.facade.def.impl.PartnerLinkDefinitionImpl
-
- getPartnerLinkType() - Method in interface org.ow2.orchestra.facade.def.PartnerLinkDefinition
-
- getPartnerLinkUpdateType() - Method in class org.ow2.orchestra.facade.data.runtime.PartnerLinkUpdateData
-
- getPartnerLinkUpdateType() - Method in class org.ow2.orchestra.facade.runtime.impl.PartnerLinkUpdateImpl
-
- getPartnerLinkUpdateType() - Method in interface org.ow2.orchestra.facade.runtime.PartnerLinkUpdate
-
- getPartnerRole() - Method in class org.ow2.orchestra.facade.def.impl.PartnerLinkDefinitionImpl
-
- getPartnerRole() - Method in interface org.ow2.orchestra.facade.def.PartnerLinkDefinition
-
- getParts() - Method in class org.ow2.orchestra.facade.runtime.impl.MessageImpl
-
- getParts() - Method in interface org.ow2.orchestra.facade.runtime.Message
-
- getPartValue(String) - Method in class org.ow2.orchestra.facade.runtime.impl.MessageImpl
-
- getPartValue(String) - Method in interface org.ow2.orchestra.facade.runtime.Message
-
- getPendingMessages() - Method in interface org.ow2.orchestra.facade.InstanceManagementAPI
-
Get the list of messages received by the engine but not yet associated with any execution.
- getPendingMessages() - Method in interface org.ow2.orchestra.facade.rest.JaxRSInstanceManagementAPI
-
- getPortType() - Method in class org.ow2.orchestra.facade.def.impl.InvokeDefinitionImpl
-
- getPortType() - Method in class org.ow2.orchestra.facade.def.impl.OnEventDefinitionImpl
-
- getPortType() - Method in class org.ow2.orchestra.facade.def.impl.OnMessageDefinitionImpl
-
- getPortType() - Method in class org.ow2.orchestra.facade.def.impl.ReceiveActivityDefinitionImpl
-
- getPortType() - Method in class org.ow2.orchestra.facade.def.impl.ReplyActivityDefinitionImpl
-
- getPortType() - Method in interface org.ow2.orchestra.facade.def.InvokeActivityDefinition
-
- getPortType() - Method in interface org.ow2.orchestra.facade.def.OnEventDefinition
-
- 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
-
- getPortTypeQName() - Method in class org.ow2.orchestra.facade.data.runtime.PendingMessageData
-
- getProcess(ProcessDefinitionUUID) - Method in interface org.ow2.orchestra.facade.RuntimeAPI
-
Get information about a process.
- getProcessDefinition(ProcessDefinitionUUID) - Method in interface org.ow2.orchestra.facade.QueryDefinitionAPI
-
Returns recorded definition data for the given process definition UUID.
- getProcessDefinition(ProcessDefinitionUUID) - Method in interface org.ow2.orchestra.facade.rest.JaxRSQueryDefinitionAPI
-
- 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 class org.ow2.orchestra.facade.def.impl.DefinitionRecordImpl
-
- getProcessDefinitionUUID() - Method in class org.ow2.orchestra.facade.runtime.impl.RuntimeRecordImpl
-
- getProcessDefinitionUUID() - Method in interface org.ow2.orchestra.facade.runtime.RuntimeRecord
-
- getProcesses() - Method in interface org.ow2.orchestra.facade.RuntimeAPI
-
- getProcessInstance(ProcessInstanceUUID) - Method in interface org.ow2.orchestra.facade.QueryRuntimeAPI
-
Returns recorded instance data for the given process instance UUID.
- getProcessInstance(ProcessInstanceUUID) - Method in interface org.ow2.orchestra.facade.rest.JaxRSQueryRuntimeAPI
-
- getProcessInstance(ProcessInstanceUUID) - Method in interface org.ow2.orchestra.facade.RuntimeAPI
-
Get information about a process instance.
- getProcessInstanceData() - Method in class org.ow2.orchestra.facade.data.runtime.ActivityInstanceData
-
- getProcessInstances() - Method in interface org.ow2.orchestra.facade.RuntimeAPI
-
- getProcessInstances(ProcessDefinitionUUID) - Method in interface org.ow2.orchestra.facade.RuntimeAPI
-
Get information about the instances of a process
- getProcessInstanceStateUpdate() - Method in class org.ow2.orchestra.facade.runtime.impl.ProcessInstanceImpl
-
- getProcessInstanceStateUpdate() - Method in interface org.ow2.orchestra.facade.runtime.ProcessInstance
-
Returns the list of process instance states.
- getProcessInstanceUUID() - Method in class org.ow2.orchestra.facade.data.runtime.JobData
-
- getProcessInstanceUUID() - Method in class org.ow2.orchestra.facade.runtime.impl.RuntimeRecordImpl
-
- getProcessInstanceUUID() - Method in interface org.ow2.orchestra.facade.runtime.RuntimeRecord
-
Returns the instance processDefinitionUUID (generated at the creation of the instance).
- getProcessQName() - Method in class org.ow2.orchestra.facade.data.runtime.PendingMessageData
-
- getProcessResource(ProcessDefinitionUUID, String) - Method in interface org.ow2.orchestra.facade.QueryDefinitionAPI
-
Returns recorded resource content for the given process definition UUID.
- getProcessResource(ProcessDefinitionUUID, String) - Method in interface org.ow2.orchestra.facade.rest.JaxRSQueryDefinitionAPI
-
- getProcessResourceNames() - Method in class org.ow2.orchestra.facade.def.impl.ProcessDefinitionImpl
-
- getProcessResourceNames() - Method in interface org.ow2.orchestra.facade.def.ProcessDefinition
-
- getProcessUUID() - Method in exception org.ow2.orchestra.facade.exception.ProcessNotFoundException
-
- getProperties() - Method in interface org.ow2.orchestra.facade.def.CorrelationSetDefinition
-
- getProperties() - Method in class org.ow2.orchestra.facade.def.impl.CorrelationSetDefinitionImpl
-
- getProperty() - Method in interface org.ow2.orchestra.facade.def.FromToDefinition
-
- getProperty() - Method in class org.ow2.orchestra.facade.def.impl.FromToDefinitionImpl
-
- getPropertyValues() - Method in class org.ow2.orchestra.facade.data.runtime.CorrelationSetInitializedData
-
- getPropertyValues() - Method in interface org.ow2.orchestra.facade.runtime.CorrelationSetInitialization
-
- getPropertyValues() - Method in class org.ow2.orchestra.facade.runtime.impl.CorrelationSetInitializationImpl
-
- getQName() - Method in class org.ow2.orchestra.facade.data.def.ProcessDefinitionData
-
- getQName() - Method in class org.ow2.orchestra.facade.def.impl.ProcessDefinitionImpl
-
- getQName() - Method in interface org.ow2.orchestra.facade.def.ProcessDefinition
-
- getQName() - Method in enum org.ow2.orchestra.facade.exception.BpelFaultException.BpelFault
-
- getQuery() - Method in interface org.ow2.orchestra.facade.def.FromToDefinition
-
- getQuery() - Method in class org.ow2.orchestra.facade.def.impl.FromToDefinitionImpl
-
- getQueryDefinitionAPI(String, String) - Static method in class org.ow2.orchestra.facade.AccessorUtil
-
- getQueryLanguage() - Method in interface org.ow2.orchestra.facade.def.FromToDefinition
-
- getQueryLanguage() - Method in class org.ow2.orchestra.facade.def.impl.FromToDefinitionImpl
-
- getQueryLanguage() - Method in class org.ow2.orchestra.facade.def.impl.ProcessDefinitionImpl
-
- getQueryLanguage() - Method in interface org.ow2.orchestra.facade.def.ProcessDefinition
-
- getQueryRuntimeAPI(String, String) - Static method in class org.ow2.orchestra.facade.AccessorUtil
-
- getRepeatEveryDefinition() - Method in class org.ow2.orchestra.facade.def.impl.OnAlarmDefinitionImpl
-
- getRepeatEveryDefinition() - Method in interface org.ow2.orchestra.facade.def.OnAlarmDefinition
-
- getResources() - Method in class org.ow2.orchestra.util.ProcessResourcesRepository
-
- getResourcesClassLoader(ClassLoader) - Method in class org.ow2.orchestra.util.ProcessResourcesRepository
-
- getResourcesRepository() - Method in class org.ow2.orchestra.facade.Deployment
-
- getRestrictions() - Method in class org.ow2.orchestra.facade.criteria.Criteria
-
- getRetries() - Method in class org.ow2.orchestra.facade.data.runtime.JobData
-
- getScopeActivityUUID() - Method in class org.ow2.orchestra.facade.data.runtime.ScopeUpdateData
-
- getScopeState() - Method in class org.ow2.orchestra.facade.runtime.impl.ScopeActivityInstanceImpl
-
- getScopeState() - Method in interface org.ow2.orchestra.facade.runtime.ScopeActivityInstance
-
List of scope state updates.
- getSet() - Method in interface org.ow2.orchestra.facade.def.CorrelationDefinition
-
- getSet() - Method in class org.ow2.orchestra.facade.def.impl.CorrelationDefinitionImpl
-
- getSourceList() - Method in interface org.ow2.orchestra.facade.def.BpelActivityDefinition
-
- getSourceList() - Method in class org.ow2.orchestra.facade.def.impl.BpelActivityDefinitionImpl
-
- getStartCounterExpression() - Method in interface org.ow2.orchestra.facade.def.ForeachActivityDefinition
-
- getStartCounterExpression() - Method in class org.ow2.orchestra.facade.def.impl.ForeachActivityDefinitionImpl
-
- getStartCounterExpressionLanguage() - Method in interface org.ow2.orchestra.facade.def.ForeachActivityDefinition
-
- getStartCounterExpressionLanguage() - Method in class org.ow2.orchestra.facade.def.impl.ForeachActivityDefinitionImpl
-
- getStartedDate() - Method in class org.ow2.orchestra.facade.runtime.impl.RuntimeRecordImpl
-
- 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
-
- getStartValue() - Method in class org.ow2.orchestra.facade.runtime.impl.ForeachActivityInstanceImpl
-
- getState() - Method in class org.ow2.orchestra.facade.data.def.ProcessDefinitionData
-
- getState() - Method in class org.ow2.orchestra.facade.data.runtime.ProcessInstanceData
-
Returns the state of the instance.
- getState() - Method in class org.ow2.orchestra.facade.data.runtime.ScopeStateUpdateData
-
- getState() - Method in class org.ow2.orchestra.facade.def.impl.ProcessDefinitionImpl
-
- getState() - Method in class org.ow2.orchestra.facade.def.impl.ProcessStateUpdateImpl
-
- getState() - Method in interface org.ow2.orchestra.facade.def.ProcessDefinition
-
- getState() - Method in interface org.ow2.orchestra.facade.def.ProcessStateUpdate
-
- getState() - Method in class org.ow2.orchestra.facade.runtime.impl.RuntimeRecordImpl
-
- getState() - Method in class org.ow2.orchestra.facade.runtime.impl.ScopeStateUpdateImpl
-
- getState() - Method in interface org.ow2.orchestra.facade.runtime.RuntimeRecord
-
- getState() - Method in interface org.ow2.orchestra.facade.runtime.ScopeStateUpdate
-
- getStateUpdates() - Method in class org.ow2.orchestra.facade.def.impl.ProcessDefinitionImpl
-
- getStateUpdates() - Method in interface org.ow2.orchestra.facade.def.ProcessDefinition
-
- getStatus() - Method in class org.ow2.orchestra.facade.data.runtime.TransitionConditionUpdateData
-
- getStatus() - Method in class org.ow2.orchestra.facade.runtime.impl.TransitionConditionUpdateImpl
-
- 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
-
- getStopValue() - Method in class org.ow2.orchestra.facade.runtime.impl.ForeachActivityInstanceImpl
-
- getStoredSqlId() - Method in class org.ow2.orchestra.facade.criteria.Field
-
- getTarget() - Method in class org.ow2.orchestra.facade.data.def.CompensateScopeActivityDefinitionData
-
- getTarget() - Method in interface org.ow2.orchestra.facade.def.CompensateScopeActivityDefinition
-
- getTarget() - Method in class org.ow2.orchestra.facade.def.impl.CompensateScopeActivityDefinitionImpl
-
- getTargetList() - Method in interface org.ow2.orchestra.facade.def.BpelActivityDefinition
-
- getTargetList() - Method in class org.ow2.orchestra.facade.def.impl.BpelActivityDefinitionImpl
-
- getTargetsJoinConditionBooleanExpression() - Method in interface org.ow2.orchestra.facade.def.BpelActivityDefinition
-
If this string is null there is no join condition
- getTargetsJoinConditionBooleanExpression() - Method in class org.ow2.orchestra.facade.def.impl.BpelActivityDefinitionImpl
-
- getTargetsJoinConditionExpressionLanguage() - Method in interface org.ow2.orchestra.facade.def.BpelActivityDefinition
-
- getTargetsJoinConditionExpressionLanguage() - Method in class org.ow2.orchestra.facade.def.impl.BpelActivityDefinitionImpl
-
- getTerminationHandlerActivityUUID() - Method in class org.ow2.orchestra.facade.runtime.impl.ScopeActivityInstanceImpl
-
- getTerminationHandlerActivityUUID() - Method in interface org.ow2.orchestra.facade.runtime.ScopeActivityInstance
-
- getTerminationHandlerDefinitionUUID() - Method in class org.ow2.orchestra.facade.def.impl.ScopeActivityDefinitionImpl
-
- getTerminationHandlerDefinitionUUID() - Method in interface org.ow2.orchestra.facade.def.ScopeActivityDefinition
-
- getToDefinitionList() - Method in interface org.ow2.orchestra.facade.def.CopyDefinition
-
- getToDefinitionList() - Method in class org.ow2.orchestra.facade.def.impl.CopyDefinitionImpl
-
- getToPartDefinitions() - Method in class org.ow2.orchestra.facade.def.impl.InvokeDefinitionImpl
-
- getToPartDefinitions() - Method in class org.ow2.orchestra.facade.def.impl.ReplyActivityDefinitionImpl
-
- getToPartDefinitions() - Method in interface org.ow2.orchestra.facade.def.InvokeActivityDefinition
-
- getToPartDefinitions() - Method in interface org.ow2.orchestra.facade.def.ReplyActivityDefinition
-
- getTotalElementsCount() - Method in class org.ow2.orchestra.facade.criteria.PagedResult
-
- getToVariable() - Method in interface org.ow2.orchestra.facade.def.FromPartDefinition
-
- getToVariable() - Method in class org.ow2.orchestra.facade.def.impl.FromPartDefinitionImpl
-
- getTransitionConditionBooleanExpression() - Method in class org.ow2.orchestra.facade.def.impl.SourceImpl
-
- getTransitionConditionBooleanExpression() - Method in interface org.ow2.orchestra.facade.def.Source
-
- getTransitionConditionExpressionLanguage() - Method in class org.ow2.orchestra.facade.def.impl.SourceImpl
-
- getTransitionConditionExpressionLanguage() - Method in interface org.ow2.orchestra.facade.def.Source
-
- getTransitionConditionUpdateList() - Method in interface org.ow2.orchestra.facade.runtime.FlowActivityInstance
-
- getTransitionConditionUpdateList() - Method in class org.ow2.orchestra.facade.runtime.impl.FlowActivityInstanceImpl
-
- 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 class org.ow2.orchestra.facade.def.impl.AssignActivityDefinitionImpl
-
- getType() - Method in class org.ow2.orchestra.facade.def.impl.CatchAllDefinitionImpl
-
- getType() - Method in class org.ow2.orchestra.facade.def.impl.CatchDefinitionImpl
-
- getType() - Method in class org.ow2.orchestra.facade.def.impl.CompensateActivityDefinitionImpl
-
- getType() - Method in class org.ow2.orchestra.facade.def.impl.CompensateScopeActivityDefinitionImpl
-
- getType() - Method in class org.ow2.orchestra.facade.def.impl.CompensationHandlerDefinitionImpl
-
- getType() - Method in class org.ow2.orchestra.facade.def.impl.EmptyActivityDefinitionImpl
-
- getType() - Method in class org.ow2.orchestra.facade.def.impl.ExitActivityDefinitionImpl
-
- getType() - Method in class org.ow2.orchestra.facade.def.impl.FlowActivityDefinitionImpl
-
- getType() - Method in class org.ow2.orchestra.facade.def.impl.ForeachActivityDefinitionImpl
-
- getType() - Method in class org.ow2.orchestra.facade.def.impl.IfActivityDefinitionImpl
-
- getType() - Method in class org.ow2.orchestra.facade.def.impl.InvokeDefinitionImpl
-
- getType() - Method in class org.ow2.orchestra.facade.def.impl.PickActivityDefinitionImpl
-
- getType() - Method in class org.ow2.orchestra.facade.def.impl.ProcessDefinitionImpl
-
- getType() - Method in class org.ow2.orchestra.facade.def.impl.ReceiveActivityDefinitionImpl
-
- getType() - Method in class org.ow2.orchestra.facade.def.impl.RepeatUntilActivityDefinitionImpl
-
- getType() - Method in class org.ow2.orchestra.facade.def.impl.ReplyActivityDefinitionImpl
-
- getType() - Method in class org.ow2.orchestra.facade.def.impl.RethrowActivityDefinitionImpl
-
- getType() - Method in class org.ow2.orchestra.facade.def.impl.ScopeActivityDefinitionImpl
-
- getType() - Method in class org.ow2.orchestra.facade.def.impl.SequenceActivityDefinitionImpl
-
- getType() - Method in class org.ow2.orchestra.facade.def.impl.TerminationHandlerDefinitionImpl
-
- getType() - Method in class org.ow2.orchestra.facade.def.impl.ThrowActivityDefinitionImpl
-
- getType() - Method in class org.ow2.orchestra.facade.def.impl.UnknownActivityDefinitionImpl
-
- getType() - Method in class org.ow2.orchestra.facade.def.impl.VariableDefinitionImpl
-
- getType() - Method in class org.ow2.orchestra.facade.def.impl.WaitActivityDefinitionImpl
-
- getType() - Method in class org.ow2.orchestra.facade.def.impl.WhileActivityDefinitionImpl
-
- 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.
- getType() - Method in class org.ow2.orchestra.facade.runtime.impl.AssignActivityInstanceImpl
-
- getType() - Method in class org.ow2.orchestra.facade.runtime.impl.CatchActivityInstanceImpl
-
- getType() - Method in class org.ow2.orchestra.facade.runtime.impl.CatchAllActivityInstanceImpl
-
- getType() - Method in class org.ow2.orchestra.facade.runtime.impl.CompensateActivityInstanceImpl
-
- getType() - Method in class org.ow2.orchestra.facade.runtime.impl.CompensateScopeActivityInstanceImpl
-
- getType() - Method in class org.ow2.orchestra.facade.runtime.impl.CompensationHandlerActivityInstanceImpl
-
- getType() - Method in class org.ow2.orchestra.facade.runtime.impl.EmptyActivityInstanceImpl
-
- getType() - Method in class org.ow2.orchestra.facade.runtime.impl.ExitActivityInstanceImpl
-
- getType() - Method in class org.ow2.orchestra.facade.runtime.impl.FlowActivityInstanceImpl
-
- getType() - Method in class org.ow2.orchestra.facade.runtime.impl.ForeachActivityInstanceImpl
-
- getType() - Method in class org.ow2.orchestra.facade.runtime.impl.IfActivityInstanceImpl
-
- getType() - Method in class org.ow2.orchestra.facade.runtime.impl.InvokeActivityInstanceImpl
-
- getType() - Method in class org.ow2.orchestra.facade.runtime.impl.PickActivityInstanceImpl
-
- getType() - Method in class org.ow2.orchestra.facade.runtime.impl.ProcessInstanceImpl
-
- getType() - Method in class org.ow2.orchestra.facade.runtime.impl.ReceiveActivityInstanceImpl
-
- getType() - Method in class org.ow2.orchestra.facade.runtime.impl.RepeatUntilActivityInstanceImpl
-
- getType() - Method in class org.ow2.orchestra.facade.runtime.impl.ReplyActivityInstanceImpl
-
- getType() - Method in class org.ow2.orchestra.facade.runtime.impl.RethrowActivityInstanceImpl
-
- getType() - Method in class org.ow2.orchestra.facade.runtime.impl.ScopeActivityInstanceImpl
-
- getType() - Method in class org.ow2.orchestra.facade.runtime.impl.SequenceActivityInstanceImpl
-
- getType() - Method in class org.ow2.orchestra.facade.runtime.impl.TerminationHandlerActivityInstanceImpl
-
- getType() - Method in class org.ow2.orchestra.facade.runtime.impl.ThrowActivityInstanceImpl
-
- getType() - Method in class org.ow2.orchestra.facade.runtime.impl.UnknownActivityInstanceImpl
-
- getType() - Method in class org.ow2.orchestra.facade.runtime.impl.WaitActivityInstanceImpl
-
- getType() - Method in class org.ow2.orchestra.facade.runtime.impl.WhileActivityInstanceImpl
-
- getUndeployedDate() - Method in class org.ow2.orchestra.facade.def.impl.ProcessDefinitionImpl
-
- getUndeployedDate() - Method in interface org.ow2.orchestra.facade.def.ProcessDefinition
-
- getUntilDefinition() - Method in class org.ow2.orchestra.facade.def.impl.OnAlarmDefinitionImpl
-
- getUntilDefinition() - Method in class org.ow2.orchestra.facade.def.impl.WaitActivityDefinitionImpl
-
- 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 class org.ow2.orchestra.facade.def.impl.ActivityDefinitionImpl
-
- getUUID() - Method in class org.ow2.orchestra.facade.def.impl.ProcessDefinitionImpl
-
- getUUID() - Method in interface org.ow2.orchestra.facade.def.ProcessDefinition
-
Returns the UUID for the ProcessDefinition.
- getUUID() - Method in interface org.ow2.orchestra.facade.runtime.ActivityInstance
-
Get the uuid of the activity instance
- getUUID() - Method in class org.ow2.orchestra.facade.runtime.impl.ActivityInstanceImpl
-
- getUUID() - Method in class org.ow2.orchestra.facade.runtime.impl.ProcessInstanceImpl
-
- 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 class org.ow2.orchestra.facade.def.impl.LiteralDefinitionImpl
-
- getValue() - Method in interface org.ow2.orchestra.facade.def.LiteralDefinition
-
- getValue() - Method in class org.ow2.orchestra.facade.runtime.impl.VariableUpdateImpl
-
- getValue() - Method in interface org.ow2.orchestra.facade.runtime.VariableUpdate
-
- getValue() - Method in class org.ow2.orchestra.facade.uuid.AbstractUUID
-
- getValues() - Method in class org.ow2.orchestra.facade.criteria.Restriction
-
- 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 class org.ow2.orchestra.facade.def.impl.FromToDefinitionImpl
-
- getVariable() - Method in class org.ow2.orchestra.facade.def.impl.OnEventDefinitionImpl
-
- getVariable() - Method in class org.ow2.orchestra.facade.def.impl.OnMessageDefinitionImpl
-
- getVariable() - Method in class org.ow2.orchestra.facade.def.impl.ReceiveActivityDefinitionImpl
-
- getVariable() - Method in class org.ow2.orchestra.facade.def.impl.ReplyActivityDefinitionImpl
-
- getVariable() - Method in interface org.ow2.orchestra.facade.def.OnEventDefinition
-
- 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 class org.ow2.orchestra.facade.runtime.impl.ReceiveActivityInstanceImpl
-
- getVariable() - Method in class org.ow2.orchestra.facade.runtime.impl.ReplyActivityInstanceImpl
-
- getVariable() - Method in interface org.ow2.orchestra.facade.runtime.ReceiveActivityInstance
-
- getVariable() - Method in interface org.ow2.orchestra.facade.runtime.ReplyActivityInstance
-
- getVariables() - Method in class org.ow2.orchestra.facade.def.impl.ScopeActivityDefinitionImpl
-
- getVariables() - Method in interface org.ow2.orchestra.facade.def.ScopeActivityDefinition
-
- getVariables() - Method in class org.ow2.orchestra.facade.runtime.impl.ScopeActivityInstanceImpl
-
- 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
-
- getVariant() - Method in class org.ow2.orchestra.facade.def.impl.FromToDefinitionImpl
-
- getVersion() - Method in class org.ow2.orchestra.facade.data.def.ProcessDefinitionData
-
- getVersion() - Method in class org.ow2.orchestra.facade.def.impl.ProcessDefinitionImpl
-
- getVersion() - Method in interface org.ow2.orchestra.facade.def.ProcessDefinition
-
- getWaitingActivity() - Method in class org.ow2.orchestra.facade.runtime.impl.WaitActivityInstanceImpl
-
- getWaitingActivity() - Method in interface org.ow2.orchestra.facade.runtime.WaitActivityInstance
-
- getWaitingActivityList() - Method in class org.ow2.orchestra.facade.runtime.impl.PickActivityInstanceImpl
-
- 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
-
- getWsdlDefinitions() - Method in class org.ow2.orchestra.facade.wsdl.WsdlDefinitions
-
- GREATER_THAN - Static variable in class org.ow2.orchestra.facade.criteria.Restriction
-
Represents an "greater than" constraint
- GREATER_THAN_EQUALS - Static variable in class org.ow2.orchestra.facade.criteria.Restriction
-
Represents an "greater than or equals" constraint
- gt(FilterField<C>, Serializable) - Static method in class org.ow2.orchestra.facade.criteria.Restriction
-
Static method used to construct an "greater than" restriction on a given field and value
- value - Variable in class org.ow2.orchestra.facade.def.impl.LiteralDefinitionImpl
-
- value - Variable in class org.ow2.orchestra.facade.uuid.AbstractUUID
-
- value - Variable in class org.ow2.orchestra.util.JAXBUtils.JAXBMapAdapter.InternalMapEntryType
-
- valueAdapter - Variable in class org.ow2.orchestra.util.JAXBUtils.JAXBMapAdapter
-
- 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.exception.BpelFaultException.BpelFault
-
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.ScopeState
-
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 are 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 are declared.
- values() - Static method in enum org.ow2.orchestra.facade.exception.BpelFaultException.BpelFault
-
Returns an array containing the constants of this enum type, in
the order they are 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 are 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 are 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 are declared.
- values() - Static method in enum org.ow2.orchestra.facade.runtime.ScopeState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- variable - Variable in class org.ow2.orchestra.facade.runtime.impl.ReceiveActivityInstanceImpl
-
- variable - Variable in class org.ow2.orchestra.facade.runtime.impl.ReplyActivityInstanceImpl
-
- VariableDefinition - Interface in org.ow2.orchestra.facade.def
-
- VariableDefinitionImpl - Class in org.ow2.orchestra.facade.def.impl
-
- VariableDefinitionImpl() - Constructor for class org.ow2.orchestra.facade.def.impl.VariableDefinitionImpl
-
- VariableDefinitionImpl(VariableDefinition) - Constructor for class org.ow2.orchestra.facade.def.impl.VariableDefinitionImpl
-
- VariableDefinitionImpl(QName, QName, String, QName) - Constructor for class org.ow2.orchestra.facade.def.impl.VariableDefinitionImpl
-
- variables - Variable in class org.ow2.orchestra.facade.def.impl.ScopeActivityDefinitionImpl
-
- variables - Variable in class org.ow2.orchestra.facade.runtime.impl.ScopeActivityInstanceImpl
-
all runtime variables of this scope.
- 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, ActivityInstanceData, String, Object) - Constructor for class org.ow2.orchestra.facade.data.runtime.VariableUpdateData
-
- VariableUpdateImpl - Class in org.ow2.orchestra.facade.runtime.impl
-
- VariableUpdateImpl() - Constructor for class org.ow2.orchestra.facade.runtime.impl.VariableUpdateImpl
-
- VariableUpdateImpl(VariableUpdate) - Constructor for class org.ow2.orchestra.facade.runtime.impl.VariableUpdateImpl
-
- Variant - Enum in org.ow2.orchestra.facade.def
-
Types of value used in a 'from' of 'to' element
- VARPROP_PROPERTY - Static variable in class org.ow2.orchestra.util.XmlConstants
-
bpel 2.0 varprop schema - property element.
- VARPROP_PROPERTY_ELEMENT - Static variable in class org.ow2.orchestra.util.XmlConstants
-
bpel 2.0 varprop schema - property element : element attribute.
- VARPROP_PROPERTY_NAME - Static variable in class org.ow2.orchestra.util.XmlConstants
-
bpel 2.0 varprop schema - property element : name attribute.
- VARPROP_PROPERTY_TYPE - Static variable in class org.ow2.orchestra.util.XmlConstants
-
bpel 2.0 varprop schema - property element : xmlType attribute.
- VARPROP_PROPERTYALIAS - Static variable in class org.ow2.orchestra.util.XmlConstants
-
bpel 2.0 varprop schema - propertyAlias element.
- VARPROP_PROPERTYALIAS_ELEMENT - Static variable in class org.ow2.orchestra.util.XmlConstants
-
bpel 2.0 varprop schema - propertyAlias element : element attribute.
- VARPROP_PROPERTYALIAS_MESSAGETYPE - Static variable in class org.ow2.orchestra.util.XmlConstants
-
bpel 2.0 varprop schema - propertyAlias element : messageType attribute.
- VARPROP_PROPERTYALIAS_PART - Static variable in class org.ow2.orchestra.util.XmlConstants
-
bpel 2.0 varprop schema - propertyAlias element : part attribute.
- VARPROP_PROPERTYALIAS_PROPNAME - Static variable in class org.ow2.orchestra.util.XmlConstants
-
bpel 2.0 varprop schema - propertyAlias element : propertyName attribute.
- VARPROP_PROPERTYALIAS_QUERY - Static variable in class org.ow2.orchestra.util.XmlConstants
-
bpel 2.0 varprop schema - query element.
- VARPROP_PROPERTYALIAS_QUERY_LANGUAGE - Static variable in class org.ow2.orchestra.util.XmlConstants
-
bpel 2.0 varprop schema - query element : queryLanguage attribute.
- VARPROP_PROPERTYALIAS_TYPE - Static variable in class org.ow2.orchestra.util.XmlConstants
-
bpel 2.0 varprop schema - propertyAlias element : xmlType attribute.
- version - Variable in class org.ow2.orchestra.facade.def.impl.ProcessDefinitionImpl
-