org.jbpm.context.exe
Interface JbpmTypeMatcher

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

public interface JbpmTypeMatcher
extends Serializable


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

Method Detail

matches

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

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


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.