Uses of Interface
de.espirit.firstspirit.storage.Revision
Packages that use Revision
Package
Description
Provides interfaces to handle content transport features.
Attention
To use this functionality your license must have feature 'packagepool' licensed.
Attention
To use this functionality your license must have feature 'packagepool' licensed.
-
Uses of Revision in de.espirit.firstspirit.access
Methods in de.espirit.firstspirit.access that return RevisionModifier and TypeMethodDescription@Nullable RevisionUserService.getRevision()Get the revision of this userservice.Methods in de.espirit.firstspirit.access with parameters of type RevisionModifier and TypeMethodDescriptionstatic ServerActionHandle<? extends RevertProgress,Boolean> AccessUtil.revert(IDProvider element, Revision revision, boolean recursive, EnumSet<IDProvider.RevertType> ignoreRevertTypes, boolean ignoreMissingReferencedObjects, boolean checkOnlyMode) Reverts an element of typeIDProviderto a specific revision. -
Uses of Revision in de.espirit.firstspirit.access.project
Methods in de.espirit.firstspirit.access.project that return RevisionModifier and TypeMethodDescription@NotNull RevisionProject.getFirstCompleteRevision()Returns the first revision up to that the history is complete (i.e. has not been archived).@NotNull RevisionProject.getRevision(long revisionId) Returns the revision with the specified revision id.@NotNull RevisionProject.getRevision(Date revisionDate) Returns the latest revision with acreation timeless or equal to the time of the given revisionDateMethods in de.espirit.firstspirit.access.project that return types with arguments of type RevisionModifier and TypeMethodDescriptionProject.getRevisions(@NotNull Revision from, @NotNull Revision to, int maxCount, @Nullable Filter<Revision> filter) Returns a list of revisions in descending order.Methods in de.espirit.firstspirit.access.project with parameters of type RevisionModifier and TypeMethodDescription@NotNull TagProject.createTag(@NotNull Revision revision, @NotNull String tag, @Nullable String comment, @Nullable Map<String, String> properties) Create a tag for a existing revision.Project.getRevisions(@NotNull Revision from, @NotNull Revision to, int maxCount, @Nullable Filter<Revision> filter) Returns a list of revisions in descending order.Returns list of tags descending in revision order.@NotNull UserServiceProject.getUserService(@NotNull Revision revision) Returns a readonly userservice with frozen store data at the specified revision.
If the revision is beforeProject.getFirstCompleteRevision()the returned user service may behave unexpectedly.Method parameters in de.espirit.firstspirit.access.project with type arguments of type Revision -
Uses of Revision in de.espirit.firstspirit.access.store
Methods in de.espirit.firstspirit.access.store that return RevisionModifier and TypeMethodDescriptionStore.getMaxRevision()If the store is not based on current version: the revision on which the store is based.@Nullable RevisionIDProvider.getReleaseRevision()@Nullable RevisionIDProvider.getReleaseRevision(@NotNull Language language) Get the first released revision for this element marked valid for the given language.ElementInfo.getRevision()IDProvider.getRevision()Methods in de.espirit.firstspirit.access.store with parameters of type RevisionModifier and TypeMethodDescription@Nullable IDProviderIDProvider.getInRevision(@NotNull Revision revision) Get this element in the state of the given revision.voidIDProvider.revert(@NotNull Revision revision, boolean recursive, @NotNull EnumSet<IDProvider.RevertType> ignoreRevertTypes) Reverts this store element to the given FSRevision. -
Uses of Revision in de.espirit.firstspirit.access.store.contentstore
Methods in de.espirit.firstspirit.access.store.contentstore with parameters of type RevisionModifier and TypeMethodDescription@Nullable DatasetDatasetProvider.getDataset(@NotNull Entity entity, @NotNull Revision revision) Get a dataset for the given entity in a defined revision. -
Uses of Revision in de.espirit.firstspirit.access.store.mediastore
Methods in de.espirit.firstspirit.access.store.mediastore that return RevisionModifier and TypeMethodDescription@Nullable RevisionFile.getFileRevision()Return file content revision ornullif no content exits.PictureResolution.getPictureRevision()Get revision for picture data.MediaMetaData.getRevision()Get theRevisionthe media is currently in.Constructors in de.espirit.firstspirit.access.store.mediastore with parameters of type RevisionModifierConstructorDescriptionMediaMetaData(int height, int width, long size, String extension, Revision revision, long crc, MimeType mimeType) Construct a new media meta data instance.MediaMetaData(int height, int width, long size, String extension, Revision revision, long crc, MimeType mimeType, @Nullable String encoding) Construct a new media meta data instance. -
Uses of Revision in de.espirit.firstspirit.client.plugin.dataaccess.aspects
Methods in de.espirit.firstspirit.client.plugin.dataaccess.aspects with parameters of type RevisionModifier and TypeMethodDescriptionvoidRevisionConfigurable.setRevision(Revision revision) Sets the revision to be used for fetching data. -
Uses of Revision in de.espirit.firstspirit.client.plugin.timeline
Methods in de.espirit.firstspirit.client.plugin.timeline that return RevisionModifier and TypeMethodDescription@Nullable RevisionTimelineEntry.getRevision()Returns the associated revision of this timeline entry.Methods in de.espirit.firstspirit.client.plugin.timeline with parameters of type RevisionModifier and TypeMethodDescriptionstatic @NotNull TimelineEntryCreates aTimelineEntryassociated with the specified revision.@NotNull TimelineEntry.FactorySets the revision, the resultingTimelineEntryshould be associated with. -
Uses of Revision in de.espirit.firstspirit.event
Methods in de.espirit.firstspirit.event that return RevisionModifier and TypeMethodDescription@NotNull RevisionEventInfo.getEventRevision()Get theRevisionof this event.@NotNull RevisionRevisionEvent.getEventRevision()Get theRevisionof this event. -
Uses of Revision in de.espirit.firstspirit.feature
Methods in de.espirit.firstspirit.feature that return RevisionModifier and TypeMethodDescriptionFeatureDescriptor.getRevision()Returns the revision of the feature this descriptor belongs.Methods in de.espirit.firstspirit.feature with parameters of type RevisionModifier and TypeMethodDescriptionFeatureAgent.createFeature(String name, Revision revision, boolean release) Create a new feature with the given name.@NotNull FeatureAgent.FeatureBuilderFeatureAgent.FeatureBuilder.useRevision(@NotNull Revision revision) Set the revision the new feature descriptor should operate in. -
Uses of Revision in de.espirit.firstspirit.storage
Fields in de.espirit.firstspirit.storage with type parameters of type RevisionModifier and TypeFieldDescriptionRevisionFilter.CREATE_FILTERThis filter accepts all revisions withoperationsbelonging to create operations (CreateOperation,ContentOperationwithcreated entitiesRevisionFilter.DELETE_FILTERThis filter accepts all revisions withoperationsbelonging to delete operations (DeleteOperation,ContentOperationwithdeleted entitiesRevisionFilter.MODIFY_FILTERThis filter accepts all revisions withoperationsbelonging to modify operations (ModifyOperation,MoveOperation,ContentOperationwithdeleted entitiesRevisionFilter.RELEASE_FILTERThis filter accepts all revisions withoperationsbelonging to release operations (ReleaseOperation,ServerReleaseOperation,ContentOperationwithreleased entitiesMethods in de.espirit.firstspirit.storage that return RevisionMethods in de.espirit.firstspirit.storage that return types with arguments of type RevisionModifier and TypeMethodDescription@NotNull ElementProvider<Revision>HistoryProvider.asRevisionProvider()Return anElementProvider<Revision>on this HistoryProvider.RevisionFilter.createRevisionFilter(RevisionOperation.OperationType... operationTypes) Returns a filter which accepts all revisions with arevision operation typecontaining in given operationTypes.HistoryProvider.RevisionProvider.getElements(Revision first, Revision last, int max, Filter<Revision> filter) Provides all revisions within the defined range matching the given filter, but at most max entries.HistoryProvider.getHistory()Returns the revisions history of this storeelement, starting with the newest revision descending to the initial revision.HistoryProvider.getHistory(@NotNull Date before, @NotNull Date after, int maxCount, @Nullable Filter<Revision> filter) Returns a list of revisions of this store element in descending order.
All returned revisions are in the specified time range.Methods in de.espirit.firstspirit.storage with parameters of type RevisionModifier and TypeMethodDescriptionHistoryProvider.RevisionProvider.getElements(Revision first, Revision last, int max, Filter<Revision> filter) Provides all revisions within the defined range matching the given filter, but at most max entries.Method parameters in de.espirit.firstspirit.storage with type arguments of type RevisionModifier and TypeMethodDescriptionHistoryProvider.RevisionProvider.getElements(Revision first, Revision last, int max, Filter<Revision> filter) Provides all revisions within the defined range matching the given filter, but at most max entries.HistoryProvider.getHistory(@NotNull Date before, @NotNull Date after, int maxCount, @Nullable Filter<Revision> filter) Returns a list of revisions of this store element in descending order.
All returned revisions are in the specified time range. -
Uses of Revision in de.espirit.firstspirit.webedit.server
Methods in de.espirit.firstspirit.webedit.server with parameters of type RevisionModifier and TypeMethodDescription@NotNull ComparisonDialogOperationComparisonDialogOperation.baseRevision(@Nullable Revision revision) Configures the base revision for the comparison dialog, displayed on the right side of the dialog.@NotNull ComparisonDialogOperationComparisonDialogOperation.compareToRevision(@Nullable Revision revision) Configures the revision to compare the base revision to, displayed on the left side of the dialog.