org.apache.ode.daohib.bpel.hobj
Class HCorrelationSet
java.lang.Object
org.apache.ode.daohib.bpel.hobj.HObject
org.apache.ode.daohib.bpel.hobj.HCorrelationSet
public class HCorrelationSet
- extends HObject
Hibernate table representing correlation set values.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DELETE_CORSETS_BY_INSTANCE
public static final java.lang.String DELETE_CORSETS_BY_INSTANCE
- See Also:
- Constant Field Values
DELETE_CORSETS_BY_PROCESS
public static final java.lang.String DELETE_CORSETS_BY_PROCESS
- See Also:
- Constant Field Values
SELECT_CORSETS_BY_INSTANCES
public static final java.lang.String SELECT_CORSETS_BY_INSTANCES
- See Also:
- Constant Field Values
SELECT_ACTIVE_CORSETS
public static final java.lang.String SELECT_ACTIVE_CORSETS
- See Also:
- Constant Field Values
HCorrelationSet
public HCorrelationSet()
HCorrelationSet
public HCorrelationSet(HScope scope,
java.lang.String name)
getValue
public java.lang.String getValue()
setName
public void setName(java.lang.String name)
setScope
public void setScope(HScope scope)
setValue
public void setValue(java.lang.String value)
getName
public java.lang.String getName()
getScope
public HScope getScope()
getInstance
public HProcessInstance getInstance()
setInstance
public void setInstance(HProcessInstance instance)
getProcess
public HProcess getProcess()
setProcess
public void setProcess(HProcess process)
getProperties
public java.util.Collection<HCorrelationProperty> getProperties()
setProperties
public void setProperties(java.util.Collection<HCorrelationProperty> properties)