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