| Modifier and Type | Method and Description |
|---|---|
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 |
ProcessInstanceDAO.getScope(java.lang.Long scopeInstanceId)
Returns a scope using its instance id.
|
ScopeDAO |
BpelDAOConnection.getScope(java.lang.Long siidl)
Retrieve a scope instance from the database.
|
ScopeDAO |
XmlDataDAO.getScopeDAO()
Gets the scope associated with this xml data.
|
ScopeDAO |
BpelDAOConnection.getScopeEagerly(java.lang.Long siidl) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
ScopeDAO |
ProcessInstanceDAO.createScope(ScopeDAO parentScope,
java.lang.String name,
int scopeModelId)
Creates a new scope.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScopeDAO.setChildScopes(java.util.Collection<ScopeDAO> childrens) |
Copyright © 2016 WSO2. All Rights Reserved.