|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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.
| Method Summary | |
|---|---|
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. |
org.apache.ode.bpel.common.CorrelationKey |
getValue()
Get the value of the correlation set. |
void |
setValue(javax.xml.namespace.QName[] names,
org.apache.ode.bpel.common.CorrelationKey values)
Sets the value of the correlation set. |
| Method Detail |
|---|
java.lang.Long getCorrelationSetId()
java.lang.String getName()
ScopeDAO getScope()
ScopeDAO}
void setValue(javax.xml.namespace.QName[] names,
org.apache.ode.bpel.common.CorrelationKey values)
names - qualified names of the correlation set propertiesvalues - org.apache.ode.bpel.common.CorrelationKey getValue()
java.util.Map<javax.xml.namespace.QName,java.lang.String> getProperties()
ProcessDAO getProcess()
ProcessInstanceDAO getInstance()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||