Package com.saperion.rmi
Interface SaFeature
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- SaFeatureImpl
This enumeration holds a property list of possible system features like "SQL fulltext", "Workflow" or "Barcode".
 The feature can be used e.g. to check if a license is available for a system feature.
- Author:
- rbo
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionbooleanCheck an existing feature.
- 
Method Details- 
getNamedListProperties getNamedList()- Returns:
- List of Name/Allowed pairs
 
- 
hasFeatureCheck an existing feature.- Parameters:
- kind- Feature kind
- Returns:
- True, if feature is allowed
 
 
-