Skip navigation links

Oracle Content Services Web Services Java API Reference
10g Release 1 (10.1.2.3)

B25584-03


oracle.ifs.fdk
Class ItemCertificate

java.lang.Object
  extended byoracle.ifs.fdk.ItemCertificate

All Implemented Interfaces:
java.io.Serializable

public class ItemCertificate
extends java.lang.Object
implements java.io.Serializable

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

ItemCertificate

public ItemCertificate()
Constructs an ItemCertificate.

Method Detail

getTargetId

public long getTargetId()
Returns the target Item ID.
Returns:
target Item ID

isObjectFreed

public boolean isObjectFreed()
Returns true if the Item is freed; false otherwise.
Returns:
indication of Item having been freed or not

getCreateDate

public java.util.Date getCreateDate()
Returns the Date this ItemCertificate was created.
Returns:
the create Date, or null if the create Date is not known

getCreatorId

public long getCreatorId()
Returns the ID of the User Item that performed the operation that resulted in creating this ItemCertificate.
Returns:
the creator ID, or 0 if the creator ID is not known

getDeletorId

public long getDeletorId()
Returns the ID of the user who deleted the target Item.
Returns:
ID of the deletor of the target Item, or 0 if the Item has not yet been deleted

getDomainId

public long getDomainId()
Returns the ID of the Domain Item with which this ItemCertificate is associated.
Returns:
the Domain Item ID

getFreeDate

public java.util.Date getFreeDate()
If the Item has been freed, it returns the date of which it was freed; null otherwise.
Returns:
the Date when the Item was freed, or null if the Item has not yet been freed

isSecured

public boolean isSecured()
Returns true if the ItemCertificate has been secured, which means that discovering the ItemCertificate requires appropriate permission.
Returns:
an indication of whether the ItemCertificate has been secured

getTargetItemTypeName

public java.lang.String getTargetItemTypeName()
Returns the Item type of the target Item.
Returns:
the Item type for the target Item, or null if the Item type name is not known

getTargetName

public java.lang.String getTargetName()
Returns the name of the target Item.
Returns:
name of the target Item, or null if the name is not known

Skip navigation links

Oracle Content Services Web Services Java API Reference
10g Release 1 (10.1.2.3)

B25584-03


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