@Beta
public interface ResourceAdminService
| Modifier and Type | Method and Description |
|---|---|
<T> boolean |
registerResources(ResourcePath parent,
List<T> children)
Register resources as the children of the parent resource path.
|
default <T> boolean |
registerResources(ResourcePath parent,
T... children)
Register resources as the children of the parent resource path.
|
<T> boolean |
unregisterResources(ResourcePath parent,
List<T> children)
Unregister resources as the children of the parent resource path.
|
default <T> boolean |
unregisterResources(ResourcePath parent,
T... children)
Unregister resources as the children of the parent resource path.
|
default <T> boolean registerResources(ResourcePath parent, T... children)
T - type of resourcesparent - parent resource path under which the resource are registeredchildren - resources to be registered as the children of the parent<T> boolean registerResources(ResourcePath parent, List<T> children)
T - type of resourcesparent - parent resource path under which the resource are registeredchildren - resources to be registered as the children of the parentdefault <T> boolean unregisterResources(ResourcePath parent, T... children)
T - type of resourcesparent - parent resource path under which the resource are unregisteredchildren - resources to be unregistered as the children of the parent<T> boolean unregisterResources(ResourcePath parent, List<T> children)
T - type of resourcesparent - parent resource path under which the resource are unregisteredchildren - resources to be unregistered as the children of the parentCopyright © 2015. All rights reserved.