Class XpathBasedInboundEventKeyDetector
java.lang.Object
org.flowable.eventregistry.impl.keydetector.XpathBasedInboundEventKeyDetector
- All Implemented Interfaces:
InboundEventKeyDetector<Document>
public class XpathBasedInboundEventKeyDetector
extends Object
implements InboundEventKeyDetector<Document>
- Author:
- Joram Barrez
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.flowable.eventregistry.api.InboundEventKeyDetector
detectEventDefinitionKey
-
Field Details
-
xpathExpression
-
-
Constructor Details
-
XpathBasedInboundEventKeyDetector
-
-
Method Details
-
detectEventDefinitionKey
- Specified by:
detectEventDefinitionKey
in interfaceInboundEventKeyDetector<Document>
-