Uses of Class
org.forgerock.opendj.rest2ldap.SubResource
Packages that use SubResource
-
Uses of SubResource in org.forgerock.opendj.rest2ldap
Subclasses of SubResource in org.forgerock.opendj.rest2ldapModifier and TypeClassDescriptionfinal classDefines a one-to-many relationship between a parent resource and its children.final classRepresents a one-to-one relationship between a parent resource and a child sub-resource.Methods in org.forgerock.opendj.rest2ldap with parameters of type SubResourceModifier and TypeMethodDescriptionResource.subResource(SubResource subResource) Specifies a parent-child relationship with another resource.Resource.subResources(SubResource... subResources) Specifies a parent-child relationship with zero or more resources.