com.ibm.workplace.wcm.api
Interface ContentLink

All Superinterfaces:
Document

public interface ContentLink
extends Document

A ContentLink object represents a link to a Content item in the WCM repository.


Method Summary
 DocumentId getContentId()
          Get the ID of the Content linked to by this ContentLink.
 DocumentId getParentId()
          Get the ID of the parent SiteArea that contains this ContentLink.
 
Methods inherited from interface com.ibm.workplace.wcm.api.Document
getAuthors, getContributorAccessMembers, getDeleteAccessMembers, getDescription, getEditAccessMembers, getEditorAccessMembers, getHistoryLog, getId, getInheritedContributorAccessMembers, getInheritedEditorAccessMembers, getInheritedManagerAccessMembers, getInheritedUserAccessMembers, getLiveAccessMembers, getManagerAccessMembers, getModifiedDate, getName, getOwnerLibrary, getOwners, getReadAccessMembers, getSourceWorkspace, getTitle, getUserAccessMembers, hasDeleteAccess, hasDeleteAccess, hasEditAccess, hasEditAccess, hasLiveAccess, hasLiveAccess, hasReadAccess, hasReadAccess, isContributorAccessInherited, isEditorAccessInherited, isManagerAccessInherited, isUserAccessInherited, isWorkflowed
 

Method Detail

getContentId

DocumentId getContentId()
Get the ID of the Content linked to by this ContentLink.

Returns:
ID of the linked Content.

getParentId

DocumentId getParentId()
Get the ID of the parent SiteArea that contains this ContentLink.

Returns:
ID of the parent SiteArea.