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
    • 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