Uses of Class
org.exoplatform.processes.rest.model.WorkEntity
-
Packages that use WorkEntity Package Description org.exoplatform.processes.rest org.exoplatform.processes.rest.util -
-
Uses of WorkEntity in org.exoplatform.processes.rest
Methods in org.exoplatform.processes.rest with parameters of type WorkEntity Modifier and Type Method Description javax.ws.rs.core.ResponseProcessesRest. createWork(WorkEntity workEntity)javax.ws.rs.core.ResponseProcessesRest. createWorkDraft(WorkEntity workEntity)javax.ws.rs.core.ResponseProcessesRest. updateWork(WorkEntity workEntity)javax.ws.rs.core.ResponseProcessesRest. updateWorkDraft(WorkEntity workEntity) -
Uses of WorkEntity in org.exoplatform.processes.rest.util
Methods in org.exoplatform.processes.rest.util that return WorkEntity Modifier and Type Method Description static WorkEntityEntityBuilder. toEntity(org.exoplatform.processes.model.Work work)static WorkEntityEntityBuilder. toWorkEntity(org.exoplatform.processes.service.ProcessesService processesService, org.exoplatform.processes.model.Work work, String expand)Methods in org.exoplatform.processes.rest.util that return types with arguments of type WorkEntity Modifier and Type Method Description static List<WorkEntity>EntityBuilder. toWorkEntityList(List<org.exoplatform.processes.model.Work> works)static List<WorkEntity>EntityBuilder. toWorkEntityList(org.exoplatform.processes.service.ProcessesService processesService, List<org.exoplatform.processes.model.Work> works, String expand)Methods in org.exoplatform.processes.rest.util with parameters of type WorkEntity Modifier and Type Method Description static org.exoplatform.processes.model.WorkEntityBuilder. fromEntity(WorkEntity workEntity)static org.exoplatform.processes.model.WorkEntityBuilder. toWork(org.exoplatform.processes.service.ProcessesService processesService, WorkEntity workEntity)
-