Package org.forgerock.opendj.rest2ldap
Class SubResource
java.lang.Object
org.forgerock.opendj.rest2ldap.SubResource
- Direct Known Subclasses:
SubResourceCollection,SubResourceSingleton
Defines a parent-child relationship between a parent resource and one or more child resource(s). Removal of the
parent resource implies that the children (the sub-resources) are also removed. There are two types of
sub-resource:
SubResourceSingletonrepresents a one-to-one relationship supporting read, update, patch, and action requestsSubResourceCollectionrepresents a one-to-many relationship supporting all requests.
-
Method Summary