Interface ActionEngineConfigurationApi

  • All Known Implementing Classes:
    ActionEngineConfiguration

    public interface ActionEngineConfigurationApi
    Author:
    Filip Hrisafov, Tijs Rademakers
    • Method Detail

      • getScopedObjectProvider

        ScopedObjectProvider<?,​?> getScopedObjectProvider​(String scopeType)
        Get the ScopedObjectProvider for the given scopeType. If there is no registered ScopedObjectProvider then this method should throw an exception. It never returns null
        Parameters:
        scopeType - the type of the scoped object provider
        Returns:
        the scoped object provider for the given scopeType, never null
      • getScopedObjectActionFilters

        List<ScopedObjectActionFilter> getScopedObjectActionFilters​(String scopeType)
        Get the list of ScopedObjectActionFilter(s) for the given scopeType. If there are no registered filters then an empty list should be returned. The method never returns null
        Parameters:
        scopeType - the type of the scoped object action filters
        Returns:
        the scoped object action filters for the given scopeType, never null