Uses of Class
com.flowable.action.rest.service.api.repository.ScopedActionDefinitionQueryRequest
Package | Description |
---|---|
com.flowable.action.rest.service.api.mapper.definition | |
com.flowable.action.rest.service.api.repository |
-
Uses of ScopedActionDefinitionQueryRequest in com.flowable.action.rest.service.api.mapper.definition
Methods in com.flowable.action.rest.service.api.mapper.definition with parameters of type ScopedActionDefinitionQueryRequest Modifier and Type Method Description static void
ActionDefinitionQueryMapper. afterQueryMapping(ActionDefinitionQuery query, ScopedActionDefinitionQueryRequest request)
ActionDefinitionQuery
ActionDefinitionQueryMapper. toQuery(ScopedActionDefinitionQueryRequest request, java.lang.String scopeType, ActionRepositoryService repositoryService)
ActionDefinitionQuery
ActionDefinitionQueryMapperImpl. toQuery(ScopedActionDefinitionQueryRequest request, java.lang.String scopeType, ActionRepositoryService repositoryService)
-
Uses of ScopedActionDefinitionQueryRequest in com.flowable.action.rest.service.api.repository
Methods in com.flowable.action.rest.service.api.repository with parameters of type ScopedActionDefinitionQueryRequest Modifier and Type Method Description protected ScopedObjectActionQuery
ScopedActionDefinitionCollectionResource. createQuery(ScopedActionDefinitionQueryRequest request)
org.flowable.common.rest.api.DataResponse<ActionDefinitionResponse>
ScopedActionDefinitionCollectionResource. queryScopedActionDefinitions(java.lang.String scopeType, java.lang.String scopeId, ScopedActionDefinitionQueryRequest request, java.security.Principal principal)