Uses of Class
org.exoplatform.processes.model.Work
-
Packages that use Work Package Description org.exoplatform.processes.service org.exoplatform.processes.storage -
-
Uses of Work in org.exoplatform.processes.service
Methods in org.exoplatform.processes.service that return Work Modifier and Type Method Description WorkProcessesService. createWork(Work work, long userId)Creates a work from new work object or from exiting work draftWorkProcessesService. createWorkDraft(Work work, long userId)Creates a work draftWorkProcessesService. getWorkById(long userIdentityId, Long workId)Retrieves a Work by its given idWorkProcessesService. updateWork(Work work, long userId)WorkProcessesService. updateWorkCompleted(Long workId, boolean completed)update the completed property of the task of a work to completed or uncompletedWorkProcessesService. updateWorkDraft(Work work, long userId)Updates a work draftMethods in org.exoplatform.processes.service that return types with arguments of type Work Modifier and Type Method Description List<Work>ProcessesService. getWorkDrafts(long userIdentityId, WorkFilter workFilter, int offset, int limit)Retrieves a list of accessible WorkDraft, for a selected userList<Work>ProcessesService. getWorks(long userIdentityId, WorkFilter workFilter, int offset, int limit)Retrieves list of filtered worksMethods in org.exoplatform.processes.service with parameters of type Work Modifier and Type Method Description WorkProcessesService. createWork(Work work, long userId)Creates a work from new work object or from exiting work draftWorkProcessesService. createWorkDraft(Work work, long userId)Creates a work draftWorkProcessesService. updateWork(Work work, long userId)WorkProcessesService. 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 Work Modifier and Type Method Description WorkProcessesStorage. getWorkById(long id)WorkProcessesStorage. getWorkById(long userIdentityId, long workId)Retrieves a Work by its given idWorkProcessesStorage. getWorkDraftyId(long id)Retrieves a work draft by its given idWorkProcessesStorage. saveWork(Work work, long userId)Saving a work and deletes its related draft if it was created from draftWorkProcessesStorage. saveWorkDraft(Work work, long userId)Save a draft of a workWorkProcessesStorage. 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 Work Modifier and Type Method Description List<Work>ProcessesStorage. findAllWorkDraftsByUser(WorkFilter workFilter, int offset, int limit, long userIdentityId)Retrieves a list of accessible WorkDraft, for a selected user.List<Work>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 Modifier and Type Method Description WorkProcessesStorage. saveWork(Work work, long userId)Saving a work and deletes its related draft if it was created from draftWorkProcessesStorage. saveWorkDraft(Work work, long userId)Save a draft of a work
-