public interface RWikiObjectContentDao
| Modifier and Type | Method and Description |
|---|---|
RWikiObjectContent |
createContentObject(RWikiObject parent)
Create a new content object and associate it with the RWikiObject
|
RWikiObjectContent |
getContentObject(RWikiObject parent)
get the content object for the RWikiObject
|
void |
update(RWikiObjectContent content)
Update the content object
|
RWikiObjectContent getContentObject(RWikiObject parent)
parent - the RWikiObjectRWikiObjectContent createContentObject(RWikiObject parent)
parent - void update(RWikiObjectContent content)
content - Copyright © 2003-2014 Sakai Project. All Rights Reserved.