|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ode.daohib.bpel.hobj.HObject
org.apache.ode.daohib.bpel.hobj.HScope
public class HScope
Hibernate table representing a BPEL scope instance.
Field Summary | |
---|---|
static java.lang.String |
SELECT_SCOPE_IDS_BY_INSTANCES
|
Constructor Summary | |
---|---|
HScope()
|
Method Summary | |
---|---|
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()
|
Methods inherited from class org.apache.ode.daohib.bpel.hobj.HObject |
---|
getCreated, getId, getLock, setCreated, setId, setLock, toIdArray, toIdArray |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String SELECT_SCOPE_IDS_BY_INSTANCES
Constructor Detail |
---|
public HScope()
Method Detail |
---|
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 HScope getParentScope()
HScope
of this scope.
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)
public java.lang.String toString()
toString
in class HObject
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |