Uses of Class
org.exoplatform.processes.entity.WorkEntity
-
Packages that use WorkEntity Package Description org.exoplatform.processes.dao org.exoplatform.processes.Utils -
-
Uses of WorkEntity in org.exoplatform.processes.dao
Methods in org.exoplatform.processes.dao that return types with arguments of type WorkEntity Modifier and Type Method Description List<WorkEntity>WorkDraftDAO. findAllWorkDraftsByUser(org.exoplatform.processes.model.WorkFilter workFilter, long userId, int offset, int limit)List<WorkEntity>WorkDraftDAO. getDraftsByWorkflowId(long workflowId) -
Uses of WorkEntity in org.exoplatform.processes.Utils
Methods in org.exoplatform.processes.Utils that return WorkEntity Modifier and Type Method Description static WorkEntityEntityMapper. toEntity(org.exoplatform.processes.model.Work work)Methods in org.exoplatform.processes.Utils with parameters of type WorkEntity Modifier and Type Method Description static org.exoplatform.processes.model.WorkEntityMapper. fromEntity(WorkEntity workEntity)Method parameters in org.exoplatform.processes.Utils with type arguments of type WorkEntity Modifier and Type Method Description static List<org.exoplatform.processes.model.Work>EntityMapper. fromWorkEntities(List<WorkEntity> workDraftEntities)
-