Package com.isomorphic.datasource


package com.isomorphic.datasource
  • Class
    Description
    This class implements a DynamicDSGenerator which generates an audit DataSource based on a DataSource which has auditing enabled.
    This class handles execution of BaseRequest, mainly inside DSTransaction.processQueue().
    A BasicDataSource is a DataSource that can create itself from configuration information expressed in XML.
    A DataSource is metadata that provides a high-level, implementation independent description of a set of permanently stored objects that will be manipulated within a SmartClient application.
    An IBeanFilter that applies DataSource.getProperties() to all bean values (e.g.
    This class contains static utility methods for obtaining a DataSource instance from the pool, and returning those instances.
    Server-side representation of a DataSource Field.
    Specifies a file stored in a DataSource.
    Server-side representation of a DataSource request initiated by a client-side DataBoundComponent or programmatically by custom client-side JavaScript.
    Response object to be populated by server-side code responding to a DSRequest.
    Manages a transaction that involves multiple DSRequest or RPCRequest objects.
    DynamicDSGenerators can be registered with the SmartClient Server framework via the DataSource.addDynamicDSGenerator(DynamicDSGenerator) method.
    Marker interface that tells DataSource.getProperties() to treat instances of Map as Beans.
    ODataDataSource is a custom subclass of RestConnector that adds functionality for REST services that follow the OData protocol.
    Holds information about relation field.
    This class is DataSource implementation that connect to many different types of REST webservice.
    Deprecated. 
    For DSRequests that are marked "streamResults: true", the data member of the corresponding DSResponse will be an instance of StreamingResponseIterator.
    Function to produce a summary value based on an array of records and a field definition.
    Represents text matching styles.
    Transaction policy constants.
    Provides access to the context of validation process, which may vary depending on the circumstances where validation is performed.
    Server-side representation of a Validator.