Uses of Class
org.bonitasoft.web.client.model.DesignProcessDefinition
-
Packages that use DesignProcessDefinition Package Description org.bonitasoft.web.client.api org.bonitasoft.web.client.model -
-
Uses of DesignProcessDefinition in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return DesignProcessDefinition Modifier and Type Method Description DesignProcessDefinitionProcessApi. getProcessDesignById(String id)Finds the Process design by ID Returns the single Process design for the given IDMethods in org.bonitasoft.web.client.api that return types with arguments of type DesignProcessDefinition Modifier and Type Method Description ApiResponse<DesignProcessDefinition>ProcessApi. getProcessDesignByIdWithHttpInfo(String id)Finds the Process design by ID Similar togetProcessDesignByIdbut it also returns the http response headers . -
Uses of DesignProcessDefinition in org.bonitasoft.web.client.model
-