public interface DynamicForm
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDataList()
Gets the form's data list on completion of the form.
|
java.util.List<java.lang.Long> |
getDocComponentIDs()
Gets a list of component identifiers that represent documents managed by the
doc store service.
|
boolean |
makeForm(java.lang.String title,
java.lang.String header,
java.lang.String schema,
java.util.List<YParameter> parameters)
Build and show a form to capture the input data values on a case start.
|
boolean |
makeForm(java.lang.String title,
java.lang.String header,
java.lang.String schema,
WorkItemRecord wir)
Build and show a form to capture the work item's output data values.
|
boolean makeForm(java.lang.String title, java.lang.String header, java.lang.String schema, WorkItemRecord wir)
title
- The form's titleheader
- A header text for the form topschema
- An XSD schema of the data types and attributes to displaywir
- The work item record to build the form forboolean makeForm(java.lang.String title, java.lang.String header, java.lang.String schema, java.util.List<YParameter> parameters)
title
- The form's titleheader
- A header text for the form topschema
- An XSD schema of the data types and attributes to displayparameters
- a list of the root net's input parametersjava.lang.String getDataList()
java.util.List<java.lang.Long> getDocComponentIDs()
Copyright © 2004-2014 The YAWL Foundation.