Lines Matching defs:resource

120      * Returns a set of all managed resource names for all the
157 * Returns a set of all managed resource names for the given
160 * @param serviceType the service type for which the resource
187 // no resource node for this service type
214 * or container) name, if a new resource can be created or not.
216 * any resource.
259 * Returns a set of names of all the policies for the given resource
262 * @param serviceType the service type which the resource is associated
264 * @param resource the resource for which policies should be returned
267 * (sub)resource should be returned
281 String resource,
289 .append(resource)
304 answer = getPolicyNames(rootNode, null, st, resource,
325 * Adds the resource names of the policy to the resource tree.
395 * Removes the resource names of the policy from the resource tree.
467 * Replaces resource names of a policy in the resource tree.
551 // no resource node for this service type
658 // no resource node for this service type
722 Document doc, Node node, String resource,
734 doc, node, resource, policyName, st);
752 matchResult = st.compare(resource, referenceName);
767 String subResource = st.getSubResource(resource, referenceName);
775 addReferenceNodes(doc, node, resource, policyName, st);
781 Node node, String resource,
805 matchResult = st.compare(resource, referenceName);
813 String subResource = st.getSubResource(resource, referenceName);
1071 * to the resource. Depending on the boolean input parameter, it would
1079 String resource,
1106 matchResult = st.compare(resource, combinedName);
1116 st, resource, false);
1123 st, resource, true);
1137 // super-resource match
1175 * Adds specified resource prefixes for a certain service type
1177 * @param serviceTypeName the service type name the resource prefixes are
1202 // no resource node for this service type
1278 * Removed specified resource prefixes for a certain service type
1280 * @param serviceTypeName the service type name the resource prefixes are
1305 // no resource node for this service type
1358 * Returns the resource prefix (super-resource) and the rest of the
1359 * resource name (sub-resource)
1361 * @param serviceTypeName the service type which the resource is
1363 * @param resourceName the resource name to be split
1365 * @return array of two strings, the first being the super-resource
1366 * the second being the sub-resource
1427 * Saves the resource index to data store
1428 * @param resourceType resource type
1430 * policies keyed by resource name, in a tree structure)
1446 // no resource node for this service type
1462 * Converts xml representation of resource prefixes
1470 * @param xmlResourcePrefixes xml representation of resource
1472 * @return map representation of resource prefixes.
1504 PolicyManager.debug.error("XML parsing error for resource prefixes "
1511 * Converts map representation of resource prefixes
1513 * @param resourcePrefixes map representation of resource
1515 * @return xml representation of resource prefixes
1541 * Adds a set of resource prefixes to a map of resource prefixes.
1544 * @param prefixes a set of resource prefixes to add
1545 * @param prefixMap a map of resource prefixes to which to
1572 * Removes a set of resource prefixes from a map of resource prefixes.
1575 * @param prefixes a set of resource prefixes to remove
1576 * @param prefixMap a map of resource prefixes from which to