C D F G I L M O P S U W
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- copyAttachmentsToEntity(Long, Long, String, Long, String, Long) - Method in interface org.exoplatform.processes.service.ProcessesAttachmentService
-
Copy attachments from source entity to a dest entity
- countWorksByWorkflow(long, boolean) - Method in interface org.exoplatform.processes.storage.ProcessesStorage
- countWorksByWorkflow(Long, Boolean) - Method in interface org.exoplatform.processes.service.ProcessesService
- createNewFormDocument(Long, String, String, String, String, String, Long) - Method in interface org.exoplatform.processes.service.ProcessesAttachmentService
-
Creates a new onlyoffice document form
- createWork(Work, long) - Method in interface org.exoplatform.processes.service.ProcessesService
-
Creates a work from new work object or from exiting work draft
- createWorkDraft(Work, long) - Method in interface org.exoplatform.processes.service.ProcessesService
-
Creates a work draft
- createWorkFlow(WorkFlow, long) - Method in interface org.exoplatform.processes.service.ProcessesService
D
- deleteWorkById(Long) - Method in interface org.exoplatform.processes.service.ProcessesService
-
Delete a work by its given id.
- deleteWorkById(Long) - Method in interface org.exoplatform.processes.storage.ProcessesStorage
-
Delete a work by its given id
- deleteWorkDraftById(long) - Method in interface org.exoplatform.processes.storage.ProcessesStorage
-
Delete a work draft by its given id
- deleteWorkDraftById(Long) - Method in interface org.exoplatform.processes.service.ProcessesService
-
Deletes a work draft by its given id
- deleteWorkflowById(Long) - Method in interface org.exoplatform.processes.service.ProcessesService
-
Delete a workflow by its given Id.
- deleteWorkflowById(Long) - Method in interface org.exoplatform.processes.storage.ProcessesStorage
-
Delete a workflow by its given Id.
F
- findAllWorkDraftsByUser(WorkFilter, int, int, long) - Method in interface org.exoplatform.processes.storage.ProcessesStorage
-
Retrieves a list of accessible WorkDraft, for a selected user.
- findAllWorkFlows(int, int) - Method in interface org.exoplatform.processes.storage.ProcessesStorage
- findAllWorkFlowsByUser(ProcessesFilter, int, int, long) - Method in interface org.exoplatform.processes.storage.ProcessesStorage
-
Retrieves a list of accessible WorkFlows, for a selected user, by applying the designated filter.
- findDisabledWorkFlows(int, int) - Method in interface org.exoplatform.processes.storage.ProcessesStorage
-
Retrieves a list of disabled workflows, The returned results will be of type
WorkFlowonly. - findEnabledWorkFlows(int, int) - Method in interface org.exoplatform.processes.storage.ProcessesStorage
- findEnabledWorkFlowsByUser(ProcessesFilter, int, int, long) - Method in interface org.exoplatform.processes.storage.ProcessesStorage
- findWorkFlows(ProcessesFilter, int, int) - Method in interface org.exoplatform.processes.storage.ProcessesStorage
-
Retrieves list fo filtered workflows
G
- getAvailableWorkStatuses() - Method in interface org.exoplatform.processes.service.ProcessesService
-
Retrieves the list of available statuses in all workflows
- getAvailableWorkStatuses() - Method in interface org.exoplatform.processes.storage.ProcessesStorage
-
Retrieves the list of available statuses in all workflows
- getIllustrationImageById(Long) - Method in interface org.exoplatform.processes.service.ProcessesService
-
Retrieves an illustration image by its given id
- getIllustrationImageById(Long) - Method in interface org.exoplatform.processes.storage.ProcessesStorage
-
Retrieves an illustration image by its given id
- getWorkById(long) - Method in interface org.exoplatform.processes.storage.ProcessesStorage
- getWorkById(long, long) - Method in interface org.exoplatform.processes.storage.ProcessesStorage
-
Retrieves a Work by its given id
- getWorkById(long, Long) - Method in interface org.exoplatform.processes.service.ProcessesService
-
Retrieves a Work by its given id
- getWorkDrafts(long, WorkFilter, int, int) - Method in interface org.exoplatform.processes.service.ProcessesService
-
Retrieves a list of accessible WorkDraft, for a selected user
- getWorkDraftyId(long) - Method in interface org.exoplatform.processes.storage.ProcessesStorage
-
Retrieves a work draft by its given id
- getWorkFlow(long) - Method in interface org.exoplatform.processes.service.ProcessesService
- getWorkFlowById(long) - Method in interface org.exoplatform.processes.storage.ProcessesStorage
- getWorkFlowByProjectId(long) - Method in interface org.exoplatform.processes.service.ProcessesService
- getWorkFlowByProjectId(long) - Method in interface org.exoplatform.processes.storage.ProcessesStorage
- getWorkFlows(ProcessesFilter, int, int, long) - Method in interface org.exoplatform.processes.service.ProcessesService
-
Retrieves a list of accessible WorkFlows, for a selected user, by applying the designated filter.
- getWorks(long, WorkFilter, int, int) - Method in interface org.exoplatform.processes.service.ProcessesService
-
Retrieves list of filtered works
- getWorks(long, WorkFilter, int, int) - Method in interface org.exoplatform.processes.storage.ProcessesStorage
-
Retrieves list of filtered works
I
- IllustrativeAttachment - Class in org.exoplatform.processes.model
- IllustrativeAttachment(Long) - Constructor for class org.exoplatform.processes.model.IllustrativeAttachment
- IllustrativeAttachment(Long, String, InputStream, String, Long, Long) - Constructor for class org.exoplatform.processes.model.IllustrativeAttachment
- IllustrativeAttachment(Long, String, String, Long, Long) - Constructor for class org.exoplatform.processes.model.IllustrativeAttachment
L
- linkAttachmentsToEntity(Attachment[], Long, Long, String, Long) - Method in interface org.exoplatform.processes.service.ProcessesAttachmentService
-
Links a list of attachments to entity
M
- moveAttachmentsToEntity(Long, Long, String, Long, String, Long) - Method in interface org.exoplatform.processes.service.ProcessesAttachmentService
-
Move attachments from source entity to a dest entity
O
- org.exoplatform.processes.model - package org.exoplatform.processes.model
- org.exoplatform.processes.service - package org.exoplatform.processes.service
- org.exoplatform.processes.storage - package org.exoplatform.processes.storage
P
- ProcessesAttachmentService - Interface in org.exoplatform.processes.service
- ProcessesFilter - Class in org.exoplatform.processes.model
- ProcessesFilter() - Constructor for class org.exoplatform.processes.model.ProcessesFilter
- ProcessesService - Interface in org.exoplatform.processes.service
- ProcessesStorage - Interface in org.exoplatform.processes.storage
- ProcessPermission - Class in org.exoplatform.processes.model
- ProcessPermission() - Constructor for class org.exoplatform.processes.model.ProcessPermission
S
- saveWork(Work, long) - Method in interface org.exoplatform.processes.storage.ProcessesStorage
-
Saving a work and deletes its related draft if it was created from draft
- saveWorkDraft(Work, long) - Method in interface org.exoplatform.processes.storage.ProcessesStorage
-
Save a draft of a work
- saveWorkFlow(WorkFlow, long) - Method in interface org.exoplatform.processes.storage.ProcessesStorage
U
- updateWork(Work, long) - Method in interface org.exoplatform.processes.service.ProcessesService
- updateWorkCompleted(Long, boolean) - Method in interface org.exoplatform.processes.service.ProcessesService
-
update the completed property of the task of a work to completed or uncompleted
- updateWorkCompleted(Long, boolean) - Method in interface org.exoplatform.processes.storage.ProcessesStorage
-
update the completed property of the task of a work to completed or uncompleted
- updateWorkDraft(Work, long) - Method in interface org.exoplatform.processes.service.ProcessesService
-
Updates a work draft
- updateWorkFlow(WorkFlow, long) - Method in interface org.exoplatform.processes.service.ProcessesService
W
- Work - Class in org.exoplatform.processes.model
- Work(long, String, String, long, Date, Date, Long, Boolean, WorkFlow) - Constructor for class org.exoplatform.processes.model.Work
-
Constructor for a work object, can be a work draft
- Work(long, String, String, String, boolean, String, Date, Date, Date, Date, Boolean, Long, long) - Constructor for class org.exoplatform.processes.model.Work
-
constructor for Work task object
- WorkFilter - Class in org.exoplatform.processes.model
- WorkFilter() - Constructor for class org.exoplatform.processes.model.WorkFilter
- WorkFlow - Class in org.exoplatform.processes.model
- WorkFlow() - Constructor for class org.exoplatform.processes.model.WorkFlow
- WorkStatus - Class in org.exoplatform.processes.model
- WorkStatus() - Constructor for class org.exoplatform.processes.model.WorkStatus
All Classes All Packages