public interface ActionEngineConfigurationApi
Modifier and Type | Method and Description |
---|---|
ActionHistoryService |
getActionHistoryService() |
ActionRepositoryService |
getActionRepositoryService() |
ActionRuntimeService |
getActionRuntimeService() |
List<ScopedObjectActionFilter> |
getScopedObjectActionFilters(String scopeType)
Get the list of
ScopedObjectActionFilter (s) for the given scopeType . |
ScopedObjectProvider<?,?> |
getScopedObjectProvider(String scopeType)
Get the
ScopedObjectProvider for the given scopeType . |
ActionRepositoryService getActionRepositoryService()
ActionRuntimeService getActionRuntimeService()
ActionHistoryService getActionHistoryService()
ScopedObjectProvider<?,?> getScopedObjectProvider(String scopeType)
ScopedObjectProvider
for the given scopeType
.
If there is no registered ScopedObjectProvider
then
this method should throw an exception. It never returns null
scopeType
- the type of the scoped object providerscopeType
, never null
List<ScopedObjectActionFilter> getScopedObjectActionFilters(String scopeType)
ScopedObjectActionFilter
(s) for the given scopeType
.
If there are no registered filters then an empty list should be returned.
The method never returns null
scopeType
- the type of the scoped object action filtersscopeType
, never null