Class ComponentActionDao
- java.lang.Object
-
- org.talend.sdk.component.server.dao.ComponentActionDao
-
@ApplicationScoped public class ComponentActionDao extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classComponentActionDao.ActionKey
-
Constructor Summary
Constructors Constructor Description ComponentActionDao()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComponentActionDao.ActionKeycreateOrUpdate(ServiceMeta.ActionMeta meta)ServiceMeta.ActionMetafindBy(String component, String type, String action)voidremoveById(ComponentActionDao.ActionKey key)
-
-
-
Constructor Detail
-
ComponentActionDao
public ComponentActionDao()
-
-
Method Detail
-
createOrUpdate
public ComponentActionDao.ActionKey createOrUpdate(ServiceMeta.ActionMeta meta)
-
findBy
public ServiceMeta.ActionMeta findBy(String component, String type, String action)
-
removeById
public void removeById(ComponentActionDao.ActionKey key)
-
-