public interface LocalConfiguration<T> extends DetachedAdapter
| Modifier and Type | Method and Description |
|---|---|
boolean |
canMerge()
Returns
true if this LocalConfiguration accepted to be
merged with a parent configuration, false otherwise. |
DocumentRef |
getDocumentRef()
Returns the related
DocumentRef of this local configuration. |
T |
merge(T other)
Merge this
LocalConfiguration with another one. |
void |
save(CoreSession session)
Save this LocalConfiguration.
|
DocumentRef getDocumentRef()
DocumentRef of this local configuration.boolean canMerge()
true if this LocalConfiguration accepted to be
merged with a parent configuration, false otherwise.void save(CoreSession session) throws ClientException
ClientExceptionCopyright © 2011 Nuxeo SA. All Rights Reserved.