public interface LinkInfo extends Serializable, PermissionCheckValue
Modifier and Type | Method and Description |
---|---|
org.alfresco.service.cmr.repository.NodeRef |
getContainerNodeRef() |
Date |
getCreatedAt() |
String |
getCreator() |
String |
getDescription() |
Date |
getModifiedAt() |
org.alfresco.service.cmr.repository.NodeRef |
getNodeRef()
Get the underlying node value that needs to be permission checked.
|
String |
getSystemName() |
List<String> |
getTags() |
String |
getTitle() |
String |
getURL() |
boolean |
isInternal()
Is this a internal link?
|
void |
setDescription(String description)
Sets the Description of the link
|
void |
setInternal(boolean internal)
Sets if this is an internal link or not
|
void |
setTitle(String title)
Sets the Title of the link
|
void |
setURL(String url)
Sets the URL of the link
|
org.alfresco.service.cmr.repository.NodeRef getNodeRef()
PermissionCheckValue
getNodeRef
in interface PermissionCheckValue
org.alfresco.service.cmr.repository.NodeRef getContainerNodeRef()
String getSystemName()
String getTitle()
void setTitle(String title)
String getDescription()
void setDescription(String description)
String getURL()
void setURL(String url)
String getCreator()
Date getCreatedAt()
Date getModifiedAt()
boolean isInternal()
void setInternal(boolean internal)
Copyright © 2005–2017 Alfresco Software. All rights reserved.