com.centrasite.control.discovery
Interface ItemFilter

All Known Implementing Classes:
AddResourceCommand

public interface ItemFilter


Field Summary
static java.lang.String rcs_id
           
 
Method Summary
 boolean accepts(Item item)
          Test whether filter accepts given Item
 

Field Detail

rcs_id

static final java.lang.String rcs_id
See Also:
Constant Field Values
Method Detail

accepts

boolean accepts(Item item)
Test whether filter accepts given Item

Parameters:
item -
Returns:
trzue if accepted, false otherwise