| Modifier and Type | Method and Description |
|---|---|
RWikiObject |
RWikiObjectService.createNewRWikiCurrentObject()
Creates a new rwiki Current Object according to the implementation
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
RWikiObjectService.checkAdmin(RWikiObject rwo)
check for admin permission
|
boolean |
RWikiObjectService.checkRead(RWikiObject rwo)
Check for read permission
|
boolean |
RWikiObjectService.checkUpdate(RWikiObject rwo)
check for update permission
|
List |
RWikiObjectService.findRWikiHistoryObjects(RWikiObject reference)
get a list of all previous versions as RWikiHistoryObjects
|
List |
RWikiObjectService.findRWikiHistoryObjectsInReverse(RWikiObject rwo)
Finds the history objects sorted in reverse order
|
Entity |
RWikiObjectService.getEntity(RWikiObject rwo)
fetches the entity based on the RWikiObject
|
Reference |
RWikiObjectService.getReference(RWikiObject rwo)
Fetches the Reference Object from the Entity manager based on the
RWikiObject
|
RWikiHistoryObject |
RWikiObjectService.getRWikiHistoryObject(RWikiObject refernceObject,
int revision)
Get a previous version
|
RWikiCurrentObject |
RWikiObjectService.getRWikiObject(RWikiObject reference)
Gets the object based on the ID.
|
RWikiCurrentObject |
RWikiObjectService.getRWikiObject(String name,
String realm,
RWikiObject ignore,
String templateName)
Gets the current object using a named template if it does not exist
|
String |
RenderService.renderPage(RWikiObject rwo,
String pageSpace,
PageLinkRenderer plr) |
| Modifier and Type | Method and Description |
|---|---|
RWikiObject |
RWikiCurrentObjectDao.findLastRWikiSubPage(String globalParentPageName)
Finds the last comment on the supplied page name, if not comment has been
made, it will return null.
|
| Modifier and Type | Method and Description |
|---|---|
RWikiObjectContent |
RWikiObjectContentDao.createContentObject(RWikiObject parent)
Create a new content object and associate it with the RWikiObject
|
List |
RWikiHistoryObjectDao.findRWikiHistoryObjects(RWikiObject reference)
Find all revisions based on the rwikiobjectid of the reference
|
List |
RWikiHistoryObjectDao.findRWikiHistoryObjectsInReverse(RWikiObject reference)
Find all revisions based on the rwikiobjectid of the reference in reverse
|
RWikiObjectContent |
RWikiObjectContentDao.getContentObject(RWikiObject parent)
get the content object for the RWikiObject
|
RWikiCurrentObject |
RWikiCurrentObjectDao.getRWikiCurrentObject(RWikiObject reference)
Get the current oject base on a child (or the curent object)
|
RWikiHistoryObject |
RWikiHistoryObjectDao.getRWikiHistoryObject(RWikiObject rwo,
int revision)
Find a revision based ont the rwikiobjectid of the reference
|
void |
RWikiObjectDao.updateObject(RWikiObject rwo)
Update the object.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RWikiCurrentObject
This interface is used by hibernate access Current Versions of a page
|
interface |
RWikiHistoryObject
This interface is used by hibernate access Historical Versions of a page
|
| Modifier and Type | Method and Description |
|---|---|
RWikiObject |
RWikiEntity.getRWikiObject()
Get the Rwiki Object that the entiy represent
|
| Modifier and Type | Method and Description |
|---|---|
void |
RWikiObject.copyAllTo(RWikiObject rwo)
Copies everything
|
void |
RWikiObject.copyTo(RWikiObject rwo)
Copy a RWikiObject into an existing RWiki Object This will copy the
contents and settings of the RWiki Object into the supplied RWikiObject.
|
| Modifier and Type | Method and Description |
|---|---|
RenderContext |
RenderContextFactory.getRenderContext(RWikiObject rwo,
RenderEngine renderEngine)
Creates a render context to hold information for the renderer
|
| Modifier and Type | Method and Description |
|---|---|
RWikiObject |
ReadPermissionException.getRWikiObject() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReadPermissionException.setRWikiObject(RWikiObject rwikiObject) |
| Constructor and Description |
|---|
ReadPermissionException(String user,
RWikiObject rwikiObject) |
ReadPermissionException(String user,
RWikiObject rwikiObject,
Throwable cause) |
Copyright © 2003–2016 Sakai Project. All rights reserved.