|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Binary | |
---|---|
org.apache.jackrabbit.api.jsr283 | |
org.apache.jackrabbit.core | Contains the core classes that provide the implementation of the JCR API. |
Uses of Binary in org.apache.jackrabbit.api.jsr283 |
---|
Methods in org.apache.jackrabbit.api.jsr283 with parameters of type Binary | |
---|---|
Property |
Node.setProperty(String name,
Binary value)
The behavior of this method is identical to that of Node.setProperty(String name, Value value) except that the value is
specified as a Binary and, if possible, the type assigned to the
property is BINARY , otherwise a best-effort conversion is
attempted. |
Uses of Binary in org.apache.jackrabbit.core |
---|
Methods in org.apache.jackrabbit.core with parameters of type Binary | |
---|---|
Property |
NodeImpl.setProperty(String name,
Binary value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |