}
}
}
private void populateProcessDehydrationField() {
TProcessDehydration processDehydrationConfig = bpsConfigDocument.getWSO2BPS().
getProcessDehydration();
if (processDehydrationConfig != null) {
isProcessDehydrationEnabled = processDehydrationConfig.getValue();
if (processDehydrationConfig.getMaxAge() != null) {
processDehydrationMaxAge = processDehydrationConfig.getMaxAge().getValue();
}
processDehydraionMaxCount = processDehydrationConfig.getMaxCount();
}
}