Index

A C D F G I P Q R S T U V W 
All Classes and Interfaces|All Packages|Serialized Form

A

ActivitiConfiguration - Class in com.eurodyn.qlack.fuse.workflow.configuration
A configuration class that is used to configure an activity
ActivitiConfiguration() - Constructor for class com.eurodyn.qlack.fuse.workflow.configuration.ActivitiConfiguration
 

C

checksum - Variable in class com.eurodyn.qlack.fuse.workflow.model.QProcessFile
 
com.eurodyn.qlack.fuse.workflow.configuration - package com.eurodyn.qlack.fuse.workflow.configuration
 
com.eurodyn.qlack.fuse.workflow.dto - package com.eurodyn.qlack.fuse.workflow.dto
 
com.eurodyn.qlack.fuse.workflow.model - package com.eurodyn.qlack.fuse.workflow.model
 
com.eurodyn.qlack.fuse.workflow.repository - package com.eurodyn.qlack.fuse.workflow.repository
 
com.eurodyn.qlack.fuse.workflow.service - package com.eurodyn.qlack.fuse.workflow.service
 
completeTask(String) - Method in class com.eurodyn.qlack.fuse.workflow.service.WorkflowTaskService
Given the id of a task, it completes the related task.

D

deleteWorkflowInstance(String, String) - Method in class com.eurodyn.qlack.fuse.workflow.service.WorkflowService
Given the id of a started process instance, it deletes the found process instance.

F

filename - Variable in class com.eurodyn.qlack.fuse.workflow.model.QProcessFile
 
findOneByFilename(String) - Method in interface com.eurodyn.qlack.fuse.workflow.repository.ProcessFileRepository
An abstract method that the usage of it is to retrieve the file name

G

getProcessHistory(String) - Method in class com.eurodyn.qlack.fuse.workflow.service.WorkflowService
Given the id of an existing process, it returns the history of this process and its data for each version.
getProcessInstancesByProcessId(String) - Method in class com.eurodyn.qlack.fuse.workflow.service.WorkflowService
Given the id of process, it returns all the active process instances.
getTasksByProcessInstanceId(String) - Method in class com.eurodyn.qlack.fuse.workflow.service.WorkflowTaskService
Given the id of a started process instance, a list of all the tasks are returned.
getVariableInstance(String, String) - Method in class com.eurodyn.qlack.fuse.workflow.service.VariableService
Given the id of the process instance and the key of the variable, it returns the value of the variable.

I

init() - Method in class com.eurodyn.qlack.fuse.workflow.service.ProcessInitService
This method is executed during the deployment of the application.

P

processEngine() - Method in class com.eurodyn.qlack.fuse.workflow.configuration.ActivitiConfiguration
 
processEngineConfiguration() - Method in class com.eurodyn.qlack.fuse.workflow.configuration.ActivitiConfiguration
 
processFile - Static variable in class com.eurodyn.qlack.fuse.workflow.model.QProcessFile
 
ProcessFile - Class in com.eurodyn.qlack.fuse.workflow.model
This model represents the resource files that have been persisted as activity workflow.
ProcessFile() - Constructor for class com.eurodyn.qlack.fuse.workflow.model.ProcessFile
 
ProcessFileRepository - Interface in com.eurodyn.qlack.fuse.workflow.repository
The Repository interface for the ProcessFile entity.
ProcessHistoryDTO - Class in com.eurodyn.qlack.fuse.workflow.dto
This object class contains useful information about the history of workflow processes.
ProcessHistoryDTO() - Constructor for class com.eurodyn.qlack.fuse.workflow.dto.ProcessHistoryDTO
 
ProcessInitService - Class in com.eurodyn.qlack.fuse.workflow.service
This service provides methods related to the initialization of the processes.
ProcessInitService(ProcessFileRepository, RepositoryService, CryptoDigestService) - Constructor for class com.eurodyn.qlack.fuse.workflow.service.ProcessInitService
 
ProcessInstanceDTO - Class in com.eurodyn.qlack.fuse.workflow.dto
This object class contains useful information about the workflow processes instances.
ProcessInstanceDTO() - Constructor for class com.eurodyn.qlack.fuse.workflow.dto.ProcessInstanceDTO
 

Q

QProcessFile - Class in com.eurodyn.qlack.fuse.workflow.model
QProcessFile is a Querydsl query type for ProcessFile
QProcessFile(Path<? extends ProcessFile>) - Constructor for class com.eurodyn.qlack.fuse.workflow.model.QProcessFile
 
QProcessFile(PathMetadata) - Constructor for class com.eurodyn.qlack.fuse.workflow.model.QProcessFile
 
QProcessFile(String) - Constructor for class com.eurodyn.qlack.fuse.workflow.model.QProcessFile
 

R

repositoryService() - Method in class com.eurodyn.qlack.fuse.workflow.configuration.ActivitiConfiguration
 
resumeWorkflowInstance(String) - Method in class com.eurodyn.qlack.fuse.workflow.service.WorkflowService
Given the id of a suspended process instance, it resumes the process instance.

S

setVariableInstance(String, String, Object) - Method in class com.eurodyn.qlack.fuse.workflow.service.VariableService
Given the id of the process instance, it updates the value of the variable based on the provided key and value.
startWorkflowInstance(String, Map<String, Object>) - Method in class com.eurodyn.qlack.fuse.workflow.service.WorkflowService
Given the id of a process (as defined in the xml), a new workflow instance starts.
suspendWorkflowInstance(String) - Method in class com.eurodyn.qlack.fuse.workflow.service.WorkflowService
Given the id of a started process instance, it suspends the found process instance.

T

TaskDTO - Class in com.eurodyn.qlack.fuse.workflow.dto
This object class contains useful information about the workflow processes tasks.
TaskDTO() - Constructor for class com.eurodyn.qlack.fuse.workflow.dto.TaskDTO
 

U

updateProcessesFromResources() - Method in class com.eurodyn.qlack.fuse.workflow.service.ProcessInitService
This method reads the .xml files located under the resources/processes folder and reads their content.
updateProcessesFromResources() - Method in class com.eurodyn.qlack.fuse.workflow.service.WorkflowService
This method reads the .xml files located under the resources/processes folder and reads their content.

V

VariableService - Class in com.eurodyn.qlack.fuse.workflow.service
This service provides methods related to the task/process variables of Activiti.
VariableService(RuntimeService) - Constructor for class com.eurodyn.qlack.fuse.workflow.service.VariableService
 

W

WorkflowService - Class in com.eurodyn.qlack.fuse.workflow.service
This service provides methods related to the processes and workflow of Activiti.
WorkflowService(RuntimeService, HistoryService, EntityManager, ProcessInitService) - Constructor for class com.eurodyn.qlack.fuse.workflow.service.WorkflowService
 
WorkflowTaskService - Class in com.eurodyn.qlack.fuse.workflow.service
This service provides methods related to the tasks of Activiti.
WorkflowTaskService(TaskService) - Constructor for class com.eurodyn.qlack.fuse.workflow.service.WorkflowTaskService
 
A C D F G I P Q R S T U V W 
All Classes and Interfaces|All Packages|Serialized Form