Class AncestorsImpl
java.lang.Object
org.apache.olingo.server.core.uri.queryoption.apply.AbstractHierarchicalSubsetTransformation
org.apache.olingo.server.core.uri.queryoption.apply.AncestorsImpl
- All Implemented Interfaces:
Ancestors,HierarchicalSubsetTransformation,HierarchyTransformation,ApplyItem
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.olingo.server.api.uri.queryoption.ApplyItem
ApplyItem.Kind -
Constructor Summary
ConstructorsConstructorDescriptionAncestorsImpl(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.Ancestors
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
-
AncestorsImpl
public AncestorsImpl(List<UriResource> hierarchyReference, String hierarchyQualifier, List<UriResource> hierarchyPropertyPath, List<ApplyItem> transformations, Integer distanceFromStart, Boolean keepStart)
-