com.sun.n1.sps.model.host
Interface HostSearch

All Superinterfaces:
PluginMember

public interface HostSearch
extends PluginMember

A host search is used to persistently store a user specified host search criteria. The stored criteria can be used to select hosts whose attributes have a particular value, providing a mechanism for saving and executing dynamic queries..


Method Summary
 HostSearchCriteria getCriteria()
          Returns the criteria associated with this host search.
 java.lang.String getDescription()
          Returns the description of this object.
 java.lang.String getName()
          Returns the name of this object.
 Visibility getVisibility()
          Returns the current visibility of this object.
 
Methods inherited from interface com.sun.n1.sps.model.PluginMember
getPluginID
 

Method Detail

getCriteria

HostSearchCriteria getCriteria()
Returns the criteria associated with this host search. The empty criteria is returned by default.

Returns:
the host search criteria.

getVisibility

Visibility getVisibility()
Returns the current visibility of this object.

Returns:
The visibility of this object.

getName

java.lang.String getName()
Returns the name of this object.

Returns:
The name of this object.

getDescription

java.lang.String getDescription()
Returns the description of this object.

Returns:
The description of this object.