|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContentNodeBinder
ContentNodeBinder
is the interface for custom mapping content POJO object to JCR node.
An implementation of this interface should be able to set property values of the content node or its child nodes.
Method Summary | |
---|---|
boolean |
bind(Object content,
javax.jcr.Node node)
Does custom binding from content POJO object to JCR node. |
Method Detail |
---|
boolean bind(Object content, javax.jcr.Node node) throws ContentNodeBindingException
content
- content POJO object, which can be retrieved by an OCM solutionnode
- a main target JCR node which can have some properties or child nodes.
ContentNodeBindingException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |