oracle.ifs.common
Interface LibraryObjectInterface

All Superinterfaces:
Traceable
All Known Subinterfaces:
DirectoryObjectInterface, PublicObjectInterface, SchemaObjectInterface, SystemObjectInterface
All Known Implementing Classes:
LibraryObject, S_LibraryObject

public interface LibraryObjectInterface
extends Traceable

LibraryObjectInterface defines methods common to LibraryObject and S_LibraryObject.

These methods can be safely used by classes on the common package, regardless of whether they execute in the client or service process.


Method Summary
 java.lang.Long getId()
          Gets the id of this LibraryObject.
 
Methods inherited from interface oracle.ifs.common.Traceable
getTraceLogger, isTraced, trace
 

Method Detail


getId


public java.lang.Long getId()
                     throws IfsException
Gets the id of this LibraryObject.
Returns:
the id
Throws:
IfsException - if the operation fails