org.jbpm.context.exe.matcher
Class SerializableMatcher

java.lang.Object
  extended by org.jbpm.context.exe.matcher.SerializableMatcher
All Implemented Interfaces:
java.io.Serializable, JbpmTypeMatcher

public class SerializableMatcher
extends java.lang.Object
implements JbpmTypeMatcher

See Also:
Serialized Form

Constructor Summary
SerializableMatcher()
           
 
Method Summary
 boolean matches(java.lang.Object value)
          evaluates if the value is a match.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerializableMatcher

public SerializableMatcher()
Method Detail

matches

public boolean matches(java.lang.Object value)
Description copied from interface: JbpmTypeMatcher
evaluates if the value is a match.

Specified by:
matches in interface JbpmTypeMatcher
Parameters:
value - is the value object and it will not be null.


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