Interface and Description |
---|
org.apache.ode.bpel.evt.EventContext |
Method and Description |
---|
org.apache.ode.bpel.evt.EventContext.getScopeInstanceId() |
org.apache.ode.bpel.evt.EventContext.getVariableData(String) |
org.apache.ode.bpel.evt.EventContext.getVariableNames() |
org.apache.ode.bpel.pmapi.InstanceManagement.listAllInstances()
As of Ode 1.3, this method is deprecated in favor of
listInstancesSummary(filter, order, limit)
|
org.apache.ode.bpel.pmapi.InstanceManagement.listAllInstancesWithLimit(int)
As of Ode 1.3, this method is deprecated in favor of
listInstancesSummary(filter, order, limit)
|
org.apache.ode.bpel.pmapi.InstanceManagement.queryInstances(String)
As of Ode 1.3, this method is deprecated in favor of
listInstances(filter, order, limit)
|