WebCenter Interaction API  
 

IPTObjectManager Members

IPTObjectManager overview

Public Instance Methods

public methodClearData Internal server use only: Clears data stream
public methodCloneOverloaded. Create a new object of this class that is a copy of an existing object. Place the copy in a different folder than the original, but name the new object with the same name as the original.
public methodCreate Create a new object of this class. User must have edit permissions on parent folder and must have the activity right to create the object.
public methodDelete Delete the object with the specified Object ID
public methodDeleteObjectsOverloaded. Delete multiple objects with the specified IDs
public methodGetCreationRight The activity right (from PT_ACTIVITY_RIGHTS) needed to create objects of this class
public methodGetManagedClassID The Class ID of objects managed by this manager (from PT_CLASSIDS)
public methodGetReadDataStream Obtain stream to read data from BLOB or file associated with object. Used internally for job persistence.
public methodGetSchema Returns an array of PT_PROPIDs, Names, Types, and Sizes for the searchable schema of this object class. Used internally for object serialization.
public methodGetSession Returns the IPTSession that was used to create this Object Manager
public methodGetWriteDataStream Obtain stream to write data to BLOB or file associated with object. Used internally for job persistence.
public methodIsObjectAccessible Used to test if the object in question is accessible by the given user at the given security level
public methodLookupObjectIdFromName Looks up the id (or ids if there are more than one) of the objects with the specified name.
public methodObjectExists Check if the object exists
public methodOpen Open the object with the specified ObjectID
public methodQueryOverloaded. Perform a query for objects of this type. The query supports filtering, sorting, etc.
public methodQueryCount Counts the number of objects of this class that match a filter
public methodQuerySingleObject Returns a Query Result (very similar to that returned by Query) that contains information about a specific object
public methodSimpleQuery Return an IPTQueryResult containing information about all objects of this class that are stored in the indicated folder

See Also

IPTObjectManager Interface | com.plumtree.server Namespace | IPTObject