Package org.bonitasoft.engine.api.impl
Class ProcessConfigurationAPIImpl
- java.lang.Object
-
- org.bonitasoft.engine.api.impl.ProcessConfigurationAPIImpl
-
public class ProcessConfigurationAPIImpl extends java.lang.Object- Author:
- Baptiste Mesta
-
-
Constructor Summary
Constructors Constructor Description ProcessConfigurationAPIImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.bonitasoft.engine.form.FormMappinggetFormMapping(long formMappingId)protected TenantServiceAccessorgetTenantAccessor()org.bonitasoft.engine.search.SearchResult<org.bonitasoft.engine.form.FormMapping>searchFormMappings(org.bonitasoft.engine.search.SearchOptions searchOptions)
-
-
-
Method Detail
-
getTenantAccessor
protected TenantServiceAccessor getTenantAccessor()
-
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
-
-