Uses of Interface
org.nuxeo.runtime.contribution.Contribution
-
Packages that use Contribution Package Description org.nuxeo.runtime.contribution org.nuxeo.runtime.contribution.impl -
-
Uses of Contribution in org.nuxeo.runtime.contribution
Methods in org.nuxeo.runtime.contribution that return Contribution Modifier and Type Method Description Contribution<K,T>ContributionRegistry. addFragment(K key, T fragment, K... superKeys)Contribution<K,T>ContributionRegistry. getContribution(K key)Methods in org.nuxeo.runtime.contribution that return types with arguments of type Contribution Modifier and Type Method Description Set<Contribution<K,T>>Contribution. getDependencies()Set<Contribution<K,T>>Contribution. getDependents()Set<Contribution<K,T>>Contribution. getUnresolvedDependencies() -
Uses of Contribution in org.nuxeo.runtime.contribution.impl
Classes in org.nuxeo.runtime.contribution.impl that implement Contribution Modifier and Type Class Description classContributionImpl<K,T>Fields in org.nuxeo.runtime.contribution.impl with type parameters of type Contribution Modifier and Type Field Description protected Set<Contribution<K,T>>ContributionImpl. dependenciesprotected Set<Contribution<K,T>>ContributionImpl. dependentsprotected Map<Object,Contribution<K,T>>AbstractContributionRegistry. registryMethods in org.nuxeo.runtime.contribution.impl that return Contribution Modifier and Type Method 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)Methods in org.nuxeo.runtime.contribution.impl that return types with arguments of type Contribution Modifier and Type Method Description Set<Contribution<K,T>>ContributionImpl. getDependencies()Set<Contribution<K,T>>ContributionImpl. getDependents()Set<Contribution<K,T>>ContributionImpl. getUnresolvedDependencies()Methods in org.nuxeo.runtime.contribution.impl with parameters of type Contribution Modifier and Type Method Description voidAbstractContributionRegistry. fireResolved(Contribution<K,T> contrib)voidAbstractContributionRegistry. fireUnresolved(Contribution<K,T> contrib, T value)voidAbstractContributionRegistry. fireUpdated(T oldValue, Contribution<K,T> contrib)protected voidAbstractContributionRegistry. importContribution(Contribution<K,T> contrib)
-