org.xcmis.client.gwt.model.actions
Class Query

java.lang.Object
  extended by org.xcmis.client.gwt.model.actions.Query

public class Query
extends Object

Version:
$Id:
Author:

Field Summary
protected  CmisExtensionType extension
          Extension.
protected  boolean includeAllowableActions
          Include allowable actions.
protected  EnumIncludeRelationships includeRelationships
          Include relationships.
protected  Long maxItems
          Max items.
protected  String renditionFilter
          Rendition filter.
protected  String repositoryId
          Repository id.
protected  boolean searchAllVersions
          Search all versions.
protected  Long skipCount
          Skip count.
protected  String statement
          Statement.
 
Constructor Summary
Query()
           
 
Method Summary
 CmisExtensionType getExtension()
           
 boolean getIncludeAllowableActions()
           
 EnumIncludeRelationships getIncludeRelationships()
           
 Long getMaxItems()
           
 Map<QName,String> getOtherAttributes()
           
 String getRenditionFilter()
           
 String getRepositoryId()
          Gets the value of the repositoryId property.
 boolean getSearchAllVersions()
           
 Long getSkipCount()
           
 String getStatement()
          Gets the value of the statement property.
 void setExtension(CmisExtensionType value)
           
 void setIncludeAllowableActions(boolean value)
           
 void setIncludeRelationships(EnumIncludeRelationships value)
           
 void setMaxItems(Long value)
           
 void setRenditionFilter(String value)
           
 void setRepositoryId(String value)
          Sets the value of the repositoryId property.
 void setSearchAllVersions(boolean value)
           
 void setSkipCount(Long value)
           
 void setStatement(String value)
          Sets the value of the statement property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

repositoryId

protected String repositoryId
Repository id.


statement

protected String statement
Statement.


searchAllVersions

protected boolean searchAllVersions
Search all versions.


includeAllowableActions

protected boolean includeAllowableActions
Include allowable actions.


includeRelationships

protected EnumIncludeRelationships includeRelationships
Include relationships.


renditionFilter

protected String renditionFilter
Rendition filter.


maxItems

protected Long maxItems
Max items.


skipCount

protected Long skipCount
Skip count.


extension

protected CmisExtensionType extension
Extension.

Constructor Detail

Query

public Query()
Method Detail

getRepositoryId

public String getRepositoryId()
Gets the value of the repositoryId property.

Returns:
possible object is String

setRepositoryId

public void setRepositoryId(String value)
Sets the value of the repositoryId property.

Parameters:
value - allowed object is String

getStatement

public String getStatement()
Gets the value of the statement property.

Returns:
possible object is String

setStatement

public void setStatement(String value)
Sets the value of the statement property.

Parameters:
value - allowed object is String

getSearchAllVersions

public boolean getSearchAllVersions()
Returns:
boolean

setSearchAllVersions

public void setSearchAllVersions(boolean value)
Parameters:
value - value

getIncludeAllowableActions

public boolean getIncludeAllowableActions()
Returns:
boolean

setIncludeAllowableActions

public void setIncludeAllowableActions(boolean value)
Parameters:
value - value

getIncludeRelationships

public EnumIncludeRelationships getIncludeRelationships()
Returns:
EnumIncludeRelationships

setIncludeRelationships

public void setIncludeRelationships(EnumIncludeRelationships value)
Parameters:
value - value

getRenditionFilter

public String getRenditionFilter()
Returns:
String

setRenditionFilter

public void setRenditionFilter(String value)
Parameters:
value - value

getMaxItems

public Long getMaxItems()
Returns:
Long

setMaxItems

public void setMaxItems(Long value)
Parameters:
value - value

getSkipCount

public Long getSkipCount()
Returns:
Long

setSkipCount

public void setSkipCount(Long value)
Parameters:
value - value

getExtension

public CmisExtensionType getExtension()
Returns:
CmisExtensionType

setExtension

public void setExtension(CmisExtensionType value)
Parameters:
value - value

getOtherAttributes

public Map<QName,String> getOtherAttributes()
Returns:
Map


Copyright © 2010 eXo Platform SAS. All Rights Reserved.