Package org.bonitasoft.engine.core.form
Interface FormMappingService
- All Known Implementing Classes:
FormMappingServiceImpl
public interface FormMappingService
- Author:
- Baptiste Mesta
-
Method Summary
Modifier and TypeMethodDescriptionvoiddelete(SFormMapping formMapping) get(long formMappingId) longgetNumberOfFormMappings(QueryOptions queryOptions) list(int fromIndex, int numberOfResults) list(long processDefinitionId, int fromIndex, int numberOfResults) searchFormMappings(QueryOptions queryOptions) voidupdate(SFormMapping formMapping, String url, Long pageId)
-
Method Details
-
create
SFormMapping create(long processDefinitionId, String task, Integer type, String target, String form) throws SObjectCreationException, SBonitaReadException -
update
- Throws:
SObjectModificationException
-
delete
- Throws:
SObjectModificationException
-
get
-
get
-
get
SFormMapping get(long processDefinitionId, Integer type, String task) throws SBonitaReadException, SObjectNotFoundException -
get
SFormMapping get(long processDefinitionId, Integer type) throws SBonitaReadException, SObjectNotFoundException -
list
List<SFormMapping> list(long processDefinitionId, int fromIndex, int numberOfResults) throws SBonitaReadException - Throws:
SBonitaReadException
-
list
- Throws:
SBonitaReadException
-
searchFormMappings
- Throws:
SBonitaReadException
-
getNumberOfFormMappings
- Throws:
SBonitaReadException
-