org.alfresco.cmis.search
Class CMISResultSetSelectorImpl

java.lang.Object
  extended by org.alfresco.cmis.search.CMISResultSetSelectorImpl
All Implemented Interfaces:
CMISResultSetSelector, 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()
          The unique name for the selector.
 QName getType()
          Get the Alfresco type QName for the type or aspect
 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()
Description copied from interface: ResultSetSelector
The unique name for the selector.

Specified by:
getName in interface ResultSetSelector
Returns:
- the unique name for the selector

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 QName getType()
Description copied from interface: ResultSetSelector
Get the Alfresco type QName for the type or aspect

Specified by:
getType in interface ResultSetSelector
Returns:
- the type or aspect


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