public interface RepositoryOrganizer
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getChildrenForId(String id)
Gets the id values of all children nodes for the node with the given id.
|
String |
getParentForId(String id)
Gets the id of the parent of the node with the given id.
|
boolean |
isOrganizationalNode(String id)
Determine whether a given node (identified by id) is an organizational
node fabricated by this RepositoryOrganizer implementation.
|
List<String> getChildrenForId(String id)
IllegalArgumentException - if the id is not an organizational nodeString getParentForId(String id)
IllegalArgumentException - if the id has never been returned by a
call to getChildrenForId.boolean isOrganizationalNode(String id)
IllegalArgumentException - if the id has never been returned by a
call to getChildrenForId.Copyright © 2013 DuraSpace, Inc.. All rights reserved.