org.jbpm.context.exe
Interface JbpmTypeMatcher

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ClassNameMatcher, Ejb3Matcher, HibernateLongIdMatcher, HibernateStringIdMatcher, JcrNodeMatcher, SerializableMatcher

public interface JbpmTypeMatcher
extends java.io.Serializable


Method Summary
 boolean matches(java.lang.Object value)
          evaluates if the value is a match.
 

Method Detail

matches

boolean matches(java.lang.Object value)
evaluates if the value is a match.

Parameters:
value - is the value object and it will not be null.