|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAction
Defines an agreement factory action. An agreement factory action is an action that is executed by an agreement factory. This can be the creation of an agreement template, the instantiation of an agreement, or the negotiation of an offer.
AbstractGetTemplateAction
,
AbstractNegotiationAction
,
AbstractCreateAgreementAction
Method Summary | |
---|---|
ImplementationConfigurationType |
getActionConfiguration()
|
WsagEngine |
getEngine()
Returns the WSAG4J engine instance for this handler. |
AgreementFactoryContext |
getFactoryContext()
|
void |
initialize()
Initializes the action. |
void |
setActionConfiguration(ImplementationConfigurationType configuration)
|
void |
setEngine(WsagEngine engine)
Sets the WSAG4J engine instance for this handler. |
void |
setFactoryContext(AgreementFactoryContext context)
|
Method Detail |
---|
void initialize() throws Exception
Exception
- indicates an error during the initialization of this action. This causes that the action is
not loaded by the system.AgreementFactoryContext getFactoryContext()
void setFactoryContext(AgreementFactoryContext context)
context
- sets the agreement factory context of this actionImplementationConfigurationType getActionConfiguration()
void setActionConfiguration(ImplementationConfigurationType configuration)
configuration
- configuration of an actionWsagEngine getEngine()
void setEngine(WsagEngine engine)
engine
- the engine instance
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |