com.ibm.workplace.wcm.api
Interface LibraryComponent

All Superinterfaces:
Document
All Known Subinterfaces:
EditableLibraryComponent, LibraryFileComponent, LibraryHTMLComponent, LibraryImageComponent

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.

See Also:
ContentComponent

Field Summary
static java.lang.String COPYRIGHT
          Copyright statement
 
Methods inherited from interface com.ibm.workplace.wcm.api.Document
getAuthors, getDeleteAccessMembers, getDescription, getEditAccessMembers, getId, getLiveAccessMembers, getModifiedDate, getName, getOwners, getReadAccessMembers, hasDeleteAccess, hasDeleteAccess, hasEditAccess, hasEditAccess, hasLiveAccess, hasLiveAccess, hasReadAccess, hasReadAccess
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Copyright statement

See Also:
Constant Field Values