Search for a filtered list of resources
The following example shows the definition of the ResourceManager.search
method.
ResourceManager.search(ResourceContainerDescriptor startingContainer,
java.lang.String resourceType,
java.lang.String name,
VtmosCriterion vtmosCriterion);
The ResourceManager.search
method
searches for a filtered list of resources starting from a specified
Realm, and returns a Collection of ResourceContentDescriptors or ResourceContainerDescriptors
matching the VtmosCriterion and specified Resource Type. The name and vtmosCriterion parameters
may be null to indicate wild card values. If a Resource type of Resource.RESOURCE_CONTAINER
is specified, then ResourceContainerDescriptors will be returned;
for any other Resource type, ResourceContentDescriptors will be returned.