LocalizedOptionDefinition autoApprove = new LocalizedOptionDefinition(WGDatabase.COPTION_AUTOAPPROVE, BooleanOptionType.INSTANCE, getGenericLoader());
autoApprove.setOptional(true);
autoApprove.setDefaultValue(Boolean.TRUE.toString());
options.addOption(autoApprove);
LocalizedOptionDefinition wfEngine = new LocalizedOptionDefinition(WGDatabase.COPTION_WORKFLOWENGINE, new WorkflowEngineOptionType(getRegistry()), getGenericLoader());
wfEngine.setOptional(true);
wfEngine.setExpert(true);
options.addOption(wfEngine);
LocalizedOptionDefinition pageReaders = new LocalizedOptionDefinition(WGDatabase.COPTION_PAGEREADERS_ENABLED, BooleanOptionType.INSTANCE, getGenericLoader());