org.jbpm.pvm.internal.query
Class AvgDurationPerActivityQueryCmd

java.lang.Object
  extended by org.jbpm.pvm.internal.query.AvgDurationPerActivityQueryCmd
All Implemented Interfaces:
java.io.Serializable, Command<java.util.Map<java.lang.String,java.lang.Number>>

public class AvgDurationPerActivityQueryCmd
extends java.lang.Object
implements Command<java.util.Map<java.lang.String,java.lang.Number>>

Author:
Tom Baeyens
See Also:
Serialized Form

Field Summary
protected  java.lang.String processDefinitionId
           
 
Constructor Summary
AvgDurationPerActivityQueryCmd(java.lang.String processDefinitionId)
           
 
Method Summary
 java.util.Map<java.lang.String,java.lang.Number> execute(Environment environment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

processDefinitionId

protected java.lang.String processDefinitionId
Constructor Detail

AvgDurationPerActivityQueryCmd

public AvgDurationPerActivityQueryCmd(java.lang.String processDefinitionId)
Method Detail

execute

public java.util.Map<java.lang.String,java.lang.Number> execute(Environment environment)
                                                         throws java.lang.Exception
Specified by:
execute in interface Command<java.util.Map<java.lang.String,java.lang.Number>>
Throws:
java.lang.Exception


Copyright © 2010 JBoss Community. All Rights Reserved.