com.wewebu.ow.server.ecmimpl.cmis.object
Interface OwCMISQuerySchema

All Known Implementing Classes:
OwCMISDynamicQuerySchema

public interface OwCMISQuerySchema

CMIS query ability handling.
Interface which define handle the query name and query ability of a CMIS property definition.

Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.

For licensing information read the license.txt file or
go to: http://wiki.alfresco.com


Method Summary
 String getQueryName(OwCMISQueryContext context_p)
          Return the query name to be used for given context.
 boolean isQueryable(OwCMISQueryContext context_p)
          Request if this property is query able for given context.
 

Method Detail

isQueryable

boolean isQueryable(OwCMISQueryContext context_p)
Request if this property is query able for given context.

Parameters:
context_p - OwCMISQueryContext how to query
Returns:
boolean true if query able
See Also:
OwCMISQueryContext

getQueryName

String getQueryName(OwCMISQueryContext context_p)
Return the query name to be used for given context.

Parameters:
context_p - OwCMISQueryContext how to query
Returns:
boolean true if query able
See Also:
OwCMISQueryContext


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.