com.sage.orion.sdata.servlet.swtservice
Class AdhocQueryFileSchemaDefaultImpl

java.lang.Object
  extended by com.sage.orion.sdata.servlet.swtservice.AdhocQueryFileSchemaDefaultImpl
All Implemented Interfaces:
SDataSchema

public class AdhocQueryFileSchemaDefaultImpl
extends java.lang.Object
implements SDataSchema

This schema implements the required SData schema for both QueryFile and QueryFileCategory


Field Summary
static java.lang.String AME_ABBREVIATION
           
static java.lang.String METADATA_EXTENSIONS
           
static java.lang.String SCHEMA_NAMESPACE
           
 
Method Summary
 org.w3c.dom.Element getAsElement(org.w3c.dom.Document document)
          returns a schema element that expresses the schema.
 java.lang.String getVersion()
          a version that identifies the schema or null if there is none
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SCHEMA_NAMESPACE

public static final java.lang.String SCHEMA_NAMESPACE
See Also:
Constant Field Values

AME_ABBREVIATION

public static final java.lang.String AME_ABBREVIATION
See Also:
Constant Field Values

METADATA_EXTENSIONS

public static final java.lang.String METADATA_EXTENSIONS
See Also:
Constant Field Values
Method Detail

getAsElement

public org.w3c.dom.Element getAsElement(org.w3c.dom.Document document)
Description copied from interface: SDataSchema
returns a schema element that expresses the schema.

The schema returned is intended either to be made the content of a document or added to a link element etc.

Specified by:
getAsElement in interface SDataSchema
Parameters:
document - the element to which to add itself

getVersion

public java.lang.String getVersion()
Description copied from interface: SDataSchema
a version that identifies the schema or null if there is none

Specified by:
getVersion in interface SDataSchema


Copyright © 2011 Sage Software, Inc. All rights reserved.