public interface FormMappingService
| Modifier and Type | Method and Description |
|---|---|
SFormMapping |
create(long processDefinitionId,
String task,
Integer type,
String target,
String form) |
void |
delete(SFormMapping formMapping) |
SFormMapping |
get(long formMappingId) |
SFormMapping |
get(long processDefinitionId,
Integer type) |
SFormMapping |
get(long processDefinitionId,
Integer type,
String task) |
SFormMapping |
get(String key) |
long |
getNumberOfFormMappings(org.bonitasoft.engine.persistence.QueryOptions queryOptions) |
List<SFormMapping> |
list(int fromIndex,
int numberOfResults) |
List<SFormMapping> |
list(long processDefinitionId,
int fromIndex,
int numberOfResults) |
List<SFormMapping> |
searchFormMappings(org.bonitasoft.engine.persistence.QueryOptions queryOptions) |
void |
update(SFormMapping formMapping,
String url,
Long pageId) |
SFormMapping create(long processDefinitionId, String task, Integer type, String target, String form) throws org.bonitasoft.engine.commons.exceptions.SObjectCreationException, org.bonitasoft.engine.persistence.SBonitaReadException
org.bonitasoft.engine.commons.exceptions.SObjectCreationExceptionorg.bonitasoft.engine.persistence.SBonitaReadExceptionvoid update(SFormMapping formMapping, String url, Long pageId) throws org.bonitasoft.engine.commons.exceptions.SObjectModificationException
org.bonitasoft.engine.commons.exceptions.SObjectModificationExceptionvoid delete(SFormMapping formMapping) throws org.bonitasoft.engine.commons.exceptions.SObjectModificationException
org.bonitasoft.engine.commons.exceptions.SObjectModificationExceptionSFormMapping get(long formMappingId) throws org.bonitasoft.engine.persistence.SBonitaReadException, org.bonitasoft.engine.commons.exceptions.SObjectNotFoundException
org.bonitasoft.engine.persistence.SBonitaReadExceptionorg.bonitasoft.engine.commons.exceptions.SObjectNotFoundExceptionSFormMapping get(String key) throws org.bonitasoft.engine.persistence.SBonitaReadException, org.bonitasoft.engine.commons.exceptions.SObjectNotFoundException
org.bonitasoft.engine.persistence.SBonitaReadExceptionorg.bonitasoft.engine.commons.exceptions.SObjectNotFoundExceptionSFormMapping get(long processDefinitionId, Integer type, String task) throws org.bonitasoft.engine.persistence.SBonitaReadException, org.bonitasoft.engine.commons.exceptions.SObjectNotFoundException
org.bonitasoft.engine.persistence.SBonitaReadExceptionorg.bonitasoft.engine.commons.exceptions.SObjectNotFoundExceptionSFormMapping get(long processDefinitionId, Integer type) throws org.bonitasoft.engine.persistence.SBonitaReadException, org.bonitasoft.engine.commons.exceptions.SObjectNotFoundException
org.bonitasoft.engine.persistence.SBonitaReadExceptionorg.bonitasoft.engine.commons.exceptions.SObjectNotFoundExceptionList<SFormMapping> list(long processDefinitionId, int fromIndex, int numberOfResults) throws org.bonitasoft.engine.persistence.SBonitaReadException
org.bonitasoft.engine.persistence.SBonitaReadExceptionList<SFormMapping> list(int fromIndex, int numberOfResults) throws org.bonitasoft.engine.persistence.SBonitaReadException
org.bonitasoft.engine.persistence.SBonitaReadExceptionList<SFormMapping> searchFormMappings(org.bonitasoft.engine.persistence.QueryOptions queryOptions) throws org.bonitasoft.engine.persistence.SBonitaReadException
org.bonitasoft.engine.persistence.SBonitaReadExceptionlong getNumberOfFormMappings(org.bonitasoft.engine.persistence.QueryOptions queryOptions)
throws org.bonitasoft.engine.persistence.SBonitaReadException
org.bonitasoft.engine.persistence.SBonitaReadExceptionCopyright © 2016 Bonitasoft S.A.. All rights reserved.