public interface CorrelationSetDAO
Data access object representing a BPEL correlation set. Correlation sets are late-bound constants that "belong" either to the process or to a scope.
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getCorrelationSetId() |
ProcessInstanceDAO |
getInstance() |
java.lang.String |
getName()
Get the name of the correlation set.
|
ProcessDAO |
getProcess() |
java.util.Map<javax.xml.namespace.QName,java.lang.String> |
getProperties()
Get correlation set properties with their values as a Map.
|
ScopeDAO |
getScope()
Get the scope instance to which this correlation set belongs.
|
CorrelationKey |
getValue()
Get the value of the correlation set.
|
void |
setValue(javax.xml.namespace.QName[] names,
CorrelationKey values)
Sets the value of the correlation set.
|
java.lang.Long getCorrelationSetId()
java.lang.String getName()
ScopeDAO getScope()
ScopeDAO}
void setValue(javax.xml.namespace.QName[] names, CorrelationKey values)
names
- qualified names of the correlation set propertiesvalues
- CorrelationKey getValue()
java.util.Map<javax.xml.namespace.QName,java.lang.String> getProperties()
ProcessDAO getProcess()
ProcessInstanceDAO getInstance()