|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.ode.dao.jpa.CorrelationSetDAOImpl
public class CorrelationSetDAOImpl
| Field Summary | |
|---|---|
static java.lang.String |
DELETE_CORRELATION_SETS_BY_IDS
|
static java.lang.String |
SELECT_ACTIVE_SETS
|
static java.lang.String |
SELECT_CORRELATION_SET_IDS_BY_INSTANCE
|
static java.lang.String |
SELECT_CORRELATION_SET_IDS_BY_PROCESS
|
static java.lang.String |
SELECT_CORRELATION_SETS_BY_INSTANCES
|
| Constructor Summary | |
|---|---|
CorrelationSetDAOImpl()
|
|
CorrelationSetDAOImpl(ScopeDAOImpl scope,
java.lang.String name)
|
|
| Method Summary | |
|---|---|
java.lang.Long |
getCorrelationSetId()
|
ProcessInstanceDAO |
getInstance()
|
java.lang.String |
getName()
Get the name of the correlation set. |
ProcessDAO |
getProcess()
|
java.util.Map<javax.xml.namespace.QName,java.lang.String> |
getProperties()
Get correlation set properties with their values as a Map. |
ScopeDAO |
getScope()
Get the scope instance to which this correlation set belongs. |
CorrelationKey |
getValue()
Get the value of the correlation set. |
void |
setValue(javax.xml.namespace.QName[] names,
CorrelationKey values)
Sets the value of the correlation set. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String DELETE_CORRELATION_SETS_BY_IDS
public static final java.lang.String SELECT_CORRELATION_SETS_BY_INSTANCES
public static final java.lang.String SELECT_CORRELATION_SET_IDS_BY_PROCESS
public static final java.lang.String SELECT_CORRELATION_SET_IDS_BY_INSTANCE
public static final java.lang.String SELECT_ACTIVE_SETS
| Constructor Detail |
|---|
public CorrelationSetDAOImpl()
public CorrelationSetDAOImpl(ScopeDAOImpl scope,
java.lang.String name)
| Method Detail |
|---|
public java.lang.Long getCorrelationSetId()
getCorrelationSetId in interface CorrelationSetDAOpublic java.lang.String getName()
CorrelationSetDAO
getName in interface CorrelationSetDAOpublic java.util.Map<javax.xml.namespace.QName,java.lang.String> getProperties()
CorrelationSetDAO
getProperties in interface CorrelationSetDAOpublic ScopeDAO getScope()
CorrelationSetDAO
getScope in interface CorrelationSetDAOScopeDAO}public CorrelationKey getValue()
CorrelationSetDAO
getValue in interface CorrelationSetDAO
public void setValue(javax.xml.namespace.QName[] names,
CorrelationKey values)
CorrelationSetDAO
setValue in interface CorrelationSetDAOnames - qualified names of the correlation set propertiespublic ProcessDAO getProcess()
getProcess in interface CorrelationSetDAOpublic ProcessInstanceDAO getInstance()
getInstance in interface CorrelationSetDAO
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||