org.jbpm.context.exe.matcher
Class HibernateStringIdMatcher
java.lang.Object
org.jbpm.context.exe.matcher.HibernateStringIdMatcher
- All Implemented Interfaces:
- Serializable, JbpmTypeMatcher
public class HibernateStringIdMatcher
- extends Object
- implements JbpmTypeMatcher
- See Also:
- Serialized Form
|
Method Summary |
boolean |
matches(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 |
HibernateStringIdMatcher
public HibernateStringIdMatcher()
matches
public boolean matches(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 © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.