Uses of Class
com.day.cq.contentbus.VersionId

Packages that use VersionId
com.day.cq.contentbus   
com.day.cq.contentbus.observation   
com.day.cq.contentbus.service Provides the implementations for the basic contentbus services, indexing, message queueing, observation and search
 

Uses of VersionId in com.day.cq.contentbus
 

Fields in com.day.cq.contentbus declared as VersionId
static VersionId VersionId.HEAD
          Represents the HEAD version.
 

Methods in com.day.cq.contentbus that return VersionId
 VersionId Version.getId()
          Gets the VersionId of this version.
 VersionId Page.getVersionId()
          Returns the version id of this page.
 VersionId VersionSelector.select(Ticket ticket, String handle)
          Selects a version according to the given parameters.
 VersionId TagVersionSelector.select(Ticket ticket, String handle)
          Returns the id of the version which matches the specified tag. if no version can be found or if the page is has no content, the id of the HEAD version is returned.
 VersionId LockTagVersionSelector.select(Ticket ticket, String handle)
          Selects a version according to the given parameters.
 VersionId DateVersionSelector.select(Ticket ticket, String handle)
          Returns the id of the version which matches the specified date. if no version can be found or if the page is has no content, the id of the HEAD version is returned.
 

Methods in com.day.cq.contentbus with parameters of type VersionId
 void Ticket.deleteVersion(String handle, VersionId vid)
          Delete a version of a page.
 Page Ticket.getEffectivePage(String handle, VersionId version)
          Returns the effective page for the specified handle. this means that no symlinks are resolved in order to aquired the correct hierarchy node.
 Page Ticket.getPage(String handle, VersionId version)
          returns a page for the specified handle and version. if the versionid is null the HEAD version is returned.
 Version Ticket.getVersion(String handle, VersionId id)
          Returns a version for page with the specified versionid
 void Ticket.restoreVersion(String handle, VersionId vid)
          Restore a version of a page.
 void Ticket.tagVersion(String handle, VersionId vid, String name, String value)
          Tags a version with the given attribute name and value.
 

Constructors in com.day.cq.contentbus with parameters of type VersionId
NoSuchVersionException(UUID uuid, VersionId id)
          Class constructor that creates an exception with a given uuis and version id.
 

Uses of VersionId in com.day.cq.contentbus.observation
 

Fields in com.day.cq.contentbus.observation declared as VersionId
 VersionId PageModification.versionId
          The version of the page that this modification belongs to.
 

Methods in com.day.cq.contentbus.observation with parameters of type VersionId
static PageModification PageModification.modified(Ticket ticket, String handle, VersionId vid)
          Deprecated. as of gumbear, use PageModification.modified(Ticket, String, VersionId, Object) instead.
static PageModification PageModification.modified(Ticket ticket, String handle, VersionId vid, Object userObject)
          Create a new PageModification that represents a page modification.
static PageModification PageModification.pageRestored(Ticket ticket, String handle, VersionId vid, Object userObject)
          Create a new PageModification that represents a version created.
static PageModification PageModification.versionCreated(Ticket ticket, String handle, VersionId vid)
          Deprecated. as of gumbear, use PageModification.versionCreated(Ticket, String, VersionId, Object) instead.
static PageModification PageModification.versionCreated(Ticket ticket, String handle, VersionId vid, Object userObject)
          Create a new PageModification that represents a version created.
static PageModification PageModification.versionDeleted(Ticket ticket, String handle, UUID uuid, VersionId vid, Object userObject)
          Create a new PageModification that represents a version deleted.
 

Uses of VersionId in com.day.cq.contentbus.service
 

Methods in com.day.cq.contentbus.service with parameters of type VersionId
abstract  void ObservationService.pageModified(Ticket ticket, String handle, VersionId vid)
          Deprecated. as of gumbaer, use ObservationService.pageModified(com.day.cq.contentbus.Ticket, java.lang.String, com.day.cq.contentbus.VersionId, java.lang.Object) instead.
abstract  void ObservationService.pageModified(Ticket ticket, String handle, VersionId vid, int mask)
          Deprecated. as of gumbaer, use ObservationService.pageModified(com.day.cq.contentbus.Ticket, java.lang.String, com.day.cq.contentbus.VersionId, int, java.lang.Object) instead.
abstract  void ObservationService.pageModified(Ticket ticket, String handle, VersionId vid, int mask, Object userObject)
          Invoked whenever a page is modified.
abstract  void ObservationService.pageModified(Ticket ticket, String handle, VersionId vid, Object userObject)
          Invoked whenever a page is modified.
abstract  void ObservationService.pageRestored(Ticket ticket, String handle, VersionId vid, int mask, Object userObject)
          Invoked whenever a page is modified.
abstract  void ObservationService.pageRestored(Ticket ticket, String handle, VersionId vid, Object userObject)
          Invoked whenever a page is modified.
abstract  void ObservationService.versionCreated(Ticket ticket, String handle, VersionId vid)
          Deprecated. as of gumbaer, use ObservationService.versionCreated(com.day.cq.contentbus.Ticket, java.lang.String, com.day.cq.contentbus.VersionId, java.lang.Object) instead.
abstract  void ObservationService.versionCreated(Ticket ticket, String handle, VersionId vid, int mask)
          Deprecated. as of gumbaer, use ObservationService.versionCreated(com.day.cq.contentbus.Ticket, java.lang.String, com.day.cq.contentbus.VersionId, int, java.lang.Object) instead.
abstract  void ObservationService.versionCreated(Ticket ticket, String handle, VersionId vid, int mask, Object userObject)
          Invoked whenever a page is modified.
abstract  void ObservationService.versionCreated(Ticket ticket, String handle, VersionId vid, Object userObject)
          Invoked whenever a page is modified.
abstract  void ObservationService.versionDeleted(Ticket ticket, String handle, UUID uuid, VersionId vid, int mask, Object userObject)
          Invoked whenever a page is modified.
abstract  void ObservationService.versionDeleted(Ticket ticket, String handle, UUID uuid, VersionId vid, Object userObject)
          Invoked whenever a page is deleted.
 



Copyright © 2011-2012 Adobe Systems Incorporated. All Rights Reserved.