Uses of Interface
org.ogf.schemas.graap.wsAgreement.AgreementTemplateType

Packages that use AgreementTemplateType
org.ogf.graap.wsag.api   
org.ogf.graap.wsag.api.client   
org.ogf.graap.wsag.api.pattern   
org.ogf.graap.wsag.api.sla   
org.ogf.graap.wsag.api.types   
org.ogf.graap.wsag.client.impl   
org.ogf.graap.wsag.client.local   
org.ogf.graap.wsag.client.remote   
org.ogf.graap.wsag.interpreter   
org.ogf.graap.wsag.samples   
org.ogf.graap.wsag.samples.actions   
org.ogf.graap.wsag.server.actions   
org.ogf.graap.wsag.server.actions.impl   
org.ogf.graap.wsag.server.api.impl   
org.ogf.graap.wsag.server.engine   
org.ogf.graap.wsag.server.persistence.impl   
org.ogf.graap.wsag.wsrf.persistence   
org.ogf.schemas.graap.wsAgreement   
org.ogf.schemas.graap.wsAgreement.impl   
org.ogf.schemas.graap.wsAgreement.negotiation   
org.ogf.schemas.graap.wsAgreement.negotiation.impl   
org.ogf.schemas.graap.wsAgreement.negotiation.protocol   
org.ogf.schemas.graap.wsAgreement.negotiation.protocol.impl   
 

Uses of AgreementTemplateType in org.ogf.graap.wsag.api
 

Methods in org.ogf.graap.wsag.api that return AgreementTemplateType
 AgreementTemplateType[] Negotiation.getNegotiableTemplates()
          Returns the templates for SLAs that are supported by this negotiation instance.
 AgreementTemplateType[] AgreementFactory.getTemplates()
           
 AgreementTemplateType AgreementTemplate.getXMLObject()
           
 

Uses of AgreementTemplateType in org.ogf.graap.wsag.api.client
 

Methods in org.ogf.graap.wsag.api.client that return AgreementTemplateType
 AgreementTemplateType[] NegotiationService.getNegotiableTemplates()
          A negotiation instance supports zero or more templates that can be used to create negotiation offers.
 AgreementTemplateType AgreementFactoryClient.getTemplate(String name, String id)
          Returns a template with a particular name and id from the server, or null if the requested template does not exist.
 AgreementTemplateType[] AgreementFactoryService.getTemplates()
          Retrieves the templates for supported SLAs from the SLA management system.
 

Uses of AgreementTemplateType in org.ogf.graap.wsag.api.pattern
 

Constructors in org.ogf.graap.wsag.api.pattern with parameters of type AgreementTemplateType
TemplatePattern(AgreementTemplateType template)
           
 

Uses of AgreementTemplateType in org.ogf.graap.wsag.api.sla
 

Constructors in org.ogf.graap.wsag.api.sla with parameters of type AgreementTemplateType
AbstractComputeJobTemplate(AgreementTemplateType template)
           
AdvanceReservationComputeJobOffer(AgreementTemplateType template)
          Creates a new Unicore6ARComputeSLA from a template.
AdvanceReservationComputeJobTemplate(AgreementTemplateType template)
           
ComputeJobOffer(AgreementTemplateType template)
          Creates an Unicore6ComputeSLAOffer from a template.
ComputeJobTemplate(AgreementTemplateType template)
           
 

Uses of AgreementTemplateType in org.ogf.graap.wsag.api.types
 

Methods in org.ogf.graap.wsag.api.types that return AgreementTemplateType
 AgreementTemplateType AbstractAgreementFactoryType.addNewTemplate()
          Adds a new template to the agreement factory properties of this instance
 AgreementTemplateType AbstractAgreementFactoryType.getTemplateArray(int index)
           
 AgreementTemplateType[] AbstractAgreementFactoryType.getTemplates()
           
 AgreementTemplateType TemplateType.getXMLObject()
          
 

Methods in org.ogf.graap.wsag.api.types with parameters of type AgreementTemplateType
protected  AgreementType WSAGXmlType.processTemplate(AgreementTemplateType template)
          Processes an agreement template and strips off the template specific elements, namely the template id and creation constraint section.
 void AbstractAgreementFactoryType.setTemplateArray(AgreementTemplateType[] templateArray)
          Sets the agreement templates for this factory
 void AbstractAgreementFactoryType.setTemplateArray(int index, AgreementTemplateType template)
          Updates the template at the position specified by the index parameter.
 

Constructors in org.ogf.graap.wsag.api.types with parameters of type AgreementTemplateType
AgreementOfferType(AgreementTemplateType template)
          Initializes an agreement offer from a template.
NegotiationOfferTypeImpl(AgreementTemplateType template)
          Initializes an negotiation offer from a template.
TemplateType(AgreementTemplateType template)
          Creates a new template type based on a template XML document.
 

Uses of AgreementTemplateType in org.ogf.graap.wsag.client.impl
 

Methods in org.ogf.graap.wsag.client.impl that return AgreementTemplateType
 AgreementTemplateType[] NegotiationClientImpl.getNegotiableTemplates()
          A negotiation instance supports zero or more templates that can be used to create negotiation offers.
 AgreementTemplateType AgreementFactoryFacade.getTemplate(String name, String id)
           
 AgreementTemplateType[] AgreementFactoryFacade.getTemplates()
          Returns the templates supported by this factory.
 

Uses of AgreementTemplateType in org.ogf.graap.wsag.client.local
 

Methods in org.ogf.graap.wsag.client.local that return AgreementTemplateType
 AgreementTemplateType[] LocalNegotiationServiceImpl.getNegotiableTemplates()
          A negotiation instance supports zero or more templates that can be used to create negotiation offers.
 AgreementTemplateType LocalAgreementFactoryClientImpl.getTemplate(String name, String id)
          Returns a template with a particular name and id from the server, or null if the requested template does not exist.
 AgreementTemplateType[] LocalAgreementFactoryServiceImpl.getTemplates()
          Retrieves the templates for supported SLAs from the SLA management system.
 AgreementTemplateType[] LocalAgreementFactoryClientImpl.getTemplates()
          Retrieves the templates for supported SLAs from the SLA management system.
 

Uses of AgreementTemplateType in org.ogf.graap.wsag.client.remote
 

Methods in org.ogf.graap.wsag.client.remote that return AgreementTemplateType
 AgreementTemplateType[] RemoteNegotiationServiceImpl.getNegotiableTemplates()
          A negotiation instance supports zero or more templates that can be used to create negotiation offers.
 AgreementTemplateType RemoteAgreementFactoryClientImpl.getTemplate(String name, String id)
           
 AgreementTemplateType[] RemoteAgreementFactoryServiceImpl.getTemplates()
          Retrieves the templates for supported SLAs from the SLA management system.
 AgreementTemplateType[] RemoteAgreementFactoryClientImpl.getTemplates()
          Retrieves the templates for supported SLAs from the SLA management system.
 

Uses of AgreementTemplateType in org.ogf.graap.wsag.interpreter
 

Methods in org.ogf.graap.wsag.interpreter that return AgreementTemplateType
 AgreementTemplateType AgreementInterpreter.process(AgreementTemplateType template)
          Evaluates the term composition in the given template and returns the template if the terms in the template are valid with respect to term composition.
 

Methods in org.ogf.graap.wsag.interpreter with parameters of type AgreementTemplateType
 AgreementTemplateType AgreementInterpreter.process(AgreementTemplateType template)
          Evaluates the term composition in the given template and returns the template if the terms in the template are valid with respect to term composition.
 

Uses of AgreementTemplateType in org.ogf.graap.wsag.samples
 

Methods in org.ogf.graap.wsag.samples that return AgreementTemplateType
 AgreementTemplateType[] SampleAgreementFactory.getTemplates()
          Deprecated. 
 

Uses of AgreementTemplateType in org.ogf.graap.wsag.samples.actions
 

Methods in org.ogf.graap.wsag.samples.actions that return AgreementTemplateType
 AgreementTemplateType SampleGetTemplateAction.getTemplate()
          the agreement templates offered by a factory
 

Constructors in org.ogf.graap.wsag.samples.actions with parameters of type AgreementTemplateType
SampleAgreementOffer(AgreementTemplateType template)
          Creates a SampleNegotiationAgreementOffer from a template.
SampleAgreementTemplate(AgreementTemplateType template)
          Creates a Sample Template instance based on a given XML representation.
SampleNegotiationOffer(AgreementTemplateType template)
          Creates a sample offer based on a template.
 

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

Methods in org.ogf.graap.wsag.server.actions that return AgreementTemplateType
 AgreementTemplateType IGetTemplateAction.getTemplate()
          the agreement templates offered by a factory
 

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

Methods in org.ogf.graap.wsag.server.actions.impl that return AgreementTemplateType
 AgreementTemplateType VelocityAgreementTemplateAction.getTemplate()
          Returns the processed template.
 AgreementTemplateType AgreementFactoryAction.getTemplate()
          Returns the agreement template associated with this factory action.
 

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

Methods in org.ogf.graap.wsag.server.api.impl that return AgreementTemplateType
 AgreementTemplateType[] AgreementFactoryFacade.getTemplates()
          
 

Uses of AgreementTemplateType in org.ogf.graap.wsag.server.engine
 

Methods in org.ogf.graap.wsag.server.engine that return AgreementTemplateType
 AgreementTemplateType TemplateRegistry.findTemplate(String name)
          Finds a template with a given name.
 AgreementTemplateType TemplateRegistry.findTemplate(String name, String version)
          Finds a template with a given name and version.
 AgreementTemplateType[] TemplateRegistry.getAllTemplates()
          Returns the template entries of this registry in the same order in which they were added.
 AgreementTemplateType[] TemplateRegistry.getNegotiableTemplates()
          Returns a set of templates that support SLA negotiation.
 AgreementTemplateType[] GenericNegotiation.getNegotiableTemplates()
          Default implementation for retrieving negotiable templates from the associated agreement factory.
 AgreementTemplateType[] GenericAgreementFactory.getTemplates()
          
 

Methods in org.ogf.graap.wsag.server.engine with parameters of type AgreementTemplateType
 boolean TemplateValidator.validate(AgreementOffer offer, AgreementTemplateType template)
          Validates an agreement offer against a template.
 boolean TemplateValidator.validate(AgreementOffer offer, AgreementTemplateType template, StringBuffer error)
          Validates an agreement offer against a template.
 boolean TemplateValidator.validate(NegotiationOfferType offer, AgreementTemplateType template)
          Validates a negotiation offer against a template.
 

Constructors in org.ogf.graap.wsag.server.engine with parameters of type AgreementTemplateType
TemplateIdentifier(AgreementTemplateType template)
          Creates a new identifier for the given template.
 

Uses of AgreementTemplateType in org.ogf.graap.wsag.server.persistence.impl
 

Methods in org.ogf.graap.wsag.server.persistence.impl that return AgreementTemplateType
 AgreementTemplateType[] AbstractPersistentAgreementFactory.getTemplates()
           
 

Uses of AgreementTemplateType in org.ogf.graap.wsag.wsrf.persistence
 

Methods in org.ogf.graap.wsag.wsrf.persistence that return AgreementTemplateType
 AgreementTemplateType[] WsDatabaseAgreementFactory.getTemplates()
          
 

Uses of AgreementTemplateType in org.ogf.schemas.graap.wsAgreement
 

Methods in org.ogf.schemas.graap.wsAgreement that return AgreementTemplateType
 AgreementTemplateType TemplateDocument.addNewTemplate()
          Appends and returns a new empty "Template" element
 AgreementTemplateType AgreementFactoryPropertiesType.addNewTemplate()
          Appends and returns a new empty value (as xml) as the last "Template" element
 AgreementTemplateType TemplateDocument.getTemplate()
          Gets the "Template" element
 AgreementTemplateType[] AgreementFactoryPropertiesType.getTemplateArray()
          Gets array of all "Template" elements
 AgreementTemplateType AgreementFactoryPropertiesType.getTemplateArray(int i)
          Gets ith "Template" element
 AgreementTemplateType AgreementFactoryPropertiesType.insertNewTemplate(int i)
          Inserts and returns a new empty value (as xml) as the ith "Template" element
static AgreementTemplateType AgreementTemplateType.Factory.newInstance()
           
static AgreementTemplateType AgreementTemplateType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static AgreementTemplateType AgreementTemplateType.Factory.parse(File file)
           
static AgreementTemplateType AgreementTemplateType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static AgreementTemplateType AgreementTemplateType.Factory.parse(InputStream is)
           
static AgreementTemplateType AgreementTemplateType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static AgreementTemplateType AgreementTemplateType.Factory.parse(Node node)
           
static AgreementTemplateType AgreementTemplateType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static AgreementTemplateType AgreementTemplateType.Factory.parse(Reader r)
           
static AgreementTemplateType AgreementTemplateType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static AgreementTemplateType AgreementTemplateType.Factory.parse(String xmlAsString)
           
static AgreementTemplateType AgreementTemplateType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static AgreementTemplateType AgreementTemplateType.Factory.parse(URL u)
           
static AgreementTemplateType AgreementTemplateType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static AgreementTemplateType AgreementTemplateType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static AgreementTemplateType AgreementTemplateType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static AgreementTemplateType AgreementTemplateType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static AgreementTemplateType AgreementTemplateType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.ogf.schemas.graap.wsAgreement with parameters of type AgreementTemplateType
 void TemplateDocument.setTemplate(AgreementTemplateType template)
          Sets the "Template" element
 void AgreementFactoryPropertiesType.setTemplateArray(AgreementTemplateType[] templateArray)
          Sets array of all "Template" element
 void AgreementFactoryPropertiesType.setTemplateArray(int i, AgreementTemplateType template)
          Sets ith "Template" element
 

Uses of AgreementTemplateType in org.ogf.schemas.graap.wsAgreement.impl
 

Classes in org.ogf.schemas.graap.wsAgreement.impl that implement AgreementTemplateType
 class AgreementTemplateTypeImpl
          An XML AgreementTemplateType(@http://schemas.ggf.org/graap/2007/03/ws-agreement).
 

Methods in org.ogf.schemas.graap.wsAgreement.impl that return AgreementTemplateType
 AgreementTemplateType TemplateDocumentImpl.addNewTemplate()
          Appends and returns a new empty "Template" element
 AgreementTemplateType AgreementFactoryPropertiesTypeImpl.addNewTemplate()
          Appends and returns a new empty value (as xml) as the last "Template" element
 AgreementTemplateType TemplateDocumentImpl.getTemplate()
          Gets the "Template" element
 AgreementTemplateType[] AgreementFactoryPropertiesTypeImpl.getTemplateArray()
          Gets array of all "Template" elements
 AgreementTemplateType AgreementFactoryPropertiesTypeImpl.getTemplateArray(int i)
          Gets ith "Template" element
 AgreementTemplateType AgreementFactoryPropertiesTypeImpl.insertNewTemplate(int i)
          Inserts and returns a new empty value (as xml) as the ith "Template" element
 

Methods in org.ogf.schemas.graap.wsAgreement.impl with parameters of type AgreementTemplateType
 void TemplateDocumentImpl.setTemplate(AgreementTemplateType template)
          Sets the "Template" element
 void AgreementFactoryPropertiesTypeImpl.setTemplateArray(AgreementTemplateType[] templateArray)
          Sets array of all "Template" element
 void AgreementFactoryPropertiesTypeImpl.setTemplateArray(int i, AgreementTemplateType template)
          Sets ith "Template" element
 

Uses of AgreementTemplateType in org.ogf.schemas.graap.wsAgreement.negotiation
 

Methods in org.ogf.schemas.graap.wsAgreement.negotiation that return AgreementTemplateType
 AgreementTemplateType NegotiableTemplateDocument.addNewNegotiableTemplate()
          Appends and returns a new empty "NegotiableTemplate" element
 AgreementTemplateType NegotiableTemplateDocument.getNegotiableTemplate()
          Gets the "NegotiableTemplate" element
 

Methods in org.ogf.schemas.graap.wsAgreement.negotiation with parameters of type AgreementTemplateType
 void NegotiableTemplateDocument.setNegotiableTemplate(AgreementTemplateType negotiableTemplate)
          Sets the "NegotiableTemplate" element
 

Uses of AgreementTemplateType in org.ogf.schemas.graap.wsAgreement.negotiation.impl
 

Methods in org.ogf.schemas.graap.wsAgreement.negotiation.impl that return AgreementTemplateType
 AgreementTemplateType NegotiableTemplateDocumentImpl.addNewNegotiableTemplate()
          Appends and returns a new empty "NegotiableTemplate" element
 AgreementTemplateType NegotiableTemplateDocumentImpl.getNegotiableTemplate()
          Gets the "NegotiableTemplate" element
 

Methods in org.ogf.schemas.graap.wsAgreement.negotiation.impl with parameters of type AgreementTemplateType
 void NegotiableTemplateDocumentImpl.setNegotiableTemplate(AgreementTemplateType negotiableTemplate)
          Sets the "NegotiableTemplate" element
 

Uses of AgreementTemplateType in org.ogf.schemas.graap.wsAgreement.negotiation.protocol
 

Methods in org.ogf.schemas.graap.wsAgreement.negotiation.protocol that return AgreementTemplateType
 AgreementTemplateType NegotiationPropertiesType.addNewNegotiableTemplate()
          Appends and returns a new empty value (as xml) as the last "NegotiableTemplate" element
 AgreementTemplateType[] NegotiationPropertiesType.getNegotiableTemplateArray()
          Gets array of all "NegotiableTemplate" elements
 AgreementTemplateType NegotiationPropertiesType.getNegotiableTemplateArray(int i)
          Gets ith "NegotiableTemplate" element
 AgreementTemplateType NegotiationPropertiesType.insertNewNegotiableTemplate(int i)
          Inserts and returns a new empty value (as xml) as the ith "NegotiableTemplate" element
 

Methods in org.ogf.schemas.graap.wsAgreement.negotiation.protocol with parameters of type AgreementTemplateType
 void NegotiationPropertiesType.setNegotiableTemplateArray(AgreementTemplateType[] negotiableTemplateArray)
          Sets array of all "NegotiableTemplate" element
 void NegotiationPropertiesType.setNegotiableTemplateArray(int i, AgreementTemplateType negotiableTemplate)
          Sets ith "NegotiableTemplate" element
 

Uses of AgreementTemplateType in org.ogf.schemas.graap.wsAgreement.negotiation.protocol.impl
 

Methods in org.ogf.schemas.graap.wsAgreement.negotiation.protocol.impl that return AgreementTemplateType
 AgreementTemplateType NegotiationPropertiesTypeImpl.addNewNegotiableTemplate()
          Appends and returns a new empty value (as xml) as the last "NegotiableTemplate" element
 AgreementTemplateType[] NegotiationPropertiesTypeImpl.getNegotiableTemplateArray()
          Gets array of all "NegotiableTemplate" elements
 AgreementTemplateType NegotiationPropertiesTypeImpl.getNegotiableTemplateArray(int i)
          Gets ith "NegotiableTemplate" element
 AgreementTemplateType NegotiationPropertiesTypeImpl.insertNewNegotiableTemplate(int i)
          Inserts and returns a new empty value (as xml) as the ith "NegotiableTemplate" element
 

Methods in org.ogf.schemas.graap.wsAgreement.negotiation.protocol.impl with parameters of type AgreementTemplateType
 void NegotiationPropertiesTypeImpl.setNegotiableTemplateArray(AgreementTemplateType[] negotiableTemplateArray)
          Sets array of all "NegotiableTemplate" element
 void NegotiationPropertiesTypeImpl.setNegotiableTemplateArray(int i, AgreementTemplateType negotiableTemplate)
          Sets ith "NegotiableTemplate" element
 



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