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

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

public class ProcessInstanceDetailsPolicyXto
extends EvaluationPolicyXto

Evaluation Policy for specifying details level of processInstances.

Java class for ProcessInstanceDetailsPolicy complex type.

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

 <complexType name="ProcessInstanceDetailsPolicy">
   <complexContent>
     <extension base="{http://eclipse.org/stardust/ws/v2012a/api/query}EvaluationPolicy">
       <sequence>
         <element name="detailsLevel" type="{http://eclipse.org/stardust/ws/v2012a/api/query}ProcessInstanceDetailsLevel"/>
         <element name="detailsOptions" type="{http://eclipse.org/stardust/ws/v2012a/api}ProcessInstanceDetailsOptions"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
ProcessInstanceDetailsPolicyXto()
           
 
Method Summary
 ProcessInstanceDetailsLevelXto getDetailsLevel()
          Gets the value of the detailsLevel property.
 ProcessInstanceDetailsOptionsXto getDetailsOptions()
          Gets the value of the detailsOptions property.
 void setDetailsLevel(ProcessInstanceDetailsLevelXto value)
          Sets the value of the detailsLevel property.
 void setDetailsOptions(ProcessInstanceDetailsOptionsXto value)
          Sets the value of the detailsOptions property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessInstanceDetailsPolicyXto

public ProcessInstanceDetailsPolicyXto()
Method Detail

getDetailsLevel

public ProcessInstanceDetailsLevelXto getDetailsLevel()
Gets the value of the detailsLevel property.

Returns:
possible object is ProcessInstanceDetailsLevelXto

setDetailsLevel

public void setDetailsLevel(ProcessInstanceDetailsLevelXto value)
Sets the value of the detailsLevel property.

Parameters:
value - allowed object is ProcessInstanceDetailsLevelXto

getDetailsOptions

public ProcessInstanceDetailsOptionsXto getDetailsOptions()
Gets the value of the detailsOptions property.

Returns:
possible object is ProcessInstanceDetailsOptionsXto

setDetailsOptions

public void setDetailsOptions(ProcessInstanceDetailsOptionsXto value)
Sets the value of the detailsOptions property.

Parameters:
value - allowed object is ProcessInstanceDetailsOptionsXto


Copyright © 2017 Eclipse Stardust. All Rights Reserved.