public interface CcViewAccessInfo
Modifier and Type | Interface and Description |
---|---|
static interface |
CcViewAccessInfo.EventInfo
EventInfo provides an interface for retrieving
information related to a particular access event for a
ClearCase view.
|
Modifier and Type | Method and Description |
---|---|
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.
|
CcViewAccessInfo.EventInfo getCreatedEvent()
CcViewAccessInfo.EventInfo getLastAccessedEvent()
CcViewAccessInfo.EventInfo getLastConfigSpecUpdateEvent()
CcViewAccessInfo.EventInfo getLastModifiedEvent()
CcViewAccessInfo.EventInfo getLastPrivateDataReadEvent()
CcViewAccessInfo.EventInfo getLastPrivateDataUpdateEvent()
Copyright © IBM 2017. All rights reserved.