Package org.alfresco.service.cmr.search
Interface ResultSetSelector
-
public interface ResultSetSelector
The metadata for a ResultSet selector.- Author:
- andyh
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getName()
The unique name for the selector.QName
getType()
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
-
-