public class WidgetDefinitionRegistry extends SimpleContributionRegistry<WidgetDefinition>
ContributionFragmentRegistry.Fragment<T>, ContributionFragmentRegistry.FragmentList<T>
Modifier and Type | Field and Description |
---|---|
protected String |
category |
currentContribs
contribs
Constructor and Description |
---|
WidgetDefinitionRegistry(String category) |
Modifier and Type | Method and Description |
---|---|
void |
addContribution(WidgetDefinition contrib)
Add a new contribution.
|
String |
getCategory() |
String |
getContributionId(WidgetDefinition contrib)
Returns the contribution ID given the contribution object
|
WidgetDefinition |
getWidgetDefinition(String id) |
void |
removeContribution(WidgetDefinition contrib)
Overridden to use equals method when removing elements.
|
void |
removeContribution(WidgetDefinition contrib,
boolean useEqualsMethod)
Remove a contribution.
|
clone, contributionRemoved, contributionUpdated, getCurrentContribution, isSupportingMerge, merge
addFragment, getContribution, getFragments, removeFragment
public WidgetDefinitionRegistry(String category)
public String getCategory()
public String getContributionId(WidgetDefinition contrib)
ContributionFragmentRegistry
getContributionId
in class ContributionFragmentRegistry<WidgetDefinition>
public WidgetDefinition getWidgetDefinition(String id)
public void addContribution(WidgetDefinition contrib)
ContributionFragmentRegistry
addContribution
in class ContributionFragmentRegistry<WidgetDefinition>
public void removeContribution(WidgetDefinition contrib)
removeContribution
in class ContributionFragmentRegistry<WidgetDefinition>
ContributionFragmentRegistry.removeContribution(Object, boolean)
public void removeContribution(WidgetDefinition contrib, boolean useEqualsMethod)
ContributionFragmentRegistry
Equality can be controlled from here.
Contributions come from the runtime that keeps exact instances, so using equality usually makes it possible to remove the exact instance that was contributed by this component (without needing to reference the component name for instance). But when unit-testing, or when registrating contributions that do not come directly from the runtime, regirties need to use the equals method defined on each contribution.
removeContribution
in class ContributionFragmentRegistry<WidgetDefinition>
contrib
- the contrib to removeuseEqualsMethod
- a boolean stating that old contributions should be checked using the equals method instead
ofCopyright © 2015 Nuxeo SA. All rights reserved.