|
Nuxeo ECM Projects 5.4.3-SNAPSHOT | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LocalConfiguration<T>
Interface that must be implemented by other interface representing a local configuration.
| 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. |
void |
save(CoreSession session)
Save this LocalConfiguration. |
| Method Detail |
|---|
DocumentRef getDocumentRef()
DocumentRef of this local configuration.
boolean canMerge()
true if this LocalConfiguration accepted to be
merged with a parent configuration, false otherwise.
T merge(T other)
LocalConfiguration with another one.
void save(CoreSession session)
throws ClientException
ClientException
|
Nuxeo ECM Projects 5.4.3-SNAPSHOT | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||