public abstract class AbstractLocalConfiguration<T> extends Object implements LocalConfiguration<T>
LocalConfiguration
implementers.
Provides default implementation for most methods.
Constructor and Description |
---|
AbstractLocalConfiguration() |
Modifier and Type | Method and Description |
---|---|
boolean |
canMerge()
Returns
true if this LocalConfiguration accepted to be merged with a parent configuration,
false otherwise. |
T |
merge(T other)
Merge this
LocalConfiguration with another one. |
void |
save(CoreSession session)
Save this LocalConfiguration.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDocumentRef
public AbstractLocalConfiguration()
public boolean canMerge()
LocalConfiguration
true
if this LocalConfiguration
accepted to be merged with a parent configuration,
false
otherwise.canMerge
in interface LocalConfiguration<T>
public T merge(T other)
LocalConfiguration
LocalConfiguration
with another one.merge
in interface LocalConfiguration<T>
public void save(CoreSession session)
LocalConfiguration
save
in interface LocalConfiguration<T>
Copyright © 2015 Nuxeo SA. All rights reserved.