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-Klasse für PerformingOnBehalfOfFilter complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <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-Klasse für anonymous complex type.
static class PerformingOnBehalfOfFilterXto.ModelParticipantXto
          Java-Klasse für anonymous complex type.
 
Constructor Summary
PerformingOnBehalfOfFilterXto()
           
 
Method Summary
 PerformingOnBehalfOfFilterXto.ModelParticipantXto getModelParticipant()
          Ruft den Wert der modelParticipant-Eigenschaft ab.
 PerformingOnBehalfOfFilterXto.ModelParticipantsXto getModelParticipants()
          Ruft den Wert der modelParticipants-Eigenschaft ab.
 void setModelParticipant(PerformingOnBehalfOfFilterXto.ModelParticipantXto value)
          Legt den Wert der modelParticipant-Eigenschaft fest.
 void setModelParticipants(PerformingOnBehalfOfFilterXto.ModelParticipantsXto value)
          Legt den Wert der modelParticipants-Eigenschaft fest.
 
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()
Ruft den Wert der modelParticipant-Eigenschaft ab.

Returns:
possible object is PerformingOnBehalfOfFilterXto.ModelParticipantXto

setModelParticipant

public void setModelParticipant(PerformingOnBehalfOfFilterXto.ModelParticipantXto value)
Legt den Wert der modelParticipant-Eigenschaft fest.

Parameters:
value - allowed object is PerformingOnBehalfOfFilterXto.ModelParticipantXto

getModelParticipants

public PerformingOnBehalfOfFilterXto.ModelParticipantsXto getModelParticipants()
Ruft den Wert der modelParticipants-Eigenschaft ab.

Returns:
possible object is PerformingOnBehalfOfFilterXto.ModelParticipantsXto

setModelParticipants

public void setModelParticipants(PerformingOnBehalfOfFilterXto.ModelParticipantsXto value)
Legt den Wert der modelParticipants-Eigenschaft fest.

Parameters:
value - allowed object is PerformingOnBehalfOfFilterXto.ModelParticipantsXto


Copyright © 2015 Eclipse Stardust. All Rights Reserved.