- 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.
- 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
-
- 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.
- 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
-
- 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.
- 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
-
- 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
-
- 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.
- 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
-