@Entity public class CorrelationSetDAOImpl extends java.lang.Object implements CorrelationSetDAO
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
CorrelationSetDAOImpl() |
CorrelationSetDAOImpl(ScopeDAOImpl scope,
java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Long |
getCorrelationSetId() |
ProcessInstanceDAO |
getInstance() |
java.lang.String |
getName() |
ProcessDAO |
getProcess() |
java.util.Map<javax.xml.namespace.QName,java.lang.String> |
getProperties() |
ScopeDAO |
getScope() |
CorrelationKey |
getValue() |
int |
hashCode() |
void |
setValue(javax.xml.namespace.QName[] names,
CorrelationKey values) |
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
public CorrelationSetDAOImpl()
public CorrelationSetDAOImpl(ScopeDAOImpl scope, java.lang.String name)
public java.lang.Long getCorrelationSetId()
getCorrelationSetId in interface CorrelationSetDAOpublic java.lang.String getName()
getName in interface CorrelationSetDAOpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.util.Map<javax.xml.namespace.QName,java.lang.String> getProperties()
getProperties in interface CorrelationSetDAOpublic ScopeDAO getScope()
getScope in interface CorrelationSetDAOpublic CorrelationKey getValue()
getValue in interface CorrelationSetDAOpublic void setValue(javax.xml.namespace.QName[] names,
CorrelationKey values)
setValue in interface CorrelationSetDAOpublic ProcessDAO getProcess()
getProcess in interface CorrelationSetDAOpublic ProcessInstanceDAO getInstance()
getInstance in interface CorrelationSetDAOCopyright © 2015 WSO2. All Rights Reserved.