Interface SaFeature

All Superinterfaces:
Serializable
All Known Implementing Classes:
SaFeatureImpl

public interface SaFeature extends 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
  • Method Details

    • getNamedList

      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