Represents a general interface that can be subclassed. A
Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)
CustomObject
object has no inherent semantics, but is independently securable and can be persisted to an object store. A CustomObject
does not carry content, is not versionable, and does not support lifecycle functionality. The
base interface provides a minimal set of properties (such as Creator, DateCreated, and Name). Unlike most Content Engine objects, the
base interface does not have a specific property defined as the name property in order that subclassed objects can define it in an appropriate way. Because a
object does not have a defined name property, the value of its
property reverts to the default value, which is the same as its
property.
Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Interface ICustomObject Implements IRepositoryObject, IContainable, IReplicable, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
C# |
---|
public interface ICustomObject : IRepositoryObject, IContainable, IReplicable, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
C++ |
---|
interface class ICustomObject : IRepositoryObject, IContainable, IReplicable, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
J# |
---|
public interface ICustomObject implements IRepositoryObject, IContainable, IReplicable, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
JScript |
---|
public interface ICustomObject extends IRepositoryObject, IContainable, IReplicable, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, ICloneable |
Remarks
Metadata
Auditable: true
AllowsInstances: true
AllowsSubClasses: true
ClassDefinitionName: ReplicableClassDefinition
IsDependent: false
IsHidden: false
Searchable: true
StorageType: ObjectStore
SuperclassName: Containable