|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of ScopeDAO in org.apache.ode.bpel.dao |
|---|
| Methods in org.apache.ode.bpel.dao that return ScopeDAO | |
|---|---|
ScopeDAO |
ProcessInstanceDAO.createScope(ScopeDAO parentScope,
java.lang.String name,
int scopeModelId)
Creates a new scope. |
ScopeDAO |
ScopeDAO.getParentScope()
Get the parent scope. |
ScopeDAO |
ProcessInstanceDAO.getRootScope()
Get the root (global) scope for the process. |
ScopeDAO |
CorrelationSetDAO.getScope()
Get the scope instance to which this correlation set belongs. |
ScopeDAO |
BpelDAOConnection.getScope(java.lang.Long siidl)
Retrieve a scope instance from the database. |
ScopeDAO |
ProcessInstanceDAO.getScope(java.lang.Long scopeInstanceId)
Returns a scope using its instance id. |
ScopeDAO |
XmlDataDAO.getScopeDAO()
Gets the scope associated with this xml data. |
ScopeDAO |
BpelDAOConnection.getScopeEagerly(java.lang.Long siidl)
|
| Methods in org.apache.ode.bpel.dao that return types with arguments of type ScopeDAO | |
|---|---|
java.util.Collection<ScopeDAO> |
ScopeDAO.getChildScopes()
|
java.util.Collection<ScopeDAO> |
ProcessInstanceDAO.getScopes()
Returns all the scopes belonging to this isntance. |
java.util.Collection<ScopeDAO> |
ProcessInstanceDAO.getScopes(java.lang.String scopeName)
Returns all the scopes with the associated name. |
| Methods in org.apache.ode.bpel.dao with parameters of type ScopeDAO | |
|---|---|
ScopeDAO |
ProcessInstanceDAO.createScope(ScopeDAO parentScope,
java.lang.String name,
int scopeModelId)
Creates a new scope. |
| Method parameters in org.apache.ode.bpel.dao with type arguments of type ScopeDAO | |
|---|---|
void |
ScopeDAO.setChildScopes(java.util.Collection<ScopeDAO> childrens)
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||