Oracle® Collaboration Suite Workspaces API Reference
10g (10.1.1.0.2)

Part No. B16233-01


oracle.workspaces
Interface CwEntityProperties

All Known Implementing Classes:
CwResourceItemProperties

public interface CwEntityProperties
Since:
release specific (what release of product did this appear in)

Method Summary
 java.util.Date getCreatedTime()
          returns the time when this entity was created
 java.util.Date getLastAccessTime()
          returns the time when the currently connected user last accessed this entity
 java.util.Date getLastModifiedTime()
          returns the time when this entity was last modified

 

Method Detail

getCreatedTime

public java.util.Date getCreatedTime()
                              throws CwException
returns the time when this entity was created
Throws:
CwException

getLastAccessTime

public java.util.Date getLastAccessTime()
                                 throws CwException
returns the time when the currently connected user last accessed this entity
Throws:
CwException

getLastModifiedTime

public java.util.Date getLastModifiedTime()
                                   throws CwException
returns the time when this entity was last modified
Throws:
CwException

Copyright © 2001, 2005, Oracle. All rights reserved.