|
Nuxeo ECM Projects 5.4.3-SNAPSHOT | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuxeo.ecm.core.api.localconfiguration.AbstractLocalConfiguration<DirectoryConfiguration>
org.nuxeo.ecm.directory.localconfiguration.DirectoryConfigurationAdapter
public class DirectoryConfigurationAdapter
Default implementation of DirectoryConfiguration.
| Constructor Summary | |
|---|---|
DirectoryConfigurationAdapter(DocumentModel doc)
|
|
| Method Summary | |
|---|---|
boolean |
canMerge()
Returns true if this LocalConfiguration accepted to be
merged with a parent configuration, false otherwise. |
String |
getDirectorySuffix()
Returns the directory suffix if any is configured. |
DocumentRef |
getDocumentRef()
Returns the related DocumentRef of this local configuration. |
DirectoryConfiguration |
merge(DirectoryConfiguration other)
Merge this LocalConfiguration with another one. |
| Methods inherited from class org.nuxeo.ecm.core.api.localconfiguration.AbstractLocalConfiguration |
|---|
save |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.nuxeo.ecm.core.api.localconfiguration.LocalConfiguration |
|---|
save |
| Constructor Detail |
|---|
public DirectoryConfigurationAdapter(DocumentModel doc)
| Method Detail |
|---|
public boolean canMerge()
LocalConfigurationtrue if this LocalConfiguration accepted to be
merged with a parent configuration, false otherwise.
canMerge in interface LocalConfiguration<DirectoryConfiguration>canMerge in class AbstractLocalConfiguration<DirectoryConfiguration>public DocumentRef getDocumentRef()
LocalConfigurationDocumentRef of this local configuration.
getDocumentRef in interface LocalConfiguration<DirectoryConfiguration>public DirectoryConfiguration merge(DirectoryConfiguration other)
LocalConfigurationLocalConfiguration with another one.
merge in interface LocalConfiguration<DirectoryConfiguration>merge in class AbstractLocalConfiguration<DirectoryConfiguration>public String getDirectorySuffix()
DirectoryConfiguration
getDirectorySuffix in interface DirectoryConfiguration
|
Nuxeo ECM Projects 5.4.3-SNAPSHOT | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||