|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BaseObject
This Object will be used to get information from a JCR node instead of open a direct access
to javax.jcr.Node object.
However, it just provide the basic information of an object which could be used in search result or somewhere else.
| Method Summary | |
|---|---|
Calendar |
getCreatedDate()
Return the value of the created date on this Object. |
Calendar |
getLastModifiedDate()
Return the value of the last modified date on this Object. |
String |
getLastModifier()
Return the name of last person who edited this Object. |
List<String> |
getMixinTypes()
Return a list of node type name which added to this Object as the mix-in. |
String |
getName()
Return the name of Object. |
String |
getOwner()
Return the name of who created this Object. |
String |
getPath()
* Returns the absolute path to this item. |
String |
getPrimaryType()
Return the primary type of current Object For example: nt:file, exo:webContent,... |
String |
getRating()
Return the rate value for this Object |
List<String> |
getTags()
Return a list of tags name which added to this Object |
String |
getTitle()
Return the title value on this Object. |
String |
getUUID()
Return the UUID value of this Object. |
String |
getWorkspace()
Return the workspace name where stored current object. |
void |
save()
This function used to store all the 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 | |||||||||