Uses of Class
org.exoplatform.processes.entity.WorkFlowEntity
Packages that use WorkFlowEntity
-
Uses of WorkFlowEntity in org.exoplatform.processes.dao
Methods in org.exoplatform.processes.dao that return WorkFlowEntityMethods in org.exoplatform.processes.dao that return types with arguments of type WorkFlowEntityModifier and TypeMethodDescriptionWorkFlowDAO.findAllWorkFlows(int offset, int limit) WorkFlowDAO.findAllWorkFlowsByUser(long userId, int offset, int limit) WorkFlowDAO.findDisabledWorkFlows(int offset, int limit) WorkFlowDAO.findEnabledWorkFlows(int offset, int limit) WorkFlowDAO.findEnabledWorkFlowsByUser(long userId, int offset, int limit) WorkFlowDAO.findWorkFlows(org.exoplatform.processes.model.ProcessesFilter processesFilter, int offset, int limit) WorkFlowDAO.findWorkFlows(org.exoplatform.processes.model.ProcessesFilter processesFilter, List<String> memberships, int offset, int limit) -
Uses of WorkFlowEntity in org.exoplatform.processes.Utils
Methods in org.exoplatform.processes.Utils that return WorkFlowEntityModifier and TypeMethodDescriptionstatic WorkFlowEntityEntityMapper.toEntity(org.exoplatform.processes.model.WorkFlow workFlow) Methods in org.exoplatform.processes.Utils that return types with arguments of type WorkFlowEntityModifier and TypeMethodDescriptionstatic List<WorkFlowEntity>EntityMapper.fromWorkFlows(List<org.exoplatform.processes.model.WorkFlow> workFlowList) Methods in org.exoplatform.processes.Utils with parameters of type WorkFlowEntityModifier and TypeMethodDescriptionstatic org.exoplatform.processes.model.WorkFlowEntityMapper.fromEntity(WorkFlowEntity workFlowEntity, List<String> memberships) static org.exoplatform.processes.model.WorkFlowEntityMapper.fromEntity(WorkFlowEntity workFlowEntity, org.exoplatform.processes.model.IllustrativeAttachment illustrativeAttachment, List<String> memberships) static org.exoplatform.processes.model.ProcessPermissionEntityMapper.getACL(WorkFlowEntity workFlowEntity, List<String> memberships) Method parameters in org.exoplatform.processes.Utils with type arguments of type WorkFlowEntityModifier and TypeMethodDescriptionstatic List<org.exoplatform.processes.model.WorkFlow>EntityMapper.fromWorkflowEntities(List<WorkFlowEntity> workFlowEntities)