An
is any object known to the Content Engine, including objects outside of repositories, such as a service or an
object itself. Contrast this with
, which represents any object residing within a Content Engine repository.
You will not normally work directly with an
, but rather with an instance of one of its subclasses, which are further grouped into independent and dependent objects. An
is an
that has its own identity and always has an
is an
that can only exist within the scope of another object. An example of this dependency is
; content elements are scoped to a particular
object and cannot exist independently.
This interface provides some base functionality, such as retrieving the
object that is used for communication to the Content Engine server and retrieving an object's class information and properties.
Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface IEngineObject Implements ICloneable |
C# |
---|
public interface IEngineObject : ICloneable |
C++ |
---|
interface class IEngineObject : ICloneable |
J# |
---|
public interface IEngineObject implements ICloneable |
JScript |
---|
public interface IEngineObject extends ICloneable |