org.eclipse.stardust.engine.api.ws.query
Class UserQueryXto

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.query.QueryXto
      extended by org.eclipse.stardust.engine.api.ws.query.UserQueryXto

public class UserQueryXto
extends QueryXto

Query for fetching workflow users matching specific criteria. Most common filter criteria will be the user's attributes. A more advanced use case is retrieving users having a specific role or organization membership by using 'participantAssociation' predicate.

Java class for UserQuery complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="UserQuery">
   <complexContent>
     <extension base="{http://eclipse.org/stardust/ws/v2012a/api/query}Query">
       <sequence>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
UserQueryXto()
           
 
Method Summary
 
Methods inherited from class org.eclipse.stardust.engine.api.ws.query.QueryXto
getOrder, getPolicy, getPredicate, setOrder, setPolicy, setPredicate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserQueryXto

public UserQueryXto()


Copyright © 2017 Eclipse Stardust. All Rights Reserved.