public class HScope extends HObject
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SELECT_SCOPE_IDS_BY_INSTANCES |
Constructor and Description |
---|
HScope() |
Modifier and Type | Method and Description |
---|---|
java.util.Set<HCorrelationSet> |
getCorrelationSets() |
HProcessInstance |
getInstance()
Get the
HProcessInstance to which this scope object belongs. |
java.lang.String |
getName()
Get the type (i.e.
|
HScope |
getParentScope()
Get the "parent"
HScope of this scope. |
java.util.Set<HPartnerLink> |
getPartnerLinks()
Get the endpoint references for partner links roles associated with this scope.
|
int |
getScopeModelId() |
java.lang.String |
getState() |
java.util.Set<HXmlData> |
getVariables()
Get the variable values associated with this scope.
|
void |
setCorrelationSets(java.util.Set<HCorrelationSet> correlationSets) |
void |
setInstance(HProcessInstance instance) |
void |
setName(java.lang.String name) |
void |
setParentScope(HScope parentScope) |
void |
setPartnerLinks(java.util.Set<HPartnerLink> eprs) |
void |
setScopeModelId(int scopeModelId) |
void |
setState(java.lang.String state) |
void |
setVariables(java.util.Set<HXmlData> variables) |
java.lang.String |
toString() |
getCreated, getId, getLock, setCreated, setId, setLock, toIdArray, toIdArray
public static final java.lang.String SELECT_SCOPE_IDS_BY_INSTANCES
public java.util.Set<HCorrelationSet> getCorrelationSets()
public void setCorrelationSets(java.util.Set<HCorrelationSet> correlationSets)
public HProcessInstance getInstance()
HProcessInstance
to which this scope object belongs.public void setInstance(HProcessInstance instance)
getInstance()
public void setParentScope(HScope parentScope)
getParentScope()
public java.lang.String getState()
public void setState(java.lang.String state)
getState()
public java.lang.String getName()
public void setName(java.lang.String name)
getName()
public java.util.Set<HXmlData> getVariables()
Set
<HXmlData
> with variable valuespublic void setVariables(java.util.Set<HXmlData> variables)
public java.util.Set<HPartnerLink> getPartnerLinks()
Set
<HPartnerLink
> with variable valuespublic void setPartnerLinks(java.util.Set<HPartnerLink> eprs)
public int getScopeModelId()
public void setScopeModelId(int scopeModelId)