public interface ConfirmationConfigurationManagement
| Modifier and Type | Field and Description |
|---|---|
static String |
ATTRIBUTE_CONFIG_TYPE |
static String |
IDENTITY_CONFIG_TYPE |
| Modifier and Type | Method and Description |
|---|---|
void |
addConfiguration(pl.edu.icm.unity.types.confirmation.ConfirmationConfiguration toAdd) |
List<pl.edu.icm.unity.types.confirmation.ConfirmationConfiguration> |
getAllConfigurations() |
pl.edu.icm.unity.types.confirmation.ConfirmationConfiguration |
getConfiguration(String typeToConfirm,
String nameToConfirm) |
void |
removeConfiguration(String typeToConfirm,
String nameToConfirm) |
void |
updateConfiguration(pl.edu.icm.unity.types.confirmation.ConfirmationConfiguration toUpdate) |
static final String ATTRIBUTE_CONFIG_TYPE
static final String IDENTITY_CONFIG_TYPE
void addConfiguration(pl.edu.icm.unity.types.confirmation.ConfirmationConfiguration toAdd)
throws pl.edu.icm.unity.exceptions.EngineException
pl.edu.icm.unity.exceptions.EngineExceptionvoid removeConfiguration(String typeToConfirm, String nameToConfirm) throws pl.edu.icm.unity.exceptions.EngineException
pl.edu.icm.unity.exceptions.EngineExceptionvoid updateConfiguration(pl.edu.icm.unity.types.confirmation.ConfirmationConfiguration toUpdate)
throws pl.edu.icm.unity.exceptions.EngineException
pl.edu.icm.unity.exceptions.EngineExceptionpl.edu.icm.unity.types.confirmation.ConfirmationConfiguration getConfiguration(String typeToConfirm, String nameToConfirm) throws pl.edu.icm.unity.exceptions.EngineException
pl.edu.icm.unity.exceptions.EngineExceptionList<pl.edu.icm.unity.types.confirmation.ConfirmationConfiguration> getAllConfigurations() throws pl.edu.icm.unity.exceptions.EngineException
pl.edu.icm.unity.exceptions.EngineExceptionCopyright © 2017 Unity. All rights reserved.