org.jbpm.model
Interface IdGenerator


public interface IdGenerator

Author:
Tom Baeyens

Method Summary
 java.lang.String createId(ProcessDefinition processDefinition, Execution parent, Execution execution)
          generates a unique id for the given execution.
 

Method Detail

createId

java.lang.String createId(ProcessDefinition processDefinition,
                          Execution parent,
                          Execution execution)
generates a unique id for the given execution.



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