Interface WorkflowService

  • All Superinterfaces:
    CRUDService<com.flower.docs.domain.workflow.Workflow>

    public interface WorkflowService
    extends CRUDService<com.flower.docs.domain.workflow.Workflow>
    Service dedicated to Workflow management
    Author:
    Christopher Laszczuk
    • Method Detail

      • getAll

        java.util.List<com.flower.docs.domain.workflow.Workflow> getAll()
                                                                 throws com.flower.docs.domain.exception.TechnicalException,
                                                                        com.flower.docs.domain.exception.FunctionalException
        Throws:
        com.flower.docs.domain.exception.TechnicalException
        com.flower.docs.domain.exception.FunctionalException