Package com.ibm.workplace.wcm.api

This package defines the Lotus Web Content Management API.

See:
          Description

Interface Summary
AuthoringTemplate Represents an authoring template.
Category Represents a Category in the repository.
ChildPosition  
Content A Content object represents a Content item in the WCM repository.
ContentComponent The root interface in the Content Component hierarchy.
ContentComponentContainer The root interface for the content component container hierarchy.
ContentComponentIterator ContentComponentIterator, as the name suggests, iterates over ContentComponent objects in a ContentComponentContainer.
ContentLink A ContentLink object represents a link to a Content item in the WCM repository.
ContextProcessor Represents a context processor.
ContextProcessorParams Represents the parameters that a context processor is able to read and modify.
DateComponent Represents a Date component.
Document An interface defining an object that exists as an entity in the repository.
DocumentId Represents the ID of a Document in the repository.
DocumentIdIterator DocumentIdIterator iterates over DocumentId objects.
DocumentIterator DocumentIterator iterates over Document objects.
DocumentLibrary Represents a library containing Documents.
DocumentLibraryACL  
DocumentListWriter The DocumentListWriter interface defines a character writer that can be used to write a list with information about documents from a document library.
DocumentManagerComponent Represents a DocumentManager component.
DocumentType This interface is used to define the types of documents that are available to the API.
DocumentTypes This interface holds constants that define each of the DocumentTypes that are known to the API.
Editable Defines the behaviour for editable objects within the API.
EditableLibraryComponent The EditableLibraryComponent interface represents components that can be stored in the repository that are both Editable through this API and a Library Component.
FileComponent Represents a File component.
HistoryLogEntry A read-only History Log Entry
HistoryLogIterator HistoryLogIterator iterates over HistoryLogEntry objects.
HTMLComponent Represents a HTML component.
ImageComponent Represents an Image component.
LibraryComponent The root interface in the Library Component hierarchy.
LibraryDateComponent Represents a Date component.
LibraryDocumentManagerComponent Represents a DocumentManager component.
LibraryFileComponent Represents a File component that exists in the Component Library.
LibraryHTMLComponent Represents a HTML component that exists in the Component Library.
LibraryImageComponent Represents an Image component that exists in the Component Library.
LibraryLinkComponent Represents a Link component that exists in the Component Library.
LibraryMemberRole  
LibraryMemberRoles This class contains static references to all library member roles
LibraryNumericComponent Represents a Number component.
LibraryResourceType  
LibraryResourceTypes  
LibraryRichTextComponent Represents a RichText component that exists in the Component Library.
LibraryShortTextComponent Represents an Short Text component that exists in the Component Library.
LibraryStyleSheetComponent Represents a Style Sheet component that exists in the Component Library.
LibraryTaskResult Represents the result of performing an operation on an item in the repository
LibraryTextComponent Represents an Text component that exists in the Component Library.
LibraryUserSelectionComponent Represents a UserSelection component.
LinkComponent Represents a Link component.
NumericComponent Represents a Number component.
OptionSelectionComponent Represents a OptionSelection component.
PresentationTemplate Represents a Presentation Template in the repository.
Reference An interface defining a reference from one entity in the repository to another.
ReferenceComponent Represents a component that can contain a reference to one LibraryComponent.
RenderingContext Represents a rendering context.
Repository The entry point into the WCM repository.
ResultType This interface is used to define the types of results that are available to the API.
ResultTypes This interface holds constants that define each of the ResultTypes that are known to the API.
RichTextComponent Represents a Rich Text component.
ShortTextComponent Represents a Short Text component.
Site Represents a Site object.
SiteArea Represents a SiteArea object.
SiteFrameworkContainer The ability to organize and build a Site Framework is enabled by implementing the SiteFrameworkContainer interface.
Subscriber Represents a WCM Subscriber.
SyndicationResult The SyndicationResult class contains the results of a particular syndication event at the time it was generated.
SyndicationStatus The SyndicationStatus class represents the state of a particular syndicator or subscriber when getStatus is called on it.
Syndicator Represents a WCM Syndicator.
Taxonomy Represents a Taxonomy in the repository.
TextComponent Represents a Text component.
UserProfile The UserProfile interface retrieves user related information.
UserSelectionComponent Represents a UserSelection component.
WCMServiceHome Deprecated. Replaced by WebContentService
Workflow Represents a workflow.
WorkflowedDocument WorkflowedDocument Interface Represents a WCM API object that supports workflow methods WorkflowedDocument description
WorkflowStage Represents a workflow stage.
Workspace Represents a view of the WCM repository for a particular user.
 

Class Summary
CSVDocumentListWriter Implementation of a DocumentListWriter that writes a document list as comma separated value list with each document in a single row.
LibraryMemberRoleConstants Constants for library member roles
SyndicationService SyndicationService enables access to control syndication between Syndicator and Subscriber.
WCM_API Provides a handle to the WCM Repository object.
WCMApiService Deprecated. Replaced by WebContentService
WebContentCustomWorkflowService WebContentCustomWorkflowService enables access to the Web Content Custom Workflow methods through Portal services.
WebContentLibraryService WebContentLibraryService enables access to Web Content Library methods through Portal services.
WebContentService WebContentService enables access to the WCM API through Portal services.
 

Package com.ibm.workplace.wcm.api Description

This package defines the Lotus Web Content Management API.

This API provides interfaces that allows programmers to create, modify, delete, search for and render content. This is achieved through the use of a workspace object which is the entry point into the repository for a particular user.