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

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

public static final class WorklistQuery.ParticipantContribution
extends Object

Class describing participant worklist contributions.

See Also:
WorklistQuery.setParticipantContribution(PerformingParticipantFilter), WorklistQuery.setParticipantContribution(PerformingParticipantFilter, SubsetPolicy), Serialized Form

Method Summary
 PerformingParticipantFilter getFilter()
          Gets the filter used to determine the participants contributing their worklists to the result.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFilter

public PerformingParticipantFilter getFilter()
Gets the filter used to determine the participants contributing their worklists to the result.

Returns:
The participant filter.


Copyright © 2017 Eclipse Stardust. All Rights Reserved.