Class ProcessManagementAPIImplDelegate


  • public class ProcessManagementAPIImplDelegate
    extends java.lang.Object
    Author:
    Matthieu Chaffotte
    • Constructor Detail

      • ProcessManagementAPIImplDelegate

        public ProcessManagementAPIImplDelegate()
    • Method Detail

      • deleteProcessDefinition

        public void deleteProcessDefinition​(long processDefinitionId)
                                     throws SBonitaException,
                                            org.bonitasoft.engine.exception.BonitaHomeNotSetException,
                                            java.io.IOException
        Throws:
        SBonitaException
        org.bonitasoft.engine.exception.BonitaHomeNotSetException
        java.io.IOException
      • purgeClassLoader

        public void purgeClassLoader​(long processDefinitionId)
                              throws org.bonitasoft.engine.bpm.process.ProcessDefinitionNotFoundException,
                                     org.bonitasoft.engine.exception.UpdateException
        Throws:
        org.bonitasoft.engine.bpm.process.ProcessDefinitionNotFoundException
        org.bonitasoft.engine.exception.UpdateException
      • getParameterInstances

        public java.util.List<org.bonitasoft.engine.bpm.parameter.ParameterInstance> getParameterInstances​(long processDefinitionId,
                                                                                                           int startIndex,
                                                                                                           int maxResults,
                                                                                                           org.bonitasoft.engine.bpm.parameter.ParameterCriterion sort)
      • getNumberOfParameterInstances

        public int getNumberOfParameterInstances​(long processDefinitionId)
      • getParameterInstance

        public org.bonitasoft.engine.bpm.parameter.ParameterInstance getParameterInstance​(long processDefinitionId,
                                                                                          java.lang.String parameterName)
                                                                                   throws org.bonitasoft.engine.exception.NotFoundException
        Throws:
        org.bonitasoft.engine.exception.NotFoundException