org.eclipse.stardust.engine.api.query
Class WorklistQuery.UserContribution

java.lang.Object
  extended by org.eclipse.stardust.engine.api.query.WorklistQuery.UserContribution
All Implemented Interfaces:
Serializable
Enclosing class:
WorklistQuery

public static final class WorklistQuery.UserContribution
extends Object

Class describing the user's private worklist contribution.

See Also:
WorklistQuery.getUserContribution(), WorklistQuery.setUserContribution(boolean), WorklistQuery.setUserContribution(SubsetPolicy), Serialized Form

Method Summary
 boolean isIncluded()
          Gets the flag if the user's private worklist contributes to the result.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isIncluded

public boolean isIncluded()
Gets the flag if the user's private worklist contributes to the result.

Returns:
Flag indicating if the user's private worklist contributes.


Copyright © 2017 Eclipse Stardust. All Rights Reserved.