SilverStream eXtend
Director 4.0

Package com.sssw.cm.api

Provides interfaces that define the Content Management subsystem API.

See:
          Description

Interface Summary
EbiAddDocumentParams Interface for defining the set of parameters for creating a new document.
EbiCmElement This is the base interface for content management elements.
EbiContentAdmin This interface describes the content administration element.
EbiContentManager Interface for direct access to the content manager.

Note: Do not use EbiContentManager directly unless you have a specific reason for doing so; the best practice is to call this code indirectly through EbiContentMgmtDelegate.
EbiContentMgmtDelegate Recommended interface for most content manager functions.
EbiDataTransfer Describes the set of functionality that is common to various data transfer tools.
EbiDelegateConstants This class contains constants for CM Delegates.
EbiDirectory Objects implementing this interface represent Directories (collections of items which are leaf nodes or other Directories).
EbiDirectoryContents An object that implements this interface manages an ordered list of EbiDirectoryEntry objects.
EbiDirectoryEntry Objects that implement this interface are entries in Directories (see EbiDirectory).
EbiDirEntryXmlDataOptions Objects that implement this interface describe options for transferring data to/from XML for elements that are directory entries.
EbiDocCategory Objects that implement this interface represent Document Categories.
EbiDocContent EbiDocContent defines the notion of a Document's Content.
EbiDocExtnMeta A Document Extension Meta is a holder of a set of individual Extension Meta Info's (EbiDocExtnMetaInfo's).
EbiDocExtnMetaInfo This interface represents the pair { field name, field values }.
EbiDocField This interface defines a Document Field.
EbiDocFolder Objects that implement this interface represent Document Folders.
EbiDocLayoutSet Objects that implement this interface represent Document Layout Sets that are created by Document Authors per a specific Document, if they choose to specify Layouts that are to be used by the Presentation Layer at the document viewing time.
EbiDocLayoutStyle Objects implementing this interface represent Document Layout Styles that are defined by Administrators per Document Type.
EbiDocLink Objects that implement this interface represent Links between two Documents: a Link-Parent Document and a Link-Child Document.
EbiDocMetaDataQuery This interface defines some of the functionality needed for a Document Metadata Query implementation.
EbiDocPropDescriptor Objects that implement this interface describe specific standard Document Metadata properties such as author, publish date, etc.
EbiDocQuery Objects that implement this interface represent queries that are used to search for Documents maintained by the Content Manager.
EbiDocQueryConverter Objects that implement this interface perform conversions of XML query definitions for content management, into the Document Metadata Query objects.
EbiDocType This interface defines the notion of a Document Type.
EbiDocument Defines the notion of a Document.
A Document is comprised of the following constituents:
EbiDocumentXmlDataOptions Objects that implement this interface describe options for transferring data to/from XML for documents.
EbiDocVersion This interface defines a Version of a Document's Content.
EbiDocVersionDescriptor Objects that implement this interface represent Descriptors of Document Versions.
EbiElementOverwrite Objects that implement this interface represent specifiers for how existing CM elements should be overwritten by tools such as the Importer.
EbiExporter Objects that implement this interface are used for exporting CM data out of the Content Management System.
EbiFtsDocContentQuery Deprecated. EbiQuery
EbiFtsDocMetaDataQuery Deprecated. EbiQuery
EbiImporter Objects that implement this interface are used for importing CM data into the Content Management System.
EbiLayoutDocDescriptor The Content Manager provides the ability to define Document Layouts which are descriptions of how Documents should look like once they are retrieved by the Presentation Layer and rendered for viewing.
EbiOperatorDescriptor Objects that implement this interface represent operators that are valid when executing Document Metadata queries.
EbiQueryResult Objects that implement this interface are returned by the Query Engine as part of query results for Content Management queries.
EbiRelatedElements Describes a set of elements that are related to a specific element in some fashion.
EbiTool A generic interface describing a programmatic tool.
EbiXmlDataOptions Objects that implement this interface define options for serializing CM element data to XML and deserializing data from XML.
 

Package com.sssw.cm.api Description

Provides interfaces that define the Content Management subsystem API. The primary interface is EbiContentMgmtDelegate, a delegate that represents the content manager and has methods for managing documents and all related objects.


SilverStream eXtend
Director 4.0