org.ogf.graap.wsag.server.actions
Interface IGetTemplateAction

All Superinterfaces:
IActionHandler
All Known Implementing Classes:
AbstractGetTemplateAction, SampleGetTemplateAction, VelocityAgreementTemplateAction

public interface IGetTemplateAction
extends IActionHandler

A get template action handler implements the functionality to retrieve a template for a agreement factory action.

Author:
Oliver Waeldrich

Method Summary
 AgreementTemplateType getTemplate()
          the agreement templates offered by a factory
 
Methods inherited from interface org.ogf.graap.wsag.server.actions.IActionHandler
getHandlerContext, initialize, setHandlerContext
 

Method Detail

getTemplate

AgreementTemplateType getTemplate()
the agreement templates offered by a factory

Returns:
the agreement template


Copyright © 2008-2012. All Rights Reserved.