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