com.tibco.bpm.web.client.services.results
Class GetEventDurationsFromECResult

java.lang.Object
  extended by com.tibco.bpm.web.client.services.results.GetEventDurationsFromECResult
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, net.customware.gwt.dispatch.shared.Result

public class GetEventDurationsFromECResult
extends java.lang.Object
implements net.customware.gwt.dispatch.shared.Result

Result containing the EventDuration information for the Work Items in a Process.

The result contains a HashMap keyed on the Work Item ID. For each Work Item ID there is an EventDuration entry containing the duration details.

©2011 Cloud Software Group, Inc.

Since:
1.2.0
See Also:
EventDuration

Constructor Summary
GetEventDurationsFromECResult(java.util.HashMap<java.lang.String,EventDuration> result)
          Constructor.
 
Method Summary
 java.util.HashMap<java.lang.String,EventDuration> getResult()
          HashMap containing the EventDuration information keyed on the Work Item ID.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetEventDurationsFromECResult

public GetEventDurationsFromECResult(java.util.HashMap<java.lang.String,EventDuration> result)
Constructor.

Parameters:
result -
Method Detail

getResult

public java.util.HashMap<java.lang.String,EventDuration> getResult()
HashMap containing the EventDuration information keyed on the Work Item ID.

Returns:
Returns the result.


Copyright © 2015 Cloud Software Group, Inc. All Rights Reserved.