Class GenericEntryAction<T extends org.chenile.utils.entity.model.ExtendedStateEntity>
java.lang.Object
org.chenile.workflow.service.stmcmds.GenericEntryAction<T>
- All Implemented Interfaces:
org.chenile.stm.action.STMAction<T>
public class GenericEntryAction<T extends org.chenile.utils.entity.model.ExtendedStateEntity>
extends Object
implements org.chenile.stm.action.STMAction<T>
-
Constructor Summary
ConstructorsConstructorDescriptionGenericEntryAction(org.chenile.utils.entity.service.EntityStore<T> entityStore, org.chenile.stm.impl.STMActionsInfoProvider stmActionsInfoProvider) -
Method Summary
-
Constructor Details
-
GenericEntryAction
public GenericEntryAction(org.chenile.utils.entity.service.EntityStore<T> entityStore, org.chenile.stm.impl.STMActionsInfoProvider stmActionsInfoProvider)
-
-
Method Details