Uses of Enum Class
org.nuxeo.ecm.core.api.VersioningOption
Packages that use VersioningOption
Package
Description
Event Service implementation.
-
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 VersioningOptionModifier and TypeFieldDescriptionstatic final Map<String, VersioningOption> CheckInDocument.optionsMethods in org.nuxeo.ecm.automation.core.operations.document that return VersioningOptionModifier and TypeMethodDescriptionprotected VersioningOptionCheckInDocument.getVersioningOption() -
Uses of VersioningOption in org.nuxeo.ecm.core.api
Methods in org.nuxeo.ecm.core.api that return VersioningOptionModifier and TypeMethodDescriptionstatic VersioningOptionReturns the enum constant of this class with the specified name.static VersioningOption[]VersioningOption.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.nuxeo.ecm.core.api with parameters of type VersioningOptionModifier and TypeMethodDescriptionAbstractSession.checkIn(DocumentRef docRef, VersioningOption option, String checkinComment) CoreSession.checkIn(DocumentRef docRef, VersioningOption option, String checkinComment) Checks in a modified document, creating a new version.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 VersioningOptionModifier and TypeMethodDescriptionDocumentModelImpl.checkIn(VersioningOption option, String description) 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 VersioningOptionModifier and TypeMethodDescriptionVersioningService.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 VersioningOptionModifier and TypeMethodDescriptionVersioningService.getSaveOptions(DocumentModel doc) Checks what options are available on a document at save time.Methods in org.nuxeo.ecm.core.api.versioning with parameters of type VersioningOptionModifier and TypeMethodDescriptionVersioningService.doCheckIn(Document doc, VersioningOption option, String checkinComment) Applies version increment option and does a checkin.VersioningService.doPostSave(CoreSession session, Document doc, VersioningOption option, String checkinComment, Map<String, Serializable> options) Applies versioning options after document save.VersioningService.doPreSave(CoreSession session, Document doc, boolean isDirty, VersioningOption option, String checkinComment, Map<String, Serializable> options) Applies versioning options before document save.booleanVersioningService.isPostSaveDoingCheckIn(Document doc, VersioningOption option, Map<String, Serializable> options) Checks ifVersioningService.doPostSave(org.nuxeo.ecm.core.api.CoreSession, org.nuxeo.ecm.core.model.Document, org.nuxeo.ecm.core.api.VersioningOption, java.lang.String, java.util.Map<java.lang.String, java.io.Serializable>)will do a checkin when called with the same arguments.booleanVersioningService.isPreSaveDoingCheckOut(Document doc, boolean isDirty, VersioningOption option, Map<String, Serializable> options) Checks ifVersioningService.doPreSave(org.nuxeo.ecm.core.api.CoreSession, org.nuxeo.ecm.core.model.Document, boolean, org.nuxeo.ecm.core.api.VersioningOption, java.lang.String, java.util.Map<java.lang.String, java.io.Serializable>)will do a checkout when called with the same arguments. -
Uses of VersioningOption in org.nuxeo.ecm.core.event.impl
Methods in org.nuxeo.ecm.core.event.impl with parameters of type VersioningOptionModifier and TypeMethodDescriptionShallowDocumentModel.checkIn(VersioningOption option, String checkinComment) -
Uses of VersioningOption in org.nuxeo.ecm.core.rest
Methods in org.nuxeo.ecm.core.rest with parameters of type VersioningOptionModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseFileService.doPost(jakarta.ws.rs.core.MultivaluedMap<String, String> formParams, String xpath, VersioningOption versioningOption, Blob blob) jakarta.ws.rs.core.ResponseDocumentObject.doPut(VersioningOption versioningOption, jakarta.ws.rs.core.MultivaluedMap<String, String> formParams) jakarta.ws.rs.core.ResponseDocumentObject.getPut(VersioningOption versioningOption, jakarta.ws.rs.core.MultivaluedMap<String, String> formParams) static DocumentModelDocumentHelper.updateDocument(CoreSession session, DocumentModel doc, jakarta.ws.rs.core.MultivaluedMap<String, String> formParams, VersioningOption versioningOption) -
Uses of VersioningOption in org.nuxeo.ecm.core.versioning
Fields in org.nuxeo.ecm.core.versioning declared as VersioningOptionModifier and TypeFieldDescriptionprotected VersioningOptionVersioningPolicyDescriptor.incrementprotected VersioningOptionVersioningRestrictionOptionsDescriptor.OptionDescriptor.optionMethods in org.nuxeo.ecm.core.versioning that return VersioningOptionModifier and TypeMethodDescriptionStandardVersioningService.doPreSave(CoreSession session, Document doc, boolean isDirty, VersioningOption option, String checkinComment, Map<String, Serializable> options) VersioningComponent.doPreSave(CoreSession session, Document doc, boolean isDirty, VersioningOption option, String checkinComment, Map<String, Serializable> options) VersioningPolicyDescriptor.getIncrement()protected VersioningOptionStandardVersioningService.validateOption(Document doc, VersioningOption option) Methods in org.nuxeo.ecm.core.versioning that return types with arguments of type VersioningOptionModifier and TypeMethodDescriptionprotected List<VersioningOption> StandardVersioningService.computeRestrictionOptions(String lifeCycleState, String type) VersioningRestrictionOptionsDescriptor.getOptions()protected List<VersioningOption> StandardVersioningService.getSaveOptions(boolean versionable, String lifeCycleState, String type) StandardVersioningService.getSaveOptions(DocumentModel docModel) protected List<VersioningOption> StandardVersioningService.getSaveOptions(Document doc) VersioningComponent.getSaveOptions(DocumentModel docModel) Methods in org.nuxeo.ecm.core.versioning with parameters of type VersioningOptionModifier and TypeMethodDescriptionStandardVersioningService.doCheckIn(Document doc, VersioningOption option, String checkinComment) VersioningComponent.doCheckIn(Document doc, VersioningOption option, String checkinComment) StandardVersioningService.doPostSave(CoreSession session, Document doc, VersioningOption option, String checkinComment, Map<String, Serializable> options) VersioningComponent.doPostSave(CoreSession session, Document doc, VersioningOption option, String checkinComment, Map<String, Serializable> options) StandardVersioningService.doPreSave(CoreSession session, Document doc, boolean isDirty, VersioningOption option, String checkinComment, Map<String, Serializable> options) VersioningComponent.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) 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.versioning.api
Methods in org.nuxeo.ecm.platform.versioning.api that return VersioningOptionMethods in org.nuxeo.ecm.platform.versioning.api with parameters of type VersioningOptionModifier and TypeMethodDescriptionstatic VersioningActionsVersioningActions.getByVersioningOption(VersioningOption vo) Returns the corresponding core versioning option for this UI versioning action. -
Uses of VersioningOption in org.nuxeo.ecm.restapi.server.blob
Methods in org.nuxeo.ecm.restapi.server.blob with parameters of type VersioningOptionModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseBlobObject.doPut(Blob blob, VersioningOption versioningOption) -
Uses of VersioningOption in org.nuxeo.snapshot
Methods in org.nuxeo.snapshot with parameters of type VersioningOptionModifier and TypeMethodDescriptionprotected DocumentRefSnapshotableAdapter.createLeafVersion(DocumentModel targetDoc, VersioningOption option) protected DocumentModelSnapshotableAdapter.createLeafVersionAndFetch(VersioningOption option) Snapshotable.createSnapshot(VersioningOption option) SnapshotableAdapter.createSnapshot(VersioningOption option)