Class ActionDefinitionQueryMapperImpl
java.lang.Object
com.flowable.action.rest.service.api.mapper.definition.ActionDefinitionQueryMapperImpl
- All Implemented Interfaces:
ActionDefinitionQueryMapper
@Component public class ActionDefinitionQueryMapperImpl extends java.lang.Object implements ActionDefinitionQueryMapper
-
Constructor Summary
Constructors Constructor Description ActionDefinitionQueryMapperImpl()
-
Method Summary
Modifier and Type Method Description ActionDefinitionQuery
toQuery(ScopedActionDefinitionQueryRequest request, java.lang.String scopeType, ActionRepositoryService repositoryService)
-
Constructor Details
-
ActionDefinitionQueryMapperImpl
public ActionDefinitionQueryMapperImpl()
-
-
Method Details
-
toQuery
public ActionDefinitionQuery toQuery(ScopedActionDefinitionQueryRequest request, java.lang.String scopeType, ActionRepositoryService repositoryService)- Specified by:
toQuery
in interfaceActionDefinitionQueryMapper
-