|
|||||||||
| 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.EvaluationPolicyXto
org.eclipse.stardust.engine.api.ws.query.HistoricalEventPolicyXto
public class HistoricalEventPolicyXto
Evaluation policy determining the inclusion of the given event types in process and activity instances. Not specifying a 'eventTypes' element defaults to all eventTypes.
Java class for HistoricalEventPolicy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HistoricalEventPolicy">
<complexContent>
<extension base="{http://eclipse.org/stardust/ws/v2012a/api/query}EvaluationPolicy">
<sequence>
<element name="eventTypes" type="{http://eclipse.org/stardust/ws/v2012a/api/query}HistoricalEventTypes" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
HistoricalEventPolicyXto()
|
|
| Method Summary | |
|---|---|
List<HistoricalEventTypeXto> |
getEventTypes()
Gets the value of the eventTypes property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HistoricalEventPolicyXto()
| Method Detail |
|---|
public List<HistoricalEventTypeXto> getEventTypes()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the eventTypes property.
For example, to add a new item, do as follows:
getEventTypes().add(newItem);
Objects of the following type(s) are allowed in the list
HistoricalEventTypeXto
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||