Uses of Class
com.bytedesk.core.workflow_result.WorkflowResultEntity
Packages that use WorkflowResultEntity
-
Uses of WorkflowResultEntity in com.bytedesk.core.workflow_result
Methods in com.bytedesk.core.workflow_result that return WorkflowResultEntityModifier and TypeMethodDescriptionprotected WorkflowResultEntity
WorkflowResultRestService.doSave
(WorkflowResultEntity entity) WorkflowResultRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, WorkflowResultEntity entity) Methods in com.bytedesk.core.workflow_result that return types with arguments of type WorkflowResultEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<WorkflowResultEntity>
WorkflowResultRestService.createSpecification
(WorkflowResultRequest request) protected org.springframework.data.domain.Page<WorkflowResultEntity>
WorkflowResultRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<WorkflowResultEntity> spec, org.springframework.data.domain.Pageable pageable) WorkflowResultRestService.findByNameAndOrgUidAndType
(String name, String orgUid, String type) WorkflowResultRepository.findByNameAndOrgUidAndTypeAndDeletedFalse
(String name, String orgUid, String type) org.springframework.data.domain.Page<WorkflowResultEntity>
WorkflowResultRestService.queryByOrgEntity
(WorkflowResultRequest request) static org.springframework.data.jpa.domain.Specification<WorkflowResultEntity>
WorkflowResultSpecification.search
(WorkflowResultRequest request, AuthService authService) Methods in com.bytedesk.core.workflow_result with parameters of type WorkflowResultEntityModifier and TypeMethodDescriptionWorkflowResultRestService.convertToExcel
(WorkflowResultEntity entity) WorkflowResultRestService.convertToResponse
(WorkflowResultEntity entity) protected WorkflowResultEntity
WorkflowResultRestService.doSave
(WorkflowResultEntity entity) WorkflowResultRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, WorkflowResultEntity entity) void
WorkflowResultEntityListener.onPostPersist
(WorkflowResultEntity tag) void
WorkflowResultEntityListener.onPostUpdate
(WorkflowResultEntity tag) Method parameters in com.bytedesk.core.workflow_result with type arguments of type WorkflowResultEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<WorkflowResultEntity>
WorkflowResultRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<WorkflowResultEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of WorkflowResultEntity in com.bytedesk.core.workflow_result.event
Fields in com.bytedesk.core.workflow_result.event declared as WorkflowResultEntityModifier and TypeFieldDescriptionprivate WorkflowResultEntity
WorkflowResultCreateEvent.tag
private WorkflowResultEntity
WorkflowResultDeleteEvent.tag
private WorkflowResultEntity
WorkflowResultUpdateEvent.tag
Constructors in com.bytedesk.core.workflow_result.event with parameters of type WorkflowResultEntityModifierConstructorDescription