Class DescendantsImpl
java.lang.Object
org.apache.olingo.server.core.uri.queryoption.apply.AbstractHierarchicalSubsetTransformation
org.apache.olingo.server.core.uri.queryoption.apply.DescendantsImpl
- All Implemented Interfaces:
Descendants,HierarchicalSubsetTransformation,HierarchyTransformation,ApplyItem
public class DescendantsImpl
extends AbstractHierarchicalSubsetTransformation
implements Descendants
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.olingo.server.api.uri.queryoption.ApplyItem
ApplyItem.Kind -
Constructor Summary
ConstructorsConstructorDescriptionDescendantsImpl(List<UriResource> hierarchyReference, String hierarchyQualifier, List<UriResource> hierarchyPropertyPath, List<ApplyItem> transformations, Integer distanceFromStart, Boolean keepStart) -
Method Summary
Methods inherited from class org.apache.olingo.server.core.uri.queryoption.apply.AbstractHierarchicalSubsetTransformation
getDistanceFromStart, getHierarchyQualifier, getHierarchyReference, getNodeProperty, getTransformations, isKeepStartMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.olingo.server.api.uri.queryoption.apply.Descendants
getKindMethods inherited from interface org.apache.olingo.server.api.uri.queryoption.apply.HierarchicalSubsetTransformation
getDistanceFromStart, getTransformations, isKeepStartMethods inherited from interface org.apache.olingo.server.api.uri.queryoption.apply.HierarchyTransformation
getHierarchyQualifier, getHierarchyReference, getNodeProperty
-
Constructor Details
-
DescendantsImpl
public DescendantsImpl(List<UriResource> hierarchyReference, String hierarchyQualifier, List<UriResource> hierarchyPropertyPath, List<ApplyItem> transformations, Integer distanceFromStart, Boolean keepStart)
-