oracle.ifs.server
Class S_TieQueue
java.lang.Object
|
+--oracle.ifs.server.S_LibraryObject
|
+--oracle.ifs.server.S_TieLibraryObject
|
+--oracle.ifs.server.S_PublicObject
|
+--oracle.ifs.server.S_TiePublicObject
|
+--oracle.ifs.server.S_ApplicationObject
|
+--oracle.ifs.server.S_TieApplicationObject
|
+--oracle.ifs.server.S_Queue
|
+--oracle.ifs.server.S_TieQueue
- All Implemented Interfaces:
- IfsEventHandler, LibraryObjectInterface, PublicObjectInterface, Traceable
- public class S_TieQueue
- extends S_Queue
S_TieQueue allows the Oracle-defined behavior of the
QUEUE classobject (and its subclasses) to be extended
or overridden through the server extensibility API.
- See Also:
S_Queue
Methods inherited from class oracle.ifs.server.S_PublicObject |
addRelationship, checkAccess, extendedPostInsert, extendedPostUpdate, extendedPreFree, getCategories, getCategories, getLeftwardRelationshipObjects, getLeftwardRelationshipObjects, getLeftwardRelationships, getLeftwardRelationships, getLockObject, getReferencingFolders, getRightwardRelationshipObjects, getRightwardRelationshipObjects, getRightwardRelationships, getRightwardRelationships, getVersionDescriptions, hasNameAttribute, isLocked, removeRelationship, verifyCanUseContentQuota |
Methods inherited from class oracle.ifs.server.S_LibraryObject |
equals, free, getAttribute, getAttributeByUpperCaseName, getClassId, getClassObject, getId, getSession, handleEvent, isTraced, postEvent, postEvent, renderAsReader, renderAsStream, setAttribute, setAttribute, toString, trace, update |
S_TieQueue
protected S_TieQueue(S_LibrarySession session,
S_LibraryObjectData data)
throws IfsException
- Constructs an S_TieQueue for an
existing QUEUE.
- Parameters:
session
- the sessiondata
- the data- Throws:
IfsException
- if the operation fails
S_TieQueue
protected S_TieQueue(S_LibrarySession session,
java.lang.Long classId)
throws IfsException
- Constructs an S_TieQueue for a
new QUEUE.
- Parameters:
session
- the sessionclassId
- the class id- Throws:
IfsException
- if the operation fails
(c) 2002 Copyright Oracle Corporation. All rights reserved.