@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 |
---|---|
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.
|
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 CorrelationSetDAO
public java.lang.String getName()
CorrelationSetDAO
getName
in interface CorrelationSetDAO
public java.util.Map<javax.xml.namespace.QName,java.lang.String> getProperties()
CorrelationSetDAO
getProperties
in interface CorrelationSetDAO
public ScopeDAO getScope()
CorrelationSetDAO
getScope
in interface CorrelationSetDAO
ScopeDAO}
public CorrelationKey getValue()
CorrelationSetDAO
getValue
in interface CorrelationSetDAO
public void setValue(javax.xml.namespace.QName[] names, CorrelationKey values)
CorrelationSetDAO
setValue
in interface CorrelationSetDAO
names
- qualified names of the correlation set propertiespublic ProcessDAO getProcess()
getProcess
in interface CorrelationSetDAO
public ProcessInstanceDAO getInstance()
getInstance
in interface CorrelationSetDAO