Package org.bonitasoft.engine.api.impl
Class ProcessConfigurationAPIImpl
java.lang.Object
org.bonitasoft.engine.api.impl.ProcessConfigurationAPIImpl
- Author:
- Baptiste Mesta
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.bonitasoft.engine.form.FormMappinggetFormMapping(long formMappingId) protected ServiceAccessororg.bonitasoft.engine.search.SearchResult<org.bonitasoft.engine.form.FormMapping>searchFormMappings(org.bonitasoft.engine.search.SearchOptions searchOptions)
-
Constructor Details
-
ProcessConfigurationAPIImpl
public ProcessConfigurationAPIImpl()
-
-
Method Details
-
getServiceAccessor
-
searchFormMappings
public org.bonitasoft.engine.search.SearchResult<org.bonitasoft.engine.form.FormMapping> searchFormMappings(org.bonitasoft.engine.search.SearchOptions searchOptions) throws org.bonitasoft.engine.exception.SearchException - Throws:
org.bonitasoft.engine.exception.SearchException
-
getFormMapping
public org.bonitasoft.engine.form.FormMapping getFormMapping(long formMappingId) throws org.bonitasoft.engine.exception.FormMappingNotFoundException - Throws:
org.bonitasoft.engine.exception.FormMappingNotFoundException
-