|
|||||||||
| 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.SubFolderPolicyXto
public class SubFolderPolicyXto
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 |
|---|
public SubFolderPolicyXto()
| Method Detail |
|---|
public String getLimitSubFolder()
Stringpublic void setLimitSubFolder(String value)
value - allowed object is
Stringpublic boolean isRecursive()
public void setRecursive(boolean value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||