Package com.ibm.workplace.wcm.api

This package defines the Lotus Workplace Web Content Management API.

See:
          Description

Interface Summary
AuthoringTemplate Represents an authoring template.
Category Represents a Category in the repository.
Content A Content object represents a Content item in the WCM repository.
ContentComponent The root interface in the Content Component hierarchy.
ContentComponentContainer The root inteface for the content component container hierarchy.
ContentComponentIterator ContentComponentIterator, as the name suggests, iterates over ContentComponent objects in a ContentComponentContainer.
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.
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.
HTMLComponent Represents a HTML component.
ImageComponent Represents an Image component.
LibraryComponent The root interface in the Library Component hierarchy.
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.
PresentationTemplate Represents a Presentation Template in the repository.
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.
RichTextComponent Represents a Rich 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.
Taxonomy Represents a Taxonomy in the repository.
TextComponent Represents a Text component.
UserProfile The UserProfile interface retrieves user related information.
Workflow Represents a workflow.
WorkflowStage Represents a workflow stage.
Workspace Represents a view of the WCM repository for a particular user.
 

Class Summary
EmbeddedImageMap Map for managing the embedded images for uploading into WCM.
WCM_API  
 

Package com.ibm.workplace.wcm.api Description

This package defines the Lotus Workplace 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.