org.eclipse.stardust.engine.core.query.statistics.api
Class ProcessCumulationPolicy

java.lang.Object
  extended by org.eclipse.stardust.engine.core.query.statistics.api.ProcessCumulationPolicy
All Implemented Interfaces:
Serializable, EvaluationPolicy

public class ProcessCumulationPolicy
extends Object
implements EvaluationPolicy

Policy to retrieve root/scope process for cumulation.

Version:
$Revision$
Author:
rsauer
See Also:
Serialized Form

Field Summary
static ProcessCumulationPolicy WITH_PI
           
static ProcessCumulationPolicy WITH_ROOT_PI
           
static ProcessCumulationPolicy WITH_SCOPE_PI
           
 
Method Summary
 boolean cumulateWithProcess()
           
 boolean cumulateWithRootProcess()
           
 boolean cumulateWithScopeProcess()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WITH_ROOT_PI

public static final ProcessCumulationPolicy WITH_ROOT_PI

WITH_SCOPE_PI

public static final ProcessCumulationPolicy WITH_SCOPE_PI

WITH_PI

public static final ProcessCumulationPolicy WITH_PI
Method Detail

cumulateWithRootProcess

public boolean cumulateWithRootProcess()

cumulateWithScopeProcess

public boolean cumulateWithScopeProcess()

cumulateWithProcess

public boolean cumulateWithProcess()


Copyright © 2017 Eclipse Stardust. All Rights Reserved.