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

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

public class ParticipantContributionXto
extends Object

Configures the worklist(s) resulting from the given participant filter to be included in the result. The size of these worklist contributions can optionally be restricted by the subsetPolicy

Java class for ParticipantContribution complex type.

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

 <complexType name="ParticipantContribution">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="filter" type="{http://eclipse.org/stardust/ws/v2012a/api/query}PerformingParticipantFilter" minOccurs="0"/>
         <element name="subsetPolicy" type="{http://eclipse.org/stardust/ws/v2012a/api/query}SubsetPolicy" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
ParticipantContributionXto()
           
 
Method Summary
 PerformingParticipantFilterXto getFilter()
          Gets the value of the filter property.
 SubsetPolicyXto getSubsetPolicy()
          Gets the value of the subsetPolicy property.
 void setFilter(PerformingParticipantFilterXto value)
          Sets the value of the filter property.
 void setSubsetPolicy(SubsetPolicyXto value)
          Sets the value of the subsetPolicy property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParticipantContributionXto

public ParticipantContributionXto()
Method Detail

getFilter

public PerformingParticipantFilterXto getFilter()
Gets the value of the filter property.

Returns:
possible object is PerformingParticipantFilterXto

setFilter

public void setFilter(PerformingParticipantFilterXto value)
Sets the value of the filter property.

Parameters:
value - allowed object is PerformingParticipantFilterXto

getSubsetPolicy

public SubsetPolicyXto getSubsetPolicy()
Gets the value of the subsetPolicy property.

Returns:
possible object is SubsetPolicyXto

setSubsetPolicy

public void setSubsetPolicy(SubsetPolicyXto value)
Sets the value of the subsetPolicy property.

Parameters:
value - allowed object is SubsetPolicyXto


Copyright © 2017 Eclipse Stardust. All Rights Reserved.