ModeShape Distribution 3.0.0.Beta4

Uses of Interface
org.infinispan.schematic.document.Array.Entry

Packages that use Array.Entry
org.infinispan.schematic.document   
org.infinispan.schematic.internal.delta   
org.infinispan.schematic.internal.document   
org.modeshape.jcr   
 

Uses of Array.Entry in org.infinispan.schematic.document
 

Methods in org.infinispan.schematic.document that return types with arguments of type Array.Entry
 Iterable<Array.Entry> Array.getEntries()
          Get the entries in this array.
 

Methods in org.infinispan.schematic.document with parameters of type Array.Entry
 void Editor.Observer.addArrayValue(Path path, Array.Entry entry)
          Insert the entry into the array at the given path.
 void Editor.Observer.removeArrayValue(Path path, Array.Entry entry)
          Remove the entry from the array at the given path.
 void Editor.Observer.setArrayValue(Path path, Array.Entry entry)
          Set the supplied entry in the array at the given path.
 

Uses of Array.Entry in org.infinispan.schematic.internal.delta
 

Fields in org.infinispan.schematic.internal.delta with type parameters of type Array.Entry
protected  List<Array.Entry> RetainAllValuesOperation.removedEntries
           
 

Methods in org.infinispan.schematic.internal.delta that return types with arguments of type Array.Entry
 List<Array.Entry> RetainAllValuesOperation.getRemovedEntries()
           
 List<Array.Entry> RemoveAllValuesOperation.getRemovedEntries()
           
 

Uses of Array.Entry in org.infinispan.schematic.internal.document
 

Classes in org.infinispan.schematic.internal.document that implement Array.Entry
static class BasicArray.BasicEntry
           
 

Methods in org.infinispan.schematic.internal.document that return types with arguments of type Array.Entry
protected  List<Array.Entry> ObservableArrayEditor.doRemoveAll(Collection<?> c)
           
protected  List<Array.Entry> ArrayEditor.doRemoveAll(Collection<?> c)
           
protected  List<Array.Entry> ObservableArrayEditor.doRetainAll(Collection<?> c)
           
protected  List<Array.Entry> ArrayEditor.doRetainAll(Collection<?> c)
           
 Iterable<Array.Entry> BasicArray.getEntries()
           
 Iterable<Array.Entry> ArrayEditor.getEntries()
           
 List<Array.Entry> MutableArray.removeAllValues(Collection<?> values)
          Modifiable method that removes all of the supplied values from this array.
 List<Array.Entry> BasicArray.removeAllValues(Collection<?> valuesToBeRemoved)
           
 List<Array.Entry> MutableArray.retainAllValues(Collection<?> values)
          Modifiable method that removes all of the values in this array except the supplied values.
 List<Array.Entry> BasicArray.retainAllValues(Collection<?> valuesToBeRetained)
           
 

Methods in org.infinispan.schematic.internal.document with parameters of type Array.Entry
 int BasicArray.BasicEntry.compareTo(Array.Entry o)
           
 

Uses of Array.Entry in org.modeshape.jcr
 

Methods in org.modeshape.jcr with parameters of type Array.Entry
 void JcrRepository.ConfigurationChange.addArrayValue(Path path, Array.Entry entry)
           
 void JcrRepository.ConfigurationChange.removeArrayValue(Path path, Array.Entry entry)
           
 void JcrRepository.ConfigurationChange.setArrayValue(Path path, Array.Entry entry)
           
 


ModeShape Distribution 3.0.0.Beta4

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