Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.runtime.contribution
Interface ContributionRegistry<K,T>

All Known Implementing Classes:
AbstractContributionRegistry, LinkRegistry, TypeRegistry

public interface ContributionRegistry<K,T>

Author:
Bogdan Stefanescu

Method Summary
 Contribution<K,T> addFragment(K key, T fragment, K... superKeys)
           
 void dispose()
           
 Contribution<K,T> getContribution(K key)
           
 ContributionRegistry<K,T> getParent()
           
 void removeContribution(K key)
           
 void removeFragment(K key, T fragment)
           
 

Method Detail

getParent

ContributionRegistry<K,T> getParent()

getContribution

Contribution<K,T> getContribution(K key)

addFragment

Contribution<K,T> addFragment(K key,
                              T fragment,
                              K... superKeys)

removeContribution

void removeContribution(K key)

removeFragment

void removeFragment(K key,
                    T fragment)

dispose

void dispose()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.