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

A

activate(QName) - Method in interface org.apache.ode.bpel.pmapi.ProcessManagement
Activate a process.
activateMyRoleEndpoint(QName, Endpoint) - Method in interface org.apache.ode.bpel.iapi.BindingContext
Activate a "myRole" endpoint.
ActivityBreakpoint - Interface in org.apache.ode.bpel.bdi.breaks
Break-point on a BPEL activity: breaks at the start of activity execution and on activity completion.
ActivityEnabledEvent - Class in org.apache.ode.bpel.evt
Event sent when the parent activity or process enables this activity.
ActivityEnabledEvent() - Constructor for class org.apache.ode.bpel.evt.ActivityEnabledEvent
 
ActivityEvent - Class in org.apache.ode.bpel.evt
Base class for all activity events.
ActivityEvent() - Constructor for class org.apache.ode.bpel.evt.ActivityEvent
 
ActivityExecEndEvent - Class in org.apache.ode.bpel.evt
Event indicating that the activity completed execution.
ActivityExecEndEvent() - Constructor for class org.apache.ode.bpel.evt.ActivityExecEndEvent
 
ActivityExecStartEvent - Class in org.apache.ode.bpel.evt
Event sent when the body of the activity starts executing.
ActivityExecStartEvent() - Constructor for class org.apache.ode.bpel.evt.ActivityExecStartEvent
 
ActivityFailureEvent - Class in org.apache.ode.bpel.evt
Event sent when the activity enters the failure state and requires recovery.
ActivityFailureEvent() - Constructor for class org.apache.ode.bpel.evt.ActivityFailureEvent
 
ActivityFailureEvent(String) - Constructor for class org.apache.ode.bpel.evt.ActivityFailureEvent
 
activityName() - Method in interface org.apache.ode.bpel.bdi.breaks.ActivityBreakpoint
Get the name of the activity that has been breakpointed.
ActivityRecoveryEvent - Class in org.apache.ode.bpel.evt
Event sent when the activity recovers with an action.
ActivityRecoveryEvent() - Constructor for class org.apache.ode.bpel.evt.ActivityRecoveryEvent
 
ActivityRecoveryEvent(String) - Constructor for class org.apache.ode.bpel.evt.ActivityRecoveryEvent
 
add(CorrelationKey) - Method in class org.apache.ode.bpel.common.CorrelationKeySet
Adds a correlation key to this correlation key set.
addActivityBreakpoint(Long, String) - Method in interface org.apache.ode.bpel.pmapi.BpelManagementFacade
Adds an activity breakpoint.
addBreakpoint(Long, Breakpoint) - Method in interface org.apache.ode.bpel.iapi.DebuggerContext
 
addGlobalActivityBreakpoint(String, String) - Method in interface org.apache.ode.bpel.pmapi.BpelManagementFacade
Adds an global activity breakpoint.
addGlobalBreakpoint(Breakpoint) - Method in interface org.apache.ode.bpel.iapi.DebuggerContext
 
addVariableModificationBreakpoint(Long, String, String) - Method in interface org.apache.ode.bpel.pmapi.BpelManagementFacade
Adds a variable modification breakpoint.
afterCompletion(boolean) - Method in interface org.apache.ode.bpel.iapi.Scheduler.Synchronizer
Called after the transaction is completed.
ALL - Static variable in class org.apache.ode.bpel.pmapi.ProcessInfoCustomizer
 
ALL_STATES - Static variable in class org.apache.ode.bpel.common.ProcessState
An array containing the possible states.
amICoordinator() - Method in interface org.apache.ode.bpel.iapi.ClusterAware
A custom implementation should return true if the node that this method is called is the coordinator of the cluster.
arePidsNegative() - Method in class org.apache.ode.bpel.common.InstanceFilter
 

B

beforeCompletion() - Method in interface org.apache.ode.bpel.iapi.Scheduler.Synchronizer
Called before the transaction is completed.
BindingContext - Interface in org.apache.ode.bpel.iapi
Interface used by the BPEL Server to establish communication links with the external world via the Integration Layer.
BpelEngine - Interface in org.apache.ode.bpel.iapi
Interface exposing the BPEL "engine".
BpelEngineException - Exception in org.apache.ode.bpel.iapi
Exception thrown by the BPEL engine / BPEL server.
BpelEngineException(String, Throwable) - Constructor for exception org.apache.ode.bpel.iapi.BpelEngineException
 
BpelEngineException(Throwable) - Constructor for exception org.apache.ode.bpel.iapi.BpelEngineException
 
BpelEngineException(String) - Constructor for exception org.apache.ode.bpel.iapi.BpelEngineException
 
BpelEvent - Class in org.apache.ode.bpel.evt
Base interface for all bpel events.
BpelEvent() - Constructor for class org.apache.ode.bpel.evt.BpelEvent
 
BpelEvent.TYPE - Enum in org.apache.ode.bpel.evt
 
BpelEventFilter - Class in org.apache.ode.bpel.common
Holds a filter that will get interpreted when listing BPEL events.
BpelEventFilter(String, int) - Constructor for class org.apache.ode.bpel.common.BpelEventFilter
Initializes properly the InstanceFilter attributes by pre-parsing the filter and orderKeys strings and setting the limit.
BpelEventListener - Interface in org.apache.ode.bpel.iapi
Listener interface implemented by parties interested in receiving BpelEvent.
BpelEventNotification - Class in org.apache.ode.bpel.jmx
JMX notification used to deliver BpelEvents to JMX NotificationListeners.
BpelEventNotification(Object, long, BpelEvent) - Constructor for class org.apache.ode.bpel.jmx.BpelEventNotification
Constructor.
BpelManagementFacade - Interface in org.apache.ode.bpel.pmapi
Instance management interaction interface.
BpelServer - Interface in org.apache.ode.bpel.iapi
Interface implemented by the BPEL server.
Breakpoint - Interface in org.apache.ode.bpel.bdi.breaks
Base interface of all BPEL break-point.

C

calculateSizeofService(EndpointReference) - Method in interface org.apache.ode.bpel.iapi.BindingContext
Calculate the size of the service that this endpoint references.
cancelJob(String) - Method in interface org.apache.ode.bpel.iapi.Scheduler
Make a good effort to cancel the job.
canExecute(short) - Static method in class org.apache.ode.bpel.common.ProcessState
Test whether a process state is one where the process can execute, i.e., not ProcessState.STATE_SUSPENDED and not one of the completed or terminated states.
channel - Variable in class org.apache.ode.bpel.iapi.Scheduler.JobDetails
 
cleanupProcess(ProcessConf) - Method in interface org.apache.ode.bpel.iapi.BpelServer
 
clear() - Method in class org.apache.ode.bpel.common.CorrelationKeySet
Removes all correlation keys in this correlation keys.
close() - Method in interface org.apache.ode.bpel.iapi.PartnerRoleChannel
Close the communication channel.
ClusterAware - Interface in org.apache.ode.bpel.iapi
The interface to implement for a custom Scheduler implementation to support Clustering.
CompensationHandlerRegistered - Class in org.apache.ode.bpel.evt
 
CompensationHandlerRegistered() - Constructor for class org.apache.ode.bpel.evt.CompensationHandlerRegistered
 
complete() - Method in interface org.apache.ode.bpel.iapi.MyRoleMessageExchange
Complete the message, exchange: indicates that the client has receive the response (if any).
ConfigurationException - Exception in org.apache.ode.bpel.explang
Exception indicating thrown from the ExpressionLanguageRuntime#initialize(org.apache.ode.bpel.o.OExpressionLanguage) method indicating that the expression language processor could not be configured.
ConfigurationException(String, Throwable) - Constructor for exception org.apache.ode.bpel.explang.ConfigurationException
 
configure(QName, String, Element) - Method in interface org.apache.ode.bpel.evar.ExternalVariableModule
Configure an external variable.
contains(CorrelationKey) - Method in class org.apache.ode.bpel.common.CorrelationKeySet
Returns true if this correlation key set contains the give correlation key.
containsAll(CorrelationKeySet) - Method in class org.apache.ode.bpel.common.CorrelationKeySet
Checks if this correlation key set contains all correlation keys from the given correlation key set.
Content - Interface in org.apache.ode.bpel.iapi
Opaque representation of content.
ContextException - Exception in org.apache.ode.bpel.iapi
Exception thrown by the integration layer.
ContextException() - Constructor for exception org.apache.ode.bpel.iapi.ContextException
 
ContextException(String) - Constructor for exception org.apache.ode.bpel.iapi.ContextException
 
ContextException(String, Throwable) - Constructor for exception org.apache.ode.bpel.iapi.ContextException
 
convertEndpoint(QName, Element) - Method in interface org.apache.ode.bpel.iapi.EndpointReferenceContext
Converts an endpoint reference from its XML representation to another type of endpoint reference.
convertFilterState() - Method in class org.apache.ode.bpel.common.InstanceFilter
Converts the status filter value as given by a filter ('active', 'suspended', ...) to an instance state as defined in the ProcessState class.
CorrelationEvent - Class in org.apache.ode.bpel.evt
 
CorrelationEvent() - Constructor for class org.apache.ode.bpel.evt.CorrelationEvent
 
CorrelationEvent(QName, String, String) - Constructor for class org.apache.ode.bpel.evt.CorrelationEvent
 
CorrelationKey - Class in org.apache.ode.bpel.common
Message correlation key.
CorrelationKey(String, String[]) - Constructor for class org.apache.ode.bpel.common.CorrelationKey
Constructor.
CorrelationKey(String) - Constructor for class org.apache.ode.bpel.common.CorrelationKey
 
CorrelationKeySet - Class in org.apache.ode.bpel.common
This class implements a set of correlation keys.
CorrelationKeySet() - Constructor for class org.apache.ode.bpel.common.CorrelationKeySet
Default Constructor
CorrelationKeySet(String) - Constructor for class org.apache.ode.bpel.common.CorrelationKeySet
Restores the state by parsing the given canonical form of correlation key set.
correlationKeySet - Variable in class org.apache.ode.bpel.iapi.Scheduler.JobDetails
 
CorrelationMatchEvent - Class in org.apache.ode.bpel.evt
Correlation matched a process instance on inbound message.
CorrelationMatchEvent(QName, QName, Long, CorrelationKeySet) - Constructor for class org.apache.ode.bpel.evt.CorrelationMatchEvent
 
CorrelationNoMatchEvent - Class in org.apache.ode.bpel.evt
Message arrived and matched neither (a) createInstance or (b) correlation match
CorrelationNoMatchEvent(QName, String, String, CorrelationKeySet) - Constructor for class org.apache.ode.bpel.evt.CorrelationNoMatchEvent
 
CorrelationSetEvent - Class in org.apache.ode.bpel.evt
Correlation set event.
CorrelationSetEvent() - Constructor for class org.apache.ode.bpel.evt.CorrelationSetEvent
 
CorrelationSetEvent(String) - Constructor for class org.apache.ode.bpel.evt.CorrelationSetEvent
 
CorrelationSetWriteEvent - Class in org.apache.ode.bpel.evt
Correlation was set event.
CorrelationSetWriteEvent(String, CorrelationKey) - Constructor for class org.apache.ode.bpel.evt.CorrelationSetWriteEvent
 
correlatorId - Variable in class org.apache.ode.bpel.iapi.Scheduler.JobDetails
 
createMessage(QName) - Method in interface org.apache.ode.bpel.iapi.MessageExchange
Create a message associated with this exchange.
createMessageExchange(String, QName, String) - Method in interface org.apache.ode.bpel.iapi.BpelEngine
Create a "my role" message exchange for invoking a BPEL process.
createPartnerRoleChannel(QName, PortType, Endpoint) - Method in interface org.apache.ode.bpel.iapi.BindingContext
Create a communication channel for communicating with a partner.

D

deactivateMyRoleEndpoint(Endpoint) - Method in interface org.apache.ode.bpel.iapi.BindingContext
Deactivate a "myRole" endpoint.
DebuggerContext - Interface in org.apache.ode.bpel.iapi
Support for debugging a process: breakpoints, suspend, continue, step and terminate.
dehydrateLastUnusedProcess() - Method in interface org.apache.ode.bpel.iapi.BpelEngine
 
delete(String) - Method in interface org.apache.ode.bpel.pmapi.InstanceManagement
Delete the process instances matching the given filter.
deploy(File) - Method in interface org.apache.ode.bpel.iapi.ProcessStore
Deploys a process from the filesystem.
deploymentUnit - Variable in class org.apache.ode.bpel.iapi.ProcessStoreEvent
 
detailsExt - Variable in class org.apache.ode.bpel.iapi.Scheduler.JobDetails
 

E

Endpoint - Class in org.apache.ode.bpel.iapi
Concrete representation of service endpoint.
Endpoint(QName, String) - Constructor for class org.apache.ode.bpel.iapi.Endpoint
Constructor.
EndpointReference - Interface in org.apache.ode.bpel.iapi
Encapsulation of an end-point reference.
EndpointReferenceContext - Interface in org.apache.ode.bpel.iapi
Endpoint reference context: facililates the creation of EndpointReference objects.
equals(Object) - Method in class org.apache.ode.bpel.common.CorrelationKey
Equals comperator method.
equals(Object) - Method in class org.apache.ode.bpel.common.CorrelationKeySet
 
equals(Object) - Method in class org.apache.ode.bpel.iapi.Endpoint
Equality operator, check whether service name and port name are both equal.
evaluate(OExpression, EvaluationContext) - Method in interface org.apache.ode.bpel.explang.ExpressionLanguageRuntime
 
evaluateAsBoolean(OExpression, EvaluationContext) - Method in interface org.apache.ode.bpel.explang.ExpressionLanguageRuntime
 
evaluateAsDate(OExpression, EvaluationContext) - Method in interface org.apache.ode.bpel.explang.ExpressionLanguageRuntime
 
evaluateAsDuration(OExpression, EvaluationContext) - Method in interface org.apache.ode.bpel.explang.ExpressionLanguageRuntime
 
evaluateAsNumber(OExpression, EvaluationContext) - Method in interface org.apache.ode.bpel.explang.ExpressionLanguageRuntime
 
evaluateAsString(OExpression, EvaluationContext) - Method in interface org.apache.ode.bpel.explang.ExpressionLanguageRuntime
 
evaluateNode(OExpression, EvaluationContext) - Method in interface org.apache.ode.bpel.explang.ExpressionLanguageRuntime
 
evaluateQuery(Node, OExpression) - Method in interface org.apache.ode.bpel.explang.EvaluationContext
Evaluate a query expression.
EvaluationContext - Interface in org.apache.ode.bpel.explang
Context for evaluating expressions.
EvaluationException - Exception in org.apache.ode.bpel.explang
An expression evaluation exception.
EvaluationException(String, Throwable) - Constructor for exception org.apache.ode.bpel.explang.EvaluationException
 
eventContext - Variable in class org.apache.ode.bpel.evt.BpelEvent
Bpel Event Context.
EventContext - Interface in org.apache.ode.bpel.evt
Deprecated.  
eventName(BpelEvent) - Static method in class org.apache.ode.bpel.evt.BpelEvent
 
execIsolatedTransaction(Callable<T>) - Method in interface org.apache.ode.bpel.iapi.Scheduler
Same as execTransaction but executes in a different thread to guarantee isolation from the main execution thread.
execTransaction(Callable<T>) - Method in interface org.apache.ode.bpel.iapi.Scheduler
Execute a Callable in a transactional context.
execTransaction(Callable<T>, int) - Method in interface org.apache.ode.bpel.iapi.Scheduler
Execute a Callable in a transactional context.
ExpressionEvaluationEvent - Class in org.apache.ode.bpel.evt
 
ExpressionEvaluationEvent() - Constructor for class org.apache.ode.bpel.evt.ExpressionEvaluationEvent
 
ExpressionEvaluationFailedEvent - Class in org.apache.ode.bpel.evt
Signals expression evaluation triggered a fault.
ExpressionEvaluationFailedEvent() - Constructor for class org.apache.ode.bpel.evt.ExpressionEvaluationFailedEvent
 
ExpressionEvaluationSuccessEvent - Class in org.apache.ode.bpel.evt
Evaluation of an xpath expression.
ExpressionEvaluationSuccessEvent() - Constructor for class org.apache.ode.bpel.evt.ExpressionEvaluationSuccessEvent
 
ExpressionLanguageRuntime - Interface in org.apache.ode.bpel.explang
 
ExternalVariableModule - Interface in org.apache.ode.bpel.evar
Representation of an external source for variable data.
ExternalVariableModule.Locator - Class in org.apache.ode.bpel.evar
Structure used to identify an external variable to the external variable subsystem.
ExternalVariableModule.Locator(String, QName, Long) - Constructor for class org.apache.ode.bpel.evar.ExternalVariableModule.Locator
 
ExternalVariableModule.Locator(String, QName, Long, Node) - Constructor for class org.apache.ode.bpel.evar.ExternalVariableModule.Locator
 
ExternalVariableModule.Value - Class in org.apache.ode.bpel.evar
Data structure used to report the value of the variable to the BPEL engine from the external sub system.
ExternalVariableModule.Value(ExternalVariableModule.Locator, Node) - Constructor for class org.apache.ode.bpel.evar.ExternalVariableModule.Value
 
ExternalVariableModule.Value(ExternalVariableModule.Locator, Node, Date) - Constructor for class org.apache.ode.bpel.evar.ExternalVariableModule.Value
 
ExternalVariableModuleException - Exception in org.apache.ode.bpel.evar
Exception thrown by external variable engines.
ExternalVariableModuleException(String, Throwable) - Constructor for exception org.apache.ode.bpel.evar.ExternalVariableModuleException
 
ExternalVariableModuleException(String) - Constructor for exception org.apache.ode.bpel.evar.ExternalVariableModuleException
 

F

failureHandling - Variable in class org.apache.ode.bpel.iapi.ProcessConf.PartnerRoleConfig
 
fault(Long, QName, Element) - Method in interface org.apache.ode.bpel.pmapi.InstanceManagement
Causes the process instance to complete unsuccessfully by throwing the specified fault in the global scope.
FaultException - Exception in org.apache.ode.bpel.common
Encapsulates an exception that should result in a known named fault being thrown within a BPEL process.
FaultException(QName, String) - Constructor for exception org.apache.ode.bpel.common.FaultException
Create a new instance.
FaultException(QName) - Constructor for exception org.apache.ode.bpel.common.FaultException
 
FaultException(QName, String, Throwable) - Constructor for exception org.apache.ode.bpel.common.FaultException
 
FaultException(QName, Throwable) - Constructor for exception org.apache.ode.bpel.common.FaultException
 
Filter<FKEY extends java.lang.Enum> - Class in org.apache.ode.bpel.common
Base class for filters.
Filter() - Constructor for class org.apache.ode.bpel.common.Filter
 
Filter.Restriction<V> - Class in org.apache.ode.bpel.common
 
Filter.Restriction(String, String, V) - Constructor for class org.apache.ode.bpel.common.Filter.Restriction
 
findSubSets() - Method in class org.apache.ode.bpel.common.CorrelationKeySet
Finds all subsets of this correlation key set.
fromString(String) - Static method in enum org.apache.ode.bpel.iapi.ProcessConf.CLEANUP_CATEGORY
 

G

getActivityDeclarationId() - Method in class org.apache.ode.bpel.evt.ActivityEvent
 
getActivityId() - Method in class org.apache.ode.bpel.evt.ActivityEvent
 
getActivityName() - Method in class org.apache.ode.bpel.evt.ActivityEvent
Gets activity name
getActivityType() - Method in class org.apache.ode.bpel.evt.ActivityEvent
Activity type e.g. switch, terminate, invoke
getAspect() - Method in class org.apache.ode.bpel.evt.ProcessMessageExchangeEvent
 
getBaseResourceURI() - Method in interface org.apache.ode.bpel.explang.EvaluationContext
Retrieves the base URI that the BPEL Process execution contextis running relative to.
getBaseURI() - Method in interface org.apache.ode.bpel.iapi.ProcessConf
Get the base URL for resolving resources.
getBpelDocument() - Method in interface org.apache.ode.bpel.iapi.ProcessConf
Get the path of the BPEL document, relative to its deployment unit
getBpelEvent() - Method in class org.apache.ode.bpel.jmx.BpelEventNotification
Get the BpelEvent payload.
getBreakpoints(Long) - Method in interface org.apache.ode.bpel.iapi.DebuggerContext
 
getBreakpoints(Long) - Method in interface org.apache.ode.bpel.pmapi.BpelManagementFacade
Returns the breakpoints registered with the process instance.
getCaller() - Method in interface org.apache.ode.bpel.iapi.PartnerRoleMessageExchange
Get the identifier of the process that created this message exchange.
getCategories() - Method in class org.apache.ode.bpel.iapi.ProcessConf.CleanupInfo
 
getCBPFileSize() - Method in interface org.apache.ode.bpel.iapi.ProcessConf
Get the CBP file size.
getCBPInputStream() - Method in interface org.apache.ode.bpel.iapi.ProcessConf
Get the CBP stream.
getChannel() - Method in interface org.apache.ode.bpel.iapi.PartnerRoleMessageExchange
Get the communication channel.
getChannel() - Method in class org.apache.ode.bpel.iapi.Scheduler.JobDetails
 
getCleanupCategories(boolean) - Method in interface org.apache.ode.bpel.iapi.ProcessConf
 
getClientId() - Method in interface org.apache.ode.bpel.iapi.MyRoleMessageExchange
Get the previously associated client key for this exchange.
getCompletedFault(Long) - Method in interface org.apache.ode.bpel.pmapi.BpelManagementFacade
Gets the fault associated with a completed process instance.
getConfigLookup(EndpointReference) - Method in interface org.apache.ode.bpel.iapi.EndpointReferenceContext
 
getCorrelation(Long, Long, String) - Method in interface org.apache.ode.bpel.pmapi.BpelManagementFacade
Gets a correlation.
getCorrelationKeySet() - Method in class org.apache.ode.bpel.evt.CorrelationMatchEvent
 
getCorrelationKeySet() - Method in class org.apache.ode.bpel.iapi.Scheduler.JobDetails
 
getCorrelationSetName() - Method in class org.apache.ode.bpel.common.CorrelationKey
Return the OCorrelation id for the correlation set
getCorrelationSetName() - Method in class org.apache.ode.bpel.evt.CorrelationSetEvent
 
getCorrelationStatus() - Method in interface org.apache.ode.bpel.iapi.MyRoleMessageExchange
Get the correlation state of the the invocation.
getCorrelatorId() - Method in class org.apache.ode.bpel.iapi.Scheduler.JobDetails
 
getCronExpression() - Method in class org.apache.ode.bpel.iapi.ProcessConf.CronJob
 
getCronJobs() - Method in interface org.apache.ode.bpel.iapi.ProcessConf
 
getCurrentEventDateTime() - Method in interface org.apache.ode.bpel.explang.EvaluationContext
 
getCurrentVersion() - Method in interface org.apache.ode.bpel.iapi.ProcessStore
Gets the version used by the store for the last deployment.
getDateWithoutOp(String) - Static method in class org.apache.ode.bpel.common.Filter
Get the data part of an "op date" string.
getDebugger(QName) - Method in interface org.apache.ode.bpel.iapi.BpelServer
 
getDefinitionForPortType(QName) - Method in interface org.apache.ode.bpel.iapi.ProcessConf
Gets the WSDL definition used in a process into which a PortType is defined.
getDefinitionForService(QName) - Method in interface org.apache.ode.bpel.iapi.ProcessConf
Gets the WSDL definition used in a process into which a service is defined.
getDeployDate() - Method in interface org.apache.ode.bpel.iapi.ProcessConf
Get the date of deployment.
getDeployedDateFilter() - Method in class org.apache.ode.bpel.common.ProcessFilter
 
getDeployer() - Method in interface org.apache.ode.bpel.iapi.ProcessConf
Get the userid of the deployer.
getDetailsExt() - Method in class org.apache.ode.bpel.iapi.Scheduler.JobDetails
 
getEndpointProperties(EndpointReference) - Method in interface org.apache.ode.bpel.iapi.ProcessConf
 
getEndpointReference() - Method in interface org.apache.ode.bpel.iapi.MessageExchange
Get a reference to the end-point targeted by this message exchange.
getEngine() - Method in interface org.apache.ode.bpel.iapi.BpelServer
Get the BpelEngine interface for handling transaction operations.
getEventCount(Long) - Method in interface org.apache.ode.bpel.pmapi.BpelManagementFacade
Get the current number of events for an instance.
getEvents(Long, int, int) - Method in interface org.apache.ode.bpel.pmapi.BpelManagementFacade
Get exeuction event history for a process instance.
getEventTimeline(String, String) - Method in interface org.apache.ode.bpel.pmapi.InstanceManagement
Retrieve a timeline of BPEL events.
getExplanation() - Method in class org.apache.ode.bpel.evt.ScopeFaultEvent
 
getExpression() - Method in class org.apache.ode.bpel.evt.ExpressionEvaluationEvent
 
getExtensibilityElements(QName, Integer[]) - Method in interface org.apache.ode.bpel.pmapi.ProcessManagement
Get all extensibility elements associated with provided activity ids.
getExtensionElement(QName) - Method in interface org.apache.ode.bpel.iapi.ProcessConf
Generic facility to get additional stuff out of the process descriptor.
getFailureReason() - Method in class org.apache.ode.bpel.evt.ActivityFailureEvent
 
getFault() - Method in class org.apache.ode.bpel.evt.ExpressionEvaluationFailedEvent
fault qname
getFault() - Method in class org.apache.ode.bpel.evt.ProcessCompletionEvent
if the process finished with a fault, this will return the fault name, otherwise this will be null
getFault() - Method in interface org.apache.ode.bpel.iapi.MessageExchange
Get the fault type.
getFaultExplanation() - Method in interface org.apache.ode.bpel.iapi.MessageExchange
 
getFaultLineNo() - Method in class org.apache.ode.bpel.evt.ScopeFaultEvent
 
getFaultResponse() - Method in interface org.apache.ode.bpel.iapi.MessageExchange
Get the fault resposne message.
getFaultType() - Method in class org.apache.ode.bpel.evt.ScopeFaultEvent
Get the fault type.
getFiles() - Method in interface org.apache.ode.bpel.iapi.ProcessConf
Get the files associated with the deployment.
getFilterKeys() - Method in class org.apache.ode.bpel.common.BpelEventFilter
 
getFilterKeys() - Method in class org.apache.ode.bpel.common.Filter
Get the list of known (recognized) filter keys.
getFilterKeys() - Method in class org.apache.ode.bpel.common.InstanceFilter
 
getFilterKeys() - Method in class org.apache.ode.bpel.common.ProcessFilter
 
getFilters() - Method in class org.apache.ode.bpel.iapi.ProcessConf.CleanupInfo
 
getGlobalBreakpoints() - Method in interface org.apache.ode.bpel.iapi.DebuggerContext
 
getGlobalBreakpoints(String) - Method in interface org.apache.ode.bpel.pmapi.BpelManagementFacade
Returns the global breakpoints registered with the process instance.
getHeaderPart(String) - Method in interface org.apache.ode.bpel.iapi.Message
Get a header part.
getHeaderParts() - Method in interface org.apache.ode.bpel.iapi.Message
Gets all header parts in the message.
getHydratedProcessCount(QName) - Method in interface org.apache.ode.bpel.iapi.BpelEngine
 
getHydratedProcessSize(QName) - Method in interface org.apache.ode.bpel.iapi.BpelEngine
 
getIidFilter() - Method in class org.apache.ode.bpel.common.InstanceFilter
 
getIncludes() - Method in class org.apache.ode.bpel.common.ProcessFilter
 
getInitialEndpointReference() - Method in interface org.apache.ode.bpel.iapi.PartnerRoleChannel
Return the endpoint reference to the endpoint with which the channel was initialized or null if the channel was initialized without an initial endpoint.
getInMem() - Method in class org.apache.ode.bpel.iapi.Scheduler.JobDetails
 
getInstanceId() - Method in class org.apache.ode.bpel.iapi.Scheduler.JobDetails
 
getInstanceInfo(Long) - Method in interface org.apache.ode.bpel.pmapi.InstanceManagement
Get an instance by id.
getInvokeEndpoints() - Method in interface org.apache.ode.bpel.iapi.ProcessConf
Gets the list of endpoints a process invokes.
getKey() - Method in class org.apache.ode.bpel.evt.CorrelationSetWriteEvent
Correlation key.
getKeySet() - Method in class org.apache.ode.bpel.evt.CorrelationNoMatchEvent
 
getLastActiveDateFilter() - Method in class org.apache.ode.bpel.common.InstanceFilter
 
getLimit() - Method in class org.apache.ode.bpel.common.InstanceFilter
 
getLineNo() - Method in class org.apache.ode.bpel.evt.BpelEvent
 
getMessage() - Method in interface org.apache.ode.bpel.iapi.Message
Get the message as an element.
getMessageExchange(String) - Method in interface org.apache.ode.bpel.iapi.BpelEngine
Retrieve a message identified by the given identifer.
getMessageExchangeId() - Method in class org.apache.ode.bpel.evt.CorrelationEvent
Message exchange id
getMessageExchangeId() - Method in class org.apache.ode.bpel.evt.ProcessMessageExchangeEvent
Message exchange id
getMessageExchangeId() - Method in interface org.apache.ode.bpel.iapi.MessageExchange
Get the message exchange identifier.
getMessageExchangePattern() - Method in interface org.apache.ode.bpel.iapi.MessageExchange
Return the type of message-exchange that resulted form this invocation (request only/request-respone).
getMexId() - Method in class org.apache.ode.bpel.iapi.Scheduler.JobDetails
 
getMissing() - Method in exception org.apache.ode.bpel.evar.IncompleteKeyException
 
getMyRoleEndpointReference() - Method in interface org.apache.ode.bpel.iapi.PartnerRoleMessageExchange
Get the EndpointReference associated with the my-role of the partner link to which this message exchange belongs.
getName() - Method in interface org.apache.ode.bpel.evar.ExternalVariableModule
Get the QName of this external variable engine; this method must always return a valid non-null value.
getName() - Method in interface org.apache.ode.bpel.jmx.ProcessMBean
Get the name of the process.
getNameFilter() - Method in class org.apache.ode.bpel.common.InstanceFilter
 
getNameFilter() - Method in class org.apache.ode.bpel.common.ProcessFilter
 
getNamespaceFilter() - Method in class org.apache.ode.bpel.common.InstanceFilter
 
getNamespaceFilter() - Method in class org.apache.ode.bpel.common.ProcessFilter
 
getNewState() - Method in class org.apache.ode.bpel.evt.ProcessInstanceStateChangeEvent
 
getNewValue() - Method in class org.apache.ode.bpel.evt.VariableModificationEvent
 
getOldState() - Method in class org.apache.ode.bpel.evt.ProcessInstanceStateChangeEvent
 
getOperation() - Method in class org.apache.ode.bpel.evt.CorrelationEvent
Message exchange operation
getOperation() - Method in class org.apache.ode.bpel.evt.ProcessMessageExchangeEvent
Message exchange operation
getOperation() - Method in interface org.apache.ode.bpel.iapi.MessageExchange
Get the operation description for this message exchange.
getOperationName() - Method in interface org.apache.ode.bpel.iapi.MessageExchange
Get the name of the operation (WSDL 1.1) / message exchange (WSDL 1.2?).
getOrders() - Method in class org.apache.ode.bpel.common.InstanceFilter
 
getOrders() - Method in class org.apache.ode.bpel.common.ProcessFilter
 
getPackage() - Method in interface org.apache.ode.bpel.iapi.ProcessConf
Gets the name of the package into which the process is deployed.
getPackages() - Method in interface org.apache.ode.bpel.iapi.ProcessStore
Lists the names of all the packages that have been deployed (corresponds to a directory name on the file system).
getParentScopeId() - Method in class org.apache.ode.bpel.evt.ScopeEvent
 
getParentScopesNames() - Method in class org.apache.ode.bpel.evt.ScopeEvent
 
getPart(String) - Method in interface org.apache.ode.bpel.iapi.Message
Get a message part.
getPartData(Element, OMessageVarType.Part) - Method in interface org.apache.ode.bpel.explang.EvaluationContext
 
getPartnerRoleConfig() - Method in interface org.apache.ode.bpel.iapi.ProcessConf
Returns failure handling info for invokes.
getParts() - Method in interface org.apache.ode.bpel.iapi.Message
 
getPidFilter() - Method in class org.apache.ode.bpel.common.InstanceFilter
 
getpLinkName() - Method in class org.apache.ode.bpel.evt.PartnerLinkEvent
 
getPortType() - Method in class org.apache.ode.bpel.evt.CorrelationEvent
Message exchange port type
getPortType() - Method in class org.apache.ode.bpel.evt.ProcessMessageExchangeEvent
Message exchange port type
getPortType() - Method in interface org.apache.ode.bpel.iapi.MessageExchange
Get the port type description for this message exchange.
getProcessConfiguration(QName) - Method in interface org.apache.ode.bpel.iapi.ProcessStore
Gets all the details of a process configuration (properties, deploy dates, ...)
getProcessDef(String) - Method in interface org.apache.ode.bpel.pmapi.BpelManagementFacade
Return the process model.
getProcesses() - Method in interface org.apache.ode.bpel.iapi.ProcessStore
Get the list of processes known to the store.
getProcessId() - Method in class org.apache.ode.bpel.evt.ProcessEvent
 
getProcessId() - Method in interface org.apache.ode.bpel.explang.EvaluationContext
Reads the current process instance id.
getProcessId() - Method in interface org.apache.ode.bpel.iapi.ProcessConf
Get the process id, generally the same as the type.
getProcessId() - Method in class org.apache.ode.bpel.iapi.Scheduler.JobDetails
 
getProcessInfo(QName) - Method in interface org.apache.ode.bpel.pmapi.ProcessManagement
Get the process info for a process (includingthe instance summary).
getProcessInfoCustom(QName, ProcessInfoCustomizer) - Method in interface org.apache.ode.bpel.pmapi.ProcessManagement
Get the process info for a process.
getProcessInstance(String, CorrelationKey) - Method in interface org.apache.ode.bpel.pmapi.BpelManagementFacade
Get the process instance with the given correlation correlationKey.
getProcessInstanceId() - Method in class org.apache.ode.bpel.evt.ProcessInstanceEvent
Get the process instance identifier of the process instnace that generated this event.
getProcessModel() - Method in interface org.apache.ode.bpel.iapi.DebuggerContext
 
getProcessName() - Method in class org.apache.ode.bpel.evt.ProcessEvent
Gets process name.
getProcessProperties() - Method in interface org.apache.ode.bpel.iapi.ProcessConf
Get the process properties.
getProcessQName() - Method in interface org.apache.ode.bpel.explang.EvaluationContext
Reads the current process's name.
getProcessThrottledMaximumCount() - Method in interface org.apache.ode.bpel.iapi.BpelEngine
 
getProcessThrottledMaximumSize() - Method in interface org.apache.ode.bpel.iapi.BpelEngine
 
getProperty(String) - Method in interface org.apache.ode.bpel.iapi.MessageExchange
Get a message exchange property.
getPropertyNames() - Method in interface org.apache.ode.bpel.iapi.MessageExchange
Get a set containing the names of the defined properties.
getPropertyValue(QName) - Method in interface org.apache.ode.bpel.explang.EvaluationContext
Retrieves the property value that has been defined for this BPEL Process type.
getPropertyValuesFilter() - Method in class org.apache.ode.bpel.common.InstanceFilter
 
getProvideEndpoints() - Method in interface org.apache.ode.bpel.iapi.ProcessConf
Gets the list of endpoints a process should provide.
getQName() - Method in exception org.apache.ode.bpel.common.FaultException
Get the (official) QName of this fault.
getRecoveryAction() - Method in class org.apache.ode.bpel.evt.ActivityRecoveryEvent
 
getRequest() - Method in interface org.apache.ode.bpel.iapi.MessageExchange
Get the request message.
getResponse() - Method in interface org.apache.ode.bpel.iapi.MessageExchange
Get the response message.
getResult() - Method in class org.apache.ode.bpel.evt.ExpressionEvaluationSuccessEvent
result of expression, cast as a string
getRetryCount() - Method in class org.apache.ode.bpel.iapi.Scheduler.JobDetails
 
getRootNode() - Method in interface org.apache.ode.bpel.explang.EvaluationContext
Obtain the root node.
getRootScopeId() - Method in class org.apache.ode.bpel.evt.NewProcessInstanceEvent
 
getRootScopeId() - Method in class org.apache.ode.bpel.evt.ProcessInstanceStartedEvent
 
getRunnableDetailList() - Method in class org.apache.ode.bpel.iapi.ProcessConf.CronJob
 
getScopeDeclarationId() - Method in class org.apache.ode.bpel.evt.NewProcessInstanceEvent
 
getScopeDeclarationId() - Method in class org.apache.ode.bpel.evt.ProcessInstanceStartedEvent
 
getScopeDeclarationId() - Method in class org.apache.ode.bpel.evt.ScopeEvent
 
getScopeId() - Method in class org.apache.ode.bpel.evt.ScopeEvent
 
getScopeInfo(String) - Method in interface org.apache.ode.bpel.pmapi.InstanceManagement
Get info about a scope instance by id, not including activity info.
getScopeInfoWithActivity(String, boolean) - Method in interface org.apache.ode.bpel.pmapi.InstanceManagement
Get info about a scope instance by id, optionally including activity info.
getScopeInstanceId() - Method in interface org.apache.ode.bpel.evt.EventContext
Deprecated.  
getScopeInstancesForScope(Long, String) - Method in interface org.apache.ode.bpel.pmapi.BpelManagementFacade
Returns all the scope instance ids for a given instance and scope name.
getScopeName() - Method in class org.apache.ode.bpel.evt.ScopeEvent
 
getServiceName() - Method in interface org.apache.ode.bpel.iapi.MyRoleMessageExchange
Get the name of the service targetted in this message exchange.
getStartedDateFilter() - Method in class org.apache.ode.bpel.common.InstanceFilter
 
getStartTime(Long) - Method in interface org.apache.ode.bpel.pmapi.BpelManagementFacade
Get the time that a process instance was started (created).
getState() - Method in interface org.apache.ode.bpel.iapi.ProcessConf
Get the state of the process.
getState(Long) - Method in interface org.apache.ode.bpel.pmapi.BpelManagementFacade
Get the state of a process instance.
getStatus() - Method in interface org.apache.ode.bpel.iapi.MessageExchange
Get the message exchange status.
getStatusFilter() - Method in class org.apache.ode.bpel.common.InstanceFilter
 
getStatusFilter() - Method in class org.apache.ode.bpel.common.ProcessFilter
 
getTimestamp() - Method in class org.apache.ode.bpel.evt.BpelEvent
 
getTimestampFilter() - Method in class org.apache.ode.bpel.common.BpelEventFilter
 
getToType() - Method in exception org.apache.ode.bpel.explang.TypeCastException
 
getType() - Method in class org.apache.ode.bpel.evt.ActivityEvent
 
getType() - Method in class org.apache.ode.bpel.evt.BpelEvent
 
getType() - Method in class org.apache.ode.bpel.evt.CompensationHandlerRegistered
 
getType() - Method in class org.apache.ode.bpel.evt.CorrelationEvent
 
getType() - Method in class org.apache.ode.bpel.evt.CorrelationMatchEvent
 
getType() - Method in class org.apache.ode.bpel.evt.CorrelationSetEvent
 
getType() - Method in class org.apache.ode.bpel.evt.ExpressionEvaluationEvent
 
getType() - Method in class org.apache.ode.bpel.evt.NewProcessInstanceEvent
 
getType() - Method in class org.apache.ode.bpel.evt.PartnerLinkEvent
 
getType() - Method in class org.apache.ode.bpel.evt.ProcessInstanceEvent
 
getType() - Method in class org.apache.ode.bpel.evt.ScopeEvent
 
getType() - Method in class org.apache.ode.bpel.evt.VariableEvent
 
getType() - Method in interface org.apache.ode.bpel.iapi.Message
Get the message type.
getType() - Method in interface org.apache.ode.bpel.iapi.ProcessConf
Get the process type (BPEL definition name).
getType() - Method in class org.apache.ode.bpel.iapi.Scheduler.JobDetails
 
getTypeFilter() - Method in class org.apache.ode.bpel.common.BpelEventFilter
 
getVal() - Method in exception org.apache.ode.bpel.explang.TypeCastException
 
getValues() - Method in class org.apache.ode.bpel.common.CorrelationKey
Return the values for the correlation set
getVariable(Long, Long, String) - Method in interface org.apache.ode.bpel.pmapi.BpelManagementFacade
Gets variable data.
getVariableData(String) - Method in interface org.apache.ode.bpel.evt.EventContext
Deprecated.  
getVariableInfo(String, String) - Method in interface org.apache.ode.bpel.pmapi.InstanceManagement
Get info about a variable.
getVariableNames() - Method in interface org.apache.ode.bpel.evt.EventContext
Deprecated.  
getVarName() - Method in class org.apache.ode.bpel.evt.VariableEvent
 
getVersion() - Method in interface org.apache.ode.bpel.iapi.ProcessConf
Get the process version.

H

hashCode() - Method in class org.apache.ode.bpel.common.CorrelationKey
Generate a hash code from the hash codes of the elements.
hashCode() - Method in class org.apache.ode.bpel.iapi.Endpoint
 

I

iid - Variable in class org.apache.ode.bpel.evar.ExternalVariableModule.Locator
Instance identifier.
includeDocumentLists() - Method in class org.apache.ode.bpel.pmapi.ProcessInfoCustomizer
 
includeEndpoints() - Method in class org.apache.ode.bpel.pmapi.ProcessInfoCustomizer
 
includeInstanceSummary() - Method in class org.apache.ode.bpel.pmapi.ProcessInfoCustomizer
 
includeProcessProperties() - Method in class org.apache.ode.bpel.pmapi.ProcessInfoCustomizer
 
IncompleteKeyException - Exception in org.apache.ode.bpel.evar
Exception used to indicate that an attempt was made to access a variable using an incomplete key.
IncompleteKeyException(Collection<String>) - Constructor for exception org.apache.ode.bpel.evar.IncompleteKeyException
 
init(String) - Method in class org.apache.ode.bpel.common.Filter
 
init() - Method in interface org.apache.ode.bpel.iapi.BpelServer
Initialize the BPEL engine.
initialize(Map) - Method in interface org.apache.ode.bpel.explang.ExpressionLanguageRuntime
Initialize the expression evaluation runtime.
inMem - Variable in class org.apache.ode.bpel.iapi.Scheduler.JobDetails
 
InstanceFilter - Class in org.apache.ode.bpel.common
Holds a filter that will get interpreted when listing processe instances.
InstanceFilter(String, String, int) - Constructor for class org.apache.ode.bpel.common.InstanceFilter
Initializes properly the InstanceFilter attributes by pre-parsing the filter and orderKeys strings and setting the limit.
InstanceFilter(String) - Constructor for class org.apache.ode.bpel.common.InstanceFilter
 
InstanceFilter.StatusKeys - Enum in org.apache.ode.bpel.common
 
instanceId - Variable in class org.apache.ode.bpel.iapi.Scheduler.JobDetails
 
InstanceManagement - Interface in org.apache.ode.bpel.pmapi
Interface to managing process instances.
InstanceNotFoundException - Exception in org.apache.ode.bpel.pmapi
Exception indicating that the requested instance identifier could not be found.
InstanceNotFoundException(String) - Constructor for exception org.apache.ode.bpel.pmapi.InstanceNotFoundException
 
instanceQuerySimple(String, String, short) - Method in interface org.apache.ode.bpel.jmx.ProcessMBean
Simple process instance query.
InvalidMessageException - Exception in org.apache.ode.bpel.common
Exception class indicating that the received message did not conform to the expections of the process, and therefore cannot be processed.
InvalidMessageException(String, Throwable) - Constructor for exception org.apache.ode.bpel.common.InvalidMessageException
 
InvalidRequestException - Exception in org.apache.ode.bpel.pmapi
Exception indicating an invalid request.
InvalidRequestException(String, Throwable) - Constructor for exception org.apache.ode.bpel.pmapi.InvalidRequestException
 
InvalidRequestException(String) - Constructor for exception org.apache.ode.bpel.pmapi.InvalidRequestException
 
invoke(Message) - Method in interface org.apache.ode.bpel.iapi.MyRoleMessageExchange
"Invoke" a process hosted by the BPEL engine.
invokePartner(PartnerRoleMessageExchange) - Method in interface org.apache.ode.bpel.iapi.MessageExchangeContext
Invoke a partner.
isCleanupCategoryEnabled(boolean, ProcessConf.CLEANUP_CATEGORY) - Method in interface org.apache.ode.bpel.iapi.ProcessConf
 
isEmpty() - Method in class org.apache.ode.bpel.common.CorrelationKeySet
Returns true if this correlation key set contains no correlation keys.
isEnabled() - Method in interface org.apache.ode.bpel.bdi.breaks.Breakpoint
Test whether the break point is enabled.
isEventEnabled(List<String>, BpelEvent.TYPE) - Method in interface org.apache.ode.bpel.iapi.ProcessConf
 
isFinished(short) - Static method in class org.apache.ode.bpel.common.ProcessState
Test whether a process state is one of the completed states, e.g., ProcessState.STATE_COMPLETED_OK or ProcessState.STATE_COMPLETED_WITH_FAULT.
isLinkActive(OLink) - Method in interface org.apache.ode.bpel.explang.EvaluationContext
Obtain the status of a control link.
isMatch(CorrelationKey[]) - Method in class org.apache.ode.bpel.common.CorrelationKey
Check if this key matches any member in a set of keys.
isOpaque() - Method in class org.apache.ode.bpel.common.CorrelationKeySet
Checks if this correlation key set contains the opaque correlation key as the only key in this correlation key set.
isRoutableTo(CorrelationKeySet, boolean) - Method in class org.apache.ode.bpel.common.CorrelationKeySet
Checks if an incoming message with this correlation key set can be accepted by the given correlation key set.
isSharedService(QName) - Method in interface org.apache.ode.bpel.iapi.ProcessConf
Tells if the service is shareable
isTransacted() - Method in interface org.apache.ode.bpel.iapi.Scheduler
 
isTransactional() - Method in interface org.apache.ode.bpel.evar.ExternalVariableModule
Report whether this engine is transactional, i.e. do the update/fetch methods use the JTA TX?
isTransactionPropagated() - Method in interface org.apache.ode.bpel.iapi.MessageExchange
 
isTransient() - Method in interface org.apache.ode.bpel.iapi.ProcessConf
Is this a transient process?
iterator() - Method in class org.apache.ode.bpel.common.CorrelationKeySet
Returns an iterator on the correlation keys that this correlation key set contains.

J

jobDetail - Variable in class org.apache.ode.bpel.iapi.Scheduler.JobInfo
 
jobName - Variable in class org.apache.ode.bpel.iapi.Scheduler.JobInfo
 

K

kill(Long) - Method in interface org.apache.ode.bpel.jmx.ProcessMBean
Kill a process instance

L

limit - Variable in class org.apache.ode.bpel.common.BpelEventFilter
 
listAllInstances() - Method in interface org.apache.ode.bpel.pmapi.InstanceManagement
Deprecated. As of Ode 1.3, this method is deprecated in favor of listInstancesSummary(filter, order, limit)
listAllInstancesWithLimit(int) - Method in interface org.apache.ode.bpel.pmapi.InstanceManagement
Deprecated. As of Ode 1.3, this method is deprecated in favor of listInstancesSummary(filter, order, limit)
listAllProcesses() - Method in interface org.apache.ode.bpel.pmapi.ProcessManagement
List the processes known to the engine.
listEvents(String, String, int) - Method in interface org.apache.ode.bpel.pmapi.InstanceManagement
Retrieve BPEL events.
listInstances(String, String, int) - Method in interface org.apache.ode.bpel.pmapi.InstanceManagement
Retrieve and returns information about all, or some process instances.
listInstancesSummary(String, String, int) - Method in interface org.apache.ode.bpel.pmapi.InstanceManagement
List instances and only return summary information about the instance, combined with all correlation properties.
listProcesses(String) - Method in interface org.apache.ode.bpel.iapi.ProcessStore
Lists all processe ids in a given package.
listProcesses(String, String) - Method in interface org.apache.ode.bpel.pmapi.ProcessManagement
List the processes known to the engine (including instance summaries).
listProcessesCustom(String, String, ProcessInfoCustomizer) - Method in interface org.apache.ode.bpel.pmapi.ProcessManagement
List the processes known to the engine.
listProcessesSummaryOnly() - Method in interface org.apache.ode.bpel.pmapi.ProcessManagement
List the processes known to the engine, excluding the document list, properties and end point configs.
locator - Variable in class org.apache.ode.bpel.evar.ExternalVariableModule.Value
Variable locator.
LOG - Static variable in class org.apache.ode.bpel.common.InstanceFilter
 

M

main(String[]) - Static method in class org.apache.ode.bpel.common.InstanceFilter
 
main(String[]) - Static method in class org.apache.ode.bpel.common.ProcessFilter
 
ManagementException - Exception in org.apache.ode.bpel.pmapi
Exception thrown by the Process Management API to indicate errors.
ManagementException(String, Throwable) - Constructor for exception org.apache.ode.bpel.pmapi.ManagementException
 
ManagementException(String) - Constructor for exception org.apache.ode.bpel.pmapi.ManagementException
 
Message - Interface in org.apache.ode.bpel.iapi
A representation of a WSDL-typed message.
MessageExchange - Interface in org.apache.ode.bpel.iapi
A representation of a communication (message-exchange) between the BPEL BPEL engine and an external "partner".
MessageExchange.FailureType - Enum in org.apache.ode.bpel.iapi
Enumeration of the types of failures.
MessageExchange.MessageExchangePattern - Enum in org.apache.ode.bpel.iapi
Enumeration of message exchange patterns.
MessageExchange.Status - Enum in org.apache.ode.bpel.iapi
Enumeration of the possible states for the message exchange.
MessageExchangeContext - Interface in org.apache.ode.bpel.iapi
Context provided by the integration layer exposing partner communication to the BPEL engine.
Messages - Class in org.apache.ode.bpel.common
Human-readable messages for the common classes.
Messages() - Constructor for class org.apache.ode.bpel.common.Messages
 
mexId - Variable in class org.apache.ode.bpel.iapi.Scheduler.JobDetails
 
msgISODateParseErr(String, String) - Method in class org.apache.ode.bpel.common.Messages
The restriction for filter "{0}" must follow the ISO-8601 date or date/time standard (yyyyMMddhhmmss); "{1}" does not follow this form.
msgUnrecognizedFilterKey(String, Collection<String>) - Method in class org.apache.ode.bpel.common.Messages
The filter "{0}" is not recognized; try one of {1}.
MyRoleMessageExchange - Interface in org.apache.ode.bpel.iapi
Extension of the MessageExchange interface that is provided by the engine for message-exchanges where the engine acts as the server (i.e. where the engine is "invoked").
MyRoleMessageExchange.CorrelationStatus - Enum in org.apache.ode.bpel.iapi
Enumeration of message correlation results.

N

narrowTypes() - Method in interface org.apache.ode.bpel.explang.EvaluationContext
Indicates whether simple types should be narrowed to a Java type when using this evaluation context.
NewProcessInstanceEvent - Class in org.apache.ode.bpel.evt
Event indicating the creation of a new process instance as part of an uncorrelated inbound message to create instance operation.
NewProcessInstanceEvent() - Constructor for class org.apache.ode.bpel.evt.NewProcessInstanceEvent
 
NewProcessInstanceEvent(QName, QName, Long) - Constructor for class org.apache.ode.bpel.evt.NewProcessInstanceEvent
 
NONE - Static variable in class org.apache.ode.bpel.pmapi.ProcessInfoCustomizer
 

O

onAsyncReply(MyRoleMessageExchange) - Method in interface org.apache.ode.bpel.iapi.MessageExchangeContext
Method used to asynchronously deliver to the integration layer the BPEL engine's response to an invocation that could not complete synchronously.
onEvent(BpelEvent) - Method in interface org.apache.ode.bpel.iapi.BpelEventListener
Handle events.
onProcessStoreEvent(ProcessStoreEvent) - Method in interface org.apache.ode.bpel.iapi.ProcessStoreListener
 
onScheduledJob(Scheduler.JobInfo) - Method in interface org.apache.ode.bpel.iapi.Scheduler.JobProcessor
Implements execution of the job.
op - Variable in class org.apache.ode.bpel.common.Filter.Restriction
 
OptionalCorrelationKey - Class in org.apache.ode.bpel.common
An instance of this class represents a correlation key that has a 'join' use case in the process definition.
OptionalCorrelationKey(String, String[]) - Constructor for class org.apache.ode.bpel.common.OptionalCorrelationKey
 
OptionalCorrelationKey(String) - Constructor for class org.apache.ode.bpel.common.OptionalCorrelationKey
 
orders - Variable in class org.apache.ode.bpel.common.InstanceFilter
Orders to use when sorting the result (no particular order if not set).
org.apache.ode.bpel.bdi.breaks - package org.apache.ode.bpel.bdi.breaks
This package contains interfaces for representing BPEL "break-points".
org.apache.ode.bpel.common - package org.apache.ode.bpel.common
Common BPEL classes and interfaces.
org.apache.ode.bpel.evar - package org.apache.ode.bpel.evar
 
org.apache.ode.bpel.evt - package org.apache.ode.bpel.evt
The BPEL event API--used to monitor or analyze the execution of a BPEL processes.
org.apache.ode.bpel.explang - package org.apache.ode.bpel.explang
 
org.apache.ode.bpel.iapi - package org.apache.ode.bpel.iapi
 
org.apache.ode.bpel.jmx - package org.apache.ode.bpel.jmx
 
org.apache.ode.bpel.pmapi - package org.apache.ode.bpel.pmapi
 
originalKey - Variable in class org.apache.ode.bpel.common.Filter.Restriction
 

P

parseKey(String) - Method in class org.apache.ode.bpel.common.BpelEventFilter
 
parseKey(String) - Method in class org.apache.ode.bpel.common.Filter
Parse the string representation of a key into an enumeration value.
parseKey(String) - Method in class org.apache.ode.bpel.common.InstanceFilter
 
parseKey(String) - Method in class org.apache.ode.bpel.common.ProcessFilter
 
PARTNER_FAILURE - Static variable in class org.apache.ode.bpel.evt.ProcessMessageExchangeEvent
 
PARTNER_FAULT - Static variable in class org.apache.ode.bpel.evt.ProcessMessageExchangeEvent
 
PARTNER_INPUT - Static variable in class org.apache.ode.bpel.evt.ProcessMessageExchangeEvent
 
PARTNER_OUTPUT - Static variable in class org.apache.ode.bpel.evt.ProcessMessageExchangeEvent
 
PartnerLinkEvent - Class in org.apache.ode.bpel.evt
 
PartnerLinkEvent() - Constructor for class org.apache.ode.bpel.evt.PartnerLinkEvent
 
PartnerLinkEvent(String) - Constructor for class org.apache.ode.bpel.evt.PartnerLinkEvent
 
PartnerLinkModificationEvent - Class in org.apache.ode.bpel.evt
 
PartnerLinkModificationEvent() - Constructor for class org.apache.ode.bpel.evt.PartnerLinkModificationEvent
 
PartnerLinkModificationEvent(String) - Constructor for class org.apache.ode.bpel.evt.PartnerLinkModificationEvent
 
PartnerRoleChannel - Interface in org.apache.ode.bpel.iapi
Representation of a communication link to a partner or partners.
PartnerRoleMessageExchange - Interface in org.apache.ode.bpel.iapi
A message exchange orginating from the BPEL server and targeting some external partner.
pid - Variable in class org.apache.ode.bpel.evar.ExternalVariableModule.Locator
Process identifier.
pid - Variable in class org.apache.ode.bpel.iapi.ProcessStoreEvent
Process identifier.
portName - Variable in class org.apache.ode.bpel.iapi.Endpoint
Port Name
process(BpelEventFilter.Criteria, Filter.Restriction<String>) - Method in class org.apache.ode.bpel.common.BpelEventFilter
 
process(FKEY, Filter.Restriction<String>) - Method in class org.apache.ode.bpel.common.Filter
Perform additional parsing/processing.
process(InstanceFilter.Criteria, Filter.Restriction<String>) - Method in class org.apache.ode.bpel.common.InstanceFilter
 
process(ProcessFilter.FilterKeysOp, Filter.Restriction<String>) - Method in class org.apache.ode.bpel.common.ProcessFilter
 
PROCESS_FAULT - Static variable in class org.apache.ode.bpel.evt.ProcessMessageExchangeEvent
 
PROCESS_INPUT - Static variable in class org.apache.ode.bpel.evt.ProcessMessageExchangeEvent
 
PROCESS_OUTPUT - Static variable in class org.apache.ode.bpel.evt.ProcessMessageExchangeEvent
 
ProcessCompletionEvent - Class in org.apache.ode.bpel.evt
Signals completion of the process.
ProcessCompletionEvent() - Constructor for class org.apache.ode.bpel.evt.ProcessCompletionEvent
 
ProcessCompletionEvent(QName) - Constructor for class org.apache.ode.bpel.evt.ProcessCompletionEvent
 
ProcessConf - Interface in org.apache.ode.bpel.iapi
Deployed process configuration.
ProcessConf.CLEANUP_CATEGORY - Enum in org.apache.ode.bpel.iapi
 
ProcessConf.CleanupInfo - Class in org.apache.ode.bpel.iapi
 
ProcessConf.CleanupInfo() - Constructor for class org.apache.ode.bpel.iapi.ProcessConf.CleanupInfo
 
ProcessConf.CronJob - Class in org.apache.ode.bpel.iapi
 
ProcessConf.CronJob() - Constructor for class org.apache.ode.bpel.iapi.ProcessConf.CronJob
 
ProcessConf.PartnerRoleConfig - Class in org.apache.ode.bpel.iapi
 
ProcessConf.PartnerRoleConfig(OFailureHandling, boolean) - Constructor for class org.apache.ode.bpel.iapi.ProcessConf.PartnerRoleConfig
 
ProcessEvent - Class in org.apache.ode.bpel.evt
Base class for process events.
ProcessEvent() - Constructor for class org.apache.ode.bpel.evt.ProcessEvent
 
ProcessFilter - Class in org.apache.ode.bpel.common
Holds a filter that will get interpreted when listing processes.
ProcessFilter(String, String) - Constructor for class org.apache.ode.bpel.common.ProcessFilter
Initializes properly the ProcessFilter attributes by pre-parsing the filter and orderKeys strings.
processId - Variable in class org.apache.ode.bpel.iapi.Scheduler.JobDetails
 
ProcessInfoCustomizer - Class in org.apache.ode.bpel.pmapi
Used to customize the response document provided by most methods returning process info.
ProcessInfoCustomizer(String) - Constructor for class org.apache.ode.bpel.pmapi.ProcessInfoCustomizer
 
ProcessInfoCustomizer(ProcessInfoCustomizer.Item...) - Constructor for class org.apache.ode.bpel.pmapi.ProcessInfoCustomizer
 
ProcessInfoCustomizer.Item - Enum in org.apache.ode.bpel.pmapi
 
ProcessingException - Exception in org.apache.ode.bpel.pmapi
Exception indicating that a processing error preventing the completion of the requested operation.
ProcessingException(String, Throwable) - Constructor for exception org.apache.ode.bpel.pmapi.ProcessingException
 
ProcessingException(String) - Constructor for exception org.apache.ode.bpel.pmapi.ProcessingException
 
ProcessInstanceEvent - Class in org.apache.ode.bpel.evt
Base class for process instances events.
ProcessInstanceEvent() - Constructor for class org.apache.ode.bpel.evt.ProcessInstanceEvent
 
ProcessInstanceEvent(Long) - Constructor for class org.apache.ode.bpel.evt.ProcessInstanceEvent
 
ProcessInstanceStartedEvent - Class in org.apache.ode.bpel.evt
Event indicating the start (post creation) of a new process instance.
ProcessInstanceStartedEvent() - Constructor for class org.apache.ode.bpel.evt.ProcessInstanceStartedEvent
 
ProcessInstanceStateChangeEvent - Class in org.apache.ode.bpel.evt
Event indicating the start (post creation) of a new process instance.
ProcessInstanceStateChangeEvent() - Constructor for class org.apache.ode.bpel.evt.ProcessInstanceStateChangeEvent
 
ProcessManagement - Interface in org.apache.ode.bpel.pmapi
Process Management API
ProcessMBean - Interface in org.apache.ode.bpel.jmx
Managed MBean representing operations on a bpel process.
ProcessMessageExchangeEvent - Class in org.apache.ode.bpel.evt
 
ProcessMessageExchangeEvent() - Constructor for class org.apache.ode.bpel.evt.ProcessMessageExchangeEvent
 
ProcessMessageExchangeEvent(short, QName, QName, Long) - Constructor for class org.apache.ode.bpel.evt.ProcessMessageExchangeEvent
 
ProcessNotFoundException - Exception in org.apache.ode.bpel.pmapi
Exception thrown to indicate that the requested process could not be found.
ProcessNotFoundException(String) - Constructor for exception org.apache.ode.bpel.pmapi.ProcessNotFoundException
 
ProcessState - Class in org.apache.ode.bpel.common
Convenience class for working with process states.
ProcessState - Enum in org.apache.ode.bpel.iapi
The user-selectable states of a process in the configuration store.
ProcessStore - Interface in org.apache.ode.bpel.iapi
 
ProcessStoreEvent - Class in org.apache.ode.bpel.iapi
Event generated by the process store.
ProcessStoreEvent(ProcessStoreEvent.Type, QName, String) - Constructor for class org.apache.ode.bpel.iapi.ProcessStoreEvent
 
ProcessStoreEvent.Type - Enum in org.apache.ode.bpel.iapi
 
ProcessStoreListener - Interface in org.apache.ode.bpel.iapi
Process configuration store listener interface.
ProcessTerminationEvent - Class in org.apache.ode.bpel.evt
Signals completion of the process.
ProcessTerminationEvent() - Constructor for class org.apache.ode.bpel.evt.ProcessTerminationEvent
 
PROPERTY_SEP_MYROLE_SESSIONID - Static variable in interface org.apache.ode.bpel.iapi.MessageExchange
 
PROPERTY_SEP_PARTNERROLE_EPR - Static variable in interface org.apache.ode.bpel.iapi.MessageExchange
 
PROPERTY_SEP_PARTNERROLE_SESSIONID - Static variable in interface org.apache.ode.bpel.iapi.MessageExchange
 

Q

queryInstances(String) - Method in interface org.apache.ode.bpel.pmapi.InstanceManagement
Deprecated. As of Ode 1.3, this method is deprecated in favor of listInstances(filter, order, limit)

R

readMessageProperty(OScope.Variable, OProcess.OProperty) - Method in interface org.apache.ode.bpel.explang.EvaluationContext
Read the value of a BPEL property.
readValue(QName, ExternalVariableModule.Locator) - Method in interface org.apache.ode.bpel.evar.ExternalVariableModule
The the value of an external variable.
readVariable(OScope.Variable, OMessageVarType.Part) - Method in interface org.apache.ode.bpel.explang.EvaluationContext
Read the value of a BPEL variable.
recoverActivity(Long, Long, String) - Method in interface org.apache.ode.bpel.pmapi.InstanceManagement
Performs an activity recovery action.
reference - Variable in class org.apache.ode.bpel.evar.ExternalVariableModule.Locator
External-variable module-specific identifying information.
refreshSchedules(String) - Method in interface org.apache.ode.bpel.iapi.ProcessStore
 
register(ProcessConf) - Method in interface org.apache.ode.bpel.iapi.BpelServer
Register a process with the server.
registerListener(ProcessStoreListener) - Method in interface org.apache.ode.bpel.iapi.ProcessStore
Register a configuration store listener.
registerSynchronizer(Scheduler.Synchronizer) - Method in interface org.apache.ode.bpel.iapi.Scheduler
Register a transaction synchronizer.
release() - Method in interface org.apache.ode.bpel.iapi.MessageExchange
Should be called by the external partner when it's done with the message exchange.
release(boolean) - Method in interface org.apache.ode.bpel.iapi.MyRoleMessageExchange
Should be called by the external partner when it's done with the message exchange.
removeBreakpoint(Long, Breakpoint) - Method in interface org.apache.ode.bpel.iapi.DebuggerContext
 
removeBreakpoint(Long, Breakpoint) - Method in interface org.apache.ode.bpel.pmapi.BpelManagementFacade
Removes a breakpoint
removeGlobalBreakpoint(Breakpoint) - Method in interface org.apache.ode.bpel.iapi.DebuggerContext
 
removeGlobalBreakpoint(String, Breakpoint) - Method in interface org.apache.ode.bpel.pmapi.BpelManagementFacade
Removes a global breakpoint
reply(Message) - Method in interface org.apache.ode.bpel.iapi.PartnerRoleMessageExchange
Indicate that the partner has responded to the message exchange.
replyAsync() - Method in interface org.apache.ode.bpel.iapi.PartnerRoleMessageExchange
Indicate that the response to the request/response operation is not yet available and that the response will be delivered asynchronously.
replyOneWayOk() - Method in interface org.apache.ode.bpel.iapi.PartnerRoleMessageExchange
Indicate that the partner processed the one-way invocation successfully.
replyWithFailure(MessageExchange.FailureType, String, Element) - Method in interface org.apache.ode.bpel.iapi.PartnerRoleMessageExchange
Indicate that the partner has failed to process the message exchange.
replyWithFault(QName, Message) - Method in interface org.apache.ode.bpel.iapi.PartnerRoleMessageExchange
Indicate that the partner faulted in processing the message exchange.
resolveEndpointReference(Element) - Method in interface org.apache.ode.bpel.iapi.EndpointReferenceContext
Resolve an end-point reference from its XML representation.
restore(String) - Method in class org.apache.ode.bpel.common.CorrelationKeySet
Restores the state of this correlation key set from a canonical form.
restoreFromDetails(Scheduler.JobDetails) - Method in interface org.apache.ode.bpel.iapi.Scheduler.MapSerializableRunnable
 
resume(Long) - Method in interface org.apache.ode.bpel.iapi.DebuggerContext
 
resume(Long) - Method in interface org.apache.ode.bpel.jmx.ProcessMBean
Resume a process that has been suspended.
resume(Long) - Method in interface org.apache.ode.bpel.pmapi.InstanceManagement
Resume the (previously suspended) instance.
retry - Variable in exception org.apache.ode.bpel.iapi.Scheduler.JobProcessorException
 
retryCount - Variable in class org.apache.ode.bpel.iapi.Scheduler.JobDetails
 
retryCount - Variable in class org.apache.ode.bpel.iapi.Scheduler.JobInfo
 

S

scheduleMapSerializableRunnable(Scheduler.MapSerializableRunnable, Date) - Method in interface org.apache.ode.bpel.iapi.Scheduler
Schedule a Runnable that will be executed on a dedicated thread pool.
schedulePersistedJob(Scheduler.JobDetails, Date) - Method in interface org.apache.ode.bpel.iapi.Scheduler
Schedule a persisted job.
Scheduler - Interface in org.apache.ode.bpel.iapi
The BPEL scheduler.
Scheduler.JobDetails - Class in org.apache.ode.bpel.iapi
 
Scheduler.JobDetails() - Constructor for class org.apache.ode.bpel.iapi.Scheduler.JobDetails
 
Scheduler.JobInfo - Class in org.apache.ode.bpel.iapi
Wrapper containing information about a scheduled job.
Scheduler.JobInfo(String, Scheduler.JobDetails, int) - Constructor for class org.apache.ode.bpel.iapi.Scheduler.JobInfo
 
Scheduler.JobProcessor - Interface in org.apache.ode.bpel.iapi
Interface implemented by the object responsible for job execution.
Scheduler.JobProcessorException - Exception in org.apache.ode.bpel.iapi
Exception thrown by the Scheduler.JobProcessor to indicate failure in job processing.
Scheduler.JobProcessorException(boolean) - Constructor for exception org.apache.ode.bpel.iapi.Scheduler.JobProcessorException
 
Scheduler.JobProcessorException(Throwable, boolean) - Constructor for exception org.apache.ode.bpel.iapi.Scheduler.JobProcessorException
 
Scheduler.JobType - Enum in org.apache.ode.bpel.iapi
 
Scheduler.MapSerializableRunnable - Interface in org.apache.ode.bpel.iapi
 
Scheduler.Synchronizer - Interface in org.apache.ode.bpel.iapi
 
scheduleVolatileJob(boolean, Scheduler.JobDetails, Date) - Method in interface org.apache.ode.bpel.iapi.Scheduler
Schedule a volatile (non-persisted) job.
scheduleVolatileJob(boolean, Scheduler.JobDetails) - Method in interface org.apache.ode.bpel.iapi.Scheduler
Schedule a volatile job for right now
ScopeCompletionEvent - Class in org.apache.ode.bpel.evt
Activity completion event.
ScopeCompletionEvent() - Constructor for class org.apache.ode.bpel.evt.ScopeCompletionEvent
 
ScopeEvent - Class in org.apache.ode.bpel.evt
Event related to a process instance scope.
ScopeEvent() - Constructor for class org.apache.ode.bpel.evt.ScopeEvent
 
ScopeFaultEvent - Class in org.apache.ode.bpel.evt
Event indicating that an activity completed with a fault.
ScopeFaultEvent() - Constructor for class org.apache.ode.bpel.evt.ScopeFaultEvent
 
ScopeFaultEvent(QName, int, String) - Constructor for class org.apache.ode.bpel.evt.ScopeFaultEvent
 
scopeName() - Method in interface org.apache.ode.bpel.bdi.breaks.VariableModificationBreakpoint
Get the name of the declaring scope for the variable.
ScopeStartEvent - Class in org.apache.ode.bpel.evt
Event indicating that a scope has been started.
ScopeStartEvent() - Constructor for class org.apache.ode.bpel.evt.ScopeStartEvent
 
SERVICE_REF_QNAME - Static variable in interface org.apache.ode.bpel.iapi.EndpointReference
 
serviceName - Variable in class org.apache.ode.bpel.iapi.Endpoint
Service QName
setActivityDeclarationId(int) - Method in class org.apache.ode.bpel.evt.ActivityEvent
 
setActivityId(long) - Method in class org.apache.ode.bpel.evt.ActivityEvent
 
setActivityName(String) - Method in class org.apache.ode.bpel.evt.ActivityEvent
 
setActivityType(String) - Method in class org.apache.ode.bpel.evt.ActivityEvent
 
setAspect(short) - Method in class org.apache.ode.bpel.evt.ProcessMessageExchangeEvent
 
setBindingContext(BindingContext) - Method in interface org.apache.ode.bpel.iapi.BpelServer
Configure the with a binding context.
setChannel(String) - Method in class org.apache.ode.bpel.iapi.Scheduler.JobDetails
 
setClientId(String) - Method in interface org.apache.ode.bpel.iapi.MyRoleMessageExchange
Associate a client key with this message exchange.
setCorrelation(Long, Long, String, QName[], CorrelationKey) - Method in interface org.apache.ode.bpel.pmapi.BpelManagementFacade
Sets a correlation.
setCorrelationKey(CorrelationKeySet) - Method in class org.apache.ode.bpel.evt.CorrelationMatchEvent
 
setCorrelationKeySet(CorrelationKeySet) - Method in class org.apache.ode.bpel.iapi.Scheduler.JobDetails
 
setCorrelationSetName(String) - Method in class org.apache.ode.bpel.evt.CorrelationSetEvent
 
setCorrelatorId(String) - Method in class org.apache.ode.bpel.iapi.Scheduler.JobDetails
 
setCronExpression(CronExpression) - Method in class org.apache.ode.bpel.iapi.ProcessConf.CronJob
 
setDetailsExt(Map<String, Object>) - Method in class org.apache.ode.bpel.iapi.Scheduler.JobDetails
 
setEnabled(boolean) - Method in interface org.apache.ode.bpel.bdi.breaks.Breakpoint
Enable or disable the break point.
setEndpointReferenceContext(EndpointReferenceContext) - Method in interface org.apache.ode.bpel.iapi.BpelServer
Configure the with an endpoint-reference (EPR) context.
setExplanation(String) - Method in class org.apache.ode.bpel.evt.ScopeFaultEvent
 
setExpression(String) - Method in class org.apache.ode.bpel.evt.ExpressionEvaluationEvent
 
setFailureReason(String) - Method in class org.apache.ode.bpel.evt.ActivityFailureEvent
 
setFault(QName) - Method in class org.apache.ode.bpel.evt.ExpressionEvaluationFailedEvent
 
setFault(QName) - Method in class org.apache.ode.bpel.evt.ProcessCompletionEvent
 
setFaultLineNo(int) - Method in class org.apache.ode.bpel.evt.ScopeFaultEvent
 
setFaultType(QName) - Method in class org.apache.ode.bpel.evt.ScopeFaultEvent
 
setFilters(List<String>) - Method in class org.apache.ode.bpel.iapi.ProcessConf.CleanupInfo
 
setHeaderPart(String, Element) - Method in interface org.apache.ode.bpel.iapi.Message
Set a header part element.
setHeaderPart(String, String) - Method in interface org.apache.ode.bpel.iapi.Message
Set a header part value
setInMem(Boolean) - Method in class org.apache.ode.bpel.iapi.Scheduler.JobDetails
 
setInstanceId(Long) - Method in class org.apache.ode.bpel.iapi.Scheduler.JobDetails
 
setJobProcessor(Scheduler.JobProcessor) - Method in interface org.apache.ode.bpel.iapi.Scheduler
 
setKey(CorrelationKey) - Method in class org.apache.ode.bpel.evt.CorrelationSetWriteEvent
 
setKeys(CorrelationKeySet) - Method in class org.apache.ode.bpel.evt.CorrelationNoMatchEvent
 
setLineNo(int) - Method in class org.apache.ode.bpel.evt.BpelEvent
 
setMessage(Element) - Method in interface org.apache.ode.bpel.iapi.Message
Set the message as an element.
setMessageExchangeContext(MessageExchangeContext) - Method in interface org.apache.ode.bpel.iapi.BpelServer
Configure the with a message-exchange context.
setMexId(String) - Method in class org.apache.ode.bpel.evt.CorrelationEvent
 
setMexId(String) - Method in class org.apache.ode.bpel.evt.ProcessMessageExchangeEvent
 
setMexId(String) - Method in class org.apache.ode.bpel.iapi.Scheduler.JobDetails
 
setNewState(short) - Method in class org.apache.ode.bpel.evt.ProcessInstanceStateChangeEvent
 
setNewValue(Node) - Method in class org.apache.ode.bpel.evt.VariableModificationEvent
 
setOldState(short) - Method in class org.apache.ode.bpel.evt.ProcessInstanceStateChangeEvent
 
setOperation(String) - Method in class org.apache.ode.bpel.evt.CorrelationEvent
 
setOperation(String) - Method in class org.apache.ode.bpel.evt.ProcessMessageExchangeEvent
 
setPackageRetired(String, boolean) - Method in interface org.apache.ode.bpel.pmapi.ProcessManagement
Retires all the processes contained in a package.
setParentScopeId(Long) - Method in class org.apache.ode.bpel.evt.ScopeEvent
 
setParentScopesNames(List<String>) - Method in class org.apache.ode.bpel.evt.ScopeEvent
 
setPart(String, Element) - Method in interface org.apache.ode.bpel.iapi.Message
Set the message part.
setpLinkName(String) - Method in class org.apache.ode.bpel.evt.PartnerLinkEvent
 
setPolledRunnableProcesser(Scheduler.JobProcessor) - Method in interface org.apache.ode.bpel.iapi.Scheduler
 
setPortType(QName) - Method in class org.apache.ode.bpel.evt.CorrelationEvent
 
setPortType(QName) - Method in class org.apache.ode.bpel.evt.ProcessMessageExchangeEvent
 
setProcessId(QName) - Method in class org.apache.ode.bpel.evt.ProcessEvent
 
setProcessId(QName) - Method in class org.apache.ode.bpel.iapi.Scheduler.JobDetails
 
setProcessInstanceId(Long) - Method in class org.apache.ode.bpel.evt.ProcessInstanceEvent
 
setProcessName(QName) - Method in class org.apache.ode.bpel.evt.ProcessEvent
 
setProcessProperty(QName, QName, String) - Method in interface org.apache.ode.bpel.pmapi.ProcessManagement
Set a process property as a simple type.
setProcessPropertyNode(QName, QName, Node) - Method in interface org.apache.ode.bpel.pmapi.ProcessManagement
Set a process property as a Node.
setProperty(String, String) - Method in interface org.apache.ode.bpel.iapi.MessageExchange
Set a message exchange property.
setProperty(QName, QName, String) - Method in interface org.apache.ode.bpel.iapi.ProcessStore
Set a process property.
setProperty(QName, QName, Node) - Method in interface org.apache.ode.bpel.iapi.ProcessStore
 
setRecoveryAction(String) - Method in class org.apache.ode.bpel.evt.ActivityRecoveryEvent
 
setResult(String) - Method in class org.apache.ode.bpel.evt.ExpressionEvaluationSuccessEvent
 
setRetired(QName, boolean) - Method in interface org.apache.ode.bpel.pmapi.ProcessManagement
Retire a process.
setRetiredPackage(String, boolean) - Method in interface org.apache.ode.bpel.iapi.ProcessStore
Retires all processes in a given package.
setRetryCount(Integer) - Method in class org.apache.ode.bpel.iapi.Scheduler.JobDetails
 
setRollbackOnly() - Method in interface org.apache.ode.bpel.iapi.Scheduler
 
setRootScopeId(Long) - Method in class org.apache.ode.bpel.evt.NewProcessInstanceEvent
 
setRootScopeId(Long) - Method in class org.apache.ode.bpel.evt.ProcessInstanceStartedEvent
 
setScheduler(Scheduler) - Method in interface org.apache.ode.bpel.iapi.BpelServer
Configure the with a scheduler.
setScopeDeclarationId(int) - Method in class org.apache.ode.bpel.evt.NewProcessInstanceEvent
 
setScopeDeclarationId(int) - Method in class org.apache.ode.bpel.evt.ProcessInstanceStartedEvent
 
setScopeDeclerationId(int) - Method in class org.apache.ode.bpel.evt.ScopeEvent
 
setScopeId(Long) - Method in class org.apache.ode.bpel.evt.ScopeEvent
 
setScopeName(String) - Method in class org.apache.ode.bpel.evt.ScopeEvent
 
setState(QName, ProcessState) - Method in interface org.apache.ode.bpel.iapi.ProcessStore
Marks a process as active / retired or disabled
setTimestamp(Date) - Method in class org.apache.ode.bpel.evt.BpelEvent
 
setType(Scheduler.JobType) - Method in class org.apache.ode.bpel.iapi.Scheduler.JobDetails
 
setVariable(Long, Long, String, String) - Method in interface org.apache.ode.bpel.pmapi.BpelManagementFacade
Sets a variable
setVarName(String) - Method in class org.apache.ode.bpel.evt.VariableEvent
 
showInstanceDetail(Long) - Method in interface org.apache.ode.bpel.jmx.ProcessMBean
Return detailed information for a process instance.
showVariableData(Long, String, int) - Method in interface org.apache.ode.bpel.jmx.ProcessMBean
Results will include scopeModelId and scopeInstance
showVariableDataForScopeInstance(Long, String, Long) - Method in interface org.apache.ode.bpel.jmx.ProcessMBean
Show the XML data for a given variable and scopeInstanceId.
shutdown() - Method in interface org.apache.ode.bpel.evar.ExternalVariableModule
Shutdown the external variable subsystem.
shutdown() - Method in interface org.apache.ode.bpel.iapi.BpelEventListener
Allows the clean up in listener implementations.
shutdown() - Method in interface org.apache.ode.bpel.iapi.BpelServer
Called to shutdown the BPEL egnine.
shutdown() - Method in interface org.apache.ode.bpel.iapi.Scheduler
 
start() - Method in interface org.apache.ode.bpel.evar.ExternalVariableModule
Start the external variable subsystem.
start() - Method in interface org.apache.ode.bpel.iapi.BpelServer
Start the BPEL engine.
start() - Method in interface org.apache.ode.bpel.iapi.Scheduler
 
startup(Properties) - Method in interface org.apache.ode.bpel.iapi.BpelEventListener
Allows the initialisation of listeners.
STATE_ACTIVE - Static variable in class org.apache.ode.bpel.common.ProcessState
ACTIVE state: instance has received a <receive> or <pick> with createInstance="true"
STATE_COMPLETED_OK - Static variable in class org.apache.ode.bpel.common.ProcessState
COMPLETED state: instance has reached the end of its execution (normally).
STATE_COMPLETED_WITH_FAULT - Static variable in class org.apache.ode.bpel.common.ProcessState
COMPLETED WITH FAULT state: instance has reached the end of its execution due to an uncaught fault.
STATE_NEW - Static variable in class org.apache.ode.bpel.common.ProcessState
NEW state: instance has not been reduced.
STATE_READY - Static variable in class org.apache.ode.bpel.common.ProcessState
READY state: instance is waiting for a <receive> or <pick> with createInstance="true".
STATE_SUSPENDED - Static variable in class org.apache.ode.bpel.common.ProcessState
SUSPENDED state: instance was suspended via a breakpoint or user intervention.
STATE_TERMINATED - Static variable in class org.apache.ode.bpel.common.ProcessState
TERMINATED state: instance was terminated, either via the <terminate> or through manual intervention.
stateToString(short) - Static method in class org.apache.ode.bpel.common.ProcessState
Change short state representation to human-readable form.
step(Long) - Method in interface org.apache.ode.bpel.iapi.DebuggerContext
 
step(Long) - Method in interface org.apache.ode.bpel.pmapi.BpelManagementFacade
Single step through a process instance.
stop() - Method in interface org.apache.ode.bpel.evar.ExternalVariableModule
Stop the external variable subsystem.
stop() - Method in interface org.apache.ode.bpel.iapi.BpelServer
Stop the BPEL engine: results in the cessation of process execution.
stop() - Method in interface org.apache.ode.bpel.iapi.Scheduler
 
storeToDetails(Scheduler.JobDetails) - Method in interface org.apache.ode.bpel.iapi.Scheduler.MapSerializableRunnable
 
SUMMARYONLY - Static variable in class org.apache.ode.bpel.pmapi.ProcessInfoCustomizer
 
suspend(Long) - Method in interface org.apache.ode.bpel.iapi.DebuggerContext
 
suspend(Long) - Method in interface org.apache.ode.bpel.jmx.ProcessMBean
Suspend an active process.
suspend(Long) - Method in interface org.apache.ode.bpel.pmapi.InstanceManagement
Changes the process state from active to suspended. this affects process instances that are in the active or error states.

T

terminate(Long) - Method in interface org.apache.ode.bpel.iapi.DebuggerContext
 
terminate(Long) - Method in interface org.apache.ode.bpel.pmapi.InstanceManagement
Causes the process instance to terminate immediately, without a chance to perform any fault handling or compensation.
toCanonicalString() - Method in class org.apache.ode.bpel.common.CorrelationKey
 
toCanonicalString() - Method in class org.apache.ode.bpel.common.CorrelationKeySet
Returns a canonical form of this correlation key set.
toString() - Method in class org.apache.ode.bpel.common.CorrelationKey
 
toString() - Method in class org.apache.ode.bpel.common.CorrelationKeySet
 
toString() - Method in class org.apache.ode.bpel.common.InstanceFilter
 
toString() - Method in class org.apache.ode.bpel.common.OptionalCorrelationKey
 
toString() - Method in class org.apache.ode.bpel.evt.BpelEvent
 
toString() - Method in class org.apache.ode.bpel.iapi.Endpoint
Print object in the form serviceQName:port
toString() - Method in class org.apache.ode.bpel.iapi.ProcessConf.CleanupInfo
 
toString() - Method in class org.apache.ode.bpel.iapi.ProcessConf.CronJob
 
toString() - Method in class org.apache.ode.bpel.iapi.ProcessStoreEvent
 
toString() - Method in class org.apache.ode.bpel.iapi.Scheduler.JobDetails
 
toString() - Method in class org.apache.ode.bpel.iapi.Scheduler.JobInfo
 
toString() - Method in class org.apache.ode.bpel.pmapi.ProcessInfoCustomizer
 
toXML() - Method in interface org.apache.ode.bpel.iapi.EndpointReference
Convert the EPR to an XML representation.
type - Variable in class org.apache.ode.bpel.iapi.ProcessStoreEvent
Event type.
type - Variable in class org.apache.ode.bpel.iapi.Scheduler.JobDetails
 
TYPE_BOOLEAN - Static variable in exception org.apache.ode.bpel.explang.TypeCastException
 
TYPE_DATE - Static variable in exception org.apache.ode.bpel.explang.TypeCastException
 
TYPE_DURATION - Static variable in exception org.apache.ode.bpel.explang.TypeCastException
 
TYPE_NODE - Static variable in exception org.apache.ode.bpel.explang.TypeCastException
 
TYPE_NODELIST - Static variable in exception org.apache.ode.bpel.explang.TypeCastException
 
TYPE_NUMBER - Static variable in exception org.apache.ode.bpel.explang.TypeCastException
 
TYPE_STRING - Static variable in exception org.apache.ode.bpel.explang.TypeCastException
 
TypeCastException - Exception in org.apache.ode.bpel.explang
A EvaluationException indicating a type conversion error.
TypeCastException(short, String) - Constructor for exception org.apache.ode.bpel.explang.TypeCastException
 

U

undeploy(File) - Method in interface org.apache.ode.bpel.iapi.ProcessStore
Undeploys a package.
unregister(QName) - Method in interface org.apache.ode.bpel.iapi.BpelServer
Unregister a process from the server.
unregisterListener(ProcessStoreListener) - Method in interface org.apache.ode.bpel.iapi.ProcessStore
Unregister a configuration store listener.
useByDate - Variable in class org.apache.ode.bpel.evar.ExternalVariableModule.Value
Advisory indicating when the variable becomes stale (or null if non-perishable).
usePeer2Peer - Variable in class org.apache.ode.bpel.iapi.ProcessConf.PartnerRoleConfig
 

V

value - Variable in class org.apache.ode.bpel.common.Filter.Restriction
 
value - Variable in class org.apache.ode.bpel.evar.ExternalVariableModule.Value
Value of the variable.
valueOf(String) - Static method in enum org.apache.ode.bpel.common.InstanceFilter.StatusKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.ode.bpel.evt.BpelEvent.TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.ode.bpel.iapi.MessageExchange.FailureType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.ode.bpel.iapi.MessageExchange.MessageExchangePattern
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.ode.bpel.iapi.MessageExchange.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.ode.bpel.iapi.MyRoleMessageExchange.CorrelationStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.ode.bpel.iapi.ProcessConf.CLEANUP_CATEGORY
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.ode.bpel.iapi.ProcessState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.ode.bpel.iapi.ProcessStoreEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.ode.bpel.iapi.Scheduler.JobType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.ode.bpel.pmapi.ProcessInfoCustomizer.Item
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.ode.bpel.common.InstanceFilter.StatusKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.ode.bpel.evt.BpelEvent.TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.ode.bpel.iapi.MessageExchange.FailureType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.ode.bpel.iapi.MessageExchange.MessageExchangePattern
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.ode.bpel.iapi.MessageExchange.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.ode.bpel.iapi.MyRoleMessageExchange.CorrelationStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.ode.bpel.iapi.ProcessConf.CLEANUP_CATEGORY
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.ode.bpel.iapi.ProcessState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.ode.bpel.iapi.ProcessStoreEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.ode.bpel.iapi.Scheduler.JobType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.ode.bpel.pmapi.ProcessInfoCustomizer.Item
Returns an array containing the constants of this enum type, in the order they are declared.
VariableEvent - Class in org.apache.ode.bpel.evt
 
VariableEvent() - Constructor for class org.apache.ode.bpel.evt.VariableEvent
 
VariableEvent(String) - Constructor for class org.apache.ode.bpel.evt.VariableEvent
 
VariableModificationBreakpoint - Interface in org.apache.ode.bpel.bdi.breaks
A break point that is activated when a variable is modified.
VariableModificationEvent - Class in org.apache.ode.bpel.evt
 
VariableModificationEvent() - Constructor for class org.apache.ode.bpel.evt.VariableModificationEvent
 
VariableModificationEvent(String) - Constructor for class org.apache.ode.bpel.evt.VariableModificationEvent
 
variableName() - Method in interface org.apache.ode.bpel.bdi.breaks.VariableModificationBreakpoint
Get the name of the variable for which the break point is set.
VariableReadEvent - Class in org.apache.ode.bpel.evt
Signals that a variable has been accessed.
VariableReadEvent() - Constructor for class org.apache.ode.bpel.evt.VariableReadEvent
 
varId - Variable in class org.apache.ode.bpel.evar.ExternalVariableModule.Locator
 
VERSION_1 - Static variable in class org.apache.ode.bpel.common.CorrelationKeySet
 
VERSION_2 - Static variable in class org.apache.ode.bpel.common.CorrelationKeySet
 

W

writeValue(QName, ExternalVariableModule.Value) - Method in interface org.apache.ode.bpel.evar.ExternalVariableModule
Update the value of the external variable.

_

__msgs - Static variable in class org.apache.ode.bpel.common.Filter
Internationalization.
_correlationSetName - Variable in class org.apache.ode.bpel.evt.CorrelationSetEvent
 
_criteria - Variable in class org.apache.ode.bpel.common.Filter
 

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