jBPM Designer - Backend 6.0.0.CR1

org.jbpm.designer.repository
Interface Filter<T>

All Known Implementing Classes:
FilterByExtension, FilterByFileName

public interface Filter<T>

This is a Filter interface used by Repository 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
 boolean accept(T object)
           
 

Method Detail

accept

boolean accept(T object)

jBPM Designer - Backend 6.0.0.CR1

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.