|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LinkInfo
This class represents a Link in a site
Method Summary | |
---|---|
org.alfresco.service.cmr.repository.NodeRef |
getContainerNodeRef()
|
java.util.Date |
getCreatedAt()
|
java.lang.String |
getCreator()
|
java.lang.String |
getDescription()
|
java.util.Date |
getModifiedAt()
|
org.alfresco.service.cmr.repository.NodeRef |
getNodeRef()
Get the underlying node value that needs to be permission checked. |
java.lang.String |
getSystemName()
|
java.util.List |
getTags()
|
java.lang.String |
getTitle()
|
java.lang.String |
getURL()
|
boolean |
isInternal()
Is this a internal link? |
void |
setDescription(java.lang.String description)
Sets the Description of the link |
void |
setInternal(boolean internal)
Sets if this is an internal link or not |
void |
setTitle(java.lang.String title)
Sets the Title of the link |
void |
setURL(java.lang.String url)
Sets the URL of the link |
Method Detail |
---|
org.alfresco.service.cmr.repository.NodeRef getNodeRef()
PermissionCheckValue
getNodeRef
in interface PermissionCheckValue
org.alfresco.service.cmr.repository.NodeRef getContainerNodeRef()
java.lang.String getSystemName()
java.lang.String getTitle()
void setTitle(java.lang.String title)
java.lang.String getDescription()
void setDescription(java.lang.String description)
java.lang.String getURL()
void setURL(java.lang.String url)
java.lang.String getCreator()
java.util.Date getCreatedAt()
java.util.Date getModifiedAt()
boolean isInternal()
void setInternal(boolean internal)
java.util.List getTags()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |