Uses of Class
com.bytedesk.core.workflow.WorkflowEntity
Packages that use WorkflowEntity
Package
Description
ByteDesk 标签管理包
提供标签的CRUD、搜索等功能
-
Uses of WorkflowEntity in com.bytedesk.core.workflow
Methods in com.bytedesk.core.workflow that return WorkflowEntityModifier and TypeMethodDescriptionprotected WorkflowEntity
WorkflowRestService.doSave
(WorkflowEntity entity) WorkflowRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, WorkflowEntity entity) Methods in com.bytedesk.core.workflow that return types with arguments of type WorkflowEntityModifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<WorkflowEntity>
WorkflowSpecification.search
(WorkflowRequest request) Methods in com.bytedesk.core.workflow with parameters of type WorkflowEntityModifier and TypeMethodDescriptionWorkflowRestService.convertToResponse
(WorkflowEntity entity) protected WorkflowEntity
WorkflowRestService.doSave
(WorkflowEntity entity) WorkflowRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, WorkflowEntity entity) void
WorkflowEntityListener.onPostPersist
(WorkflowEntity workflow) void
WorkflowEntityListener.onPostUpdate
(WorkflowEntity workflow) -
Uses of WorkflowEntity in com.bytedesk.core.workflow.event
Fields in com.bytedesk.core.workflow.event declared as WorkflowEntityModifier and TypeFieldDescriptionprivate WorkflowEntity
WorkflowCreateEvent.workflow
private WorkflowEntity
WorkflowDeleteEvent.workflow
private WorkflowEntity
WorkflowUpdateEvent.workflow
Constructors in com.bytedesk.core.workflow.event with parameters of type WorkflowEntityModifierConstructorDescriptionWorkflowCreateEvent
(WorkflowEntity workflow) WorkflowDeleteEvent
(WorkflowEntity workflow) WorkflowUpdateEvent
(WorkflowEntity workflow)