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 VersioningOptionVersioningFileSystemItemFactory. 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 voidVersioningFileSystemItemFactory. 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 VersioningOptionDefaultFileSystemItemFactory. versioningOptionDeprecated.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 VersioningOptionDefaultFileSystemItemFactory. 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 voidDefaultFileSystemItemFactory. 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. optionsMethods in org.nuxeo.ecm.automation.core.operations.document that return VersioningOption Modifier and Type Method Description protected VersioningOptionCheckInDocument. 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 VersioningOptionVersioningOption. 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 DocumentRefAbstractSession. checkIn(DocumentRef docRef, VersioningOption option, String checkinComment)DocumentRefCoreSession. checkIn(DocumentRef docRef, VersioningOption option, String checkinComment)Checks in a modified document, creating a new version.DocumentRefDocumentModel. 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 DocumentRefDocumentModelImpl. checkIn(VersioningOption option, String description)DocumentRefSimpleDocumentModel. 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 VersioningOptionVersioningService. 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 DocumentRefShallowDocumentModel. 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 VersioningOptionVersioningPolicyDescriptor. incrementprotected VersioningOptionVersioningRestrictionOptionsDescriptor.OptionDescriptor. optionMethods in org.nuxeo.ecm.core.versioning that return VersioningOption Modifier and Type Method Description VersioningOptionCompatVersioningService. doPreSave(CoreSession session, Document doc, boolean isDirty, VersioningOption option, String checkinComment, Map<String,Serializable> options)Deprecated.VersioningOptionStandardVersioningService. doPreSave(CoreSession session, Document doc, boolean isDirty, VersioningOption option, String checkinComment, Map<String,Serializable> options)VersioningOptionVersioningComponent. doPreSave(CoreSession session, Document doc, boolean isDirty, VersioningOption option, String checkinComment, Map<String,Serializable> options)VersioningOptionVersioningPolicyDescriptor. getIncrement()protected VersioningOptionStandardVersioningService. 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 DocumentCompatVersioningService. doCheckIn(Document doc, VersioningOption option, String checkinComment)Deprecated.DocumentStandardVersioningService. doCheckIn(Document doc, VersioningOption option, String checkinComment)DocumentVersioningComponent. doCheckIn(Document doc, VersioningOption option, String checkinComment)DocumentCompatVersioningService. doPostSave(CoreSession session, Document doc, VersioningOption option, String checkinComment, Map<String,Serializable> options)Deprecated.DocumentStandardVersioningService. doPostSave(CoreSession session, Document doc, VersioningOption option, String checkinComment, Map<String,Serializable> options)DocumentVersioningComponent. doPostSave(CoreSession session, Document doc, VersioningOption option, String checkinComment, Map<String,Serializable> options)VersioningOptionCompatVersioningService. doPreSave(CoreSession session, Document doc, boolean isDirty, VersioningOption option, String checkinComment, Map<String,Serializable> options)Deprecated.VersioningOptionStandardVersioningService. doPreSave(CoreSession session, Document doc, boolean isDirty, VersioningOption option, String checkinComment, Map<String,Serializable> options)VersioningOptionVersioningComponent. doPreSave(CoreSession session, Document doc, boolean isDirty, VersioningOption option, String checkinComment, Map<String,Serializable> options)protected voidStandardVersioningService. incrementByOption(Document doc, VersioningOption option)booleanStandardVersioningService. isPostSaveDoingCheckIn(Document doc, VersioningOption option, Map<String,Serializable> options)booleanVersioningComponent. isPostSaveDoingCheckIn(Document doc, VersioningOption option, Map<String,Serializable> options)booleanCompatVersioningService. isPreSaveDoingCheckOut(Document doc, boolean isDirty, VersioningOption option, Map<String,Serializable> options)Deprecated.booleanStandardVersioningService. isPreSaveDoingCheckOut(Document doc, boolean isDirty, VersioningOption option, Map<String,Serializable> options)booleanVersioningComponent. isPreSaveDoingCheckOut(Document doc, boolean isDirty, VersioningOption option, Map<String,Serializable> options)protected VersioningOptionStandardVersioningService. 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 VersioningOptionFileManager. 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 VersioningOptionFileManagerService. DEF_VERSIONING_OPTIONMethods in org.nuxeo.ecm.platform.filemanager.service that return VersioningOption Modifier and Type Method Description VersioningOptionFileManagerService. 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 VersioningOptionVersioningActions. getVersioningOption()Methods in org.nuxeo.ecm.platform.versioning.api with parameters of type VersioningOption Modifier and Type Method Description static VersioningActionsVersioningActions. 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 VersioningOptionFormData. getVersioningOption() -
Uses of VersioningOption in org.nuxeo.snapshot
Methods in org.nuxeo.snapshot with parameters of type VersioningOption Modifier and Type Method Description protected DocumentRefSnapshotableAdapter. createLeafVersion(DocumentModel targetDoc, VersioningOption option)protected DocumentModelSnapshotableAdapter. createLeafVersionAndFetch(VersioningOption option)SnapshotSnapshotable. createSnapshot(VersioningOption option)SnapshotSnapshotableAdapter. createSnapshot(VersioningOption option)
-