com.evolveum.midpoint.web.model
Interface SystemManager

All Superinterfaces:
ObjectManager<SystemConfigurationDto>
All Known Implementing Classes:
SystemManagerImpl

public interface SystemManager
extends ObjectManager<SystemConfigurationDto>

Author:
lazyman

Field Summary
static java.lang.String CLASS_NAME
           
static java.lang.String UPDATE_LOGGING_CONFIGURATION
           
 
Method Summary
 boolean updateLoggingConfiguration(LoggingConfigurationType configuration)
           
 
Methods inherited from interface com.evolveum.midpoint.web.model.ObjectManager
add, create, delete, get, getPropertyAvailableValues, list, list, submit
 

Field Detail

CLASS_NAME

static final java.lang.String CLASS_NAME

UPDATE_LOGGING_CONFIGURATION

static final java.lang.String UPDATE_LOGGING_CONFIGURATION
Method Detail

updateLoggingConfiguration

boolean updateLoggingConfiguration(LoggingConfigurationType configuration)


Copyright © 2011 evolveum. All Rights Reserved.