Interface IValidatingDataHandler
- All Superinterfaces:
IDataHandler<Object,
Object>
- Since:
- 3.6.2
-
Method Summary
Modifier and TypeMethodDescriptionvalidate
(ILocation location, Object data, IDataHandlerContext context) Validates configuration for write.Methods inherited from interface com.polarion.platform.repository.config.IDataHandler
readLocation, readLocations, writeLocation
-
Method Details
-
validate
Validates configuration for write.- Parameters:
data
- Data as created by the user or byIDataHandler.readLocation(ILocation, IDataHandlerContext)
.context
- context
-