| Modifier and Type | Required Element and Description |
|---|---|
String |
description
Property placeholder in UI.
|
String |
longName
How the property would be displayed in UI.
|
String |
shortName
How the property would be stored in
ConnectionProperties. |
| Modifier and Type | Optional Element and Description |
|---|---|
String |
fileDirectoryType
TODO: Add JavaDoc.
|
boolean |
forServer
Is the property can be configured on server?.
|
boolean |
forTemplate
Is the property can be configured on template?.
|
boolean |
forTrigger
Is the property can be configured on trigger?.
|
boolean |
fromServer
Property can be configured only from environment.
|
boolean |
isDynamic
It's mean that property would be processed by TemplateEngine.
|
boolean |
isRedefined
TODO: Add JavaDoc.
|
boolean |
loadTemplate
Loading template by ID.
|
boolean |
optional
Is the value mandatory and must be filled?.
|
int |
order
TODO: Add JavaDoc.
|
String |
uiCategory
The category of the parameter to be displayed on the UI.
|
boolean |
userSettings
Create modifications from user configuration like envs.
|
String |
validatePattern
Expression that is used to validate the property on the UI.
|
public abstract String shortName
ConnectionProperties.public abstract String longName
public abstract String description
public abstract boolean optional
public abstract boolean fromServer
public abstract boolean forTemplate
public abstract boolean forServer
public abstract boolean forTrigger
public abstract boolean isDynamic
public abstract boolean userSettings
public abstract String fileDirectoryType
public abstract String uiCategory
public abstract String validatePattern
Copyright © 2025. All rights reserved.