Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.core.api.localconfiguration
Interface LocalConfiguration<T>

All Superinterfaces:
DetachedAdapter
All Known Subinterfaces:
ContentViewConfiguration, LocalThemeConfig, SearchLocalConfiguration, UITypesConfiguration
All Known Implementing Classes:
ContentViewConfigurationAdapter, LocalThemeConfigAdapter, SearchLocalConfigurationAdapter, UITypesConfigurationAdapter

public interface LocalConfiguration<T>
extends DetachedAdapter

Interface that must be implemented by other interface representing a local configuration.

Since:
5.4.2
Author:
Thomas Roger

Method Summary
 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.
 

Method Detail

getDocumentRef

DocumentRef getDocumentRef()
Returns the related DocumentRef of this local configuration.


canMerge

boolean canMerge()
Returns true if this LocalConfiguration accepted to be merged with a parent configuration, false otherwise.


merge

T merge(T other)
Merge this LocalConfiguration with another one.


Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.