Class NuxeoCmisServiceFactoryManager.NuxeoCmisServiceFactoryDescriptorRegistry
- java.lang.Object
-
- org.nuxeo.runtime.model.ContributionFragmentRegistry<T>
-
- org.nuxeo.runtime.model.SimpleContributionRegistry<NuxeoCmisServiceFactoryDescriptor>
-
- org.nuxeo.ecm.core.opencmis.bindings.NuxeoCmisServiceFactoryManager.NuxeoCmisServiceFactoryDescriptorRegistry
-
- Enclosing class:
- NuxeoCmisServiceFactoryManager
protected static class NuxeoCmisServiceFactoryManager.NuxeoCmisServiceFactoryDescriptorRegistry extends SimpleContributionRegistry<NuxeoCmisServiceFactoryDescriptor>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.nuxeo.runtime.model.ContributionFragmentRegistry
ContributionFragmentRegistry.Fragment<T>, ContributionFragmentRegistry.FragmentList<T>
-
-
Field Summary
-
Fields inherited from class org.nuxeo.runtime.model.SimpleContributionRegistry
currentContribs
-
Fields inherited from class org.nuxeo.runtime.model.ContributionFragmentRegistry
contribs
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedNuxeoCmisServiceFactoryDescriptorRegistry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()NuxeoCmisServiceFactoryDescriptorclone(NuxeoCmisServiceFactoryDescriptor orig)CLone the given contribution objectStringgetContributionId(NuxeoCmisServiceFactoryDescriptor contrib)Returns the contribution ID given the contribution objectNuxeoCmisServiceFactoryDescriptorgetNuxeoCmisServiceFactoryDescriptor()booleanisSupportingMerge()Returns true if merge is supported.voidmerge(NuxeoCmisServiceFactoryDescriptor src, NuxeoCmisServiceFactoryDescriptor dst)Merge 'src' into 'dst'.-
Methods inherited from class org.nuxeo.runtime.model.SimpleContributionRegistry
contributionRemoved, contributionUpdated, getCurrentContribution
-
Methods inherited from class org.nuxeo.runtime.model.ContributionFragmentRegistry
addContribution, addFragment, getContribution, getFragments, removeContribution, removeContribution, removeFragment, toMap
-
-
-
-
Constructor Detail
-
NuxeoCmisServiceFactoryDescriptorRegistry
protected NuxeoCmisServiceFactoryDescriptorRegistry()
-
-
Method Detail
-
getContributionId
public String getContributionId(NuxeoCmisServiceFactoryDescriptor contrib)
Description copied from class:ContributionFragmentRegistryReturns the contribution ID given the contribution object- Specified by:
getContributionIdin classContributionFragmentRegistry<NuxeoCmisServiceFactoryDescriptor>
-
clone
public NuxeoCmisServiceFactoryDescriptor clone(NuxeoCmisServiceFactoryDescriptor orig)
Description copied from class:ContributionFragmentRegistryCLone the given contribution object- Overrides:
clonein classSimpleContributionRegistry<NuxeoCmisServiceFactoryDescriptor>
-
merge
public void merge(NuxeoCmisServiceFactoryDescriptor src, NuxeoCmisServiceFactoryDescriptor dst)
Description copied from class:ContributionFragmentRegistryMerge 'src' into 'dst'. When merging only the 'dst' object is modified.- Overrides:
mergein classSimpleContributionRegistry<NuxeoCmisServiceFactoryDescriptor>- Parameters:
src- the object to copy over the 'dst' objectdst- this object is modified
-
isSupportingMerge
public boolean isSupportingMerge()
Description copied from class:ContributionFragmentRegistryReturns true if merge is supported.Hook method to be overridden if merge logics behind
Object.clone()andContributionFragmentRegistry.merge(Object, Object)cannot be implemented.- Overrides:
isSupportingMergein classSimpleContributionRegistry<NuxeoCmisServiceFactoryDescriptor>
-
clear
public void clear()
-
getNuxeoCmisServiceFactoryDescriptor
public NuxeoCmisServiceFactoryDescriptor getNuxeoCmisServiceFactoryDescriptor()
-
-