JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.polarion.platform.persistence
Interface IObjectHierarchyProvider
public interface
IObjectHierarchyProvider
Parent-child hierarchy provider.
Since:
3.3.0
Author:
Jiri Banszel
, Polarion Software
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Set
<
IObjectId
>
getChildren
(
IObjectId
id)
Set
<
IObjectId
>
getParents
(
IObjectId
id)
Method Details
getParents
Set
<
IObjectId
>
getParents
(
IObjectId
id)
getChildren
Set
<
IObjectId
>
getChildren
(
IObjectId
id)