Uses of Package
wt.fc.manifest

Packages that use wt.fc.manifest
wt.fc Provides high level datastore access by using the PersistenceManager (and server-side-only PersistenceManagerSvr) to find and manage Persistable objects. 
wt.fc.manifest   
 

Classes in wt.fc.manifest used by wt.fc
Manifest
          This class serves as a data container for gathering Directive objects to be passed from one or many services to another service optimized to handle the required interaction with the database for the set of Directive objects it contains.
 

Classes in wt.fc.manifest used by wt.fc.manifest
AbstractDirective
          This class defines a pattern for Directive implementation classes.
AbstractDirectiveCriteria
          Default implementation for methods common to DirectiveCriteria implementations.
AbstractDirectiveDelegate
          

Supported API: false

Extendable: false
AbstractDirectiveResult
          Common DirectiveResult functionality.
Directive
          This interface is used to define a high level set of database operations such as a query, insert, or delete.
DirectiveCriteria
          Interface representing the criteria necessary to process a Directive.
DirectiveCriteriaKey
          Composite key for finding a DirectiveCriteria.
DirectiveDelegate
          The DirectiveDelegate is the place where Directives are processed.
DirectiveResult
          The result from executing a Directive.
LinkExistenceCriteria
          This class is tightly coupled with QueryLinkExistenceDirective.
Manifest
          This class serves as a data container for gathering Directive objects to be passed from one or many services to another service optimized to handle the required interaction with the database for the set of Directive objects it contains.
ManifestServiceSvr
          The ManifestServiceSvr interface identifies the set of ManifestService methods that are invokable only from classes running in the method server.
QueryAdhocForeignKeyExistenceDirective
          Directive for querying non-modeled, foreign key-like associations.
QueryLinkExistenceDirective
          Directive used to check for the existence of one to many link objects in the database.
QueryLinkExistenceDirectiveDelegate
          Process a set of QueryLinkExistenceDirectives.
StandardManifestService
          StandardManifestService is a concrete implementation of ManifestServiceSvr targeted for performing optimized database operations defined by a set of Directive objects within a Manifest.