Package com.saperion.rmi
Interface SaFeature
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
SaFeatureImpl
public interface SaFeature extends java.io.Serializable
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 Modifier and Type Interface Description static class
SaFeature.FeatureKind
Feature kinds.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Properties
getNamedList()
boolean
hasFeature(SaFeature.FeatureKind kind)
Check an existing feature.
-
-
-
Method Detail
-
getNamedList
java.util.Properties getNamedList()
- Returns:
- List of Name/Allowed pairs
-
hasFeature
boolean hasFeature(SaFeature.FeatureKind kind)
Check an existing feature.- Parameters:
kind
- Feature kind- Returns:
- True, if feature is allowed
-
-