Modifier and Type | Method and Description |
---|---|
FormDefinition |
SimpleWorkflowJsonConverter.readFormDefinition(InputStream inputStream) |
Modifier and Type | Method and Description |
---|---|
void |
SimpleWorkflowJsonConverter.writeFormDefinition(FormDefinition definition,
Writer writer) |
Modifier and Type | Method and Description |
---|---|
protected List<FormProperty> |
BaseStepDefinitionConverter.convertProperties(FormDefinition formDefinition)
Converts form properties.
|
Modifier and Type | Field and Description |
---|---|
protected FormDefinition |
HumanStepDefinition.form |
protected FormDefinition |
FeedbackStepDefinition.formDefinitionForFeedbackProviders
The form that will be displayed to the feedback providers.
|
protected FormDefinition |
WorkflowDefinition.startFormDefinition |
Modifier and Type | Method and Description |
---|---|
FormDefinition |
HumanStepDefinition.getForm() |
FormDefinition |
FormStepDefinition.getForm() |
FormDefinition |
FeedbackStepDefinition.getFormDefinitionForFeedbackProviders() |
FormDefinition |
WorkflowDefinition.getStartFormDefinition() |
Modifier and Type | Method and Description |
---|---|
HumanStepDefinition |
HumanStepDefinition.addForm(FormDefinition form) |
void |
HumanStepDefinition.setForm(FormDefinition form) |
void |
FormStepDefinition.setForm(FormDefinition form) |
void |
FeedbackStepDefinition.setFormDefinitionForFeedbackProviders(FormDefinition formDefinitionForFeedbackProviders) |
void |
WorkflowDefinition.setStartFormDefinition(FormDefinition startFormDefinition) |
WorkflowDefinition |
WorkflowDefinition.startFormdefinition(FormDefinition startFormDefinition) |
Modifier and Type | Method and Description |
---|---|
FormDefinition |
FormDefinition.clone() |
Modifier and Type | Method and Description |
---|---|
void |
FormDefinition.setValues(FormDefinition otherDefinition) |
Copyright © 2016 Alfresco. All rights reserved.