public class ConnectorOperationValidationHelper extends ElementValidationHelper
XConnectorOperationElementselement, factory, params, results| Constructor and Description |
|---|
ConnectorOperationValidationHelper(XProcessingElement element,
List<FlowValidationResult> results,
FlowValidationResultFactory factory,
XConnectorOperationElement operation)
Creates a new helper (wrapper) for validating a given
XConnectorOperationElement |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Object> |
extractParameters()
Helpers should implement this method to return parameters extracted from the entity being validated
|
getField, getField, validateBoolean, validateBoolean, validateEmailAddress, validateEmailList, validateEnum, validateNonEmptyString, validateNonEmptyString, validateNonNegativeInteger, validateNonNegativeInteger, validatePositiveInteger, validatePositiveInteger, validatePositiveLong, validatePositiveLongpublic ConnectorOperationValidationHelper(XProcessingElement element, List<FlowValidationResult> results, FlowValidationResultFactory factory, XConnectorOperationElement operation)
XConnectorOperationElementelement - the XProcessingElement to which the XConnectorOperationElement is connectedresults - the List of FlowValidationResults where validation results should be storedfactory - the FlowValidationResultFactory for generating FlowValidationResult entitiesoperation - the actual XConnectorOperationElement being validatedprotected Map<String,Object> extractParameters()
ElementValidationHelperextractParameters in class ElementValidationHelperMap of parameters from the validated entityCopyright © 2016–2019 AdroitLogic. All rights reserved.