Lines Matching defs:resource

355      * Sets resource comparator.
357 * @param resourceComparator resource comparator.
371 * Retrieves the resource type UUIDs associated with the application.
373 * @return The set of associated resource type UUIDs.
380 * Adds the passed set of resource type UUIDs to the application.
382 * @param resourceTypeUuids The set of resource type UUIDs.
389 * Adds the passed resource type UUID to the application.
391 * @param resourceTypeUuid The resource type UUID.
398 * Removes the passed resource type UUID from the application.
400 * @param resourceTypeUuid The resource type UUID.
407 * Returns search indexes for a given resource.
409 * @param resource Resource to generate the indexes.
415 String resource, String realm) throws EntitlementException {
417 applicationType.getResourceSearchIndex(resource, realm) :
418 searchIndexInstance.getIndexes(resource, realm);
422 * Returns save indexes for a given resource.
424 * @param resource resource to generate the indexes.
427 public ResourceSaveIndexes getResourceSaveIndex(String resource) {
429 applicationType.getResourceSaveIndex(resource) :
430 saveIndexInstance.getIndexes(resource);
452 * Returns resource comparator class.
454 * @return resource comparator class.
461 * Returns resource comparator for this Application, defaulting to the ApplicationType's
462 * resource comparator if none is directly associated with this Application.
464 * @return resource comparator, which may be null.
471 * Returns resource comparator for this Application.
474 * resource comparator if none is set on the Application.
475 * @return resource comparator, which may be null.