Uses of Class
org.alfresco.rest.workflow.api.model.ProcessInfo
Packages that use ProcessInfo
Package
Description
-
Uses of ProcessInfo in org.alfresco.rest.workflow.api
Methods in org.alfresco.rest.workflow.api that return ProcessInfoModifier and TypeMethodDescriptionProcesses.create
(ProcessInfo process) Processes.getProcess
(String processId) Methods in org.alfresco.rest.workflow.api that return types with arguments of type ProcessInfoMethods in org.alfresco.rest.workflow.api with parameters of type ProcessInfo -
Uses of ProcessInfo in org.alfresco.rest.workflow.api.impl
Methods in org.alfresco.rest.workflow.api.impl that return ProcessInfoModifier and TypeMethodDescriptionProcessesImpl.create
(ProcessInfo process) protected ProcessInfo
ProcessesImpl.createProcessInfo
(org.activiti.engine.history.HistoricProcessInstance processInstance) ProcessesImpl.getProcess
(String processId) Methods in org.alfresco.rest.workflow.api.impl that return types with arguments of type ProcessInfoMethods in org.alfresco.rest.workflow.api.impl with parameters of type ProcessInfo -
Uses of ProcessInfo in org.alfresco.rest.workflow.api.processes
Methods in org.alfresco.rest.workflow.api.processes that return ProcessInfoModifier and TypeMethodDescriptionProcessesRestEntityResource.readById
(String id, Parameters parameters) Methods in org.alfresco.rest.workflow.api.processes that return types with arguments of type ProcessInfoModifier and TypeMethodDescriptionProcessesRestEntityResource.create
(List<ProcessInfo> entity, Parameters parameters) ProcessesRestEntityResource.readAll
(Parameters params) Method parameters in org.alfresco.rest.workflow.api.processes with type arguments of type ProcessInfoModifier and TypeMethodDescriptionProcessesRestEntityResource.create
(List<ProcessInfo> entity, Parameters parameters)