ApsSystemUtils.getLogger().debug(this.getName() + ": initialized");
}
protected void loadConfig() {
try {
ConfigInterface configManager = this.getConfigManager();
String xml = configManager.getConfigItem(JpcontentworkflowSystemConstants.CONTENT_WORKFLOW_CONFIG_ITEM);
if (xml == null) {
throw new ApsSystemException("Configuration item not present: " + JpcontentworkflowSystemConstants.CONTENT_WORKFLOW_CONFIG_ITEM);
}
ContentWorkflowDOM configDOM = new ContentWorkflowDOM();
this.setWorkflowConfig(configDOM.extractConfig(xml));