public class BlobTransform extends Object implements Transform
| Constructor and Description |
|---|
BlobTransform() |
| Modifier and Type | Method and Description |
|---|---|
Object |
transform(javax.jcr.Value value)
This method transforms a value of the source type into a value of the target type.
|
public BlobTransform()
public Object transform(javax.jcr.Value value) throws javax.jcr.ValueFormatException, javax.jcr.RepositoryException
Transformtransform in interface Transformvalue - Incoming value of source typejavax.jcr.ValueFormatException - if value is an incorrect input typejavax.jcr.RepositoryException - if unable to obtain value from repository the transformation failsCopyright © 2008–2021 JBoss, a division of Red Hat. All rights reserved.