org.apache.ode.bpel.rtrep.v2
Class OScope.CorrelationSet

java.lang.Object
  extended by org.apache.ode.bpel.rtrep.v2.OBase
      extended by 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

Field Summary
 OScope declaringScope
           
 java.util.List<PropertyExtractor> extractors
           
 java.lang.String name
           
 java.util.List<OProcess.OProperty> properties
           
 boolean unique
           
 
Fields inherited from class org.apache.ode.bpel.rtrep.v2.OBase
debugInfo
 
Constructor Summary
OScope.CorrelationSet(OProcess owner)
           
 
Method Summary
 java.util.List<PropertyAliasModel> getAliases(javax.xml.namespace.QName messageName)
           
 java.util.List<PropertyExtractor> getExtractors()
           
 boolean isUnique()
           
 void setUnique(boolean unique)
           
 java.lang.String toString()
           
 
Methods inherited from class org.apache.ode.bpel.rtrep.v2.OBase
equals, getExtensibilityElements, getId, getOwner, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.ode.bpel.rapi.CorrelationSetModel
getId
 

Field Detail

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
Constructor Detail

OScope.CorrelationSet

public OScope.CorrelationSet(OProcess owner)
Method Detail

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