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

A

ActivityRecoveryDAO - Interface in org.apache.ode.bpel.dao
Activity recovery object.
addCorrelator(String) - Method in interface org.apache.ode.bpel.dao.ProcessDAO
 
addRoute(String, ProcessInstanceDAO, int, CorrelationKeySet, String) - Method in interface org.apache.ode.bpel.dao.CorrelatorDAO
Add a route from the given correlation key to the given process instance.

B

BpelDAOConnection - Interface in org.apache.ode.bpel.dao
Represents the physical resource for connecting to the bpel state store.
BpelDAOConnectionFactory - Interface in org.apache.ode.bpel.dao
 
BpelDAOConnectionFactoryJDBC - Interface in org.apache.ode.bpel.dao
Extension of the BpelDAOConnectionFactory interface for DAOs that are based on J2EE/JDBC data sources.
bpelEventQuery(InstanceFilter, BpelEventFilter) - Method in interface org.apache.ode.bpel.dao.BpelDAOConnection
Execute a query to retrieve the BPEL events matching the criteria.
bpelEventTimelineQuery(InstanceFilter, BpelEventFilter) - Method in interface org.apache.ode.bpel.dao.BpelDAOConnection
Execute a query for the timeline for BPEL events matching the criteria.

C

checkRoute(CorrelationKeySet) - Method in interface org.apache.ode.bpel.dao.CorrelatorDAO
Check if corresponding key set is free to register (see ODE-804)
close() - Method in interface org.apache.ode.bpel.dao.BpelDAOConnection
 
CorrelationSetDAO - Interface in org.apache.ode.bpel.dao
Data access object representing a BPEL correlation set.
CorrelatorDAO - Interface in org.apache.ode.bpel.dao
Data access object representing a correlator.
CorrelatorMessageDAO - Interface in org.apache.ode.bpel.dao
 
count - Variable in class org.apache.ode.bpel.dao.ProcessInstanceDAO.EventsFirstLastCountTuple
 
count - Variable in class org.apache.ode.bpel.dao.ProcessManagementDAO.FailedSummaryValue
 
countInstancesSummary(Set<String>) - Method in interface org.apache.ode.bpel.dao.ProcessManagementDAO
 
createActivityRecovery(String, long, String, Date, Element, String[], int) - Method in interface org.apache.ode.bpel.dao.ProcessInstanceDAO
Create an activity recovery object for a given activity instance.
createInstance(CorrelatorDAO) - Method in interface org.apache.ode.bpel.dao.ProcessDAO
Create a new process instance object.
createMessage(QName) - Method in interface org.apache.ode.bpel.dao.MessageExchangeDAO
Create a new message associated with this message-exchange
createMessageExchange(char) - Method in interface org.apache.ode.bpel.dao.BpelDAOConnection
Create a message exchange.
createPartnerLink(int, String, String, String) - Method in interface org.apache.ode.bpel.dao.ScopeDAO
Create a storage space for partner link values for the scope.
createProcess(QName, QName, String, long) - Method in interface org.apache.ode.bpel.dao.BpelDAOConnection
 
createScope(ScopeDAO, String, int) - Method in interface org.apache.ode.bpel.dao.ProcessInstanceDAO
Creates a new scope.
createTransientProcess(Serializable) - Method in interface org.apache.ode.bpel.dao.BpelDAOConnection
 

D

DeferredProcessInstanceCleanable - Interface in org.apache.ode.bpel.dao
Instances and associated data for a ProcessDAO implementation that implements this interface can be deleted in a deferred fashion.
delete(Set<ProcessConf.CLEANUP_CATEGORY>) - Method in interface org.apache.ode.bpel.dao.ProcessInstanceDAO
Delete the process instance object from the database.
delete(Set<ProcessConf.CLEANUP_CATEGORY>, boolean) - Method in interface org.apache.ode.bpel.dao.ProcessInstanceDAO
Delete the process instance object from the database.
deleteActivityRecovery(String) - Method in interface org.apache.ode.bpel.dao.ProcessInstanceDAO
Delete previously registered activity recovery.
deleteInstances(int) - Method in interface org.apache.ode.bpel.dao.DeferredProcessInstanceCleanable
Deletes instances and data for this process, the number of rows gets deletes is limited by the transaction size.
deleteInstances(InstanceFilter, Set<ProcessConf.CLEANUP_CATEGORY>) - Method in interface org.apache.ode.bpel.dao.FilteredInstanceDeletable
Deletes instance filter by the given instance filter and clean up categories.
deleteProcessAndRoutes() - Method in interface org.apache.ode.bpel.dao.ProcessDAO
Deletes only the process and routes without instances.
dequeueMessage(CorrelationKeySet) - Method in interface org.apache.ode.bpel.dao.CorrelatorDAO
Dequeue a message exchange matching a correlationKey constraint.
DIR_BPEL_INVOKES_PARTNERROLE - Static variable in interface org.apache.ode.bpel.dao.MessageExchangeDAO
 
DIR_PARTNER_INVOKES_MYROLE - Static variable in interface org.apache.ode.bpel.dao.MessageExchangeDAO
 

E

enqueueMessage(MessageExchangeDAO, CorrelationKeySet) - Method in interface org.apache.ode.bpel.dao.CorrelatorDAO
Enqueue a message exchange to the queue with a set of correlation keys.
equals(Object) - Method in class org.apache.ode.bpel.dao.ProcessManagementDAO.InstanceSummaryKey
 
equals(Object) - Method in class org.apache.ode.bpel.dao.RoleEnum
 

F

FaultDAO - Interface in org.apache.ode.bpel.dao
Fault data access object.
FilteredInstanceDeletable - Interface in org.apache.ode.bpel.dao
An implementation of this interface provides a way to delete runtime process instances through the InstanceFilter.
findFailedCountAndLastFailedDateForProcessIds(Set<String>) - Method in interface org.apache.ode.bpel.dao.ProcessManagementDAO
 
findInstance(CorrelationKey) - Method in interface org.apache.ode.bpel.dao.ProcessDAO
Locates a process instance based on a correlation key.
findRoute(CorrelationKeySet) - Method in interface org.apache.ode.bpel.dao.CorrelatorDAO
Find a route matching the given correlation key.
finishCompletion() - Method in interface org.apache.ode.bpel.dao.ProcessInstanceDAO
A simple callback to allow the ProcessInstance to perform post-completion duties.
first - Variable in class org.apache.ode.bpel.dao.ProcessInstanceDAO.EventsFirstLastCountTuple
 
fromCode(short) - Static method in class org.apache.ode.bpel.dao.RoleEnum
DOCUMENTME

G

genMonotonic() - Method in interface org.apache.ode.bpel.dao.ProcessInstanceDAO
Get the next number from a monotonically increasing sequence.
get() - Method in interface org.apache.ode.bpel.dao.XmlDataDAO
Retreive the variable data.
getActions() - Method in interface org.apache.ode.bpel.dao.ActivityRecoveryDAO
 
getActionsList() - Method in interface org.apache.ode.bpel.dao.ActivityRecoveryDAO
 
getActiveCorrelationSets() - Method in interface org.apache.ode.bpel.dao.BpelDAOConnection
 
getActiveInstances() - Method in interface org.apache.ode.bpel.dao.ProcessDAO
 
getActivityFailureCount() - Method in interface org.apache.ode.bpel.dao.ProcessInstanceDAO
Get number of activities in the failure state.
getActivityFailureDateTime() - Method in interface org.apache.ode.bpel.dao.ProcessInstanceDAO
Get date/time of last activity failure.
getActivityId() - Method in interface org.apache.ode.bpel.dao.ActivityRecoveryDAO
 
getActivityId() - Method in interface org.apache.ode.bpel.dao.FaultDAO
 
getActivityRecoveries() - Method in interface org.apache.ode.bpel.dao.ProcessInstanceDAO
Returns all activity recovery objects for this process instance.
getAllMessages() - Method in interface org.apache.ode.bpel.dao.CorrelatorDAO
 
getAllRoutes() - Method in interface org.apache.ode.bpel.dao.CorrelatorDAO
 
getCallee() - Method in interface org.apache.ode.bpel.dao.MessageExchangeDAO
Get the "callee"--the id of the process being invoked in a myRole exchange.
getChannel() - Method in interface org.apache.ode.bpel.dao.ActivityRecoveryDAO
 
getChannel() - Method in interface org.apache.ode.bpel.dao.MessageExchangeDAO
Get the response channel.
getChildScopes() - Method in interface org.apache.ode.bpel.dao.ScopeDAO
 
getConnection() - Method in interface org.apache.ode.bpel.dao.BpelDAOConnectionFactory
Create a JTA transaction-aware state store connection to an the state store.
getConnection() - Method in interface org.apache.ode.bpel.dao.ProcessInstanceDAO
 
getCorrelationId() - Method in interface org.apache.ode.bpel.dao.MessageExchangeDAO
Get the correlation identifier/client id
getCorrelationKey() - Method in interface org.apache.ode.bpel.dao.CorrelatorMessageDAO
 
getCorrelationKey() - Method in interface org.apache.ode.bpel.dao.MessageRouteDAO
 
getCorrelationKeySet() - Method in interface org.apache.ode.bpel.dao.MessageRouteDAO
Returns a correlation key set for the message route
getCorrelationSet(String) - Method in interface org.apache.ode.bpel.dao.ProcessInstanceDAO
Get a correlation set by its name from this process
getCorrelationSet(String) - Method in interface org.apache.ode.bpel.dao.ScopeDAO
Get a correlation set by name.
getCorrelationSetId() - Method in interface org.apache.ode.bpel.dao.CorrelationSetDAO
 
getCorrelationSets(Collection<ProcessInstanceDAO>) - Method in interface org.apache.ode.bpel.dao.BpelDAOConnection
 
getCorrelationSets() - Method in interface org.apache.ode.bpel.dao.ProcessInstanceDAO
Get all the correlation sets for this process.
getCorrelationSets() - Method in interface org.apache.ode.bpel.dao.ScopeDAO
Gets all correlation sets for this scope
getCorrelationStatus() - Method in interface org.apache.ode.bpel.dao.MessageExchangeDAO
 
getCorrelator(String) - Method in interface org.apache.ode.bpel.dao.ProcessDAO
Get a message correlator instance.
getCorrelatorId() - Method in interface org.apache.ode.bpel.dao.CorrelatorDAO
Get the correlator identifier.
getCreateTime() - Method in interface org.apache.ode.bpel.dao.MessageExchangeDAO
Creation time of the message exchange
getCreateTime() - Method in interface org.apache.ode.bpel.dao.ProcessInstanceDAO
Get the time when the process instance was created.
getData() - Method in interface org.apache.ode.bpel.dao.FaultDAO
 
getData() - Method in interface org.apache.ode.bpel.dao.MessageDAO
 
getDataSource() - Method in interface org.apache.ode.bpel.dao.BpelDAOConnectionFactory
 
getDateTime() - Method in interface org.apache.ode.bpel.dao.ActivityRecoveryDAO
 
getDetails() - Method in interface org.apache.ode.bpel.dao.ActivityRecoveryDAO
 
getDirection() - Method in interface org.apache.ode.bpel.dao.MessageExchangeDAO
Get the direction of the message exchange.
getEPR() - Method in interface org.apache.ode.bpel.dao.MessageExchangeDAO
 
getEventsFirstLastCount() - Method in interface org.apache.ode.bpel.dao.ProcessInstanceDAO
Get a triple containing the first
getExecutionState() - Method in interface org.apache.ode.bpel.dao.ProcessInstanceDAO
Get the (opaque) instance execution state.
getExplanation() - Method in interface org.apache.ode.bpel.dao.FaultDAO
 
getFault() - Method in interface org.apache.ode.bpel.dao.MessageExchangeDAO
 
getFault() - Method in interface org.apache.ode.bpel.dao.ProcessInstanceDAO
The un-caught fault associated with the process.
getFaultExplanation() - Method in interface org.apache.ode.bpel.dao.MessageExchangeDAO
 
getGroupId() - Method in interface org.apache.ode.bpel.dao.MessageRouteDAO
 
getGuid() - Method in interface org.apache.ode.bpel.dao.ProcessDAO
 
getHeader() - Method in interface org.apache.ode.bpel.dao.MessageDAO
 
getId() - Method in interface org.apache.ode.bpel.dao.DeferredProcessInstanceCleanable
Returns the database id.
getIndex() - Method in interface org.apache.ode.bpel.dao.MessageRouteDAO
 
getInstance(Long) - Method in interface org.apache.ode.bpel.dao.BpelDAOConnection
Retrieve a process instance from the database.
getInstance() - Method in interface org.apache.ode.bpel.dao.CorrelationSetDAO
 
getInstance() - Method in interface org.apache.ode.bpel.dao.MessageExchangeDAO
 
getInstance(Long) - Method in interface org.apache.ode.bpel.dao.ProcessDAO
Get a process instance (by identifier).
getInstanceId() - Method in interface org.apache.ode.bpel.dao.ProcessInstanceDAO
Get the instance identifier.
getInstantiatingCorrelator() - Method in interface org.apache.ode.bpel.dao.ProcessInstanceDAO
Return the correlator which results in the instantiation of the process instance.
getLastActiveTime() - Method in interface org.apache.ode.bpel.dao.ProcessInstanceDAO
Get the time when the process instance was last active (re-hydrated).
getLineNo() - Method in interface org.apache.ode.bpel.dao.FaultDAO
 
getMessageExchange(String) - Method in interface org.apache.ode.bpel.dao.BpelDAOConnection
 
getMessageExchange() - Method in interface org.apache.ode.bpel.dao.MessageDAO
 
getMessageExchangeId() - Method in interface org.apache.ode.bpel.dao.MessageExchangeDAO
Instance id of the message exchange.
getMessageExchangeIds() - Method in interface org.apache.ode.bpel.dao.ProcessInstanceDAO
 
getModelId() - Method in interface org.apache.ode.bpel.dao.ScopeDAO
Get the scope model id from the object
getMyEPR() - Method in interface org.apache.ode.bpel.dao.PartnerLinkDAO
 
getMyRoleName() - Method in interface org.apache.ode.bpel.dao.PartnerLinkDAO
 
getMyRoleServiceName() - Method in interface org.apache.ode.bpel.dao.PartnerLinkDAO
Get the service name associated with this partner link.
getMySessionId() - Method in interface org.apache.ode.bpel.dao.PartnerLinkDAO
 
getName() - Method in interface org.apache.ode.bpel.dao.CorrelationSetDAO
Get the name of the correlation set.
getName() - Method in interface org.apache.ode.bpel.dao.FaultDAO
 
getName() - Method in interface org.apache.ode.bpel.dao.ScopeDAO
Get scope name (from the definition / or auto-generated).
getName() - Method in interface org.apache.ode.bpel.dao.XmlDataDAO
Get the name of the variable.
getNumInstances(QName) - Method in interface org.apache.ode.bpel.dao.BpelDAOConnection
 
getNumInstances() - Method in interface org.apache.ode.bpel.dao.ProcessDAO
 
getOperation() - Method in interface org.apache.ode.bpel.dao.MessageExchangeDAO
Get the operation name of this message exchange.
getParentScope() - Method in interface org.apache.ode.bpel.dao.ScopeDAO
Get the parent scope.
getPartnerEPR() - Method in interface org.apache.ode.bpel.dao.PartnerLinkDAO
 
getPartnerLink() - Method in interface org.apache.ode.bpel.dao.MessageExchangeDAO
 
getPartnerLink(int) - Method in interface org.apache.ode.bpel.dao.ScopeDAO
Get the parnter link storage object associated with this scope instance and the provided partner link model id.
getPartnerLinkModelId() - Method in interface org.apache.ode.bpel.dao.MessageExchangeDAO
Get the model id for the partner link to which this message exchange relates.
getPartnerLinkModelId() - Method in interface org.apache.ode.bpel.dao.PartnerLinkDAO
Get the model id of the partner link.
getPartnerLinkName() - Method in interface org.apache.ode.bpel.dao.PartnerLinkDAO
 
getPartnerLinks() - Method in interface org.apache.ode.bpel.dao.ScopeDAO
Get all partner link storage object associated with this scope instance.
getPartnerRoleName() - Method in interface org.apache.ode.bpel.dao.PartnerLinkDAO
 
getPartnerSessionId() - Method in interface org.apache.ode.bpel.dao.PartnerLinkDAO
 
getPattern() - Method in interface org.apache.ode.bpel.dao.MessageExchangeDAO
 
getPipedMessageExchangeId() - Method in interface org.apache.ode.bpel.dao.MessageExchangeDAO
Gets the mex id for the message exchange that has been piped with this one in a process to process interaction.
getPortType() - Method in interface org.apache.ode.bpel.dao.MessageExchangeDAO
The qualified name of the WSDL port type.
getPreviousState() - Method in interface org.apache.ode.bpel.dao.ProcessInstanceDAO
Returns the next to last state.
getProcess(QName) - Method in interface org.apache.ode.bpel.dao.BpelDAOConnection
Return the DAO for a bpel process.
getProcess() - Method in interface org.apache.ode.bpel.dao.CorrelationSetDAO
 
getProcess() - Method in interface org.apache.ode.bpel.dao.MessageExchangeDAO
Get the process associate with this message exchange.
getProcess() - Method in interface org.apache.ode.bpel.dao.ProcessInstanceDAO
Get the process.
getProcessId() - Method in interface org.apache.ode.bpel.dao.ProcessDAO
Get the unique process identifier.
getProcessInstance() - Method in interface org.apache.ode.bpel.dao.ScopeDAO
Get the process instance to which this scope belongs.
getProcessManagement() - Method in interface org.apache.ode.bpel.dao.BpelDAOConnection
Returns an interface for process and instance management.
getPropagateTransactionFlag() - Method in interface org.apache.ode.bpel.dao.MessageExchangeDAO
 
getProperties() - Method in interface org.apache.ode.bpel.dao.CorrelationSetDAO
Get correlation set properties with their values as a Map.
getProperty(String) - Method in interface org.apache.ode.bpel.dao.MessageExchangeDAO
 
getProperty(String) - Method in interface org.apache.ode.bpel.dao.XmlDataDAO
Return the value of a property.
getPropertyNames() - Method in interface org.apache.ode.bpel.dao.MessageExchangeDAO
 
getReason() - Method in interface org.apache.ode.bpel.dao.ActivityRecoveryDAO
 
getRequest() - Method in interface org.apache.ode.bpel.dao.MessageExchangeDAO
Get the input message.
getResponse() - Method in interface org.apache.ode.bpel.dao.MessageExchangeDAO
Get output message (could be fault message)
getRetries() - Method in interface org.apache.ode.bpel.dao.ActivityRecoveryDAO
 
getRootScope() - Method in interface org.apache.ode.bpel.dao.ProcessInstanceDAO
Get the root (global) scope for the process.
getRoute() - Method in interface org.apache.ode.bpel.dao.MessageRouteDAO
 
getScope(Long) - Method in interface org.apache.ode.bpel.dao.BpelDAOConnection
Retrieve a scope instance from the database.
getScope() - Method in interface org.apache.ode.bpel.dao.CorrelationSetDAO
Get the scope instance to which this correlation set belongs.
getScope(Long) - Method in interface org.apache.ode.bpel.dao.ProcessInstanceDAO
Returns a scope using its instance id.
getScopeDAO() - Method in interface org.apache.ode.bpel.dao.XmlDataDAO
Gets the scope associated with this xml data.
getScopeInstanceId() - Method in interface org.apache.ode.bpel.dao.ScopeDAO
Get the unique identifier for this scope instance.
getScopes(String) - Method in interface org.apache.ode.bpel.dao.ProcessInstanceDAO
Returns all the scopes with the associated name.
getScopes() - Method in interface org.apache.ode.bpel.dao.ProcessInstanceDAO
Returns all the scopes belonging to this isntance.
getState() - Method in interface org.apache.ode.bpel.dao.ProcessInstanceDAO
Get the state of the process instance; one of the STATE_XXX constants defined in ProcessState.
getState() - Method in interface org.apache.ode.bpel.dao.ScopeDAO
Get current state of the scope.
getStatus() - Method in interface org.apache.ode.bpel.dao.MessageExchangeDAO
Get state of last message sent/received.
getSubscriberCount() - Method in interface org.apache.ode.bpel.dao.MessageExchangeDAO
 
getTargetInstance() - Method in interface org.apache.ode.bpel.dao.MessageRouteDAO
Get the BPEL process instance to which this consumer belongs.
getType() - Method in interface org.apache.ode.bpel.dao.MessageDAO
 
getType() - Method in interface org.apache.ode.bpel.dao.ProcessDAO
Get the BPEL process name.
getValue() - Method in interface org.apache.ode.bpel.dao.CorrelationSetDAO
Get the value of the correlation set.
getVariable(String) - Method in interface org.apache.ode.bpel.dao.ScopeDAO
Get a variable by name.
getVariables(String, int) - Method in interface org.apache.ode.bpel.dao.ProcessInstanceDAO
Returns all variable instances matching the variable name for a specified scope.
getVariables() - Method in interface org.apache.ode.bpel.dao.ScopeDAO
Get a colleciton of all the variables belonging to this scope.
getVersion() - Method in interface org.apache.ode.bpel.dao.ProcessDAO
Get the process version

H

hashCode() - Method in class org.apache.ode.bpel.dao.ProcessManagementDAO.InstanceSummaryKey
 
hashCode() - Method in class org.apache.ode.bpel.dao.RoleEnum
 

I

init(Properties) - Method in interface org.apache.ode.bpel.dao.BpelDAOConnectionFactory
Initializes connection factory with properties required to establish a connection.
insertBpelEvent(BpelEvent, ProcessDAO, ProcessInstanceDAO) - Method in interface org.apache.ode.bpel.dao.BpelDAOConnection
Insert a BPEL event into the database.
insertBpelEvent(ProcessInstanceEvent) - Method in interface org.apache.ode.bpel.dao.ProcessInstanceDAO
Insert a BPEL event to the database (associating with this process).
instanceCompleted(ProcessInstanceDAO) - Method in interface org.apache.ode.bpel.dao.ProcessDAO
Callback indicating that a process instance has completed its duties.
instanceQuery(InstanceFilter) - Method in interface org.apache.ode.bpel.dao.BpelDAOConnection
Query instances in the database meeting the requested criteria.
instanceQuery(String) - Method in interface org.apache.ode.bpel.dao.BpelDAOConnection
 
instanceStatus - Variable in class org.apache.ode.bpel.dao.ProcessManagementDAO.InstanceSummaryKey
 
isNull() - Method in interface org.apache.ode.bpel.dao.XmlDataDAO
Checks if the dao has been assigned any data.

L

last - Variable in class org.apache.ode.bpel.dao.ProcessInstanceDAO.EventsFirstLastCountTuple
 
lastFailed - Variable in class org.apache.ode.bpel.dao.ProcessManagementDAO.FailedSummaryValue
 
listEvents() - Method in interface org.apache.ode.bpel.dao.ScopeDAO
Get an ordered list of events associated with this scope.

M

MessageDAO - Interface in org.apache.ode.bpel.dao
 
MessageExchangeDAO - Interface in org.apache.ode.bpel.dao
Data access object for a message exchange.
MessageRouteDAO - Interface in org.apache.ode.bpel.dao
Data access object representing a message consumer.
MY_ROLE - Static variable in class org.apache.ode.bpel.dao.RoleEnum
My Role

N

NoRootContextException - Exception in org.apache.ode.bpel.dao
Exception thrown when no root context.
NoRootContextException() - Constructor for exception org.apache.ode.bpel.dao.NoRootContextException
 

O

org.apache.ode.bpel.dao - package org.apache.ode.bpel.dao
Data-Access Object (DAO) interfaces used by the BPEL Service Provider to communicate with the data store; can be used to customize the BPEL persistence layer.

P

PARTNER_ROLE - Static variable in class org.apache.ode.bpel.dao.RoleEnum
Partner Role
PartnerLinkDAO - Interface in org.apache.ode.bpel.dao
Data access object representing the endpoint reference of a specific partner link role (typically the partnerRole).
pid - Variable in class org.apache.ode.bpel.dao.ProcessManagementDAO.InstanceSummaryKey
 
ProcessDAO - Interface in org.apache.ode.bpel.dao
BPEL process data access objects.
ProcessInstanceDAO - Interface in org.apache.ode.bpel.dao
BPEL process instance data access object.
ProcessInstanceDAO.EventsFirstLastCountTuple - Class in org.apache.ode.bpel.dao
Transport object holding the date of the first and last instance event along with the number events.
ProcessInstanceDAO.EventsFirstLastCountTuple() - Constructor for class org.apache.ode.bpel.dao.ProcessInstanceDAO.EventsFirstLastCountTuple
 
ProcessManagementDAO - Interface in org.apache.ode.bpel.dao
This DAO handles any process and instance management related database operations.
ProcessManagementDAO.FailedSummaryValue - Class in org.apache.ode.bpel.dao
 
ProcessManagementDAO.FailedSummaryValue(Long, Date) - Constructor for class org.apache.ode.bpel.dao.ProcessManagementDAO.FailedSummaryValue
 
ProcessManagementDAO.InstanceSummaryKey - Class in org.apache.ode.bpel.dao
 
ProcessManagementDAO.InstanceSummaryKey(String, String) - Constructor for class org.apache.ode.bpel.dao.ProcessManagementDAO.InstanceSummaryKey
 

Q

QueryReturnedEmptyResultException - Exception in org.apache.ode.bpel.dao
Thrown when a query returns empty results.
QueryReturnedEmptyResultException() - Constructor for exception org.apache.ode.bpel.dao.QueryReturnedEmptyResultException
 
QueryReturnedMultipleResultsException - Exception in org.apache.ode.bpel.dao
Thrown when a query returns multiple results.
QueryReturnedMultipleResultsException() - Constructor for exception org.apache.ode.bpel.dao.QueryReturnedMultipleResultsException
 

R

release(boolean) - Method in interface org.apache.ode.bpel.dao.MessageExchangeDAO
 
releasePremieMessages() - Method in interface org.apache.ode.bpel.dao.MessageExchangeDAO
Deletes messages that arrived before the route is setup
remove() - Method in interface org.apache.ode.bpel.dao.XmlDataDAO
Remove the object from the data store.
removeRoutes(String, ProcessInstanceDAO) - Method in interface org.apache.ode.bpel.dao.CorrelatorDAO
Remove all routes with the given route-group identifier.
removeRoutes(String, ProcessInstanceDAO) - Method in interface org.apache.ode.bpel.dao.ProcessDAO
Remove the routes with the given Id for all the correlators in the process.
RoleEnum - Class in org.apache.ode.bpel.dao
Partner-link role enumeration; one of RoleEnum.MY_ROLE or RoleEnum.PARTNER_ROLE.

S

ScopeDAO - Interface in org.apache.ode.bpel.dao
Data access objec representing a BPEL scope instance.
ScopeStateEnum - Enum in org.apache.ode.bpel.dao
 
set(Node) - Method in interface org.apache.ode.bpel.dao.XmlDataDAO
Set the data value of a variable.
setCallee(QName) - Method in interface org.apache.ode.bpel.dao.MessageExchangeDAO
Set the "callee"--the id of the process being invoked in a myRole exchange.
setChannel(String) - Method in interface org.apache.ode.bpel.dao.MessageExchangeDAO
Set the response channel.
setCorrelationId(String) - Method in interface org.apache.ode.bpel.dao.MessageExchangeDAO
Set the correlation identifier/client id
setCorrelationKey(CorrelationKey) - Method in interface org.apache.ode.bpel.dao.CorrelatorMessageDAO
 
setCorrelationKey(CorrelationKey) - Method in interface org.apache.ode.bpel.dao.MessageRouteDAO
 
setCorrelationKeySet(CorrelationKeySet) - Method in interface org.apache.ode.bpel.dao.MessageRouteDAO
 
setCorrelationStatus(String) - Method in interface org.apache.ode.bpel.dao.MessageExchangeDAO
 
setCorrelatorId(String) - Method in interface org.apache.ode.bpel.dao.CorrelatorDAO
 
setCreateTime(Date) - Method in interface org.apache.ode.bpel.dao.MessageExchangeDAO
 
setData(Element) - Method in interface org.apache.ode.bpel.dao.MessageDAO
 
setDataSource(DataSource) - Method in interface org.apache.ode.bpel.dao.BpelDAOConnectionFactoryJDBC
Set the managed data source (transactions tied to transaction manager).
setEPR(Element) - Method in interface org.apache.ode.bpel.dao.MessageExchangeDAO
 
setExecutionState(byte[]) - Method in interface org.apache.ode.bpel.dao.ProcessInstanceDAO
Set the (opaque) instance execution state.
setFault(QName) - Method in interface org.apache.ode.bpel.dao.MessageExchangeDAO
 
setFault(FaultDAO) - Method in interface org.apache.ode.bpel.dao.ProcessInstanceDAO
The un-caught fault associated with the process.
setFault(QName, String, int, int, Element) - Method in interface org.apache.ode.bpel.dao.ProcessInstanceDAO
 
setFaultExplanation(String) - Method in interface org.apache.ode.bpel.dao.MessageExchangeDAO
 
setHeader(Element) - Method in interface org.apache.ode.bpel.dao.MessageDAO
 
setInstance(ProcessInstanceDAO) - Method in interface org.apache.ode.bpel.dao.MessageExchangeDAO
 
setLastActiveTime(Date) - Method in interface org.apache.ode.bpel.dao.ProcessInstanceDAO
Set last activity time for the process instance
setMyEPR(Element) - Method in interface org.apache.ode.bpel.dao.PartnerLinkDAO
 
setMyRoleServiceName(QName) - Method in interface org.apache.ode.bpel.dao.PartnerLinkDAO
 
setMySessionId(String) - Method in interface org.apache.ode.bpel.dao.PartnerLinkDAO
 
setOperation(String) - Method in interface org.apache.ode.bpel.dao.MessageExchangeDAO
 
setPartnerEPR(Element) - Method in interface org.apache.ode.bpel.dao.PartnerLinkDAO
 
setPartnerLink(PartnerLinkDAO) - Method in interface org.apache.ode.bpel.dao.MessageExchangeDAO
 
setPartnerLinkModelId(int) - Method in interface org.apache.ode.bpel.dao.MessageExchangeDAO
Set the model id for the partner link to which this message exchange relates
setPartnerSessionId(String) - Method in interface org.apache.ode.bpel.dao.PartnerLinkDAO
 
setPattern(String) - Method in interface org.apache.ode.bpel.dao.MessageExchangeDAO
 
setPipedMessageExchangeId(String) - Method in interface org.apache.ode.bpel.dao.MessageExchangeDAO
 
setPortType(QName) - Method in interface org.apache.ode.bpel.dao.MessageExchangeDAO
Set the port type.
setProcess(ProcessDAO) - Method in interface org.apache.ode.bpel.dao.MessageExchangeDAO
 
setProperty(String, String) - Method in interface org.apache.ode.bpel.dao.MessageExchangeDAO
 
setProperty(String, String) - Method in interface org.apache.ode.bpel.dao.XmlDataDAO
Sets the value of a property
setRequest(MessageDAO) - Method in interface org.apache.ode.bpel.dao.MessageExchangeDAO
Creates an input message DAO.
setResponse(MessageDAO) - Method in interface org.apache.ode.bpel.dao.MessageExchangeDAO
Creates an output message DAO.
setState(short) - Method in interface org.apache.ode.bpel.dao.ProcessInstanceDAO
Set the state of the process instance; one of the STATE_XXX constants defined in ProcessState.
setState(ScopeStateEnum) - Method in interface org.apache.ode.bpel.dao.ScopeDAO
Set current state of the scope.
setStatus(String) - Method in interface org.apache.ode.bpel.dao.MessageExchangeDAO
Set state of last message sent/received.
setSubscriberCount(int) - Method in interface org.apache.ode.bpel.dao.MessageExchangeDAO
 
setTransactionManager(Object) - Method in interface org.apache.ode.bpel.dao.BpelDAOConnectionFactoryJDBC
Set the transaction manager.
setType(QName) - Method in interface org.apache.ode.bpel.dao.MessageDAO
 
setUnmanagedDataSource(DataSource) - Method in interface org.apache.ode.bpel.dao.BpelDAOConnectionFactoryJDBC
Set the unmanaged data source.
setValue(QName[], CorrelationKey) - Method in interface org.apache.ode.bpel.dao.CorrelationSetDAO
Sets the value of the correlation set.
shutdown() - Method in interface org.apache.ode.bpel.dao.BpelDAOConnectionFactory
 

T

toCode() - Method in class org.apache.ode.bpel.dao.RoleEnum
DOCUMENTME
toString() - Method in class org.apache.ode.bpel.dao.ProcessManagementDAO.InstanceSummaryKey
 
toString() - Method in class org.apache.ode.bpel.dao.RoleEnum
 

V

valueOf(String) - Static method in enum org.apache.ode.bpel.dao.ScopeStateEnum
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.ode.bpel.dao.ScopeStateEnum
Returns an array containing the constants of this enum type, in the order they are declared.

X

XmlDataDAO - Interface in org.apache.ode.bpel.dao
Data access object representing a piece of XML data.

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