Uses of Class
com.bytedesk.core.workflow_log.WorkflowLogEntity
Packages that use WorkflowLogEntity
Package
Description
-
Uses of WorkflowLogEntity in com.bytedesk.core.workflow
Methods in com.bytedesk.core.workflow that return WorkflowLogEntityModifier and TypeMethodDescriptionprivate WorkflowLogEntityWorkflowService.startNodeLog(WorkflowEntity workflow, WorkflowBaseNode node, WorkflowRequest request, String executionUid, int sequence) Methods in com.bytedesk.core.workflow with parameters of type WorkflowLogEntityModifier and TypeMethodDescriptionprivate voidWorkflowService.failNodeLog(WorkflowLogEntity logEntity, Exception e, long startedAt) private voidWorkflowService.finishNodeLog(WorkflowLogEntity logEntity, WorkflowNodeExecutionResult result, long startedAt) Method parameters in com.bytedesk.core.workflow with type arguments of type WorkflowLogEntityModifier and TypeMethodDescriptionprivate WorkflowEntityWorkflowService.executeWorkflowFromNode(WorkflowEntity workflow, String nodeId, WorkflowRequest request, com.alibaba.fastjson2.JSONObject workflowJson, String executionUid, AtomicInteger sequence, List<WorkflowLogEntity> executionLogs) 从指定节点开始执行工作流private voidWorkflowService.persistLogs(List<WorkflowLogEntity> logs) -
Uses of WorkflowLogEntity in com.bytedesk.core.workflow_log
Methods in com.bytedesk.core.workflow_log that return WorkflowLogEntityModifier and TypeMethodDescriptionprotected WorkflowLogEntityWorkflowLogRestService.doSave(WorkflowLogEntity entity) WorkflowLogRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, WorkflowLogEntity entity) Methods in com.bytedesk.core.workflow_log that return types with arguments of type WorkflowLogEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<WorkflowLogEntity>WorkflowLogRestService.createSpecification(WorkflowLogRequest request) protected org.springframework.data.domain.Page<WorkflowLogEntity>WorkflowLogRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<WorkflowLogEntity> spec, org.springframework.data.domain.Pageable pageable) WorkflowLogRestService.findByNameAndOrgUidAndType(String name, String orgUid, String type) WorkflowLogRepository.findByNameAndOrgUidAndTypeAndDeletedFalse(String name, String orgUid, String type) org.springframework.data.domain.Page<WorkflowLogEntity>WorkflowLogRestService.queryByOrgEntity(WorkflowLogRequest request) static org.springframework.data.jpa.domain.Specification<WorkflowLogEntity>WorkflowLogSpecification.search(WorkflowLogRequest request, AuthService authService) Methods in com.bytedesk.core.workflow_log with parameters of type WorkflowLogEntityModifier and TypeMethodDescriptionWorkflowLogRestService.convertToExcel(WorkflowLogEntity entity) WorkflowLogRestService.convertToResponse(WorkflowLogEntity entity) protected WorkflowLogEntityWorkflowLogRestService.doSave(WorkflowLogEntity entity) WorkflowLogRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, WorkflowLogEntity entity) voidWorkflowLogEntityListener.onPostPersist(WorkflowLogEntity tag) voidWorkflowLogEntityListener.onPostUpdate(WorkflowLogEntity tag) Method parameters in com.bytedesk.core.workflow_log with type arguments of type WorkflowLogEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<WorkflowLogEntity>WorkflowLogRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<WorkflowLogEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of WorkflowLogEntity in com.bytedesk.core.workflow_log.event
Fields in com.bytedesk.core.workflow_log.event declared as WorkflowLogEntityModifier and TypeFieldDescriptionprivate WorkflowLogEntityWorkflowLogCreateEvent.tagprivate WorkflowLogEntityWorkflowLogDeleteEvent.tagprivate WorkflowLogEntityWorkflowLogUpdateEvent.tagConstructors in com.bytedesk.core.workflow_log.event with parameters of type WorkflowLogEntityModifierConstructorDescription