public interface ExtendedProperty
extends javax.jcr.Property
Modifier and Type | Method and Description |
---|---|
void |
updateValue(int index,
InputStream value,
long length,
long position)
Write binary data portion to the property value data.
|
void updateValue(int index, InputStream value, long length, long position) throws javax.jcr.ValueFormatException, javax.jcr.version.VersionException, javax.jcr.lock.LockException, javax.jcr.nodetype.ConstraintViolationException, javax.jcr.RepositoryException
index
- - value index, 0 for first-in-multivalue/single-value, 1 - second etc.value
- - stream with the data portionlength
- - value bytes count will be writtenposition
- - position in the property value data from which the value will be writtenjavax.jcr.ValueFormatException
javax.jcr.version.VersionException
javax.jcr.lock.LockException
javax.jcr.nodetype.ConstraintViolationException
javax.jcr.RepositoryException
Copyright © 2003-2017 eXo Platform SAS. All Rights Reserved.