ModeShape Distribution 3.0.0.Beta4

Uses of Class
org.modeshape.jcr.value.IoException

Packages that use IoException
org.modeshape.jcr.value Nodes in a graph contain properties, and this package defines the interfaces, classes and exceptions for representing and working with properties and their values. 
org.modeshape.jcr.value.basic A set of basic implementations of the various interfaces defined in org.modeshape.jcr.value
org.modeshape.jcr.value.binary   
 

Uses of IoException in org.modeshape.jcr.value
 

Methods in org.modeshape.jcr.value that throw IoException
 T ValueFactory.create(BinaryValue value)
          Create a value from the binary content given by the supplied stream.
 T[] ValueFactory.create(BinaryValue[] values)
          Create an array of values from the array of binary objects.
 T ValueFactory.create(InputStream stream)
          Create a value from the binary content given by the supplied stream.
 Iterable<T> ValueFactory.create(Iterable<?> valueIterable)
          Create an iterable with the values (of an unknown type).
 Iterator<T> ValueFactory.create(Iterator<?> values)
          Create an iterator over the values (of an unknown type).
 T ValueFactory.create(Object value)
          Create a value from the specified information by determining which other create method applies and delegating to that method.
 T[] ValueFactory.create(Object[] values)
          Create an array of values from the specified information by determining which other create method applies for each object and then delegating to that method.
 

Uses of IoException in org.modeshape.jcr.value.basic
 

Methods in org.modeshape.jcr.value.basic that throw IoException
 UUID UuidValueFactory.create(BinaryValue value)
           
 URI UriValueFactory.create(BinaryValue value)
           
 String StringValueFactory.create(BinaryValue value)
           
 Reference ReferenceValueFactory.create(BinaryValue value)
           
 Path PathValueFactory.create(BinaryValue value)
           
 Object ObjectValueFactory.create(BinaryValue value)
           
 Name NameValueFactory.create(BinaryValue value)
           
 Long LongValueFactory.create(BinaryValue value)
           
 DateTime JodaDateTimeValueFactory.create(BinaryValue value)
           
 Double DoubleValueFactory.create(BinaryValue value)
           
 BigDecimal DecimalValueFactory.create(BinaryValue value)
           
 Boolean BooleanValueFactory.create(BinaryValue value)
           
 T[] AbstractValueFactory.create(BinaryValue[] values)
           
 UUID UuidValueFactory.create(InputStream stream)
           
 URI UriValueFactory.create(InputStream stream)
           
 String StringValueFactory.create(InputStream stream)
           
 Reference ReferenceValueFactory.create(InputStream stream)
           
 Path PathValueFactory.create(InputStream stream)
           
 Name NameValueFactory.create(InputStream stream)
           
 Long LongValueFactory.create(InputStream stream)
           
 DateTime JodaDateTimeValueFactory.create(InputStream stream)
           
 Double DoubleValueFactory.create(InputStream stream)
           
 BigDecimal DecimalValueFactory.create(InputStream stream)
           
 Boolean BooleanValueFactory.create(InputStream stream)
           
 Iterable<T> AbstractValueFactory.create(Iterable<?> valueIterable)
           
 Iterator<T> AbstractValueFactory.create(Iterator<?> values)
           
 String StringValueFactory.create(UUID value)
           
 Name NameValueFactory.create(UUID value)
           
 Long LongValueFactory.create(UUID value)
           
 BigDecimal DecimalValueFactory.create(UUID value)
           
 

Uses of IoException in org.modeshape.jcr.value.binary
 

Methods in org.modeshape.jcr.value.binary that throw IoException
 BinaryValue BinaryStoreValueFactory.create(BinaryValue value)
           
 BinaryValue BinaryStoreValueFactory.create(InputStream stream)
           
 


ModeShape Distribution 3.0.0.Beta4

Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.