Uses of Interface
org.ogf.graap.wsag.server.api.IAgreementFactoryContext

Packages that use IAgreementFactoryContext
org.ogf.graap.wsag.server.actions   
org.ogf.graap.wsag.server.actions.impl   
org.ogf.graap.wsag.server.api   
org.ogf.graap.wsag.server.api.impl   
 

Uses of IAgreementFactoryContext in org.ogf.graap.wsag.server.actions
 

Methods in org.ogf.graap.wsag.server.actions that return IAgreementFactoryContext
 IAgreementFactoryContext IActionHandlerContext.getFactoryContext()
          This is the shared context of the agreement factory.
 IAgreementFactoryContext IAction.getFactoryContext()
           
 

Methods in org.ogf.graap.wsag.server.actions with parameters of type IAgreementFactoryContext
 AgreementFactoryAction IActionBuilder.createAgreementFactoryAction(ActionType configuration, IAgreementFactoryContext factoryContext)
          Creates a new action based on the wsag4j configuration.
 void IAction.setFactoryContext(IAgreementFactoryContext context)
           
 

Uses of IAgreementFactoryContext in org.ogf.graap.wsag.server.actions.impl
 

Methods in org.ogf.graap.wsag.server.actions.impl that return IAgreementFactoryContext
 IAgreementFactoryContext HandlerContext.getFactoryContext()
          This is the shared context of the agreement factory.
 IAgreementFactoryContext AgreementFactoryAction.getFactoryContext()
          Allows implementations to access the context of the agreement factory in which this action was deployed.
 

Methods in org.ogf.graap.wsag.server.actions.impl with parameters of type IAgreementFactoryContext
 AgreementFactoryAction ActionBuilder.createAgreementFactoryAction(ActionType configuration, IAgreementFactoryContext factoryContext)
          Creates a new instance of an AgreementFactoryAction based on the given configuration.
 void HandlerContext.setFactoryContext(IAgreementFactoryContext context)
           
 void AgreementFactoryAction.setFactoryContext(IAgreementFactoryContext factoryContext)
           
 

Uses of IAgreementFactoryContext in org.ogf.graap.wsag.server.api
 

Methods in org.ogf.graap.wsag.server.api that return IAgreementFactoryContext
 IAgreementFactoryContext IAgreementFactory.getFactoryContext()
           
 

Methods in org.ogf.graap.wsag.server.api with parameters of type IAgreementFactoryContext
 void IAgreementFactory.setFactoryContext(IAgreementFactoryContext context)
           
 

Uses of IAgreementFactoryContext in org.ogf.graap.wsag.server.api.impl
 

Classes in org.ogf.graap.wsag.server.api.impl that implement IAgreementFactoryContext
 class AgreementFactoryContext
          The AgreementFactoryContext stores information that is accessible in the context of agreement factory operations.
 

Methods in org.ogf.graap.wsag.server.api.impl that return IAgreementFactoryContext
 IAgreementFactoryContext AbstractAgreementFactory.getFactoryContext()
           
 

Methods in org.ogf.graap.wsag.server.api.impl with parameters of type IAgreementFactoryContext
 void AbstractAgreementFactory.setFactoryContext(IAgreementFactoryContext factoryContext)
           
 



Copyright © 2008-2012 Fraunhofer Institute SCAI. All Rights Reserved.