org.ow2.orchestra.pvm.internal.model
Class DefaultIdGenerator
java.lang.Object
org.ow2.orchestra.pvm.internal.model.DefaultIdGenerator
- All Implemented Interfaces:
- IdGenerator
public class DefaultIdGenerator
- extends Object
- implements IdGenerator
- Author:
- Tom Baeyens
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultIdGenerator
public DefaultIdGenerator()
createId
public String createId(ProcessDefinition processDefinition,
Execution parent,
Execution execution)
- Description copied from interface:
IdGenerator
- generates a unique id for the given execution.
- Specified by:
createId in interface IdGenerator
Copyright © 2011 OW2 Consortium. All Rights Reserved.