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

Packages that use AgreementContextType
org.ogf.graap.wsag.api   
org.ogf.graap.wsag.api.client   
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.server.monitoring   
org.ogf.graap.wsag.server.persistence.impl   
org.ogf.graap.wsag.wsrf.impl   
org.ogf.schemas.graap.wsAgreement   
org.ogf.schemas.graap.wsAgreement.impl   
 

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

Methods in org.ogf.graap.wsag.api that return AgreementContextType
 AgreementContextType NegotiationOffer.getContext()
           
 AgreementContextType AgreementTemplate.getContext()
           
 AgreementContextType AgreementOffer.getContext()
           
 AgreementContextType Agreement.getContext()
           
 

Methods in org.ogf.graap.wsag.api with parameters of type AgreementContextType
 void NegotiationOffer.setContext(AgreementContextType context)
           
 void AgreementTemplate.setContext(AgreementContextType context)
           
 void AgreementOffer.setContext(AgreementContextType context)
           
 

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

Methods in org.ogf.graap.wsag.api.client that return AgreementContextType
 AgreementContextType AgreementService.getContext()
          Returns the context of the agreement instance.
 

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

Methods in org.ogf.graap.wsag.api.types that return AgreementContextType
 AgreementContextType TemplateType.getContext()
          
 AgreementContextType NegotiationOfferTypeImpl.getContext()
          The context of the agreement to negotiate.
 AgreementContextType AgreementOfferType.getContext()
          
 AgreementContextType AbstractAgreementType.getContext()
          
 

Methods in org.ogf.graap.wsag.api.types with parameters of type AgreementContextType
 void TemplateType.setContext(AgreementContextType arg0)
          
 void NegotiationOfferTypeImpl.setContext(AgreementContextType context)
           
 void AgreementOfferType.setContext(AgreementContextType context)
          
 void AbstractAgreementType.setContext(AgreementContextType context)
          Sets the context of the agreement.
 

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

Methods in org.ogf.graap.wsag.client.impl that return AgreementContextType
 AgreementContextType AgreementImpl.getContext()
          Returns the context of the agreement instance.
 

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

Methods in org.ogf.graap.wsag.client.local that return AgreementContextType
 AgreementContextType LocalAgreementServiceImpl.getContext()
          Returns the context of the agreement instance.
 

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

Methods in org.ogf.graap.wsag.client.remote that return AgreementContextType
 AgreementContextType RemoteAgreementServiceImpl.getContext()
          Returns the context of the agreement instance.
 

Uses of AgreementContextType in org.ogf.graap.wsag.server.monitoring
 

Methods in org.ogf.graap.wsag.server.monitoring that return AgreementContextType
 AgreementContextType MonitorableAgreement.getContext()
           
 

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

Methods in org.ogf.graap.wsag.server.persistence.impl that return AgreementContextType
 AgreementContextType DatabasePersistentAgreement.getContext()
          
 

Uses of AgreementContextType in org.ogf.graap.wsag.wsrf.impl
 

Methods in org.ogf.graap.wsag.wsrf.impl that return AgreementContextType
 AgreementContextType PendingAgreementFacade.getContext()
          
 

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

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

Methods in org.ogf.schemas.graap.wsAgreement with parameters of type AgreementContextType
 void ContextDocument.setContext(AgreementContextType context)
          Sets the "Context" element
 void AgreementType.setContext(AgreementContextType context)
          Sets the "Context" element
 void AgreementStatePropertiesType.setContext(AgreementContextType context)
          Sets the "Context" element
 void AgreementPropertiesType.setContext(AgreementContextType context)
          Sets the "Context" element
 

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

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

Methods in org.ogf.schemas.graap.wsAgreement.impl that return AgreementContextType
 AgreementContextType ContextDocumentImpl.addNewContext()
          Appends and returns a new empty "Context" element
 AgreementContextType AgreementTypeImpl.addNewContext()
          Appends and returns a new empty "Context" element
 AgreementContextType AgreementStatePropertiesTypeImpl.addNewContext()
          Appends and returns a new empty "Context" element
 AgreementContextType AgreementPropertiesTypeImpl.addNewContext()
          Appends and returns a new empty "Context" element
 AgreementContextType ContextDocumentImpl.getContext()
          Gets the "Context" element
 AgreementContextType AgreementTypeImpl.getContext()
          Gets the "Context" element
 AgreementContextType AgreementStatePropertiesTypeImpl.getContext()
          Gets the "Context" element
 AgreementContextType AgreementPropertiesTypeImpl.getContext()
          Gets the "Context" element
 

Methods in org.ogf.schemas.graap.wsAgreement.impl with parameters of type AgreementContextType
 void ContextDocumentImpl.setContext(AgreementContextType context)
          Sets the "Context" element
 void AgreementTypeImpl.setContext(AgreementContextType context)
          Sets the "Context" element
 void AgreementStatePropertiesTypeImpl.setContext(AgreementContextType context)
          Sets the "Context" element
 void AgreementPropertiesTypeImpl.setContext(AgreementContextType context)
          Sets the "Context" element
 



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