|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xcmis.client.gwt.model.actions.Query
public class Query
| 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 |
|---|
protected String repositoryId
protected String statement
protected boolean searchAllVersions
protected boolean includeAllowableActions
protected EnumIncludeRelationships includeRelationships
protected String renditionFilter
protected Long maxItems
protected Long skipCount
protected CmisExtensionType extension
| Constructor Detail |
|---|
public Query()
| Method Detail |
|---|
public String getRepositoryId()
Stringpublic void setRepositoryId(String value)
value - allowed object is
Stringpublic String getStatement()
Stringpublic void setStatement(String value)
value - allowed object is
Stringpublic boolean getSearchAllVersions()
public void setSearchAllVersions(boolean value)
value - valuepublic boolean getIncludeAllowableActions()
public void setIncludeAllowableActions(boolean value)
value - valuepublic EnumIncludeRelationships getIncludeRelationships()
EnumIncludeRelationshipspublic void setIncludeRelationships(EnumIncludeRelationships value)
value - valuepublic String getRenditionFilter()
public void setRenditionFilter(String value)
value - valuepublic Long getMaxItems()
public void setMaxItems(Long value)
value - valuepublic Long getSkipCount()
Longpublic void setSkipCount(Long value)
value - valuepublic CmisExtensionType getExtension()
CmisExtensionTypepublic void setExtension(CmisExtensionType value)
value - valuepublic Map<QName,String> getOtherAttributes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||