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

Packages that use AgreementPropertiesType
org.ogf.graap.wsag.api.types   
org.ogf.graap.wsag.samples   
org.ogf.graap.wsag.samples.actions   
org.ogf.graap.wsag.samples.pendingagreement   
org.ogf.graap.wsag.server.monitoring   
org.ogf.graap.wsag.wsrf.impl   
org.ogf.graap.wsag4j.types.engine   
org.ogf.graap.wsag4j.types.engine.impl   
org.ogf.schemas.graap.wsAgreement   
org.ogf.schemas.graap.wsAgreement.impl   
 

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

Fields in org.ogf.graap.wsag.api.types declared as AgreementPropertiesType
protected  AgreementPropertiesType AbstractAgreementType.agreementProperties
          The internal XML representation of the agreement instance.
 

Methods in org.ogf.graap.wsag.api.types with parameters of type AgreementPropertiesType
 void AbstractAgreementType.setXmlObject(AgreementPropertiesType properties)
          Sets the properties for this agreement explicitly.
 

Constructors in org.ogf.graap.wsag.api.types with parameters of type AgreementPropertiesType
AbstractAgreementType(AgreementPropertiesType agreementPropertiesType)
          Creates a new agreement instance.
 

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

Constructors in org.ogf.graap.wsag.samples with parameters of type AgreementPropertiesType
SampleAgreement(AgreementPropertiesType properties)
          Creates an agreement with the given agreement properties document.
SampleMonitoredAgreement(AgreementPropertiesType agreementPropertiesType)
          Creates a monitored agreement based on the given agreement properties document.
 

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

Constructors in org.ogf.graap.wsag.samples.actions with parameters of type AgreementPropertiesType
SampleAgreement(AgreementPropertiesType agreementPropertiesType)
          Creates a agreement based on the given agreement properties document.
 

Uses of AgreementPropertiesType in org.ogf.graap.wsag.samples.pendingagreement
 

Constructors in org.ogf.graap.wsag.samples.pendingagreement with parameters of type AgreementPropertiesType
PendingAgreement(AgreementPropertiesType properties)
          Constructs an agreement and initializes it with the given resource properties.
 

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

Methods in org.ogf.graap.wsag.server.monitoring with parameters of type AgreementPropertiesType
 GuaranteeTermType[] SimpleGuaranteeEvaluator.selectGuaranteeTerms(AgreementPropertiesType properties)
          Selects all guarantees in an agreement properties document.
 

Constructors in org.ogf.graap.wsag.server.monitoring with parameters of type AgreementPropertiesType
ServicePropertyResolver(ServicePropertiesType properties, AgreementPropertiesType agreementProperties)
          Constructs a new resolver.
 

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

Constructors in org.ogf.graap.wsag.wsrf.impl with parameters of type AgreementPropertiesType
PendingAgreementImpl(AgreementPropertiesType properties)
          Creates a pending agreement for an properties.
 

Uses of AgreementPropertiesType in org.ogf.graap.wsag4j.types.engine
 

Methods in org.ogf.graap.wsag4j.types.engine that return AgreementPropertiesType
 AgreementPropertiesType PersistenceAgreementContextType.addNewAgreementProperties()
          Appends and returns a new empty "AgreementProperties" element
 AgreementPropertiesType PersistenceAgreementContextType.getAgreementProperties()
          Gets the "AgreementProperties" element
 

Methods in org.ogf.graap.wsag4j.types.engine with parameters of type AgreementPropertiesType
 void PersistenceAgreementContextType.setAgreementProperties(AgreementPropertiesType agreementProperties)
          Sets the "AgreementProperties" element
 

Uses of AgreementPropertiesType in org.ogf.graap.wsag4j.types.engine.impl
 

Methods in org.ogf.graap.wsag4j.types.engine.impl that return AgreementPropertiesType
 AgreementPropertiesType PersistenceAgreementContextTypeImpl.addNewAgreementProperties()
          Appends and returns a new empty "AgreementProperties" element
 AgreementPropertiesType PersistenceAgreementContextTypeImpl.getAgreementProperties()
          Gets the "AgreementProperties" element
 

Methods in org.ogf.graap.wsag4j.types.engine.impl with parameters of type AgreementPropertiesType
 void PersistenceAgreementContextTypeImpl.setAgreementProperties(AgreementPropertiesType agreementProperties)
          Sets the "AgreementProperties" element
 

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

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

Methods in org.ogf.schemas.graap.wsAgreement with parameters of type AgreementPropertiesType
 void AgreementPropertiesDocument.setAgreementProperties(AgreementPropertiesType agreementProperties)
          Sets the "AgreementProperties" element
 

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

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

Methods in org.ogf.schemas.graap.wsAgreement.impl that return AgreementPropertiesType
 AgreementPropertiesType AgreementPropertiesDocumentImpl.addNewAgreementProperties()
          Appends and returns a new empty "AgreementProperties" element
 AgreementPropertiesType AgreementPropertiesDocumentImpl.getAgreementProperties()
          Gets the "AgreementProperties" element
 

Methods in org.ogf.schemas.graap.wsAgreement.impl with parameters of type AgreementPropertiesType
 void AgreementPropertiesDocumentImpl.setAgreementProperties(AgreementPropertiesType agreementProperties)
          Sets the "AgreementProperties" element
 



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