Uses of Class
org.nuxeo.ecm.core.versioning.VersioningRestrictionDescriptor
Packages that use VersioningRestrictionDescriptor
-
Uses of VersioningRestrictionDescriptor in org.nuxeo.ecm.core.versioning
Methods in org.nuxeo.ecm.core.versioning that return types with arguments of type VersioningRestrictionDescriptorModifier and TypeMethodDescriptionVersioningComponent.VersioningRestrictionRegistry.getVersioningRestrictionDescriptors()
protected Map<String,
VersioningRestrictionDescriptor> VersioningComponent.getVersioningRestrictions()
Methods in org.nuxeo.ecm.core.versioning with parameters of type VersioningRestrictionDescriptorModifier and TypeMethodDescriptionVersioningComponent.VersioningRestrictionRegistry.getContributionId
(VersioningRestrictionDescriptor contrib) void
VersioningRestrictionDescriptor.merge
(VersioningRestrictionDescriptor other) protected void
VersioningComponent.registerVersioningRestriction
(VersioningRestrictionDescriptor contrib) protected void
VersioningComponent.unregisterVersioningRestriction
(VersioningRestrictionDescriptor contrib) Method parameters in org.nuxeo.ecm.core.versioning with type arguments of type VersioningRestrictionDescriptorModifier and TypeMethodDescriptionvoid
ExtendableVersioningService.setVersioningRestrictions
(Map<String, VersioningRestrictionDescriptor> versioningRestrictions) Add versioning filtersvoid
StandardVersioningService.setVersioningRestrictions
(Map<String, VersioningRestrictionDescriptor> versioningRestrictions)