org.apache.ode.dao.jpa
Class CorrelationSetDAOImpl
java.lang.Object
org.apache.ode.dao.jpa.CorrelationSetDAOImpl
- All Implemented Interfaces:
- org.apache.ode.bpel.dao.CorrelationSetDAO
public class CorrelationSetDAOImpl
- extends java.lang.Object
- implements org.apache.ode.bpel.dao.CorrelationSetDAO
Method Summary |
java.lang.Long |
getCorrelationSetId()
|
org.apache.ode.bpel.dao.ProcessInstanceDAO |
getInstance()
|
java.lang.String |
getName()
|
org.apache.ode.bpel.dao.ProcessDAO |
getProcess()
|
java.util.Map<javax.xml.namespace.QName,java.lang.String> |
getProperties()
|
org.apache.ode.bpel.dao.ScopeDAO |
getScope()
|
org.apache.ode.bpel.common.CorrelationKey |
getValue()
|
void |
setValue(javax.xml.namespace.QName[] names,
org.apache.ode.bpel.common.CorrelationKey values)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DELETE_CORRELATION_SETS_BY_IDS
public static final java.lang.String DELETE_CORRELATION_SETS_BY_IDS
- See Also:
- Constant Field Values
SELECT_CORRELATION_SETS_BY_INSTANCES
public static final java.lang.String SELECT_CORRELATION_SETS_BY_INSTANCES
- See Also:
- Constant Field Values
SELECT_CORRELATION_SET_IDS_BY_PROCESS
public static final java.lang.String SELECT_CORRELATION_SET_IDS_BY_PROCESS
- See Also:
- Constant Field Values
SELECT_CORRELATION_SET_IDS_BY_INSTANCE
public static final java.lang.String SELECT_CORRELATION_SET_IDS_BY_INSTANCE
- See Also:
- Constant Field Values
SELECT_ACTIVE_SETS
public static final java.lang.String SELECT_ACTIVE_SETS
- See Also:
- Constant Field Values
CorrelationSetDAOImpl
public CorrelationSetDAOImpl()
CorrelationSetDAOImpl
public CorrelationSetDAOImpl(ScopeDAOImpl scope,
java.lang.String name)
getCorrelationSetId
public java.lang.Long getCorrelationSetId()
- Specified by:
getCorrelationSetId
in interface org.apache.ode.bpel.dao.CorrelationSetDAO
getName
public java.lang.String getName()
- Specified by:
getName
in interface org.apache.ode.bpel.dao.CorrelationSetDAO
getProperties
public java.util.Map<javax.xml.namespace.QName,java.lang.String> getProperties()
- Specified by:
getProperties
in interface org.apache.ode.bpel.dao.CorrelationSetDAO
getScope
public org.apache.ode.bpel.dao.ScopeDAO getScope()
- Specified by:
getScope
in interface org.apache.ode.bpel.dao.CorrelationSetDAO
getValue
public org.apache.ode.bpel.common.CorrelationKey getValue()
- Specified by:
getValue
in interface org.apache.ode.bpel.dao.CorrelationSetDAO
setValue
public void setValue(javax.xml.namespace.QName[] names,
org.apache.ode.bpel.common.CorrelationKey values)
- Specified by:
setValue
in interface org.apache.ode.bpel.dao.CorrelationSetDAO
getProcess
public org.apache.ode.bpel.dao.ProcessDAO getProcess()
- Specified by:
getProcess
in interface org.apache.ode.bpel.dao.CorrelationSetDAO
getInstance
public org.apache.ode.bpel.dao.ProcessInstanceDAO getInstance()
- Specified by:
getInstance
in interface org.apache.ode.bpel.dao.CorrelationSetDAO