Uses of Class
org.exoplatform.processes.model.WorkFlow
-
Packages that use WorkFlow Package Description org.exoplatform.processes.model org.exoplatform.processes.service org.exoplatform.processes.storage -
-
Uses of WorkFlow in org.exoplatform.processes.model
Constructors in org.exoplatform.processes.model with parameters of type WorkFlow Constructor Description Work(long id, String title, String description, long creatorId, Date createdDate, Date modifiedDate, Long taskId, Boolean isDraft, WorkFlow workFlow)Constructor for a work object, can be a work draft -
Uses of WorkFlow in org.exoplatform.processes.service
Methods in org.exoplatform.processes.service that return WorkFlow Modifier and Type Method Description WorkFlowProcessesService. createWorkFlow(WorkFlow workFlow, long userId)WorkFlowProcessesService. getWorkFlow(long id)WorkFlowProcessesService. getWorkFlowByProjectId(long projectId)WorkFlowProcessesService. updateWorkFlow(WorkFlow workFlow, long userId)Methods in org.exoplatform.processes.service that return types with arguments of type WorkFlow Modifier and Type Method Description List<WorkFlow>ProcessesService. 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 WorkFlow Modifier and Type Method Description WorkFlowProcessesService. createWorkFlow(WorkFlow workFlow, long userId)WorkFlowProcessesService. updateWorkFlow(WorkFlow workFlow, long userId) -
Uses of WorkFlow in org.exoplatform.processes.storage
Methods in org.exoplatform.processes.storage that return WorkFlow Modifier and Type Method Description WorkFlowProcessesStorage. getWorkFlowById(long id)WorkFlowProcessesStorage. getWorkFlowByProjectId(long projectId)WorkFlowProcessesStorage. saveWorkFlow(WorkFlow workFlow, long userId)Methods in org.exoplatform.processes.storage that return types with arguments of type WorkFlow Modifier and Type Method Description List<WorkFlow>ProcessesStorage. findAllWorkFlows(int offset, int limit)List<WorkFlow>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.List<WorkFlow>ProcessesStorage. findDisabledWorkFlows(int offset, int limit)Retrieves a list of disabled workflows, The returned results will be of typeWorkFlowonly.List<WorkFlow>ProcessesStorage. findEnabledWorkFlows(int offset, int limit)List<WorkFlow>ProcessesStorage. findEnabledWorkFlowsByUser(ProcessesFilter filter, int offset, int limit, long userIdentityId)List<WorkFlow>ProcessesStorage. findWorkFlows(ProcessesFilter processesFilter, int offset, int limit)Retrieves list fo filtered workflowsMethods in org.exoplatform.processes.storage with parameters of type WorkFlow Modifier and Type Method Description WorkFlowProcessesStorage. saveWorkFlow(WorkFlow workFlow, long userId)
-