class ResourceFilter

Provide method to filter specific kind of resources.

Public Methods

[more]void filter(list<list<map<string, list<string>*>*>*>* retResPropsList)
Filter specific kind of resources from specified list.
[more]static ResourceFilter* getInstance()
Returns single ton object of ResourceFilter


Documentation

Provide method to filter specific kind of resources.

ovoid filter(list<list<map<string, list<string>*>*>*>* retResPropsList)
Filter specific kind of resources from specified list. If property Map contains the property 'http:myurc.org/ns/restype' and its value 'http:myurc.org/TR/uch/userprofile' then remove that map from list.

Parameters:
retResPropsList - an object of List<List<Map<String, List<String>>>>

ostatic ResourceFilter* getInstance()
Returns single ton object of ResourceFilter
Returns:
Object of ResourceFilter


This class has no child classes.
Author:
Parikshit Thakur & Team, Trace R&D Center
Version:
Revision: 1.1

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.