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 Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionboolean
Check an existing feature.
-
Method Details
-
getNamedList
Properties getNamedList()- Returns:
- List of Name/Allowed pairs
-
hasFeature
Check an existing feature.- Parameters:
kind
- Feature kind- Returns:
- True, if feature is allowed
-