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

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

public class UserGroupQueryXto
extends QueryXto

Query for fetching workflow user groups matching specific criteria. Most common filter criteria will be the user group's attributes.

Java class for UserGroupQuery complex type.

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

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


Constructor Summary
UserGroupQueryXto()
           
 
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

UserGroupQueryXto

public UserGroupQueryXto()


Copyright © 2017 Eclipse Stardust. All Rights Reserved.