|
Oracle Content Services Java API Reference Release 1 10.1.2 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.ifs.fdk.ItemCertificate
Models an event that occurred; events can be audited and then retrieved by querying an audit history.
| Constructor Summary | |
ItemCertificate()
Constructs an ItemCertificate. |
|
| Method Summary | |
java.util.Date |
getCreateDate()
Returns the Date this ItemCertificate was created. |
long |
getCreatorId()
Returns the ID of the User Item that performed the operation that resulted in creating this ItemCertificate. |
long |
getDeletorId()
Returns the ID of the user who deleted the target Item. |
long |
getDomainId()
Returns the ID of the Domain Item with which this ItemCertificate is associated. |
java.util.Date |
getFreeDate()
If the Item has been freed, it returns the date of which it was freed; null otherwise. |
long |
getTargetId()
Returns the target Item ID. |
java.lang.String |
getTargetItemTypeName()
Returns the Item type of the target Item. |
java.lang.String |
getTargetName()
Returns the name of the target Item. |
boolean |
isObjectFreed()
Returns true if the Item is freed; false otherwise. |
boolean |
isSecured()
Returns true if the ItemCertificate has been secured, which means that discovering the ItemCertificate requires appropriate permission. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ItemCertificate()
| Method Detail |
public long getTargetId()
public boolean isObjectFreed()
public java.util.Date getCreateDate()
public long getCreatorId()
public long getDeletorId()
public long getDomainId()
public java.util.Date getFreeDate()
public boolean isSecured()
public java.lang.String getTargetItemTypeName()
public java.lang.String getTargetName()
|
Oracle Content Services Java API Reference Release 1 10.1.2 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||