Package | Description |
---|---|
de.espirit.firstspirit.access | |
de.espirit.firstspirit.access.project | |
de.espirit.firstspirit.access.store | |
de.espirit.firstspirit.access.store.contentstore | |
de.espirit.firstspirit.access.store.mediastore | |
de.espirit.firstspirit.client.plugin.dataaccess.aspects | |
de.espirit.firstspirit.client.plugin.timeline | |
de.espirit.firstspirit.feature |
Provides interfaces to handle content transport features.
|
de.espirit.firstspirit.storage | |
de.espirit.firstspirit.webedit.server |
Modifier and Type | Method and Description |
---|---|
Revision |
UserService.getRevision()
Get the revision of this userservice.
|
Modifier and Type | Method and Description |
---|---|
static ServerActionHandle<? extends RevertProgress,Boolean> |
AccessUtil.revert(IDProvider element,
Revision revision,
boolean recursive,
EnumSet<IDProvider.RevertType> ignoreRevertTypes,
boolean ignoreMissingReferencedObjects,
boolean checkOnlyMode)
Reverts an element of type
IDProvider to a specific revision. |
Modifier and Type | Method and Description |
---|---|
Revision |
Project.getFirstCompleteRevision()
Returns the first revision up to that the history is complete (i.e. has not been archived).
|
Revision |
Project.getRevision(Date revisionDate)
Returns the latest revision with a
creation time less or equal to the time of the given revisionDate |
Revision |
Project.getRevision(long revisionId)
Returns the revision with the specified revision id.
|
Modifier and Type | Method and Description |
---|---|
List<Revision> |
Project.getRevisions(Revision from,
Revision to,
int maxCount,
Filter<Revision> filter)
Returns a list of revisions in descending order.
|
Modifier and Type | Method and Description |
---|---|
Tag |
Project.createTag(Revision revision,
String tag,
String comment,
Map<String,String> properties)
Create a tag for a existing revision.
|
List<Revision> |
Project.getRevisions(Revision from,
Revision to,
int maxCount,
Filter<Revision> filter)
Returns a list of revisions in descending order.
|
List<Tag> |
Project.getTags(Revision revision,
int maxRevisionCount)
Returns list of tags descending in revision order.
|
UserService |
Project.getUserService(Revision revision)
Returns a readonly userservice with frozen store data at the specified revision.
|
Modifier and Type | Method and Description |
---|---|
List<Revision> |
Project.getRevisions(Revision from,
Revision to,
int maxCount,
Filter<Revision> filter)
Returns a list of revisions in descending order.
|
Modifier and Type | Method and Description |
---|---|
Revision |
Store.getMaxRevision()
If the store is not based on current version: the revision on which the store is based.
|
Revision |
IDProvider.getReleaseRevision() |
Revision |
ElementInfo.getRevision() |
Revision |
IDProvider.getRevision() |
Modifier and Type | Method and Description |
---|---|
IDProvider |
IDProvider.getInRevision(Revision revision)
Get this element in the state of the given revision.
|
void |
IDProvider.revert(Revision revision,
boolean recursive,
EnumSet<IDProvider.RevertType> ignoreRevertTypes)
Reverts this store element to the given FSRevision.
|
Modifier and Type | Method and Description |
---|---|
Dataset |
DatasetProvider.getDataset(Entity entity,
Revision revision)
Get a dataset for the given entity in a defined revision.
|
Modifier and Type | Method and Description |
---|---|
Revision |
File.getFileRevision()
Return file content revision or
null if no content exits. |
Revision |
PictureResolution.getPictureRevision()
Get revision for picture data.
|
Revision |
MediaMetaData.getRevision()
Get the
Revision the media is currently in. |
Constructor and Description |
---|
MediaMetaData(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,
String encoding)
Construct a new media meta data instance.
|
Modifier and Type | Method and Description |
---|---|
void |
RevisionConfigurable.setRevision(Revision revision)
Sets the revision to be used for fetching data.
|
Modifier and Type | Method and Description |
---|---|
Revision |
TimelineEntry.getRevision()
Returns the associated revision of this timeline entry.
|
Modifier and Type | Method and Description |
---|---|
static TimelineEntry |
TimelineEntry.Factory.create(Revision revision)
Creates a
TimelineEntry associated with the specified revision. |
TimelineEntry.Factory |
TimelineEntry.Factory.revision(Revision revision)
Sets the revision, the resulting
TimelineEntry should be associated with. |
Modifier and Type | Method and Description |
---|---|
Revision |
FeatureDescriptor.getRevision()
Returns the revision of the feature this descriptor belongs.
|
Modifier and Type | Method and Description |
---|---|
FeatureDescriptor |
FeatureAgent.createFeature(String name,
Revision revision,
boolean release)
Create a new feature with the given name.
|
FeatureAgent.FeatureBuilder |
FeatureAgent.FeatureBuilder.useRevision(Revision revision)
Set the revision the new feature descriptor should operate in.
|
Modifier and Type | Field and Description |
---|---|
static Filter<Revision> |
RevisionFilter.CREATE_FILTER
This filter accepts all revisions with
operations belonging to create operations
(CreateOperation , ContentOperation with created
entities |
static Filter<Revision> |
RevisionFilter.DELETE_FILTER
This filter accepts all revisions with
operations belonging to delete operations
(DeleteOperation , ContentOperation with deleted
entities |
static Filter<Revision> |
RevisionFilter.MODIFY_FILTER
This filter accepts all revisions with
operations belonging to modify operations
(ModifyOperation , MoveOperation , ContentOperation with deleted entities |
static Filter<Revision> |
RevisionFilter.RELEASE_FILTER
This filter accepts all revisions with
operations belonging to release operations
(ReleaseOperation , ServerReleaseOperation , ContentOperation with released entities |
Modifier and Type | Method and Description |
---|---|
Revision |
Tag.getRevision()
Returns the tagged revision.
|
Modifier and Type | Method and Description |
---|---|
ElementProvider<Revision> |
HistoryProvider.asRevisionProvider()
Return an
ElementProvider on this HistoryProvider. |
static Filter<Revision> |
RevisionFilter.createRevisionFilter(RevisionOperation.OperationType... operationTypes)
Returns a filter which accepts all revisions with a
revision operation type containing in
given operationTypes. |
List<Revision> |
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.
|
List<Revision> |
HistoryProvider.getHistory()
Returns the revisions history of this storeelement, starting with the newest revision descending to
the initial revision.
|
List<Revision> |
HistoryProvider.getHistory(Date before,
Date after,
int maxCount,
Filter<Revision> filter)
Returns a list of revisions of this store element in descending order.
|
Modifier and Type | Method and Description |
---|---|
List<Revision> |
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.
|
Modifier and Type | Method and Description |
---|---|
List<Revision> |
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.
|
List<Revision> |
HistoryProvider.getHistory(Date before,
Date after,
int maxCount,
Filter<Revision> filter)
Returns a list of revisions of this store element in descending order.
|
Modifier and Type | Method and Description |
---|---|
ComparisonDialogOperation |
ComparisonDialogOperation.baseRevision(Revision revision)
Configures the base revision for the comparison dialog, displayed on the right side of the dialog.
|
ComparisonDialogOperation |
ComparisonDialogOperation.compareToRevision(Revision revision)
Configures the revision to compare the base revision to, displayed on the left side of the dialog.
|
Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210