Package com.flowable.form.model
Class OutcomeDefinition
java.lang.Object
com.flowable.form.model.OutcomeDefinition
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetI18n()
getLabel()
getValue()
void
setEnabled
(String enabled) void
void
setIgnorePayload
(Boolean ignorePayload) void
setIgnoreValidation
(Boolean ignoreValidation) void
void
setNavigationUrl
(String navigationUrl) void
setOutcomeFormKey
(String outcomeFormKey) void
setPrimary
(String primary) void
setStyleClass
(String styleClass) void
void
setVisible
(String visible)
-
Field Details
-
label
-
value
-
visible
-
enabled
-
-
ignorePayload
-
ignoreValidation
-
styleClass
-
outcomeFormKey
-
i18n
-
-
Constructor Details
-
OutcomeDefinition
public OutcomeDefinition()
-
-
Method Details
-
getLabel
-
setLabel
-
getValue
-
setValue
-
getVisible
-
setVisible
-
getEnabled
-
setEnabled
-
getPrimary
-
setPrimary
-
getIgnorePayload
-
setIgnorePayload
-
getIgnoreValidation
-
setIgnoreValidation
-
getStyleClass
-
setStyleClass
-
getOutcomeFormKey
-
setOutcomeFormKey
-
getI18n
-
setI18n
-