org.ogf.graap.wsag.server.api
Interface IAgreementContext
- All Known Implementing Classes:
- AgreementContext
public interface IAgreementContext
IFactoryActionContext
- Author:
- Oliver Waeldrich
getAgreement
Agreement getAgreement()
- Returns:
- the agreement instance for which this context is valid
getExecutionProperties
Map<String,org.apache.xmlbeans.XmlObject> getExecutionProperties()
- Returns:
- properties the persisted XML (XmlObject) properties of this execution context
setExecutionProperties
void setExecutionProperties(Map<String,org.apache.xmlbeans.XmlObject> properties)
- Parameters:
properties
- the persisted XML (XmlObject) properties to set for this execution context
getTransientExecutionProperties
Map<String,Object> getTransientExecutionProperties()
- Returns:
- properties the transient Object (java.lang.Object) properties of this execution context
setTransientExecutionProperties
void setTransientExecutionProperties(Map<String,Object> properties)
- Parameters:
properties
- the transient Object (java.lang.Object) properties to set for this execution context
Copyright © 2008-2012. All Rights Reserved.