Searched refs:followChild (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DResourceIndexManager.java336 * @param followChild if <code>true</code> gets all the descendents,
342 boolean followChild) throws PolicyException {
350 followChild);
904 * @param followChild if <code>true</code> gets all the descendents,
908 Set getChildResourceNames( String resourceName, boolean followChild) { argument
913 = rie.getChildResourceNames(followChild);
1296 * @param followChild if <code>true</code> gets resource names of
1301 Set getChildResourceNames(boolean followChild) { argument
1304 if ( followChild ) {
1310 indexEntry.getChildResourceNames(followChild));
341 getChildResourceNames(ServiceType resourceType, String resourceName, boolean followChild) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DResourceIndexManager.java336 * @param followChild if <code>true</code> gets all the descendents,
342 boolean followChild) throws PolicyException {
350 followChild);
904 * @param followChild if <code>true</code> gets all the descendents,
908 Set getChildResourceNames( String resourceName, boolean followChild) { argument
913 = rie.getChildResourceNames(followChild);
1296 * @param followChild if <code>true</code> gets resource names of
1301 Set getChildResourceNames(boolean followChild) { argument
1304 if ( followChild ) {
1310 indexEntry.getChildResourceNames(followChild));
341 getChildResourceNames(ServiceType resourceType, String resourceName, boolean followChild) argument
[all...]

Completed in 25 milliseconds