Uses of Interface
com.sage.orion.sdata.servlet.SDataSchema

Packages that use SDataSchema
com.sage.orion.sdata.servlet   
com.sage.orion.sdata.servlet.accpac   
com.sage.orion.sdata.servlet.swtservice   
 

Uses of SDataSchema in com.sage.orion.sdata.servlet
 

Classes in com.sage.orion.sdata.servlet that implement SDataSchema
 class FileSchema
          This class generates the schema from a file.
 class SDataExternalSchema
          This class generate schema from the external SData response
 class ServiceSchema
          The ServiceSchema is a class that represents the schema of a service operation.
 

Methods in com.sage.orion.sdata.servlet that return SDataSchema
 SDataSchema SDataExternalResponseHelper.getLinkedSchema(org.w3c.dom.Element element)
          returns the schema element under the schema link of the feed or entry
 SDataSchema SDataResponse.getSchema()
          return the schema within the response
 SDataSchema SDataExternalResponse.getSchema()
           
protected  SDataSchema JDBCResourceKind.getSchema()
          Get the SDataSchema which has the functionality to convert the underlying JDBC table's meta data into text(xml) form so that it can be transmitted over wire
 SDataSchema BaseServiceOperation.getSchema(SDataRequest request)
          Returns the schema of the operation, based upon its properties
 

Constructors in com.sage.orion.sdata.servlet with parameters of type SDataSchema
SchemaResponse(SDataSchema schema)
           
SDataResponseEntry(SDataResourceElement body, java.lang.String key, java.lang.String eTag, boolean editable, java.util.List<SDataDiagnosis> errors, SDataSchema schema, java.lang.String title)
          construct a response entry
SDataResponseEntry(SDataResourceElement body, java.lang.String key, java.lang.String eTag, boolean editable, java.util.List<SDataDiagnosis> errors, SDataSchema schema, java.lang.String title, Category category)
          construct a response entry
SDataResponseEntry(SDataResourceElement body, java.lang.String key, java.lang.String eTag, boolean editable, java.util.List<SDataDiagnosis> errors, SDataSchema schema, java.lang.String title, Category category, boolean canPost, boolean hasService)
          construct a response entry
SDataResponseFeed(java.util.List<SDataResponseEntry> entries, PagingInfo pagingInfo, java.lang.String resourceSetURL, java.lang.String id, SDataSchema schema, Category category, java.lang.String title)
          Constructor
SDataResponseFeed(java.util.List<SDataResponseEntry> entries, PagingInfo pagingInfo, java.lang.String resourceSetURL, java.lang.String id, SDataSchema schema, Category category, java.lang.String title, boolean canPost, boolean hasService)
           
SDataResponseFeed(java.util.List<SDataResponseEntry> entries, PagingInfo pagingInfo, java.lang.String resourceSetURL, java.lang.String id, SDataSchema schema, java.lang.String title)
          Constructor
 

Uses of SDataSchema in com.sage.orion.sdata.servlet.accpac
 

Classes in com.sage.orion.sdata.servlet.accpac that implement SDataSchema
 class SchemaChange
          notes the changes to the schema of a resource set and provides them as a schema delta.
 

Uses of SDataSchema in com.sage.orion.sdata.servlet.swtservice
 

Classes in com.sage.orion.sdata.servlet.swtservice that implement SDataSchema
 class AdhocQueryFileSchemaDefaultImpl
          This schema implements the required SData schema for both QueryFile and QueryFileCategory
 class GroupedKindSchema
          The GroupedKindSchema class produces a schema for those resource kinds that add virtual grouping to underlying flat JDBC table resource kinds.
 

Methods in com.sage.orion.sdata.servlet.swtservice that return SDataSchema
 SDataSchema UIContentResourceKind.getSchema()
          Get the SDataSchema which has the functionality to convert the underlying JDBC table's meta data into text(xml) form so that it can be transmitted over wire
protected  SDataSchema PortletCategoriesResourceKind.getSchema()
          get the schema.
 

Constructors in com.sage.orion.sdata.servlet.swtservice with parameters of type SDataSchema
GroupedKindSchema(SDataSchema superSchema, java.lang.String subName, java.lang.String... fields)
          constructs an instance of the GroupedKindSchema class using the schema of the superclass and the name and field names of the subclass
 



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