Uses of Interface
de.espirit.firstspirit.storage.Revision

Packages that use Revision
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.storage   
 

Uses of Revision in de.espirit.firstspirit.access
 

Methods in de.espirit.firstspirit.access that return Revision
 Revision UserService.getRevision()
           
 

Methods in de.espirit.firstspirit.access with parameters of type Revision
static ServerActionHandle<? extends RevertProgress,Boolean> AccessUtil.revert(IDProvider element, Revision revision, boolean recursive, EnumSet<IDProvider.RevertType> ignoreRevertTypes, boolean ignoreMissingReferencedObjects, boolean checkOnlyMode)
           
 

Uses of Revision in de.espirit.firstspirit.access.project
 

Methods in de.espirit.firstspirit.access.project that return Revision
 Revision Project.createTaggedRevision(String tag, String comment)
          Deprecated. since 4.2.400 - use Project.createTag(String, String, java.util.Map)
 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 revisionId
 

Methods in de.espirit.firstspirit.access.project that return types with arguments of type Revision
 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)
 

Methods in de.espirit.firstspirit.access.project with parameters of type Revision
 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 point in time.
 

Method parameters in de.espirit.firstspirit.access.project with type arguments of type Revision
 List<Revision> Project.getRevisions(Revision from, Revision to, int maxCount, Filter<Revision> filter)
          Returns a list of revisions in descending order.
 

Uses of Revision in de.espirit.firstspirit.access.store
 

Methods in de.espirit.firstspirit.access.store that return Revision
 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()
           
 

Methods in de.espirit.firstspirit.access.store with parameters of type Revision
 IDProvider IDProvider.clone(Revision revision, IDProvider parent)
          Deprecated. since 4.1.10 - use AccessUtil.copyStoreElement(StoreElement, StoreElement) to copy an element
 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.
 

Uses of Revision in de.espirit.firstspirit.access.store.contentstore
 

Methods in de.espirit.firstspirit.access.store.contentstore with parameters of type Revision
 Dataset DatasetProvider.getDataset(Entity entity, 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 Revision
 Revision File.getFileRevision()
          Return file content revision or null if no content exits.
 Revision PictureResolution.getPictureRevision()
          Get revision for picture data.
 Revision MediaMetaData.getRevision()
           
 

Constructors in de.espirit.firstspirit.access.store.mediastore with parameters of type Revision
MediaMetaData(int height, int width, long size, String extension, Revision revision, long crc)
           
 

Uses of Revision in de.espirit.firstspirit.storage
 

Fields in de.espirit.firstspirit.storage with type parameters of type Revision
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
 

Methods in de.espirit.firstspirit.storage that return Revision
 Revision Tag.getRevision()
          Returns the tagged revision.
 

Methods in de.espirit.firstspirit.storage that return types with arguments of type Revision
 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.
 

Methods in de.espirit.firstspirit.storage with parameters of type Revision
 List<Revision> HistoryProvider.RevisionProvider.getElements(Revision first, Revision last, int max, Filter<Revision> filter)
           
 

Method parameters in de.espirit.firstspirit.storage with type arguments of type Revision
 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 © 2012 e-Spirit AG. All Rights Reserved. Build 4.2.480