Uses of Class
org.nuxeo.ecm.core.versioning.VersioningRestrictionDescriptor
-
Packages that use VersioningRestrictionDescriptor Package Description org.nuxeo.ecm.core.versioning -
-
Uses of VersioningRestrictionDescriptor in org.nuxeo.ecm.core.versioning
Methods in org.nuxeo.ecm.core.versioning that return types with arguments of type VersioningRestrictionDescriptor Modifier and Type Method Description Map<String,VersioningRestrictionDescriptor>
VersioningComponent.VersioningRestrictionRegistry. getVersioningRestrictionDescriptors()
protected Map<String,VersioningRestrictionDescriptor>
VersioningComponent. getVersioningRestrictions()
Methods in org.nuxeo.ecm.core.versioning with parameters of type VersioningRestrictionDescriptor Modifier and Type Method Description String
VersioningComponent.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 VersioningRestrictionDescriptor Modifier and Type Method Description void
ExtendableVersioningService. setVersioningRestrictions(Map<String,VersioningRestrictionDescriptor> versioningRestrictions)
Add versioning filtersvoid
StandardVersioningService. setVersioningRestrictions(Map<String,VersioningRestrictionDescriptor> versioningRestrictions)
-