| Modifier and Type | Method and Description |
|---|---|
CorrelationSetDAO |
ScopeDAO.getCorrelationSet(java.lang.String corrSetName)
Get a correlation set by name.
|
CorrelationSetDAO |
ProcessInstanceDAO.getCorrelationSet(java.lang.String name)
Get a correlation set by its name from this process
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CorrelationSetDAO> |
BpelDAOConnection.getActiveCorrelationSets() |
java.util.Collection<CorrelationSetDAO> |
BpelDAOConnection.getActiveCorrelationSets(java.lang.String correlationName,
java.lang.String correlationKey,
javax.xml.namespace.QName type) |
java.util.Set<CorrelationSetDAO> |
ScopeDAO.getCorrelationDTOs()
These are transient objects
|
java.util.Collection<CorrelationSetDAO> |
ScopeDAO.getCorrelationSets()
Gets all correlation sets for this scope
|
java.util.Set<CorrelationSetDAO> |
ProcessInstanceDAO.getCorrelationSets()
Get all the correlation sets for this process.
|
java.util.Map<java.lang.Long,java.util.Collection<CorrelationSetDAO>> |
BpelDAOConnection.getCorrelationSets(java.util.Collection<ProcessInstanceDAO> instances) |
| Modifier and Type | Method and Description |
|---|---|
void |
ScopeDAO.setCorrelationSets(java.util.List<CorrelationSetDAO> correlationSet) |
Copyright © 2017 WSO2. All Rights Reserved.