org.alfresco.cmis.search
Class CMISResultSetSelectorImpl

java.lang.Object
  extended by org.alfresco.cmis.search.CMISResultSetSelectorImpl
All Implemented Interfaces:
CMISResultSetSelector, org.alfresco.service.cmr.search.ResultSetSelector

public class CMISResultSetSelectorImpl
extends java.lang.Object
implements CMISResultSetSelector


Constructor Summary
CMISResultSetSelectorImpl(java.lang.String name, CMISTypeDefinition typeDefinition)
           
 
Method Summary
 java.lang.String getName()
           
 org.alfresco.service.namespace.QName getType()
           
 CMISTypeDefinition getTypeDefinition()
          Get the type definition for the selector.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMISResultSetSelectorImpl

public CMISResultSetSelectorImpl(java.lang.String name,
                                 CMISTypeDefinition typeDefinition)
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface org.alfresco.service.cmr.search.ResultSetSelector

getTypeDefinition

public CMISTypeDefinition getTypeDefinition()
Description copied from interface: CMISResultSetSelector
Get the type definition for the selector.

Specified by:
getTypeDefinition in interface CMISResultSetSelector
Returns:
- the CMIS type definition.

getType

public org.alfresco.service.namespace.QName getType()
Specified by:
getType in interface org.alfresco.service.cmr.search.ResultSetSelector


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.