| Package | Description |
|---|---|
| org.apache.ode.daohib.bpel.hobj |
Hibernate POJOs for bpel.
|
| Modifier and Type | Method and Description |
|---|---|
HCorrelationSet |
HCorrelationProperty.getCorrelationSet() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<HCorrelationSet> |
HProcessInstance.getCorrelationSets() |
java.util.Set<HCorrelationSet> |
HScope.getCorrelationSets() |
| Modifier and Type | Method and Description |
|---|---|
void |
HCorrelationProperty.setCorrelationSet(HCorrelationSet correlationSet) |
| Modifier and Type | Method and Description |
|---|---|
void |
HProcessInstance.setCorrelationSets(java.util.Collection<HCorrelationSet> csets) |
void |
HScope.setCorrelationSets(java.util.Set<HCorrelationSet> correlationSets) |
| Constructor and Description |
|---|
HCorrelationProperty(javax.xml.namespace.QName qname,
java.lang.String value,
HCorrelationSet correlationSet) |
HCorrelationProperty(java.lang.String name,
java.lang.String namespace,
java.lang.String value,
HCorrelationSet correlationSet) |
Copyright © 2021 WSO2. All Rights Reserved.