org.jbpm.form.builder.services.api
Interface FormDefinitionService
public interface FormDefinitionService
getForms
List<FormRepresentation> getForms()
throws FormServiceException
- Throws:
FormServiceException
getFormItems
Map<String,FormItemRepresentation> getFormItems()
throws FormServiceException
- Throws:
FormServiceException
saveForm
String saveForm(FormRepresentation form)
throws FormServiceException
- Throws:
FormServiceException
saveFormItem
String saveFormItem(String formItemName,
FormItemRepresentation formItem)
throws FormServiceException
- Throws:
FormServiceException
deleteForm
void deleteForm(String formId)
throws FormServiceException
- Throws:
FormServiceException
deleteFormItem
void deleteFormItem(String formItemId)
throws FormServiceException
- Throws:
FormServiceException
getForm
FormRepresentation getForm(String formId)
throws FormServiceException
- Throws:
FormServiceException
getFormByUUID
FormRepresentation getFormByUUID(String uuid)
throws FormServiceException
- Throws:
FormServiceException
getFormItem
FormItemRepresentation getFormItem(String formItemId)
throws FormServiceException
- Throws:
FormServiceException
saveTemplate
void saveTemplate(String templateName,
String content)
throws FormServiceException
- Throws:
FormServiceException
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.