public interface BaseObject
javax.jcr.Node
object.
However, the BaseObject just provides basic information of an object that could be used in search result or somewhere else.Modifier and Type | Method and Description |
---|---|
Calendar |
getCreatedDate()
Gets the created date of the BaseObject.
|
Calendar |
getLastModifiedDate()
Gets the last modified date of the BaseObject.
|
String |
getLastModifier()
Gets name of the user who did the last modification on the BaseObject.
|
List<String> |
getMixinTypes()
Gets a list of node type names which are added to the BaseObject as mixin.
|
String |
getName()
Gets name of an object.
|
String |
getOwner()
Gets name of the user who created the BaseObject.
|
String |
getPath()
Gets the absolute path of the BaseObject.
|
String |
getPrimaryType()
Gets the primary type of the BaseObject.
|
String |
getRating()
Gets the rating value for the BaseObject.
|
List<String> |
getTags()
Gets a list of tag names which are added to the BaseObject.
|
String |
getTitle()
Gets title of the BaseObject.
|
String |
getUUID()
Gets the UUID value of the BaseObject.
|
String |
getWorkspace()
Gets the workspace name where the BaseObject is stored.
|
void |
save()
Stores all information to the database.
|
String getName()
String getPath()
String getTitle()
Calendar getCreatedDate()
Calendar getLastModifiedDate()
String getLastModifier()
String getOwner()
String getPrimaryType()
List<String> getMixinTypes()
String getWorkspace()
List<String> getTags()
String getRating()
String getUUID()
void save()
Copyright © 2003-2017 eXo Platform SAS. All Rights Reserved.