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

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

public class PolicyXto
extends java.lang.Object

An evaluation policy selects (parts of) the strategy for query evaluation, i.e. which model version to use or what subset to deliver.

Java class for Policy complex type.

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

 <complexType name="Policy">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice maxOccurs="unbounded" minOccurs="0">
           <element name="subsetPolicy" type="{http://eclipse.org/stardust/ws/v2012a/api/query}SubsetPolicy" minOccurs="0"/>
           <element name="subFolderPolicy" type="{http://eclipse.org/stardust/ws/v2012a/api/query}SubFolderPolicy" minOccurs="0"/>
           <element name="modelVersionPolicy" type="{http://eclipse.org/stardust/ws/v2012a/api/query}ModelVersionPolicy" minOccurs="0"/>
           <element name="descriptorPolicy" type="{http://eclipse.org/stardust/ws/v2012a/api/query}DescriptorPolicy" minOccurs="0"/>
           <element name="processInstanceDetailsPolicy" type="{http://eclipse.org/stardust/ws/v2012a/api/query}ProcessInstanceDetailsPolicy" minOccurs="0"/>
           <element name="historicalStatesPolicy" type="{http://eclipse.org/stardust/ws/v2012a/api/query}HistoricalStatesPolicy" minOccurs="0"/>
           <element name="historicalEventPolicy" type="{http://eclipse.org/stardust/ws/v2012a/api/query}HistoricalEventPolicy" minOccurs="0"/>
           <element name="criticalExecutionTimePolicy" type="{http://eclipse.org/stardust/ws/v2012a/api/query}CriticalExecutionTimePolicy" minOccurs="0"/>
           <element name="criticalCostPerExecutionPolicy" type="{http://eclipse.org/stardust/ws/v2012a/api/query}CriticalCostPerExecutionPolicy" minOccurs="0"/>
           <element name="criticalProcessingTimePolicy" type="{http://eclipse.org/stardust/ws/v2012a/api/query}CriticalProcessingTimePolicy" minOccurs="0"/>
           <element name="performanceCriticalityPolicy" type="{http://eclipse.org/stardust/ws/v2012a/api/query}PerformanceCriticalityPolicy" minOccurs="0"/>
           <element name="processCumulationPolicy" type="{http://eclipse.org/stardust/ws/v2012a/api/query}ProcessCumulationPolicy" minOccurs="0"/>
           <element name="timeoutPolicy" type="{http://eclipse.org/stardust/ws/v2012a/api/query}TimeoutPolicy" minOccurs="0"/>
           <element name="userDetailsPolicy" type="{http://eclipse.org/stardust/ws/v2012a/api/query}UserDetailsPolicy" minOccurs="0"/>
           <element name="casePolicy" type="{http://eclipse.org/stardust/ws/v2012a/api/query}CasePolicy" minOccurs="0"/>
           <element name="evaluateByWorkitemsPolicy" type="{http://eclipse.org/stardust/ws/v2012a/api/query}EvaluateByWorkitemsPolicy"/>
           <element name="excludeUserPolicy" type="{http://eclipse.org/stardust/ws/v2012a/api/query}ExcludeUserPolicy"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
PolicyXto()
           
 
Method Summary
 java.util.List<EvaluationPolicyXto> getSubsetPolicyOrSubFolderPolicyOrModelVersionPolicy()
          Gets the value of the subsetPolicyOrSubFolderPolicyOrModelVersionPolicy property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PolicyXto

public PolicyXto()
Method Detail

getSubsetPolicyOrSubFolderPolicyOrModelVersionPolicy

public java.util.List<EvaluationPolicyXto> getSubsetPolicyOrSubFolderPolicyOrModelVersionPolicy()
Gets the value of the subsetPolicyOrSubFolderPolicyOrModelVersionPolicy 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 subsetPolicyOrSubFolderPolicyOrModelVersionPolicy property.

For example, to add a new item, do as follows:

    getSubsetPolicyOrSubFolderPolicyOrModelVersionPolicy().add(newItem);
 

Objects of the following type(s) are allowed in the list PerformanceCriticalityPolicyXto CriticalProcessingTimePolicyXto TimeoutPolicyXto HistoricalEventPolicyXto ModelVersionPolicyXto CriticalExecutionTimePolicyXto UserDetailsPolicyXto SubsetPolicyXto SubFolderPolicyXto EvaluateByWorkitemsPolicyXto ProcessInstanceDetailsPolicyXto HistoricalStatesPolicyXto CriticalCostPerExecutionPolicyXto ProcessCumulationPolicyXto DescriptorPolicyXto CasePolicyXto ExcludeUserPolicyXto



Copyright © 2014 SunGard CSA LLC. All Rights Reserved.