org.apache.ode.bpel.rtrep.v2
Class OScope.CorrelationSet
java.lang.Object
org.apache.ode.bpel.rtrep.v2.OBase
org.apache.ode.bpel.rtrep.v2.OScope.CorrelationSet
- All Implemented Interfaces:
- java.io.Serializable, ActivityModel, CorrelationSetModel
- Enclosing class:
- OScope
public static final class OScope.CorrelationSet
- extends OBase
- implements CorrelationSetModel
- See Also:
- Serialized Form
Fields inherited from class org.apache.ode.bpel.rtrep.v2.OBase |
debugInfo |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
name
public java.lang.String name
declaringScope
public OScope declaringScope
properties
public final java.util.List<OProcess.OProperty> properties
extractors
public final java.util.List<PropertyExtractor> extractors
unique
public boolean unique
OScope.CorrelationSet
public OScope.CorrelationSet(OProcess owner)
toString
public java.lang.String toString()
- Overrides:
toString
in class OBase
getAliases
public java.util.List<PropertyAliasModel> getAliases(javax.xml.namespace.QName messageName)
- Specified by:
getAliases
in interface CorrelationSetModel
getExtractors
public java.util.List<PropertyExtractor> getExtractors()
- Specified by:
getExtractors
in interface CorrelationSetModel
isUnique
public boolean isUnique()
- Specified by:
isUnique
in interface CorrelationSetModel
setUnique
public void setUnique(boolean unique)
- Specified by:
setUnique
in interface CorrelationSetModel