|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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 instance| Method Detail |
|---|
public Agreement getAgreement()
getAgreement in interface IAgreementContextpublic Map<String,org.apache.xmlbeans.XmlObject> getExecutionProperties()
getExecutionProperties in interface IAgreementContextAgreement#getAgreementInstance(),
AbstractAgreementType.getExecutionContext()public void setExecutionProperties(Map<String,org.apache.xmlbeans.XmlObject> properties)
setExecutionProperties in interface IAgreementContextproperties - the persisted execution properties to setAgreement#getAgreementInstance(),
AbstractAgreementType.getExecutionContext()public Map<String,Object> getTransientExecutionProperties()
getTransientExecutionProperties in interface IAgreementContextAgreement#getAgreementInstance(),
AbstractAgreementType.getExecutionContext()public void setTransientExecutionProperties(Map<String,Object> properties)
setTransientExecutionProperties in interface IAgreementContextproperties - 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 | |||||||||