Novell exteNd
Director 5.2 API

Package com.sssw.cm.api

Provides interfaces that define the Content Management subsystem API.

See:
          Description

Interface Summary
EbiAddDocumentParams Objects that implement this interface define the set of parameters that are passed in to the EbiContentManager.addDocument method.
EbiCmElement This is the base interface for content management elements.
EbiContentAdmin This interface describes the content administration element.
EbiContentManager This is the Content Manager interface.
The Content Manager provides the following capabilities:
Creation and management of Document Types; Creation and management of Extension Metadata Fields; Creation and management of Documents; Creation and management of Document Layouts; Document Publish/Expire capability; Locking (check-in, check-out, unlock); Versioning (version history, rollback); Creation and management of Document Links; Searching within the Document Metadata, Extension Metadata, and Content; (see com.sssw.search.api for details on using the Search Service for CM searches); Creation and management of Folders and Categories; Security (for all the CM Elements that implement com.sssw.fw.api.EbiSecurableElement).
EbiContentMgmtDelegate This is the Content Manager Delegate interface.
The Content Manager provides the following capabilities:
Creation and management of Document Types; Creation and management of Extension Metadata Fields; Creation and management of Documents; Creation and management of Document Layouts; Document Publish/Expire capability; Locking (check-in, check-out, unlock); Versioning (version history, rollback); Creation and management of Document Links; Searching within the Document Metadata, Extension Metadata, and Content; (see com.sssw.search.api for details on using the Search Service for CM searches); Creation and management of Folders and Categories; Security (for all the CM Elements that implement com.sssw.fw.api.EbiSecurableElement).
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. Use EbiQuery
EbiFtsDocMetaDataQuery Deprecated. Use 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.


Novell exteNd
Director 5.2 API