Uses of Interface
org.apache.jackrabbit.commons.flat.PropertySequence
-
Packages that use PropertySequence Package Description org.apache.jackrabbit.commons.flat -
-
Uses of PropertySequence in org.apache.jackrabbit.commons.flat
Classes in org.apache.jackrabbit.commons.flat that implement PropertySequence Modifier and Type Class Description protected static class
ItemSequence.PropertySequenceImpl
Methods in org.apache.jackrabbit.commons.flat that return PropertySequence Modifier and Type Method Description static PropertySequence
ItemSequence. createPropertySequence(TreeManager treeManager)
Create a newPropertySequence
instance.static PropertySequence
ItemSequence. createPropertySequence(TreeManager treeManager, TreeTraverser.ErrorHandler errorHandler)
Create a newPropertySequence
instance.PropertySequence
ItemSequence. getPropertySequence()
Create a newPropertySequence
instance with the same parametrization as this instance.
-