| Package | Description |
|---|---|
| org.apache.ode.bpel.o |
| Modifier and Type | Field and Description |
|---|---|
java.util.List<OScope.CorrelationSet> |
OReply.assertCorrelations
Correlation sets asserted.
|
java.util.List<OScope.CorrelationSet> |
OInvoke.assertCorrelationsInput
Correlation sets asserted on input.
|
java.util.List<OScope.CorrelationSet> |
OInvoke.assertCorrelationsOutput
Correlation sets asserted on output.
|
java.util.Map<java.lang.String,OScope.CorrelationSet> |
OScope.correlationSets
OCorrelation sets declared within the scope.
|
java.util.List<OScope.CorrelationSet> |
OReply.initCorrelations
Correlation sets initialized.
|
java.util.List<OScope.CorrelationSet> |
OPickReceive.OnMessage.initCorrelations
Correlations to initialize.
|
java.util.List<OScope.CorrelationSet> |
OEventHandler.OEvent.initCorrelations
Correlations to initialize.
|
java.util.List<OScope.CorrelationSet> |
OInvoke.initCorrelationsInput
Correlation sets initialized on the input message.
|
java.util.List<OScope.CorrelationSet> |
OInvoke.initCorrelationsOutput
Correlation sets initialized on the output message.
|
java.util.List<OScope.CorrelationSet> |
OReply.joinCorrelations
Correlation sets joined.
|
java.util.List<OScope.CorrelationSet> |
OPickReceive.OnMessage.joinCorrelations
Correlations to join on.
|
java.util.List<OScope.CorrelationSet> |
OEventHandler.OEvent.joinCorrelations
Correlation set to join on.
|
java.util.List<OScope.CorrelationSet> |
OInvoke.joinCorrelationsInput
Correlation sets joined on input.
|
java.util.List<OScope.CorrelationSet> |
OInvoke.joinCorrelationsOutput
Correlation sets joined on output.
|
java.util.List<OScope.CorrelationSet> |
OPickReceive.OnMessage.matchCorrelations
Correlations to match on.
|
java.util.List<OScope.CorrelationSet> |
OEventHandler.OEvent.matchCorrelations
Correlation set to match on.
|
| Modifier and Type | Method and Description |
|---|---|
OScope.CorrelationSet |
OScope.getCorrelationSet(java.lang.String corrName)
Obtains the correlation set visible in current scope or parent scope.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<OScope.CorrelationSet> |
OPartnerLink.getJoinningCorrelationSetsForOperation(javax.wsdl.Operation operation)
Get all joining correlation sets that are ever used to qualify a receive for a the given
operation.
|
java.util.Set<OScope.CorrelationSet> |
OPartnerLink.getNonInitiatingCorrelationSetsForOperation(javax.wsdl.Operation operation)
Get all non-initiating correlation sets that are ever used to qualify a receive for a the given
operation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OScope.addCorrelationSet(OScope.CorrelationSet ocset) |
void |
OPartnerLink.addCorrelationSetForOperation(javax.wsdl.Operation operation,
OScope.CorrelationSet cset,
boolean isJoin)
Add a
OScope.CorrelationSet to an Operation's list
of "non-initiating" correlation sets. |
Copyright © 2021 WSO2. All Rights Reserved.