Uses of Interface
org.ggf.schemas.jsdl.x2005.x11.jsdl.ApplicationType

Packages that use ApplicationType
org.ggf.schemas.jsdl.x2005.x11.jsdl   
org.ggf.schemas.jsdl.x2005.x11.jsdl.impl   
org.ogf.graap.wsag.api.pattern   
org.ogf.graap.wsag.api.sla   
 

Uses of ApplicationType in org.ggf.schemas.jsdl.x2005.x11.jsdl
 

Methods in org.ggf.schemas.jsdl.x2005.x11.jsdl that return ApplicationType
 ApplicationType JobDescriptionType.addNewApplication()
          Appends and returns a new empty "Application" element
 ApplicationType ApplicationDocument.addNewApplication()
          Appends and returns a new empty "Application" element
 ApplicationType JobDescriptionType.getApplication()
          Gets the "Application" element
 ApplicationType ApplicationDocument.getApplication()
          Gets the "Application" element
static ApplicationType ApplicationType.Factory.newInstance()
           
static ApplicationType ApplicationType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static ApplicationType ApplicationType.Factory.parse(File file)
           
static ApplicationType ApplicationType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static ApplicationType ApplicationType.Factory.parse(InputStream is)
           
static ApplicationType ApplicationType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static ApplicationType ApplicationType.Factory.parse(Node node)
           
static ApplicationType ApplicationType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static ApplicationType ApplicationType.Factory.parse(Reader r)
           
static ApplicationType ApplicationType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static ApplicationType ApplicationType.Factory.parse(String xmlAsString)
           
static ApplicationType ApplicationType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static ApplicationType ApplicationType.Factory.parse(URL u)
           
static ApplicationType ApplicationType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static ApplicationType ApplicationType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static ApplicationType ApplicationType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static ApplicationType ApplicationType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static ApplicationType ApplicationType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.ggf.schemas.jsdl.x2005.x11.jsdl with parameters of type ApplicationType
 void JobDescriptionType.setApplication(ApplicationType application)
          Sets the "Application" element
 void ApplicationDocument.setApplication(ApplicationType application)
          Sets the "Application" element
 

Uses of ApplicationType in org.ggf.schemas.jsdl.x2005.x11.jsdl.impl
 

Classes in org.ggf.schemas.jsdl.x2005.x11.jsdl.impl that implement ApplicationType
 class ApplicationTypeImpl
          An XML Application_Type(@http://schemas.ggf.org/jsdl/2005/11/jsdl).
 

Methods in org.ggf.schemas.jsdl.x2005.x11.jsdl.impl that return ApplicationType
 ApplicationType JobDescriptionTypeImpl.addNewApplication()
          Appends and returns a new empty "Application" element
 ApplicationType ApplicationDocumentImpl.addNewApplication()
          Appends and returns a new empty "Application" element
 ApplicationType JobDescriptionTypeImpl.getApplication()
          Gets the "Application" element
 ApplicationType ApplicationDocumentImpl.getApplication()
          Gets the "Application" element
 

Methods in org.ggf.schemas.jsdl.x2005.x11.jsdl.impl with parameters of type ApplicationType
 void JobDescriptionTypeImpl.setApplication(ApplicationType application)
          Sets the "Application" element
 void ApplicationDocumentImpl.setApplication(ApplicationType application)
          Sets the "Application" element
 

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

Methods in org.ogf.graap.wsag.api.pattern that return ApplicationType
 ApplicationType ComputeApplicationPattern.getSelectedApplication()
           
 ApplicationType ChoosableComputeApplicationPattern.getSelectedApplication()
           
 ApplicationType[] ChoosableComputeApplicationPattern.listApplications()
          Lists all applications in the term compositor.
 

Methods in org.ogf.graap.wsag.api.pattern with parameters of type ApplicationType
 boolean ChoosableComputeApplicationPattern.selectApplication(ApplicationType application)
          Selects the application in the term compositor.
 

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

Methods in org.ogf.graap.wsag.api.sla that return ApplicationType
 ApplicationType ComputeJobOffer.getSelectedApplication()
           
 ApplicationType AbstractComputeJobTemplate.getSelectedApplication()
           
 ApplicationType[] AbstractComputeJobTemplate.listApplications()
           
 

Methods in org.ogf.graap.wsag.api.sla with parameters of type ApplicationType
 boolean AbstractComputeJobTemplate.selectApplication(ApplicationType application)
           
 



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