WebCenter Interaction API  
 

IPTObject Members

IPTObject overview

Public Instance Methods

public methodGetAdminFolderID Returns the ID of the Admin Folder into which this object is stored
public methodGetClassID Returns the ID of the class to which this object belongs (from PT_CLASSIDS)
public methodGetCreated Returns the DateTime at which this object was created.
public methodGetImageUUID Returns the UUID for the image for this object. This is used by the UI to identify which image to use to represent the object.
public methodGetLastModified Returns the DateTime at which this object was last modified.
public methodGetObjectProperties Object Properties are used to associated extended Properties with Objects in a uniform way. Use this call to retrieve the IPTObjectProperties interface for this object.
public methodSetAdminFolderID Set the Admin Folder into which this object should be stored
public methodSetImageUUID Sets the UUID for the image for this object.
public methodSetLastModified Sets the DateTime at which this object was last modified. This function should NOT be called at all by clients, as objects automatically adjust their Last Modified time as they are modified.

See Also

IPTObject Interface | com.plumtree.server Namespace | IPTLocalizable