public class

RecursiveQuery

extends BuiltInQuery
java.lang.Object
   ↳ com.clarizen.api.BaseMessage
     ↳ com.clarizen.api.queries.Query
       ↳ com.clarizen.api.queries.BuiltInQuery
         ↳ com.clarizen.api.queries.RecursiveQuery
Known Direct Subclasses

Class Overview

Java class for RecursiveQuery complex type.

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

 <complexType name="RecursiveQuery">
   <complexContent>
     <extension base="{http://clarizen.com/api/queries}BuiltInQuery">
       <sequence>
         <element name="Levels" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="RootItemId" type="{http://clarizen.com/api}EntityId" minOccurs="0"/>
         <element name="TypeName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Where" type="{http://clarizen.com/api/queries}Condition" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected int levels
protected EntityId rootItemId
protected String typeName
protected Condition where
[Expand]
Inherited Fields
From class com.clarizen.api.queries.BuiltInQuery
From class com.clarizen.api.queries.Query
Public Constructors
RecursiveQuery()
Public Methods
int getLevels()
Gets the value of the levels property.
EntityId getRootItemId()
Gets the value of the rootItemId property.
String getTypeName()
Gets the value of the typeName property.
Condition getWhere()
Gets the value of the where property.
void setLevels(int value)
Sets the value of the levels property.
void setRootItemId(EntityId value)
Sets the value of the rootItemId property.
void setTypeName(String value)
Sets the value of the typeName property.
void setWhere(Condition value)
Sets the value of the where property.
[Expand]
Inherited Methods
From class com.clarizen.api.queries.BuiltInQuery
From class com.clarizen.api.queries.Query
From class java.lang.Object

Fields

protected int levels

protected EntityId rootItemId

protected String typeName

protected Condition where

Public Constructors

public RecursiveQuery ()

Public Methods

public int getLevels ()

Gets the value of the levels property.

public EntityId getRootItemId ()

Gets the value of the rootItemId property.

Returns

public String getTypeName ()

Gets the value of the typeName property.

Returns
  • possible object is String

public Condition getWhere ()

Gets the value of the where property.

Returns

public void setLevels (int value)

Sets the value of the levels property.

Parameters
value

public void setRootItemId (EntityId value)

Sets the value of the rootItemId property.

Parameters
value Allowed object is EntityId

public void setTypeName (String value)

Sets the value of the typeName property.

Parameters
value Allowed object is String

public void setWhere (Condition value)

Sets the value of the where property.

Parameters
value Allowed object is Condition