Uses of Class
com.flowable.action.rest.service.api.mapper.definition.ScopedObjectWrapper
Package | Description |
---|---|
com.flowable.action.rest.service.api.mapper.definition |
-
Uses of ScopedObjectWrapper in com.flowable.action.rest.service.api.mapper.definition
Methods in com.flowable.action.rest.service.api.mapper.definition with parameters of type ScopedObjectWrapper Modifier and Type Method Description static void
ActionDefinitionMapper. enhanceWithConfirmationMessageAndTitle(ActionDefinitionResponse response, ActionDefinitionModel actionDefinitionModel, ActionTemplateService actionTemplateService, ScopedObjectWrapper scopedObjectWrapper)
ActionDefinitionResponse
ActionDefinitionMapper. toResponse(ActionDefinition actionDefinition, ActionDefinitionModel actionDefinitionModel, ActionTemplateService actionTemplateService, ScopedObjectWrapper scopedObject)
ActionDefinitionResponse
ActionDefinitionMapper. toResponse(ActionDefinition actionDefinition, ActionDefinitionModel actionDefinitionModel, ActionInstance actionInstance, ActionTemplateService actionTemplateService, ScopedObjectWrapper scopedObjectWrapper)
Create anActionDefinitionResponse
from the providedactionDefinition
,actionDefinitionModel
andactionInstance
.ActionDefinitionResponse
ActionDefinitionMapperImpl. toResponse(ActionDefinition actionDefinition, ActionDefinitionModel actionDefinitionModel, ActionTemplateService actionTemplateService, ScopedObjectWrapper scopedObject)
ActionDefinitionResponse
ActionDefinitionMapperImpl. toResponse(ActionDefinition actionDefinition, ActionDefinitionModel actionDefinitionModel, ActionInstance actionInstance, ActionTemplateService actionTemplateService, ScopedObjectWrapper scopedObjectWrapper)