|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BaseObject
Gets information from a JCR node instead of opening a direct access
to the javax.jcr.Node object.
However, the BaseObject just provides basic information of an object that could be used in search result or somewhere else.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||