com.sun.n1.sps.model.bundle
Interface Bundle

All Superinterfaces:
SummaryBundle

public interface Bundle
extends SummaryBundle

Bundles are first class non-versioned objects that represent a bundled set of search criteria objects. These search criteria objects in turn facilitate the search of system objects, that would indirectly belong the bundle. The entities can be of the following types


Method Summary
 SearchCriteria[] getSearchCriteria()
          Fetch the list of search criterias configured on the bundle
 
Methods inherited from interface com.sun.n1.sps.model.bundle.SummaryBundle
getDescription, getID, getName, getTimeStamp
 

Method Detail

getSearchCriteria

SearchCriteria[] getSearchCriteria()
Fetch the list of search criterias configured on the bundle

Returns:
the list of search criterias configured on the bundle.