public interface CMISQueryService
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAllVersionsSearchable() |
org.apache.chemistry.opencmis.commons.enums.CapabilityJoin |
getJoinSupport() |
boolean |
getPwcSearchable() |
org.apache.chemistry.opencmis.commons.enums.CapabilityQuery |
getQuerySupport() |
CMISResultSet |
query(CMISQueryOptions options) |
CMISResultSet |
query(String query,
StoreRef storeRef) |
@Auditable(parameters="options") CMISResultSet query(CMISQueryOptions options)
@Auditable(parameters={"query","storeRef"}) CMISResultSet query(String query, StoreRef storeRef)
boolean getPwcSearchable()
boolean getAllVersionsSearchable()
org.apache.chemistry.opencmis.commons.enums.CapabilityQuery getQuerySupport()
org.apache.chemistry.opencmis.commons.enums.CapabilityJoin getJoinSupport()
Copyright © 2005–2020 Alfresco Software. All rights reserved.