Uses of Class
de.xima.fc.workflow.Setting
-
Packages that use Setting Package Description de.xima.fc.validation.constraintvalidators de.xima.fc.validation.valueextraction de.xima.fc.workflow de.xima.fc.workflow.model.nodes -
-
Uses of Setting in de.xima.fc.validation.constraintvalidators
Methods in de.xima.fc.validation.constraintvalidators with parameters of type Setting Modifier and Type Method Description boolean
ValidSettingValidator. isValid(Setting<?> setting, javax.validation.ConstraintValidatorContext context)
-
Uses of Setting in de.xima.fc.validation.valueextraction
Methods in de.xima.fc.validation.valueextraction with parameters of type Setting Modifier and Type Method Description void
SettingValueExtractor. extractValues(Setting<?> originalValue, javax.validation.valueextraction.ValueExtractor.ValueReceiver receiver)
-
Uses of Setting in de.xima.fc.workflow
Methods in de.xima.fc.workflow that return Setting Modifier and Type Method Description Setting<TValue>
Setting.Builder. build()
static <TValue> Setting<TValue>
Setting. customSetting()
static <TValue> Setting<TValue>
Setting. predefinedPassword(String name, boolean required)
static <TValue> Setting<TValue>
Setting. predefinedSetting(String name, boolean required)
-
Uses of Setting in de.xima.fc.workflow.model.nodes
Methods in de.xima.fc.workflow.model.nodes that return types with arguments of type Setting Modifier and Type Method Description List<Setting<String>>
FcWriteFormRecordAttrProps. getCustomAttributes()
List<Setting<String>>
FcChangeFormValueProps. getFormValues()
List<Setting<String>>
FcHttpRequestProps. getHeaderParameters()
List<Setting<String>>
FcLdapQueryProps. getQueryParameters()
List<Setting<String>>
FcSqlStatementProps. getQueryParameters()
List<Setting<String>>
FcRedirectProps. getQueryStringValues()
List<Setting<String>>
FcHttpRequestProps. getRequestParameters()
List<Setting<String>>
FcImportFormValueFromXmlProps. getXpathMapping()
Method parameters in de.xima.fc.workflow.model.nodes with type arguments of type Setting Modifier and Type Method Description void
FcWriteFormRecordAttrProps. setCustomAttributes(List<Setting<String>> customAttributes)
void
FcChangeFormValueProps. setFormValues(List<Setting<String>> formValues)
void
FcHttpRequestProps. setHeaderParameters(List<Setting<String>> headerParameters)
void
FcLdapQueryProps. setQueryParameters(List<Setting<String>> queryParameter)
void
FcSqlStatementProps. setQueryParameters(List<Setting<String>> queryParameters)
void
FcRedirectProps. setQueryStringValues(List<Setting<String>> queryStringValues)
void
FcHttpRequestProps. setRequestParameters(List<Setting<String>> requestParameters)
void
FcImportFormValueFromXmlProps. setXpathMapping(List<Setting<String>> xpathMapping)
-