Package org.jbpm.designer.repository
Interface Filter<T>
-
- All Known Implementing Classes:
FilterByExtension,FilterByFileName
public interface Filter<T>This is a Filter interface used byRepositoryoperations 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 booleanaccept(T object)
-
-
-
Method Detail
-
accept
boolean accept(T object)
-
-