Project: stp

com.ibm.rational.wvcm.stp.cc
Interface CcViewAccessInfo


public interface CcViewAccessInfo

A ClearCase view has a set of defined events which record users access to it, including view "created" event, view "last modified" event, view "last accessed" event, view "last private data read" event, view "last private data update" event, and view "last config spec update" event. CcViewAccessInfo provides an interface for retrieving the set of information associated with each of these events.


Nested Class Summary
static interface CcViewAccessInfo.EventInfo
          EventInfo provides an interface for retrieving information related to a particular access event for a ClearCase view.
 
Method Summary
 CcViewAccessInfo.EventInfo getCreatedEvent()
          Get the view "created" event info.
 CcViewAccessInfo.EventInfo getLastAccessedEvent()
          Get the view "last accessed" event info.
 CcViewAccessInfo.EventInfo getLastConfigSpecUpdateEvent()
          Get the view "last config spec update" event info.
 CcViewAccessInfo.EventInfo getLastModifiedEvent()
          Get the view "last modified" event info.
 CcViewAccessInfo.EventInfo getLastPrivateDataReadEvent()
          Get the view "last private data read" event info.
 CcViewAccessInfo.EventInfo getLastPrivateDataUpdateEvent()
          Get the view "last private data update" event info.
 

Method Detail

getCreatedEvent

CcViewAccessInfo.EventInfo getCreatedEvent()
Get the view "created" event info.

Returns:
Info related to view creation.

getLastAccessedEvent

CcViewAccessInfo.EventInfo getLastAccessedEvent()
Get the view "last accessed" event info.

Returns:
Info related to the view "last accessed" event.

getLastConfigSpecUpdateEvent

CcViewAccessInfo.EventInfo getLastConfigSpecUpdateEvent()
Get the view "last config spec update" event info.

Returns:
Info related to the view "last config spec update" event.

getLastModifiedEvent

CcViewAccessInfo.EventInfo getLastModifiedEvent()
Get the view "last modified" event info.

Returns:
Info related to the view "last modified" event.

getLastPrivateDataReadEvent

CcViewAccessInfo.EventInfo getLastPrivateDataReadEvent()
Get the view "last private data read" event info.

Returns:
Info related to the view "last private data read" event.

getLastPrivateDataUpdateEvent

CcViewAccessInfo.EventInfo getLastPrivateDataUpdateEvent()
Get the view "last private data update" event info.

Returns:
Info related to the view "last private data update" event.

Generated Thu 20-Feb-2014 09:09 PM

Copyright © IBM 2014. All rights reserved.