com.wewebu.ow.server.ecmimpl.cmis.propertyclasses
Class OwCMISDynamicQuerySchema

java.lang.Object
  extended by com.wewebu.ow.server.ecmimpl.cmis.propertyclasses.OwCMISDynamicQuerySchema
All Implemented Interfaces:
OwCMISQuerySchema

public class OwCMISDynamicQuerySchema
extends Object
implements OwCMISQuerySchema

Query schema which handles dynamically the context specific querying.

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


Constructor Summary
OwCMISDynamicQuerySchema(org.oasis_open.docs.ns.cmis.core._200908.CmisPropertyDefinitionType propertyDefinitionType_p)
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OwCMISDynamicQuerySchema

public OwCMISDynamicQuerySchema(org.oasis_open.docs.ns.cmis.core._200908.CmisPropertyDefinitionType propertyDefinitionType_p)
Method Detail

getQueryName

public String getQueryName(OwCMISQueryContext context_p)
Description copied from interface: OwCMISQuerySchema
Return the query name to be used for given context.

Specified by:
getQueryName in interface OwCMISQuerySchema
Parameters:
context_p - OwCMISQueryContext how to query
Returns:
boolean true if query able
See Also:
OwCMISQueryContext

isQueryable

public boolean isQueryable(OwCMISQueryContext context_p)
Description copied from interface: OwCMISQuerySchema
Request if this property is query able for given context.

Specified by:
isQueryable in interface OwCMISQuerySchema
Parameters:
context_p - OwCMISQueryContext how to query
Returns:
boolean true if query able
See Also:
OwCMISQueryContext


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.