protected static class NuxeoCmisServiceFactoryManager.NuxeoCmisServiceFactoryDescriptorRegistry extends SimpleContributionRegistry<NuxeoCmisServiceFactoryDescriptor>
ContributionFragmentRegistry.Fragment<T>, ContributionFragmentRegistry.FragmentList<T>currentContribscontribs| Modifier | Constructor and Description |
|---|---|
protected |
NuxeoCmisServiceFactoryDescriptorRegistry() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
NuxeoCmisServiceFactoryDescriptor |
clone(NuxeoCmisServiceFactoryDescriptor orig)
CLone the given contribution object
|
String |
getContributionId(NuxeoCmisServiceFactoryDescriptor contrib)
Returns the contribution ID given the contribution object
|
NuxeoCmisServiceFactoryDescriptor |
getNuxeoCmisServiceFactoryDescriptor() |
boolean |
isSupportingMerge()
Returns true if merge is supported.
|
void |
merge(NuxeoCmisServiceFactoryDescriptor src,
NuxeoCmisServiceFactoryDescriptor dst)
Merge 'src' into 'dst'.
|
contributionRemoved, contributionUpdated, getCurrentContributionaddContribution, addFragment, getContribution, getFragments, removeContribution, removeContribution, removeFragment, toMapprotected NuxeoCmisServiceFactoryDescriptorRegistry()
public String getContributionId(NuxeoCmisServiceFactoryDescriptor contrib)
ContributionFragmentRegistrygetContributionId in class ContributionFragmentRegistry<NuxeoCmisServiceFactoryDescriptor>public NuxeoCmisServiceFactoryDescriptor clone(NuxeoCmisServiceFactoryDescriptor orig)
ContributionFragmentRegistryclone in class SimpleContributionRegistry<NuxeoCmisServiceFactoryDescriptor>public void merge(NuxeoCmisServiceFactoryDescriptor src, NuxeoCmisServiceFactoryDescriptor dst)
ContributionFragmentRegistrymerge in class SimpleContributionRegistry<NuxeoCmisServiceFactoryDescriptor>src - the object to copy over the 'dst' objectdst - this object is modifiedpublic boolean isSupportingMerge()
ContributionFragmentRegistry
Hook method to be overridden if merge logics behind Object.clone() and ContributionFragmentRegistry.merge(Object, Object) cannot be
implemented.
isSupportingMerge in class SimpleContributionRegistry<NuxeoCmisServiceFactoryDescriptor>public void clear()
public NuxeoCmisServiceFactoryDescriptor getNuxeoCmisServiceFactoryDescriptor()
Copyright © 2018 Nuxeo. All rights reserved.