Uses of Class
org.openiam.base.response.ProcessInstanceComment
-
Packages that use ProcessInstanceComment Package Description org.openiam.srvc.activiti org.openiam.workflow.activiti.custom org.openiam.workflow.activiti.service org.openiam.workflow.activiti.service.impl -
-
Uses of ProcessInstanceComment in org.openiam.srvc.activiti
Methods in org.openiam.srvc.activiti that return types with arguments of type ProcessInstanceComment Modifier and Type Method Description List<ProcessInstanceComment>
ActivitiService. getProcessInstancesComments(TaskSearchBean searchBean)
Get multiple comments for multiple process instance idsList<ProcessInstanceComment>
ActivitiServiceImpl. getProcessInstancesComments(TaskSearchBean searchBean)
-
Uses of ProcessInstanceComment in org.openiam.workflow.activiti.custom
Methods in org.openiam.workflow.activiti.custom that return types with arguments of type ProcessInstanceComment Modifier and Type Method Description List<ProcessInstanceComment>
CountCommentsQuery. executeList(org.activiti.engine.impl.interceptor.CommandContext commandContext, org.activiti.engine.impl.Page page)
-
Uses of ProcessInstanceComment in org.openiam.workflow.activiti.service
Methods in org.openiam.workflow.activiti.service that return types with arguments of type ProcessInstanceComment Modifier and Type Method Description List<ProcessInstanceComment>
ActivitiSearchTaskService. getCommentForProcessInstanceIds(TaskSearchBean searchBean)
Count comments with different types forTaskSearchBean#getProcessInstanceIds()
-
Uses of ProcessInstanceComment in org.openiam.workflow.activiti.service.impl
Methods in org.openiam.workflow.activiti.service.impl that return types with arguments of type ProcessInstanceComment Modifier and Type Method Description List<ProcessInstanceComment>
ActivitiSearchTaskServiceImpl. getCommentForProcessInstanceIds(TaskSearchBean searchBean)
-