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

Packages that use AgreementType
org.ogf.graap.wsag.api   
org.ogf.graap.wsag.api.sla   
org.ogf.graap.wsag.api.types   
org.ogf.graap.wsag.interpreter   
org.ogf.graap.wsag.samples.actions   
org.ogf.schemas.graap.wsAgreement   
org.ogf.schemas.graap.wsAgreement.impl   
org.ogf.schemas.graap.wsAgreement.negotiation   
org.ogf.schemas.graap.wsAgreement.negotiation.impl   
 

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

Methods in org.ogf.graap.wsag.api that return AgreementType
 AgreementType NegotiationOffer.getXMLObject()
           
 AgreementType AgreementOffer.getXMLObject()
           
 

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

Constructors in org.ogf.graap.wsag.api.sla with parameters of type AgreementType
AdvanceReservationComputeJobOffer(AgreementType offer)
          Creates a new Unicore6ARComputeSLA from an offer.
ComputeJobOffer(AgreementType offer)
          Creates an Unicore6ComputeSLAOffer from a offer.
 

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

Methods in org.ogf.graap.wsag.api.types that return AgreementType
 AgreementType AgreementOfferType.getXMLObject()
          
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.
 

Constructors in org.ogf.graap.wsag.api.types with parameters of type AgreementType
AgreementOfferType(AgreementType offer)
          Initializes an agreement offer from a agreement type.
 

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

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

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

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

Constructors in org.ogf.graap.wsag.samples.actions with parameters of type AgreementType
SampleAgreementOffer(AgreementType offer)
          Creates a SampleNegotiationAgreementOffer from a offer.
 

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

Subinterfaces of AgreementType in org.ogf.schemas.graap.wsAgreement
 interface AgreementTemplateType
          An XML AgreementTemplateType(@http://schemas.ggf.org/graap/2007/03/ws-agreement).
 

Methods in org.ogf.schemas.graap.wsAgreement that return AgreementType
 AgreementType CreatePendingAgreementInputType.addNewAgreementOffer()
          Appends and returns a new empty "AgreementOffer" element
 AgreementType CreateAgreementInputType.addNewAgreementOffer()
          Appends and returns a new empty "AgreementOffer" element
 AgreementType AgreementOfferDocument.addNewAgreementOffer()
          Appends and returns a new empty "AgreementOffer" element
 AgreementType CreatePendingAgreementInputType.getAgreementOffer()
          Gets the "AgreementOffer" element
 AgreementType CreateAgreementInputType.getAgreementOffer()
          Gets the "AgreementOffer" element
 AgreementType AgreementOfferDocument.getAgreementOffer()
          Gets the "AgreementOffer" element
static AgreementType AgreementType.Factory.newInstance()
           
static AgreementType AgreementType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static AgreementType AgreementType.Factory.parse(File file)
           
static AgreementType AgreementType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static AgreementType AgreementType.Factory.parse(InputStream is)
           
static AgreementType AgreementType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static AgreementType AgreementType.Factory.parse(Node node)
           
static AgreementType AgreementType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static AgreementType AgreementType.Factory.parse(Reader r)
           
static AgreementType AgreementType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static AgreementType AgreementType.Factory.parse(String xmlAsString)
           
static AgreementType AgreementType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static AgreementType AgreementType.Factory.parse(URL u)
           
static AgreementType AgreementType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static AgreementType AgreementType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static AgreementType AgreementType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static AgreementType AgreementType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static AgreementType AgreementType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.ogf.schemas.graap.wsAgreement with parameters of type AgreementType
 void CreatePendingAgreementInputType.setAgreementOffer(AgreementType agreementOffer)
          Sets the "AgreementOffer" element
 void CreateAgreementInputType.setAgreementOffer(AgreementType agreementOffer)
          Sets the "AgreementOffer" element
 void AgreementOfferDocument.setAgreementOffer(AgreementType agreementOffer)
          Sets the "AgreementOffer" element
 

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

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

Methods in org.ogf.schemas.graap.wsAgreement.impl that return AgreementType
 AgreementType CreatePendingAgreementInputTypeImpl.addNewAgreementOffer()
          Appends and returns a new empty "AgreementOffer" element
 AgreementType CreateAgreementInputTypeImpl.addNewAgreementOffer()
          Appends and returns a new empty "AgreementOffer" element
 AgreementType AgreementOfferDocumentImpl.addNewAgreementOffer()
          Appends and returns a new empty "AgreementOffer" element
 AgreementType CreatePendingAgreementInputTypeImpl.getAgreementOffer()
          Gets the "AgreementOffer" element
 AgreementType CreateAgreementInputTypeImpl.getAgreementOffer()
          Gets the "AgreementOffer" element
 AgreementType AgreementOfferDocumentImpl.getAgreementOffer()
          Gets the "AgreementOffer" element
 

Methods in org.ogf.schemas.graap.wsAgreement.impl with parameters of type AgreementType
 void CreatePendingAgreementInputTypeImpl.setAgreementOffer(AgreementType agreementOffer)
          Sets the "AgreementOffer" element
 void CreateAgreementInputTypeImpl.setAgreementOffer(AgreementType agreementOffer)
          Sets the "AgreementOffer" element
 void AgreementOfferDocumentImpl.setAgreementOffer(AgreementType agreementOffer)
          Sets the "AgreementOffer" element
 

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

Subinterfaces of AgreementType in org.ogf.schemas.graap.wsAgreement.negotiation
 interface NegotiationOfferType
          An XML NegotiationOfferType(@http://schemas.ogf.org/graap/2009/11/ws-agreement-negotiation).
 

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

Classes in org.ogf.schemas.graap.wsAgreement.negotiation.impl that implement AgreementType
 class NegotiationOfferTypeImpl
          An XML NegotiationOfferType(@http://schemas.ogf.org/graap/2009/11/ws-agreement-negotiation).
 



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