Uses of Class
org.nuxeo.runtime.model.ContributionFragmentRegistry.FragmentList
-
Packages that use ContributionFragmentRegistry.FragmentList Package Description org.nuxeo.runtime.model -
-
Uses of ContributionFragmentRegistry.FragmentList in org.nuxeo.runtime.model
Fields in org.nuxeo.runtime.model with type parameters of type ContributionFragmentRegistry.FragmentList Modifier and Type Field Description protected Map<String,ContributionFragmentRegistry.FragmentList<T>>ContributionFragmentRegistry. contribsDeprecated.Methods in org.nuxeo.runtime.model that return ContributionFragmentRegistry.FragmentList Modifier and Type Method Description protected ContributionFragmentRegistry.FragmentList<T>ContributionFragmentRegistry. addFragment(String id, T contrib)Deprecated.ContributionFragmentRegistry.FragmentList<T>[]ContributionFragmentRegistry. getFragments()Deprecated.Get an array of all contribution fragmentsprotected ContributionFragmentRegistry.FragmentList<T>ContributionFragmentRegistry. removeFragment(String id, T contrib, boolean useEqualsMethod)Deprecated.
-