public class HCorrelationSet extends HObject
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SELECT_CORSET_IDS_BY_INSTANCES |
static java.lang.String |
SELECT_CORSETS_BY_INSTANCES |
static java.lang.String |
SELECT_CORSETS_BY_PROCESS_STATES |
static java.lang.String |
SELECT_INSTANCES_BY_CORSETS |
static java.lang.String |
SELECT_INSTANCES_BY_CORSETS_STATE_PROCESS |
Constructor and Description |
---|
HCorrelationSet() |
HCorrelationSet(HScope scope,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
HProcessInstance |
getInstance() |
java.lang.String |
getName() |
HProcess |
getProcess() |
java.util.Collection<HCorrelationProperty> |
getProperties() |
HScope |
getScope() |
java.lang.String |
getValue() |
void |
setInstance(HProcessInstance instance) |
void |
setName(java.lang.String name) |
void |
setProcess(HProcess process) |
void |
setProperties(java.util.Collection<HCorrelationProperty> properties) |
void |
setScope(HScope scope) |
void |
setValue(java.lang.String value) |
getCreated, getId, getLock, setCreated, setId, setLock, toIdArray, toIdArray, toString
public static final java.lang.String SELECT_CORSET_IDS_BY_INSTANCES
public static final java.lang.String SELECT_CORSETS_BY_INSTANCES
public static final java.lang.String SELECT_CORSETS_BY_PROCESS_STATES
public static final java.lang.String SELECT_INSTANCES_BY_CORSETS
public static final java.lang.String SELECT_INSTANCES_BY_CORSETS_STATE_PROCESS
public HCorrelationSet()
public HCorrelationSet(HScope scope, java.lang.String name)
public java.lang.String getValue()
public void setName(java.lang.String name)
public void setScope(HScope scope)
public void setValue(java.lang.String value)
public java.lang.String getName()
public HScope getScope()
public HProcessInstance getInstance()
public void setInstance(HProcessInstance instance)
public HProcess getProcess()
public void setProcess(HProcess process)
public java.util.Collection<HCorrelationProperty> getProperties()
public void setProperties(java.util.Collection<HCorrelationProperty> properties)