Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


waggle.common.modules.repository.infos
Class XRepositorySearchInfo

java.lang.Object
  extended by waggle.common.modules.repository.infos.XRepositorySearchInfo


public class XRepositorySearchInfo
extends Object

The Repository Search Info.


Field Summary
 int EndRow
          Ending row number to be returned.
 boolean IsRecursive
          Search all children if ParentID is specified.
 int MaxResults
          Maximum number of results to be returned.
 String ParentID
          Parent folder ID.
 String QueryText
          The query text in the required format.
 String SortField
          Primary sort field.
 String SortOrder
          Primary sort field sort order.
 String SortSpec
          Complete sort spec.
 int StartRow
          Starting row number to be returned.

 

Constructor Summary
XRepositorySearchInfo()
           

 

Method Summary

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

QueryText

public String QueryText
The query text in the required format.

MaxResults

public int MaxResults
Maximum number of results to be returned. Value of 0 is ignored.

SortField

public String SortField
Primary sort field. May be null.

SortOrder

public String SortOrder
Primary sort field sort order. May be null.

SortSpec

public String SortSpec
Complete sort spec. May be null. Might be 11g only.

StartRow

public int StartRow
Starting row number to be returned. Value of 0 is ignored.

EndRow

public int EndRow
Ending row number to be returned. Value of 0 is ignored.

ParentID

public String ParentID
Parent folder ID. May be null.

IsRecursive

public boolean IsRecursive
Search all children if ParentID is specified.

Constructor Detail

XRepositorySearchInfo

public XRepositorySearchInfo()

Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.