public interface LoadOptions
Modifier and Type | Method and Description |
---|---|
int |
getMaxNodes()
The maximum number of nodes to load.
|
String |
getNodeNamePattern()
A string pattern used to match the nodes to load.
|
Collection<String> |
getResourceIds()
The resource identifiers to take into account when loading the children nodes.
|
String getNodeNamePattern()
Collection<String> getResourceIds()
int getMaxNodes()
NOTE: It can only be used in combination with the getNodeNamePattern()
option.
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.