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

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

public class HistoricalEventPolicyXto
extends EvaluationPolicyXto

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

HistoricalEventPolicyXto

public HistoricalEventPolicyXto()
Method Detail

getEventTypes

public List<HistoricalEventTypeXto> getEventTypes()
Gets the value of the eventTypes property.

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



Copyright © 2017 Eclipse Stardust. All Rights Reserved.