Package org.jbpm.designer.repository
Interface Filter<T>
-
- All Known Implementing Classes:
FilterByExtension
,FilterByFileName
public interface Filter<T>
This is a Filter interface used byRepository
operations to filter out not needed content.TODO most likely it would need to be implemented by repository specific classes to accommodate repository specific features.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
accept(T object)
-
-
-
Method Detail
-
accept
boolean accept(T object)
-
-