Interface SystemAttributesProvider
public interface SystemAttributesProvider
Implementations (must be Spring components) provide additional system attribute types, defined by extensions.
Those types are added to the database at startup (only if undefined).
- Author:
- K. Benedyczak
-
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Method Details
-
getSystemAttributes
List<AttributeType> getSystemAttributes()- Returns:
- a list of attribute types of this provider
-
requiresUpdate
- Parameters:
at
- existing attribute type- Returns:
- true if the type should be updated
-