Uses of Class
org.exoplatform.processes.model.Work
Packages that use Work
-
Uses of Work in org.exoplatform.processes.service
Methods in org.exoplatform.processes.service that return WorkModifier and TypeMethodDescriptionProcessesService.createWork(Work work, long userId) Creates a work from new work object or from exiting work draftProcessesService.createWorkDraft(Work work, long userId) Creates a work draftProcessesService.getWorkById(long userIdentityId, Long workId) Retrieves a Work by its given idProcessesService.updateWork(Work work, long userId) ProcessesService.updateWorkCompleted(Long workId, boolean completed) update the completed property of the task of a work to completed or uncompletedProcessesService.updateWorkDraft(Work work, long userId) Updates a work draftMethods in org.exoplatform.processes.service that return types with arguments of type WorkModifier and TypeMethodDescriptionProcessesService.getWorkDrafts(long userIdentityId, WorkFilter workFilter, int offset, int limit) Retrieves a list of accessible WorkDraft, for a selected userProcessesService.getWorks(long userIdentityId, WorkFilter workFilter, int offset, int limit) Retrieves list of filtered worksMethods in org.exoplatform.processes.service with parameters of type WorkModifier and TypeMethodDescriptionProcessesService.createWork(Work work, long userId) Creates a work from new work object or from exiting work draftProcessesService.createWorkDraft(Work work, long userId) Creates a work draftProcessesService.updateWork(Work work, long userId) ProcessesService.updateWorkDraft(Work work, long userId) Updates a work draft -
Uses of Work in org.exoplatform.processes.storage
Methods in org.exoplatform.processes.storage that return WorkModifier and TypeMethodDescriptionProcessesStorage.getWorkById(long id) ProcessesStorage.getWorkById(long userIdentityId, long workId) Retrieves a Work by its given idProcessesStorage.getWorkDraftyId(long id) Retrieves a work draft by its given idSaving a work and deletes its related draft if it was created from draftProcessesStorage.saveWorkDraft(Work work, long userId) Save a draft of a workProcessesStorage.updateWorkCompleted(Long workId, boolean completed) update the completed property of the task of a work to completed or uncompletedMethods in org.exoplatform.processes.storage that return types with arguments of type WorkModifier and TypeMethodDescriptionProcessesStorage.findAllWorkDraftsByUser(WorkFilter workFilter, int offset, int limit, long userIdentityId) Retrieves a list of accessible WorkDraft, for a selected user.ProcessesStorage.getWorks(long userIdentityId, WorkFilter workFilter, int offset, int limit) Retrieves list of filtered worksMethods in org.exoplatform.processes.storage with parameters of type Work