Interface SnQualifierTypeFactory
- All Known Implementing Classes:
DefaultSnQualifierTypeFactory
public interface SnQualifierTypeFactory
Factory for qualifier types.
-
Method Summary
Modifier and TypeMethodDescriptionReturns all qualifier type ids.Returns all qualifier types.getQualifierType(SnContext context, SnField field) Returns the qualifier type for a given context and field.
-
Method Details
-
getAllQualifierTypeIds
Returns all qualifier type ids.- Returns:
- all qualifier type ids
-
getAllQualifierTypes
List<SnQualifierType> getAllQualifierTypes()Returns all qualifier types.- Returns:
- all qualifier types
-
getQualifierType
Returns the qualifier type for a given context and field.- Parameters:
context- - the contextfield- - the field- Returns:
- the qualifier type
-