public interface RepositoryObject
RepositoryObject
represents
any object known to the Content Engine that can be persisted to an object store repository.
A Document
object is an example of a RepositoryObject
. In contrast, an
EngineObject
is any object known to the Content Engine, including objects outside of
repositories. Examples of objects residing outside of repositories are Domain
,
MarkingSet
, and User
objects.
You will not normally work directly with a RepositoryObject
,
but rather with an instance of one of its subclasses.
Modifier and Type | Method and Description |
---|---|
ObjectStore |
getObjectStore()
Returns a reference to the object store to which this object is persisted.
|
ObjectStore getObjectStore()
ObjectStore
object.© Copyright IBM Corporation 2006, 2015. All rights reserved.