| Package | Description | 
|---|---|
| org.nuxeo.runtime.contribution | |
| org.nuxeo.runtime.contribution.impl | 
| Modifier and Type | Method and Description | 
|---|---|
Contribution<K,T> | 
ContributionRegistry.addFragment(K key,
           T fragment,
           K... superKeys)  | 
Contribution<K,T> | 
ContributionRegistry.getContribution(K key)  | 
| Modifier and Type | Method and Description | 
|---|---|
Set<Contribution<K,T>> | 
Contribution.getDependencies()  | 
Set<Contribution<K,T>> | 
Contribution.getDependents()  | 
Set<Contribution<K,T>> | 
Contribution.getUnresolvedDependencies()  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ContributionImpl<K,T>  | 
| Modifier and Type | Field and Description | 
|---|---|
protected Set<Contribution<K,T>> | 
ContributionImpl.dependencies  | 
protected Set<Contribution<K,T>> | 
ContributionImpl.dependents  | 
protected Map<Object,Contribution<K,T>> | 
AbstractContributionRegistry.registry  | 
| Modifier and Type | Method and Description | 
|---|---|
Contribution<K,T> | 
AbstractContributionRegistry.addFragment(K key,
           T fragment,
           K... superKeys)  | 
Contribution<K,T> | 
AbstractContributionRegistry.getContribution(K primaryKey)  | 
Contribution<K,T> | 
AbstractContributionRegistry.getOrCreateDependency(K key)  | 
| Modifier and Type | Method and Description | 
|---|---|
Set<Contribution<K,T>> | 
ContributionImpl.getDependencies()  | 
Set<Contribution<K,T>> | 
ContributionImpl.getDependents()  | 
Set<Contribution<K,T>> | 
ContributionImpl.getUnresolvedDependencies()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AbstractContributionRegistry.fireResolved(Contribution<K,T> contrib)  | 
void | 
AbstractContributionRegistry.fireUnresolved(Contribution<K,T> contrib,
              T value)  | 
void | 
AbstractContributionRegistry.fireUpdated(T oldValue,
           Contribution<K,T> contrib)  | 
Copyright © 2016 Nuxeo SA. All rights reserved.