Package org.alfresco.service.cmr.search
Interface ResultSetSelector
-
public interface ResultSetSelectorThe metadata for a ResultSet selector.- Author:
- andyh
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()The unique name for the selector.QNamegetType()Get the Alfresco type QName for the type or aspect
-
-
-
Method Detail
-
getName
java.lang.String getName()
The unique name for the selector.- Returns:
- - the unique name for the selector
-
getType
QName getType()
Get the Alfresco type QName for the type or aspect- Returns:
- - the type or aspect
-
-