Package org.nuxeo.ecm.core.versioning
Class SaveOptionsDescriptor
- java.lang.Object
-
- org.nuxeo.ecm.core.versioning.SaveOptionsDescriptor
-
@Deprecated public class SaveOptionsDescriptor extends Object
Deprecated.since 9.1 use 'policy', 'filter' and 'restriction' contributions insteadDescriptor to contribute incrementation options.- Since:
- 5.4.2
- Author:
- Laurent Doguin
-
-
Field Summary
Fields Modifier and Type Field Description protected OptionDescriptor
major
Deprecated.protected OptionDescriptor
minor
Deprecated.protected OptionDescriptor
none
Deprecated.
-
Constructor Summary
Constructors Constructor Description SaveOptionsDescriptor()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getLifeCycleState()
Deprecated.List<VersioningOption>
getVersioningOptionList()
Deprecated.VersioningRestrictionOptionsDescriptor
toRestrictionOptions()
Deprecated.
-
-
-
Field Detail
-
none
protected OptionDescriptor none
Deprecated.
-
minor
protected OptionDescriptor minor
Deprecated.
-
major
protected OptionDescriptor major
Deprecated.
-
-
Method Detail
-
getLifeCycleState
public String getLifeCycleState()
Deprecated.
-
getVersioningOptionList
public List<VersioningOption> getVersioningOptionList()
Deprecated.
-
toRestrictionOptions
public VersioningRestrictionOptionsDescriptor toRestrictionOptions()
Deprecated.- Returns:
- the equivalent
VersioningRestrictionOptionsDescriptor
- Since:
- 9.1
-
-