public interface PropertyAccess
| Modifier and Type | Field and Description |
|---|---|
static String |
BASE_QUALIFIER |
| Modifier and Type | Method and Description |
|---|---|
void |
commitProperties() |
void |
dispose() |
Map |
getAllProperties() |
Object |
getProperty(String name) |
Set |
getPropertyNames() |
boolean |
hasModifiedProperties() |
void |
registerOwner(PropertyOwner owner) |
Object |
removeProperty(String name) |
void |
rollbackProperties() |
Object |
setProperty(String name,
Object value) |
static final String BASE_QUALIFIER
void registerOwner(PropertyOwner owner)
void dispose()
Map getAllProperties()
Set getPropertyNames()
boolean hasModifiedProperties()
void commitProperties()
throws ConsistencyCheckException
ConsistencyCheckExceptionvoid rollbackProperties()
throws ConsistencyCheckException
ConsistencyCheckExceptionCopyright © 2017 SAP SE. All Rights Reserved.