Uses of Class
org.exoplatform.processes.model.WorkStatus
-
Packages that use WorkStatus Package Description org.exoplatform.processes.service org.exoplatform.processes.storage -
-
Uses of WorkStatus in org.exoplatform.processes.service
Methods in org.exoplatform.processes.service that return types with arguments of type WorkStatus Modifier and Type Method Description List<WorkStatus>ProcessesService. getAvailableWorkStatuses()Retrieves the list of available statuses in all workflows -
Uses of WorkStatus in org.exoplatform.processes.storage
Methods in org.exoplatform.processes.storage that return types with arguments of type WorkStatus Modifier and Type Method Description List<WorkStatus>ProcessesStorage. getAvailableWorkStatuses()Retrieves the list of available statuses in all workflows
-