Class EntityActionsRegistry
- java.lang.Object
-
- pl.edu.icm.unity.engine.api.utils.TypesRegistryBase<EntityActionFactory>
-
- pl.edu.icm.unity.engine.api.bulkops.EntityActionsRegistry
-
@Component public class EntityActionsRegistry extends TypesRegistryBase<EntityActionFactory>
Maintains a simple registry of availableEntityActionFactory
ies.- Author:
- K. Benedyczak
-
-
Constructor Summary
Constructors Constructor Description EntityActionsRegistry(List<EntityActionFactory> typeElements)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getId(EntityActionFactory from)
-
Methods inherited from class pl.edu.icm.unity.engine.api.utils.TypesRegistryBase
getAll, getByName, getByNameOptional
-
-
-
-
Constructor Detail
-
EntityActionsRegistry
@Autowired public EntityActionsRegistry(List<EntityActionFactory> typeElements)
-
-
Method Detail
-
getId
protected String getId(EntityActionFactory from)
- Specified by:
getId
in classTypesRegistryBase<EntityActionFactory>
-
-