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

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.query.PredicateBaseXto
      extended by org.eclipse.stardust.engine.api.ws.query.PerformingOnBehalfOfFilterXto

public class PerformingOnBehalfOfFilterXto
extends PredicateBaseXto

Restricts the resulting items to the ones that are performed on behalf of the specified user group(s) or model participant(s).

Java class for PerformingOnBehalfOfFilter complex type.

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

 <complexType name="PerformingOnBehalfOfFilter">
   <complexContent>
     <extension base="{http://eclipse.org/stardust/ws/v2012a/api/query}PredicateBase">
       <sequence>
         <choice>
           <element name="modelParticipant">
             <complexType>
               <complexContent>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                   <sequence>
                     <element name="participant" type="{http://eclipse.org/stardust/ws/v2012a/api}ParticipantInfo"/>
                   </sequence>
                   <attribute name="recursively" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
                 </restriction>
               </complexContent>
             </complexType>
           </element>
           <element name="modelParticipants">
             <complexType>
               <complexContent>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                   <sequence>
                     <element name="participants" minOccurs="0">
                       <complexType>
                         <complexContent>
                           <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                             <sequence>
                               <element name="participant" type="{http://eclipse.org/stardust/ws/v2012a/api}ParticipantInfo" maxOccurs="unbounded" minOccurs="0"/>
                             </sequence>
                           </restriction>
                         </complexContent>
                       </complexType>
                     </element>
                   </sequence>
                 </restriction>
               </complexContent>
             </complexType>
           </element>
         </choice>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class PerformingOnBehalfOfFilterXto.ModelParticipantsXto
          Java class for anonymous complex type.
static class PerformingOnBehalfOfFilterXto.ModelParticipantXto
          Java class for anonymous complex type.
 
Constructor Summary
PerformingOnBehalfOfFilterXto()
           
 
Method Summary
 PerformingOnBehalfOfFilterXto.ModelParticipantXto getModelParticipant()
          Gets the value of the modelParticipant property.
 PerformingOnBehalfOfFilterXto.ModelParticipantsXto getModelParticipants()
          Gets the value of the modelParticipants property.
 void setModelParticipant(PerformingOnBehalfOfFilterXto.ModelParticipantXto value)
          Sets the value of the modelParticipant property.
 void setModelParticipants(PerformingOnBehalfOfFilterXto.ModelParticipantsXto value)
          Sets the value of the modelParticipants property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PerformingOnBehalfOfFilterXto

public PerformingOnBehalfOfFilterXto()
Method Detail

getModelParticipant

public PerformingOnBehalfOfFilterXto.ModelParticipantXto getModelParticipant()
Gets the value of the modelParticipant property.

Returns:
possible object is PerformingOnBehalfOfFilterXto.ModelParticipantXto

setModelParticipant

public void setModelParticipant(PerformingOnBehalfOfFilterXto.ModelParticipantXto value)
Sets the value of the modelParticipant property.

Parameters:
value - allowed object is PerformingOnBehalfOfFilterXto.ModelParticipantXto

getModelParticipants

public PerformingOnBehalfOfFilterXto.ModelParticipantsXto getModelParticipants()
Gets the value of the modelParticipants property.

Returns:
possible object is PerformingOnBehalfOfFilterXto.ModelParticipantsXto

setModelParticipants

public void setModelParticipants(PerformingOnBehalfOfFilterXto.ModelParticipantsXto value)
Sets the value of the modelParticipants property.

Parameters:
value - allowed object is PerformingOnBehalfOfFilterXto.ModelParticipantsXto


Copyright © 2017 Eclipse Stardust. All Rights Reserved.