org.camunda.bpm.engine.cdi.impl.annotation
Class BusinessKeyProducer

java.lang.Object
  extended by org.camunda.bpm.engine.cdi.impl.annotation.BusinessKeyProducer

public class BusinessKeyProducer
extends Object

Producer for the current business key.

Author:
Daniel Meyer

Constructor Summary
BusinessKeyProducer()
           
 
Method Summary
 String businessKey(ProcessInstance processInstance)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BusinessKeyProducer

public BusinessKeyProducer()
Method Detail

businessKey

@Produces
@Named
public String businessKey(ProcessInstance processInstance)


Copyright © 2015 camunda services GmbH. All rights reserved.