de.fzj.unicore.uas.client
Interface IGridFileFilter

All Known Implementing Classes:
GridFileFilter

public interface IGridFileFilter

Author:
Christian Hohmann

Method Summary
 boolean browseSubfolder(org.unigrids.services.atomic.types.GridFileType file)
          return true if matches are possible for childs of the given file element
 java.lang.String getInitCriteria()
           
 boolean match(org.unigrids.services.atomic.types.GridFileType file)
          return true if file object matches the set filter criteria
 void setCriteria(java.lang.String criteria)
          set the given criteria as the criteria of this filter
 

Method Detail

match

boolean match(org.unigrids.services.atomic.types.GridFileType file)
return true if file object matches the set filter criteria


browseSubfolder

boolean browseSubfolder(org.unigrids.services.atomic.types.GridFileType file)
return true if matches are possible for childs of the given file element


getInitCriteria

java.lang.String getInitCriteria()
Returns:
the String set by setCriteria(String)

setCriteria

void setCriteria(java.lang.String criteria)
set the given criteria as the criteria of this filter

Parameters:
criteria -


Copyright © 2006-2010 Research Center Juelich. All Rights Reserved.