|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.ogf.graap.wsag.server.api.impl.AgreementContext
public class AgreementContext
SimpleActionContext
Constructor Summary | |
---|---|
AgreementContext(Agreement agreement)
Creates a new execution context for an agreement instance. |
Method Summary | |
---|---|
Agreement |
getAgreement()
|
Map<String,org.apache.xmlbeans.XmlObject> |
getExecutionProperties()
Persisted Execution properties map (typed as String/XMLObject) to execution context of the agreement. |
Map<String,Object> |
getTransientExecutionProperties()
Transient execution properties map (typed as String/Object) to execution context of the agreement. |
void |
setExecutionProperties(Map<String,org.apache.xmlbeans.XmlObject> properties)
Persisted Execution properties map (typed as String/XMLObject) to execution context of the agreement. |
void |
setTransientExecutionProperties(Map<String,Object> properties)
Transient Execution properties map (typed as String/Object) to execution context of the agreement. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AgreementContext(Agreement agreement)
agreement
- existing agreement instanceMethod Detail |
---|
public Agreement getAgreement()
getAgreement
in interface IAgreementContext
public Map<String,org.apache.xmlbeans.XmlObject> getExecutionProperties()
getExecutionProperties
in interface IAgreementContext
Agreement#getAgreementInstance()
,
AbstractAgreementType.getExecutionContext()
public void setExecutionProperties(Map<String,org.apache.xmlbeans.XmlObject> properties)
setExecutionProperties
in interface IAgreementContext
properties
- the persisted execution properties to setAgreement#getAgreementInstance()
,
AbstractAgreementType.getExecutionContext()
public Map<String,Object> getTransientExecutionProperties()
getTransientExecutionProperties
in interface IAgreementContext
Agreement#getAgreementInstance()
,
AbstractAgreementType.getExecutionContext()
public void setTransientExecutionProperties(Map<String,Object> properties)
setTransientExecutionProperties
in interface IAgreementContext
properties
- the transient execution properties to setAgreement#getAgreementInstance()
,
AbstractAgreementType.getExecutionContext()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |