Uses of Class
org.nuxeo.ecm.core.api.VersioningOption
-
-
Uses of VersioningOption in org.nuxeo.drive.service
Methods in org.nuxeo.drive.service that return VersioningOption Modifier and Type Method Description VersioningOption
VersioningFileSystemItemFactory. getVersioningOption()
Deprecated.since 9.1 versioning policy is now handled at versioning service level, as versioning is removed at drive level, this method is not used anymoreMethods in org.nuxeo.drive.service with parameters of type VersioningOption Modifier and Type Method Description void
VersioningFileSystemItemFactory. setVersioningOption(VersioningOption versioningOption)
Deprecated.since 9.1 versioning policy is now handled at versioning service level, as versioning is removed at drive level, this method is not used anymore -
Uses of VersioningOption in org.nuxeo.drive.service.impl
Fields in org.nuxeo.drive.service.impl declared as VersioningOption Modifier and Type Field Description protected VersioningOption
DefaultFileSystemItemFactory. versioningOption
Deprecated.since 9.1 automatic versioning is directly done by versioning system which holds the policiesMethods in org.nuxeo.drive.service.impl that return VersioningOption Modifier and Type Method Description VersioningOption
DefaultFileSystemItemFactory. getVersioningOption()
Deprecated.since 9.1 automatic versioning is directly done by versioning system which holds the policiesMethods in org.nuxeo.drive.service.impl with parameters of type VersioningOption Modifier and Type Method Description void
DefaultFileSystemItemFactory. setVersioningOption(VersioningOption versioningOption)
Deprecated.since 9.1 automatic versioning is directly done by versioning system which holds the policies -
Uses of VersioningOption in org.nuxeo.ecm.automation.core.operations.document
Fields in org.nuxeo.ecm.automation.core.operations.document with type parameters of type VersioningOption Modifier and Type Field Description static Map<String,VersioningOption>
CheckInDocument. options
Methods in org.nuxeo.ecm.automation.core.operations.document that return VersioningOption Modifier and Type Method Description protected VersioningOption
CheckInDocument. getVersioningOption()
-
Uses of VersioningOption in org.nuxeo.ecm.core.api
Methods in org.nuxeo.ecm.core.api that return VersioningOption Modifier and Type Method Description static VersioningOption
VersioningOption. valueOf(String name)
Returns the enum constant of this type with the specified name.static VersioningOption[]
VersioningOption. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.nuxeo.ecm.core.api with parameters of type VersioningOption Modifier and Type Method Description DocumentRef
AbstractSession. checkIn(DocumentRef docRef, VersioningOption option, String checkinComment)
DocumentRef
CoreSession. checkIn(DocumentRef docRef, VersioningOption option, String checkinComment)
Checks in a modified document, creating a new version.DocumentRef
DocumentModel. checkIn(VersioningOption option, String checkinComment)
Checks in a document and returns the created version. -
Uses of VersioningOption in org.nuxeo.ecm.core.api.impl
Methods in org.nuxeo.ecm.core.api.impl with parameters of type VersioningOption Modifier and Type Method Description DocumentRef
DocumentModelImpl. checkIn(VersioningOption option, String description)
DocumentRef
SimpleDocumentModel. checkIn(VersioningOption option, String description)
-
Uses of VersioningOption in org.nuxeo.ecm.core.api.versioning
Methods in org.nuxeo.ecm.core.api.versioning that return VersioningOption Modifier and Type Method Description VersioningOption
VersioningService. doPreSave(CoreSession session, Document doc, boolean isDirty, VersioningOption option, String checkinComment, Map<String,Serializable> options)
Applies versioning options before document save.Methods in org.nuxeo.ecm.core.api.versioning that return types with arguments of type VersioningOption Modifier and Type Method Description List<VersioningOption>
VersioningService. getSaveOptions(DocumentModel doc)
Checks what options are available on a document at save time. -
Uses of VersioningOption in org.nuxeo.ecm.core.event.impl
Methods in org.nuxeo.ecm.core.event.impl with parameters of type VersioningOption Modifier and Type Method Description DocumentRef
ShallowDocumentModel. checkIn(VersioningOption option, String checkinComment)
-
Uses of VersioningOption in org.nuxeo.ecm.core.versioning
Fields in org.nuxeo.ecm.core.versioning declared as VersioningOption Modifier and Type Field Description protected VersioningOption
VersioningPolicyDescriptor. increment
protected VersioningOption
VersioningRestrictionOptionsDescriptor.OptionDescriptor. option
Methods in org.nuxeo.ecm.core.versioning that return VersioningOption Modifier and Type Method Description VersioningOption
CompatVersioningService. doPreSave(CoreSession session, Document doc, boolean isDirty, VersioningOption option, String checkinComment, Map<String,Serializable> options)
Deprecated.VersioningOption
StandardVersioningService. doPreSave(CoreSession session, Document doc, boolean isDirty, VersioningOption option, String checkinComment, Map<String,Serializable> options)
VersioningOption
VersioningComponent. doPreSave(CoreSession session, Document doc, boolean isDirty, VersioningOption option, String checkinComment, Map<String,Serializable> options)
VersioningOption
VersioningPolicyDescriptor. getIncrement()
protected VersioningOption
StandardVersioningService. validateOption(Document doc, VersioningOption option)
Methods in org.nuxeo.ecm.core.versioning that return types with arguments of type VersioningOption Modifier and Type Method Description protected List<VersioningOption>
StandardVersioningService. computeRestrictionOptions(String lifeCycleState, String type)
List<VersioningOption>
VersioningRestrictionOptionsDescriptor. getOptions()
protected List<VersioningOption>
StandardVersioningService. getSaveOptions(boolean versionable, String lifeCycleState, String type)
List<VersioningOption>
StandardVersioningService. getSaveOptions(DocumentModel docModel)
protected List<VersioningOption>
StandardVersioningService. getSaveOptions(Document doc)
List<VersioningOption>
VersioningComponent. getSaveOptions(DocumentModel docModel)
List<VersioningOption>
SaveOptionsDescriptor. getVersioningOptionList()
Deprecated.Methods in org.nuxeo.ecm.core.versioning with parameters of type VersioningOption Modifier and Type Method Description Document
CompatVersioningService. doCheckIn(Document doc, VersioningOption option, String checkinComment)
Deprecated.Document
StandardVersioningService. doCheckIn(Document doc, VersioningOption option, String checkinComment)
Document
VersioningComponent. doCheckIn(Document doc, VersioningOption option, String checkinComment)
Document
CompatVersioningService. doPostSave(CoreSession session, Document doc, VersioningOption option, String checkinComment, Map<String,Serializable> options)
Deprecated.Document
StandardVersioningService. doPostSave(CoreSession session, Document doc, VersioningOption option, String checkinComment, Map<String,Serializable> options)
Document
VersioningComponent. doPostSave(CoreSession session, Document doc, VersioningOption option, String checkinComment, Map<String,Serializable> options)
VersioningOption
CompatVersioningService. doPreSave(CoreSession session, Document doc, boolean isDirty, VersioningOption option, String checkinComment, Map<String,Serializable> options)
Deprecated.VersioningOption
StandardVersioningService. doPreSave(CoreSession session, Document doc, boolean isDirty, VersioningOption option, String checkinComment, Map<String,Serializable> options)
VersioningOption
VersioningComponent. doPreSave(CoreSession session, Document doc, boolean isDirty, VersioningOption option, String checkinComment, Map<String,Serializable> options)
protected void
StandardVersioningService. incrementByOption(Document doc, VersioningOption option)
boolean
StandardVersioningService. isPostSaveDoingCheckIn(Document doc, VersioningOption option, Map<String,Serializable> options)
boolean
VersioningComponent. isPostSaveDoingCheckIn(Document doc, VersioningOption option, Map<String,Serializable> options)
boolean
CompatVersioningService. isPreSaveDoingCheckOut(Document doc, boolean isDirty, VersioningOption option, Map<String,Serializable> options)
Deprecated.boolean
StandardVersioningService. isPreSaveDoingCheckOut(Document doc, boolean isDirty, VersioningOption option, Map<String,Serializable> options)
boolean
VersioningComponent. isPreSaveDoingCheckOut(Document doc, boolean isDirty, VersioningOption option, Map<String,Serializable> options)
protected VersioningOption
StandardVersioningService. validateOption(Document doc, VersioningOption option)
-
Uses of VersioningOption in org.nuxeo.ecm.platform.filemanager.api
Methods in org.nuxeo.ecm.platform.filemanager.api that return VersioningOption Modifier and Type Method Description VersioningOption
FileManager. getVersioningOption()
Deprecated.since 9.1 automatic versioning is now handled at versioning service level, remove versioning behaviors from importers -
Uses of VersioningOption in org.nuxeo.ecm.platform.filemanager.service
Fields in org.nuxeo.ecm.platform.filemanager.service declared as VersioningOption Modifier and Type Field Description static VersioningOption
FileManagerService. DEF_VERSIONING_OPTION
Methods in org.nuxeo.ecm.platform.filemanager.service that return VersioningOption Modifier and Type Method Description VersioningOption
FileManagerService. getVersioningOption()
Deprecated.since 9.1 automatic versioning is now handled at versioning service level, remove versioning behaviors from importers -
Uses of VersioningOption in org.nuxeo.ecm.platform.versioning.api
Methods in org.nuxeo.ecm.platform.versioning.api that return VersioningOption Modifier and Type Method Description VersioningOption
VersioningActions. getVersioningOption()
Methods in org.nuxeo.ecm.platform.versioning.api with parameters of type VersioningOption Modifier and Type Method Description static VersioningActions
VersioningActions. getByVersioningOption(VersioningOption vo)
Returns the corresponding core versioning option for this UI versioning action. -
Uses of VersioningOption in org.nuxeo.ecm.webengine.forms
Methods in org.nuxeo.ecm.webengine.forms that return VersioningOption Modifier and Type Method Description VersioningOption
FormData. getVersioningOption()
-
Uses of VersioningOption in org.nuxeo.snapshot
Methods in org.nuxeo.snapshot with parameters of type VersioningOption Modifier and Type Method Description protected DocumentRef
SnapshotableAdapter. createLeafVersion(DocumentModel targetDoc, VersioningOption option)
protected DocumentModel
SnapshotableAdapter. createLeafVersionAndFetch(VersioningOption option)
Snapshot
Snapshotable. createSnapshot(VersioningOption option)
Snapshot
SnapshotableAdapter. createSnapshot(VersioningOption option)
-