org.xcmis.restatom.abdera
Class QueryTypeElement

java.lang.Object
  extended by org.apache.abdera.model.ElementWrapper
      extended by org.apache.abdera.model.ExtensibleElementWrapper
          extended by org.xcmis.restatom.abdera.QueryTypeElement
All Implemented Interfaces:
Cloneable, Iterable<org.apache.abdera.model.Element>, org.apache.abdera.model.Base, org.apache.abdera.model.Element, org.apache.abdera.model.ExtensibleElement

public class QueryTypeElement
extends org.apache.abdera.model.ExtensibleElementWrapper

Version:
$Id: QueryTypeElement.java 44 2010-02-08 17:36:56Z andrew00x $
Author:
Andrey Parfonov

Constructor Summary
QueryTypeElement(org.apache.abdera.model.Element internal)
          Instantiates a new query type element.
QueryTypeElement(org.apache.abdera.factory.Factory factory, QName qname)
          Instantiates a new query type element.
 
Method Summary
 org.xcmis.spi.model.IncludeRelationships getIncludeRelationships()
          Gets the include relationships.
 int getPageSize()
          Gets the page size.
 org.xcmis.spi.query.Query getQuery()
           
 String getRenditionFilter()
          Gets the rendition filter.
 int getSkipCount()
          Gets the skip count.
 String getStatement()
          Gets the statement.
protected  String getText(QName elName)
          Gets the text.
 boolean isIncludeAllowableActions()
          Checks if is include allowable actions.
 boolean isSearchAllVersions()
          Checks if is search all versions.
 
Methods inherited from class org.apache.abdera.model.ExtensibleElementWrapper
addExtension, addExtension, addExtension, addExtension, addExtension, addSimpleExtension, addSimpleExtension, getExtension, getExtension, getExtensions, getExtensions, getExtensions, getExtInternal, getMustPreserveWhitespace, getSimpleExtension, getSimpleExtension, setMustPreserveWhitespace
 
Methods inherited from class org.apache.abdera.model.ElementWrapper
addComment, clone, complete, declareNS, discard, equals, getAttributes, getAttributeValue, getAttributeValue, getBaseUri, getDefaultWriterOptions, getDocument, getElements, getExtensionAttributes, getFactory, getFirstChild, getFirstChild, getInternal, getLanguage, getLanguageTag, getLocale, getNamespaces, getNextSibling, getNextSibling, getParentElement, getPreviousSibling, getPreviousSibling, getQName, getResolvedBaseUri, getText, hashCode, iterator, removeAttribute, removeAttribute, setAttributeValue, setAttributeValue, setBaseUri, setBaseUri, setLanguage, setParentElement, setText, setText, toString, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.abdera.model.Element
declareNS, discard, getAttributes, getAttributeValue, getAttributeValue, getBaseUri, getDocument, getElements, getExtensionAttributes, getFirstChild, getFirstChild, getLanguage, getLanguageTag, getLocale, getNamespaces, getNextSibling, getNextSibling, getParentElement, getPreviousSibling, getPreviousSibling, getQName, getResolvedBaseUri, getText, removeAttribute, removeAttribute, setAttributeValue, setAttributeValue, setBaseUri, setBaseUri, setLanguage, setParentElement, setText, setText
 
Methods inherited from interface org.apache.abdera.model.Base
addComment, clone, complete, getDefaultWriterOptions, getFactory, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo
 
Methods inherited from interface java.lang.Iterable
iterator
 

Constructor Detail

QueryTypeElement

public QueryTypeElement(org.apache.abdera.model.Element internal)
Instantiates a new query type element.

Parameters:
internal - the internal

QueryTypeElement

public QueryTypeElement(org.apache.abdera.factory.Factory factory,
                        QName qname)
Instantiates a new query type element.

Parameters:
factory - the factory
qname - the qname
Method Detail

getIncludeRelationships

public org.xcmis.spi.model.IncludeRelationships getIncludeRelationships()
Gets the include relationships.

Returns:
the include relationships

getPageSize

public int getPageSize()
Gets the page size.

Returns:
the page size

getRenditionFilter

public String getRenditionFilter()
Gets the rendition filter.

Returns:
the rendition filter

getSkipCount

public int getSkipCount()
Gets the skip count.

Returns:
the skip count

getStatement

public String getStatement()
Gets the statement.

Returns:
the statement

isIncludeAllowableActions

public boolean isIncludeAllowableActions()
Checks if is include allowable actions.

Returns:
true, if is include allowable actions

isSearchAllVersions

public boolean isSearchAllVersions()
Checks if is search all versions.

Returns:
true, if is search all versions

getText

protected String getText(QName elName)
Gets the text.

Parameters:
elName - the el name
Returns:
the text

getQuery

public org.xcmis.spi.query.Query getQuery()


Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.