Uses of Interface
org.modeshape.graph.property.Binary

Packages that use Binary
org.modeshape.graph The ModeShape Graph API defines the types that allow you to work with content organized as a graph. 
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.query The Query API provides a mechanism for building and executing queries. 
 

Uses of Binary in org.modeshape.graph
 

Methods in org.modeshape.graph with parameters of type Binary
 Next Graph.SetValuesTo.to(Binary value)
          Set the property value to the given binary value.
 

Uses of Binary in org.modeshape.graph.property
 

Fields in org.modeshape.graph.property with type parameters of type Binary
static Comparator<Binary> ValueComparators.BINARY_COMPARATOR
          A comparator of binary values.
 

Methods in org.modeshape.graph.property that return Binary
 Binary BinaryFactory.create(File file)
          Create a binary value from the given file.
 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.
 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.
 Binary BinaryFactory.find(byte[] secureHash)
          Find an existing binary value given the supplied secure hash.
 

Methods in org.modeshape.graph.property with parameters of type Binary
 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.
 

Uses of Binary in org.modeshape.graph.query
 

Methods in org.modeshape.graph.query with parameters of type Binary
 QueryBuilder.ConstraintBuilder QueryBuilder.RightHandSide.literal(Binary literal)
          Define the right-hand side of a comparison.
 QueryBuilder.ConstraintBuilder QueryBuilder.UpperBoundary.literal(Binary literal)
          Define the upper boundary value of a range.
 QueryBuilder.AndBuilder<QueryBuilder.UpperBoundary> QueryBuilder.LowerBoundary.literal(Binary literal)
          Define the lower boundary value of a range.
 



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