Uses of Class
org.exoplatform.processes.model.WorkFlow
Packages that use WorkFlow
Package
Description
-
Uses of WorkFlow in org.exoplatform.processes.model
Constructors in org.exoplatform.processes.model with parameters of type WorkFlow -
Uses of WorkFlow in org.exoplatform.processes.service
Methods in org.exoplatform.processes.service that return WorkFlowModifier and TypeMethodDescriptionProcessesService.createWorkFlow(WorkFlow workFlow, long userId) ProcessesService.getWorkFlow(long id) ProcessesService.getWorkFlowByProjectId(long projectId) ProcessesService.updateWorkFlow(WorkFlow workFlow, long userId) Methods in org.exoplatform.processes.service that return types with arguments of type WorkFlowModifier and TypeMethodDescriptionProcessesService.getWorkFlows(ProcessesFilter filter, int offset, int limit, long userIdentityId) Retrieves a list of accessible WorkFlows, for a selected user, by applying the designated filter.Methods in org.exoplatform.processes.service with parameters of type WorkFlowModifier and TypeMethodDescriptionProcessesService.createWorkFlow(WorkFlow workFlow, long userId) ProcessesService.updateWorkFlow(WorkFlow workFlow, long userId) -
Uses of WorkFlow in org.exoplatform.processes.storage
Methods in org.exoplatform.processes.storage that return WorkFlowModifier and TypeMethodDescriptionProcessesStorage.getWorkFlowById(long id) ProcessesStorage.getWorkFlowByProjectId(long projectId) ProcessesStorage.saveWorkFlow(WorkFlow workFlow, long userId) Methods in org.exoplatform.processes.storage that return types with arguments of type WorkFlowModifier and TypeMethodDescriptionProcessesStorage.findAllWorkFlows(int offset, int limit) ProcessesStorage.findAllWorkFlowsByUser(ProcessesFilter filter, int offset, int limit, long userIdentityId) Retrieves a list of accessible WorkFlows, for a selected user, by applying the designated filter.ProcessesStorage.findDisabledWorkFlows(int offset, int limit) Retrieves a list of disabled workflows, The returned results will be of typeWorkFlowonly.ProcessesStorage.findEnabledWorkFlows(int offset, int limit) ProcessesStorage.findEnabledWorkFlowsByUser(ProcessesFilter filter, int offset, int limit, long userIdentityId) ProcessesStorage.findWorkFlows(ProcessesFilter processesFilter, long userIdentityId, int offset, int limit) Retrieves list fo filtered workflowsMethods in org.exoplatform.processes.storage with parameters of type WorkFlow