Class ProcessDefinitions

    • Method Detail

      • getAllProcessDefinitions

        public RestProcessDefinitionModelsCollection getAllProcessDefinitions()
                                                                       throws java.lang.Exception
        Retrieve 100 process definitions (this is the default size when maxItems is not specified) from Alfresco using GET call on "/process-definitions"
        Returns:
        Throws:
        JsonToModelConversionException
        java.lang.Exception
      • getProcessDefinition

        public RestProcessDefinitionModel getProcessDefinition()
                                                        throws java.lang.Exception
        Retrieves a process definition using GET call on "/process-definitions/{processDefinitionId}"
        Returns:
        Throws:
        java.lang.Exception
      • getProcessDefinitionImage

        public RestHtmlResponse getProcessDefinitionImage()
                                                   throws java.lang.Exception
        Retrieves an image that represents a single process definition using GET call on "/process-definitions/{processDefinitionId}/image"
        Returns:
        Throws:
        java.lang.Exception
      • getProcessDefinitionStartFormModel

        public RestFormModelsCollection getProcessDefinitionStartFormModel()
                                                                    throws java.lang.Exception
        Retrieves start form type definitions using GET call on "/process-definitions/{processDefinitionId}/start-form-model"
        Returns:
        Throws:
        java.lang.Exception