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

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

public class SubFolderPolicyXto
extends EvaluationPolicyXto

Evaluation Policy for limiting a DocumentQuery to a specific subfolder path.

Java class for SubFolderPolicy complex type.

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

 <complexType name="SubFolderPolicy">
   <complexContent>
     <extension base="{http://eclipse.org/stardust/ws/v2012a/api/query}EvaluationPolicy">
       <sequence>
         <element name="limitSubFolder" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="recursive" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
SubFolderPolicyXto()
           
 
Method Summary
 String getLimitSubFolder()
          Gets the value of the limitSubFolder property.
 boolean isRecursive()
          Gets the value of the recursive property.
 void setLimitSubFolder(String value)
          Sets the value of the limitSubFolder property.
 void setRecursive(boolean value)
          Sets the value of the recursive property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubFolderPolicyXto

public SubFolderPolicyXto()
Method Detail

getLimitSubFolder

public String getLimitSubFolder()
Gets the value of the limitSubFolder property.

Returns:
possible object is String

setLimitSubFolder

public void setLimitSubFolder(String value)
Sets the value of the limitSubFolder property.

Parameters:
value - allowed object is String

isRecursive

public boolean isRecursive()
Gets the value of the recursive property.


setRecursive

public void setRecursive(boolean value)
Sets the value of the recursive property.



Copyright © 2017 Eclipse Stardust. All Rights Reserved.