Uses of Class
org.modeshape.graph.property.ValueFormatException

Packages that use ValueFormatException
org.modeshape.graph.property 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.graph.property.basic A set of basic implementations of the various interfaces defined in org.modeshape.graph.property
org.modeshape.graph.query.model The Abstract Query Model is a vocabulary that can be used to construct a language-neutral representation of a query. 
org.modeshape.graph.query.parse This package defines the QueryParser interface, which defines a component that can parse a query represented in a specific language and produce the corresponding abstract query model representation. 
org.modeshape.jcr.query   
 

Uses of ValueFormatException in org.modeshape.graph.property
 

Methods in org.modeshape.graph.property that throw ValueFormatException
 T ValueFactory.create(BigDecimal value)
          Create a value from a decimal.
 T[] ValueFactory.create(BigDecimal[] values)
          Create an array of values from an array of decimal values.
 T ValueFactory.create(Binary value)
          Create a value from the binary content given by the supplied stream.
 T[] ValueFactory.create(Binary[] values)
          Create an array of values from the array of binary objects.
 T ValueFactory.create(boolean value)
          Create a boolean from a string.
 T[] ValueFactory.create(boolean[] values)
          Create an array of values from an array of booleans.
 T ValueFactory.create(byte[] value)
          Create a value from the binary content given by the supplied array.
 T[] ValueFactory.create(byte[][] values)
          Create an array of values from the array of binary content.
 T ValueFactory.create(Calendar value)
          Create a value from a Calendar instance.
 T[] ValueFactory.create(Calendar[] values)
          Create an array of values from an array of Calendar instances.
 T ValueFactory.create(Date value)
          Create a value from a date.
 T[] ValueFactory.create(Date[] values)
          Create an array of values from an array of dates.
 T ValueFactory.create(DateTime value)
          Create a value from a date-time instant.
 T[] ValueFactory.create(DateTime[] values)
          Create an array of values from an array of DateTime instants.
 T ValueFactory.create(double value)
          Create a value from a double.
 T[] ValueFactory.create(double[] values)
          Create an array of values from an array of doubles.
 Binary BinaryFactory.create(File file)
          Create a binary value from the given file.
 T ValueFactory.create(float value)
          Create a value from a float.
 T[] ValueFactory.create(float[] values)
          Create an array of values from an array of floats.
 T ValueFactory.create(InputStream stream, long approximateLength)
          Create a value from the binary content given by the supplied stream.
 Binary BinaryFactory.create(InputStream stream, long approximateLength, byte[] secureHash)
          Create a value from the binary content given by the supplied stream, the approximate length, and the SHA-1 secure hash of the content.
 T ValueFactory.create(int value)
          Create a value from an integer.
 T[] ValueFactory.create(int[] values)
          Create an array of values from an array of integers.
 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(long value)
          Create a long from a string.
 T[] ValueFactory.create(long[] values)
          Create an array of values from an array of longs.
 T ValueFactory.create(Name value)
          Create a value from a name.
 T[] ValueFactory.create(Name[] values)
          Create an array of values from an array of names.
 T ValueTypeSystem.Factory.create(Object value)
          Create the typed representation of the value given the supplied object representation.
 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.
 T ValueFactory.create(Path.Segment value)
          Create a value from a path segment.
 T ValueFactory.create(Path value)
          Create a value from a path.
 T[] ValueFactory.create(Path[] values)
          Create an array of values from an array of paths.
 T ValueFactory.create(Reader reader, long approximateLength)
          Create a value from a the binary content given by the supplied reader.
 Binary BinaryFactory.create(Reader reader, long approximateLength, byte[] secureHash)
          Create a value from the binary content given by the supplied reader, the approximate length, and the SHA-1 secure hash of the content.
 T ValueFactory.create(Reference value)
          Create a value from a reference.
 T[] ValueFactory.create(Reference[] values)
          Create an array of values from an array of references.
 T ValueTypeSystem.Factory.create(String value)
          Create the typed representation of the value given the supplied string representation.
 T ValueFactory.create(String value)
          Create a value from a string, using no decoding.
 T[] ValueFactory.create(String[] values)
          Create an array of values from an array of string values, using no decoding.
 T[] ValueFactory.create(String[] values, TextDecoder decoder)
          Create an array of values from an array of strings, using the supplied decoder.
 T ValueFactory.create(String value, TextDecoder decoder)
          Create a value from a string, using the supplied decoder.
 T ValueFactory.create(URI value)
          Create a value from a URI.
 T[] ValueFactory.create(URI[] values)
          Create an array of values from an array of URIs.
 T ValueFactory.create(UUID value)
          Create a value from a UUID.
 T[] ValueFactory.create(UUID[] values)
          Create an array of values from an array of UUIDs.
 

Uses of ValueFormatException in org.modeshape.graph.property.basic
 

Methods in org.modeshape.graph.property.basic that throw ValueFormatException
 UUID UuidValueFactory.create(Binary value)
          Create a value from the binary content given by the supplied stream.
 URI UriValueFactory.create(Binary value)
          Create a value from the binary content given by the supplied stream.
 String StringValueFactory.create(Binary value)
          Create a value from the binary content given by the supplied stream.
 Reference ReferenceValueFactory.create(Binary value)
          Create a value from the binary content given by the supplied stream.
 Path PathValueFactory.create(Binary value)
          Create a value from the binary content given by the supplied stream.
 Object ObjectValueFactory.create(Binary value)
          Create a value from the binary content given by the supplied stream.
 Name NameValueFactory.create(Binary value)
          Create a value from the binary content given by the supplied stream.
 Long LongValueFactory.create(Binary value)
          Create a value from the binary content given by the supplied stream.
 DateTime JodaDateTimeValueFactory.create(Binary value)
          Create a value from the binary content given by the supplied stream.
 Double DoubleValueFactory.create(Binary value)
          Create a value from the binary content given by the supplied stream.
 BigDecimal DecimalValueFactory.create(Binary value)
          Create a value from the binary content given by the supplied stream.
 Boolean BooleanValueFactory.create(Binary value)
          Create a value from the binary content given by the supplied stream.
 Binary AbstractBinaryValueFactory.create(Binary value)
          Create a value from the binary content given by the supplied stream.
 T[] AbstractValueFactory.create(Binary[] values)
          Create an array of values from the array of binary objects.
 UUID UuidValueFactory.create(DateTime value)
          Create a value from a date-time instant.
 URI UriValueFactory.create(DateTime value)
          Create a value from a date-time instant.
 String StringValueFactory.create(DateTime value)
          Create a value from a date-time instant.
 Reference ReferenceValueFactory.create(DateTime value)
          Create a value from a date-time instant.
 Path PathValueFactory.create(DateTime value)
          Create a value from a date-time instant.
 Name NameValueFactory.create(DateTime value)
          Create a value from a date-time instant.
 Long LongValueFactory.create(DateTime value)
          Create a value from a date-time instant.
 DateTime JodaDateTimeValueFactory.create(DateTime value)
          Create a value from a date-time instant.
 Double DoubleValueFactory.create(DateTime value)
          Create a value from a date-time instant.
 BigDecimal DecimalValueFactory.create(DateTime value)
          Create a value from a date-time instant.
 Boolean BooleanValueFactory.create(DateTime value)
          Create a value from a date-time instant.
 Binary AbstractBinaryValueFactory.create(DateTime value)
          Create a value from a date-time instant.
 T[] AbstractValueFactory.create(DateTime[] values)
          Create an array of values from an array of DateTime instants.
 Binary AbstractBinaryValueFactory.create(File file)
          Create a binary value from the given file.
 Binary AbstractBinaryValueFactory.create(InputStream stream, long approximateLength, byte[] secureHash)
          Create a value from the binary content given by the supplied stream, the approximate length, and the SHA-1 secure hash of the content.
 Iterable<T> AbstractValueFactory.create(Iterable<?> valueIterable)
          Create an iterable with the values (of an unknown type).
 Iterator<T> AbstractValueFactory.create(Iterator<?> values)
          Create an iterator over the values (of an unknown type).
 Binary AbstractBinaryValueFactory.create(Reader reader, long approximateLength, byte[] secureHash)
          Create a value from the binary content given by the supplied reader, the approximate length, and the SHA-1 secure hash of the content.
 

Uses of ValueFormatException in org.modeshape.graph.query.model
 

Methods in org.modeshape.graph.query.model that throw ValueFormatException
 T TypeSystem.TypeFactory.create(Object value)
          Create the typed representation of the value given the supplied object representation.
 T TypeSystem.TypeFactory.create(String value)
          Create the typed representation of the value given the supplied string representation.
 

Uses of ValueFormatException in org.modeshape.graph.query.parse
 

Methods in org.modeshape.graph.query.parse that throw ValueFormatException
protected  Literal SqlQueryParser.literal(TypeSystem typeSystem, Object value)
           
 

Uses of ValueFormatException in org.modeshape.jcr.query
 

Methods in org.modeshape.jcr.query that throw ValueFormatException
protected  JcrLiteral JcrSql2QueryParser.literal(TypeSystem typeSystem, Object value)
          
 



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