Neo4j Enterprise

Uses of Interface
org.neo4j.helpers.Specification

Packages that use Specification
org.neo4j.helpers Common Java utilities. 
org.neo4j.helpers.collection Collections utilities - Iterator/Iterable utilities and creating Maps. 
org.neo4j.kernel Implementation for embedding a Neo4j graph database in an application. 
org.neo4j.kernel.configuration   
 

Uses of Specification in org.neo4j.helpers
 

Classes in org.neo4j.helpers that implement Specification
static class Specifications.AndSpecification<T>
           
static class Specifications.OrSpecification<T>
           
 

Methods in org.neo4j.helpers that return Specification
static
<T> Specification<T>
Specifications.in(Iterable<T> allowed)
           
static
<T> Specification<T>
Specifications.in(T... allowed)
           
static
<T> Specification<T>
Specifications.not(Specification<T> specification)
           
static
<T> Specification<T>
Specifications.notNull()
           
static
<FROM,TO> Specification<FROM>
Specifications.translate(Function<FROM,TO> function, Specification<? super TO> specification)
           
static
<T> Specification<T>
Specifications.TRUE()
           
 

Methods in org.neo4j.helpers with parameters of type Specification
 Specifications.AndSpecification<T> Specifications.AndSpecification.and(Specification<T>... specifications)
           
 Specifications.AndSpecification<T> Specifications.OrSpecification.and(Specification<T>... specifications)
           
static
<T> Specifications.AndSpecification<T>
Specifications.and(Specification<T>... specifications)
           
static
<T> Specification<T>
Specifications.not(Specification<T> specification)
           
 Specifications.OrSpecification<T> Specifications.AndSpecification.or(Specification<T>... specifications)
           
 Specifications.OrSpecification<T> Specifications.OrSpecification.or(Specification<T>... specifications)
           
static
<T> Specifications.OrSpecification<T>
Specifications.or(Specification<T>... specifications)
           
static
<FROM,TO> Specification<FROM>
Specifications.translate(Function<FROM,TO> function, Specification<? super TO> specification)
           
 

Method parameters in org.neo4j.helpers with type arguments of type Specification
static
<T> Specifications.AndSpecification<T>
Specifications.and(Iterable<Specification<T>> specifications)
           
static
<T> Specifications.OrSpecification<T>
Specifications.or(Iterable<Specification<T>> specifications)
           
 

Uses of Specification in org.neo4j.helpers.collection
 

Methods in org.neo4j.helpers.collection with parameters of type Specification
static
<X> Iterable<X>
Iterables.filter(Specification<? super X> specification, Iterable<X> i)
           
static
<T> boolean
Iterables.matchesAll(Specification<? super T> specification, Iterable<T> iterable)
           
static
<T> boolean
Iterables.matchesAny(Specification<? super T> specification, Iterable<T> iterable)
           
 

Uses of Specification in org.neo4j.kernel
 

Constructors in org.neo4j.kernel with parameters of type Specification
CircuitBreaker(int threshold, long timeout, Specification<Throwable> allowedThrowables)
           
 

Uses of Specification in org.neo4j.kernel.configuration
 

Constructors in org.neo4j.kernel.configuration with parameters of type Specification
RestartOnChange(Specification<String> restartSpecification, Lifecycle life)
           
 


Neo4j Enterprise

Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.