Package org.alfresco.repo.version
Interface VersionServicePolicies.CalculateVersionLabelPolicy
-
- All Superinterfaces:
ClassPolicy,Policy
- All Known Implementing Classes:
SerialVersionLabelPolicy
- Enclosing interface:
- VersionServicePolicies
@AlfrescoPublicApi public static interface VersionServicePolicies.CalculateVersionLabelPolicy extends ClassPolicy
Calculate version lable policy interface
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.alfresco.repo.policy.Policy
Policy.Arg
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringcalculateVersionLabel(QName classRef, Version preceedingVersion, int versionNumber, Map<String,Serializable> verisonProperties)
-