Package org.nuxeo.ecm.core.versioning
Class VersioningComponent.VersioningPolicyRegistry
java.lang.Object
org.nuxeo.runtime.model.ContributionFragmentRegistry<T>
org.nuxeo.runtime.model.SimpleContributionRegistry<VersioningPolicyDescriptor>
org.nuxeo.ecm.core.versioning.VersioningComponent.VersioningPolicyRegistry
- Enclosing class:
- VersioningComponent
protected static class VersioningComponent.VersioningPolicyRegistry
extends SimpleContributionRegistry<VersioningPolicyDescriptor>
-
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
-
Method Summary
Modifier and TypeMethodDescriptionReturns the contribution ID given the contribution objectMethods inherited from class org.nuxeo.runtime.model.SimpleContributionRegistry
clone, contributionRemoved, contributionUpdated, getCurrentContribution, isSupportingMerge, merge
Methods inherited from class org.nuxeo.runtime.model.ContributionFragmentRegistry
addContribution, addFragment, getContribution, getFragments, removeContribution, removeContribution, removeFragment, toMap
-
Constructor Details
-
VersioningPolicyRegistry
protected VersioningPolicyRegistry()
-
-
Method Details
-
getContributionId
Description copied from class:ContributionFragmentRegistry
Returns the contribution ID given the contribution object- Specified by:
getContributionId
in classContributionFragmentRegistry<VersioningPolicyDescriptor>
-
getVersioningPolicyDescriptors
-