protected static class JcrRepository.ConfigurationChange extends Object implements Editor.Observer
Modifier and Type | Field and Description |
---|---|
protected boolean |
binaryStorageChanged |
protected boolean |
extractorsChanged |
protected boolean |
indexesChanged |
protected boolean |
indexProvidersChanged |
protected boolean |
jndiChanged |
protected boolean |
largeValueChanged |
protected boolean |
monitoringChanged |
protected boolean |
nameChanged |
protected boolean |
predefinedWorkspacesChanged |
protected boolean |
securityChanged |
protected boolean |
sequencingChanged |
protected boolean |
storageChanged |
protected boolean |
workspacesChanged |
Modifier | Constructor and Description |
---|---|
protected |
ConfigurationChange() |
Modifier and Type | Method and Description |
---|---|
void |
addArrayValue(Path path,
Array.Entry entry)
Insert the entry into the array at the given path.
|
void |
clear(Path path)
Remove all fields from the document at the supplied path.
|
void |
put(Path parentPath,
String field,
Object newValue)
Set to the given value the field in the document at the supplied path.
|
void |
remove(Path path,
String field)
Remove the field from the document at the supplied path.
|
void |
removeArrayValue(Path path,
Array.Entry entry)
Remove the entry from the array at the given path.
|
void |
setArrayValue(Path path,
Array.Entry entry)
Set the supplied entry in the array at the given path.
|
protected boolean securityChanged
protected boolean sequencingChanged
protected boolean extractorsChanged
protected boolean storageChanged
protected boolean binaryStorageChanged
protected boolean indexProvidersChanged
protected boolean indexesChanged
protected boolean workspacesChanged
protected boolean predefinedWorkspacesChanged
protected boolean jndiChanged
protected boolean largeValueChanged
protected boolean nameChanged
protected boolean monitoringChanged
public void setArrayValue(Path path, Array.Entry entry)
Editor.Observer
setArrayValue
in interface Editor.Observer
path
- the path within the document of the arrayentry
- the entry containing the new value and the indexpublic void addArrayValue(Path path, Array.Entry entry)
Editor.Observer
addArrayValue
in interface Editor.Observer
path
- the path within the document of the arrayentry
- the entry containing the new value and the indexpublic void removeArrayValue(Path path, Array.Entry entry)
Editor.Observer
removeArrayValue
in interface Editor.Observer
path
- the path within the document of the arrayentry
- the entry containing the new value and the indexpublic void clear(Path path)
Editor.Observer
clear
in interface Editor.Observer
path
- the path to the documentpublic void put(Path parentPath, String field, Object newValue)
Editor.Observer
put
in interface Editor.Observer
parentPath
- the path to the parent document in which the field should be updatedfield
- the name of the field to be updatednewValue
- the new valuepublic void remove(Path path, String field)
Editor.Observer
remove
in interface Editor.Observer
path
- the path to the parent document in which the field should be removedfield
- the name of the field to be removedCopyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.