Uses of Class
org.exoplatform.processes.rest.model.WorkEntity
Packages that use WorkEntity
-
Uses of WorkEntity in org.exoplatform.processes.rest
Methods in org.exoplatform.processes.rest with parameters of type WorkEntityModifier and TypeMethodDescriptionjavax.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 WorkEntityModifier and TypeMethodDescriptionstatic 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 WorkEntityModifier and TypeMethodDescriptionstatic 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 WorkEntityModifier and TypeMethodDescriptionstatic org.exoplatform.processes.model.WorkEntityBuilder.fromEntity(WorkEntity workEntity) static org.exoplatform.processes.model.WorkEntityBuilder.toWork(org.exoplatform.processes.service.ProcessesService processesService, WorkEntity workEntity)