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 StringVersioningComponent.VersioningRestrictionRegistry. getContributionId(VersioningRestrictionDescriptor contrib)voidVersioningRestrictionDescriptor. merge(VersioningRestrictionDescriptor other)protected voidVersioningComponent. registerVersioningRestriction(VersioningRestrictionDescriptor contrib)protected voidVersioningComponent. unregisterVersioningRestriction(VersioningRestrictionDescriptor contrib)Method parameters in org.nuxeo.ecm.core.versioning with type arguments of type VersioningRestrictionDescriptor Modifier and Type Method Description voidExtendableVersioningService. setVersioningRestrictions(Map<String,VersioningRestrictionDescriptor> versioningRestrictions)Add versioning filtersvoidStandardVersioningService. setVersioningRestrictions(Map<String,VersioningRestrictionDescriptor> versioningRestrictions)
-