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

Packages that use GuaranteeTermType
org.ogf.graap.wsag.server.accounting   
org.ogf.graap.wsag.server.monitoring   
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 GuaranteeTermType in org.ogf.graap.wsag.server.accounting
 

Methods in org.ogf.graap.wsag.server.accounting that return GuaranteeTermType
 GuaranteeTermType IAccountingContext.getGuarantee()
           
 GuaranteeTermType AccountingContext.getGuarantee()
          
 

Methods in org.ogf.graap.wsag.server.accounting with parameters of type GuaranteeTermType
 void IAccountingContext.setGuarantee(GuaranteeTermType guarantee)
           
 void AccountingContext.setGuarantee(GuaranteeTermType guarantee)
          
 

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

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

Methods in org.ogf.graap.wsag.server.monitoring with parameters of type GuaranteeTermType
 GuaranteeEvaluationResultType SimpleGuaranteeEvaluator.evaluate(GuaranteeTermType guarantee, Map<String,Object> variables)
          Evaluates a given guarantee.
 GuaranteeEvaluationResultType IGuaranteeEvaluator.evaluate(GuaranteeTermType guarantee, Map<String,Object> variables)
          Evaluates a given guarantee.
 

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

Methods in org.ogf.graap.wsag4j.types.engine that return GuaranteeTermType
 GuaranteeTermType GuaranteeEvaluationDetailType.addNewGuarantee()
          Appends and returns a new empty "Guarantee" element
 GuaranteeTermType GuaranteeEvaluationDetailType.getGuarantee()
          Gets the "Guarantee" element
 

Methods in org.ogf.graap.wsag4j.types.engine with parameters of type GuaranteeTermType
 void GuaranteeEvaluationDetailType.setGuarantee(GuaranteeTermType guarantee)
          Sets the "Guarantee" element
 

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

Methods in org.ogf.graap.wsag4j.types.engine.impl that return GuaranteeTermType
 GuaranteeTermType GuaranteeEvaluationDetailTypeImpl.addNewGuarantee()
          Appends and returns a new empty "Guarantee" element
 GuaranteeTermType GuaranteeEvaluationDetailTypeImpl.getGuarantee()
          Gets the "Guarantee" element
 

Methods in org.ogf.graap.wsag4j.types.engine.impl with parameters of type GuaranteeTermType
 void GuaranteeEvaluationDetailTypeImpl.setGuarantee(GuaranteeTermType guarantee)
          Sets the "Guarantee" element
 

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

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

Methods in org.ogf.schemas.graap.wsAgreement with parameters of type GuaranteeTermType
 void TermCompositorType.setGuaranteeTermArray(GuaranteeTermType[] guaranteeTermArray)
          Sets array of all "GuaranteeTerm" element
 void TermCompositorType.setGuaranteeTermArray(int i, GuaranteeTermType guaranteeTerm)
          Sets ith "GuaranteeTerm" element
 

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

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

Methods in org.ogf.schemas.graap.wsAgreement.impl that return GuaranteeTermType
 GuaranteeTermType TermCompositorTypeImpl.addNewGuaranteeTerm()
          Appends and returns a new empty value (as xml) as the last "GuaranteeTerm" element
 GuaranteeTermType[] TermCompositorTypeImpl.getGuaranteeTermArray()
          Gets array of all "GuaranteeTerm" elements
 GuaranteeTermType TermCompositorTypeImpl.getGuaranteeTermArray(int i)
          Gets ith "GuaranteeTerm" element
 GuaranteeTermType TermCompositorTypeImpl.insertNewGuaranteeTerm(int i)
          Inserts and returns a new empty value (as xml) as the ith "GuaranteeTerm" element
 

Methods in org.ogf.schemas.graap.wsAgreement.impl with parameters of type GuaranteeTermType
 void TermCompositorTypeImpl.setGuaranteeTermArray(GuaranteeTermType[] guaranteeTermArray)
          Sets array of all "GuaranteeTerm" element
 void TermCompositorTypeImpl.setGuaranteeTermArray(int i, GuaranteeTermType guaranteeTerm)
          Sets ith "GuaranteeTerm" element
 



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