|
|||||||||
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()
|
java.lang.String |
getName()
Get the name of the correlation set. |
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. |
Method Detail |
---|
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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |