Uses of Class
org.apache.oozie.service.SchemaService.SchemaName

Packages that use SchemaService.SchemaName
org.apache.oozie.service   
org.apache.oozie.util   
 

Uses of SchemaService.SchemaName in org.apache.oozie.service
 

Methods in org.apache.oozie.service that return SchemaService.SchemaName
static SchemaService.SchemaName SchemaService.SchemaName.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SchemaService.SchemaName[] SchemaService.SchemaName.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.oozie.service with parameters of type SchemaService.SchemaName
 Schema SchemaService.getSchema(SchemaService.SchemaName schemaName)
          Return the schema for XML validation of application definitions.
 

Uses of SchemaService.SchemaName in org.apache.oozie.util
 

Methods in org.apache.oozie.util with parameters of type SchemaService.SchemaName
static void XmlUtils.validateData(String xmlData, SchemaService.SchemaName xsdFile)
           
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.