public interface ConfigurationFactory
Modifier and Type | Method and Description |
---|---|
void |
delete(UserInformation userInformation,
String configurationId)
receive configuration delete request
|
void |
update(UserInformation userInformation,
String configurationId,
Map<String,String> properties)
receive configuration update
|
void update(UserInformation userInformation, String configurationId, Map<String,String> properties) throws Exception
userInformation
- the principal that performed the change, may be null
configurationId
- the configuration object to changeproperties
- the new propertiesException
- can be thrown if anything goes wrong changing the configurationvoid delete(UserInformation userInformation, String configurationId) throws Exception
userInformation
- the principal that performed the change, may be null
configurationId
- the configuration object to changeException
- can be thrown if anything goes wrong changing the configurationCopyright © 2016 Eclipse NeoSCADA Project. All rights reserved.