Modifier and Type | Method and Description |
---|---|
Revision |
UserService.getRevision() |
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) |
Modifier and Type | Method and Description |
---|---|
Revision |
Project.createTaggedRevision(String tag,
String comment)
Deprecated.
since 4.2.400 - use
Project.createTag(String,String,java.util.Map) |
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.
|
Iterable<Pair<String,Revision>> |
Project.getTaggedRevisions()
Deprecated.
since 4.2.400 - use
Project.getTags(Revision,int) |
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 storeelement 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() |
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.
|
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) |
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) |
Modifier and Type | Method and Description |
---|---|
List<Revision> |
HistoryProvider.RevisionProvider.getElements(Revision first,
Revision last,
int max,
Filter<Revision> filter) |
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.
|
Copyright © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500