com.ibm.workplace.wcm.api
Interface LibraryComponent
- All Superinterfaces:
- Document
- All Known Subinterfaces:
- EditableLibraryComponent, LibraryDateComponent, LibraryDocumentManagerComponent, LibraryFileComponent, LibraryHTMLComponent, LibraryImageComponent, LibraryLinkComponent, LibraryNumericComponent, LibraryStyleSheetComponent, LibraryUserSelectionComponent
- public interface LibraryComponent
- extends Document
The root interface in the Library Component hierarchy.
LibraryComponent is an interface to mark a component
that must be stored as a separate entity in the repository.
A Library Component refers to any component that can be stored in the
Component Library as a separate entity in the repository. A
LibraryComponent may be reused as opposed to a
ContentComponent which must be attached to one specific object in
the repository.
note: since v6.0.0, a LibraryComponent is
referred to as a "Component" in the Authoring UI.
- See Also:
ContentComponent
| Methods inherited from interface com.ibm.workplace.wcm.api.Document |
getAuthors, getDeleteAccessMembers, getDescription, getEditAccessMembers, getHistoryLog, getId, getLiveAccessMembers, getModifiedDate, getName, getOwnerLibrary, getOwners, getReadAccessMembers, getTitle, hasDeleteAccess, hasDeleteAccess, hasEditAccess, hasEditAccess, hasLiveAccess, hasLiveAccess, hasReadAccess, hasReadAccess |