org.eclipse.stardust.engine.api.query
Class ParticipantGrantFilter

java.lang.Object
  extended by org.eclipse.stardust.engine.api.query.ParticipantAssociationFilter
      extended by org.eclipse.stardust.engine.api.query.ParticipantGrantFilter
All Implemented Interfaces:
Serializable, FilterCriterion

Deprecated. Superseded by ParticipantAssociationFilter.

public class ParticipantGrantFilter
extends ParticipantAssociationFilter

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

Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.stardust.engine.api.query.ParticipantAssociationFilter
ParticipantAssociationFilter.Kind
 
Field Summary
 
Fields inherited from class org.eclipse.stardust.engine.api.query.ParticipantAssociationFilter
FILTER_KIND_DEPARTMENT, FILTER_KIND_MODEL_PARTICIPANT, FILTER_KIND_TEAM_LEADER, FILTER_KIND_USER, FILTER_KIND_USER_GROUP
 
Constructor Summary
ParticipantGrantFilter(String participantID)
          Deprecated. Use ParticipantAssociationFilter.forModelParticipant(String) instead.
ParticipantGrantFilter(String participantID, boolean recursively)
          Deprecated. Use ParticipantAssociationFilter.forModelParticipant(String, boolean) instead.
 
Method Summary
 
Methods inherited from class org.eclipse.stardust.engine.api.query.ParticipantAssociationFilter
accept, forDepartment, forModelParticipant, forModelParticipant, forParticipant, forParticipant, forTeamLeader, forTeamLeader, forUser, getFilterKind, getParticipant, getParticipantID, inUserGroup, isRecursively
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParticipantGrantFilter

public ParticipantGrantFilter(String participantID)
Deprecated. Use ParticipantAssociationFilter.forModelParticipant(String) instead.


ParticipantGrantFilter

public ParticipantGrantFilter(String participantID,
                              boolean recursively)
Deprecated. Use ParticipantAssociationFilter.forModelParticipant(String, boolean) instead.



Copyright © 2017 Eclipse Stardust. All Rights Reserved.