org.ogf.graap.wsag.api
Interface AgreementFactoryContext

All Superinterfaces:
Map<Object,Object>
All Known Implementing Classes:
FactoryContext

public interface AgreementFactoryContext
extends Map<Object,Object>

An agreement factory context allows factory actions to share data within a specific agreement factory instance. The AgreementFactoryContext is accessible from each IAction.

Author:
Oliver Waeldrich
See Also:
IAction.getFactoryContext(), AbstractGetTemplateAction, AbstractNegotiationAction, AbstractCreateAgreementAction

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Method Summary
 AgreementFactory getAgreementFactory()
           
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Method Detail

getAgreementFactory

AgreementFactory getAgreementFactory()
Returns:
the current agreement factory instance


Copyright © 2008-2012. All Rights Reserved.