Package org.jbpm.persistence.correlation
Class JPACorrelationKeyFactory
- java.lang.Object
-
- org.jbpm.persistence.correlation.JPACorrelationKeyFactory
-
- All Implemented Interfaces:
org.kie.internal.process.CorrelationKeyFactory
public class JPACorrelationKeyFactory extends Object implements org.kie.internal.process.CorrelationKeyFactory
-
-
Constructor Summary
Constructors Constructor Description JPACorrelationKeyFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.kie.internal.process.CorrelationKey
newCorrelationKey(String businessKey)
org.kie.internal.process.CorrelationKey
newCorrelationKey(List<String> properties)
-
-
-
Method Detail
-
newCorrelationKey
public org.kie.internal.process.CorrelationKey newCorrelationKey(String businessKey)
- Specified by:
newCorrelationKey
in interfaceorg.kie.internal.process.CorrelationKeyFactory
-
-