|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.query.ParticipantContributionXto
public class ParticipantContributionXto
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 |
|---|
public ParticipantContributionXto()
| Method Detail |
|---|
public PerformingParticipantFilterXto getFilter()
PerformingParticipantFilterXtopublic void setFilter(PerformingParticipantFilterXto value)
value - allowed object is
PerformingParticipantFilterXtopublic SubsetPolicyXto getSubsetPolicy()
SubsetPolicyXtopublic void setSubsetPolicy(SubsetPolicyXto value)
value - allowed object is
SubsetPolicyXto
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||