An Annotation
object represents incidental information that can be attached to an object for
the purpose of annotating or footnoting that object. You can associate annotations
with custom objects, documents, and folders (Containable
objects). Characteristics of an annotation
include the following:
ContentElement
objects. However, unlike a persisted document whose content elements are frozen for a particular version, an annotation is non-versionable, and its content elements can be added to or deleted from. See Retrieving Annotations for a code example. For a general discussion of content, see Document Content in the Content Engine Administration help.createAnnotation
method.
For folders and custom objects, you use a Factory
method to create a new Annotation
object, then set its AnnotatedObject
property to the folder or custom object to be annotated.
For code examples, see Annotating a Document and Annotating a Folder.
Annotation
object on only one document, folder, or custom object.StorageArea
and
StoragePolicy
can be set. For a general discussion of storage areas and policies, see Content Storage in the Content Engine Administration help.StorageArea
to another. See Moving Content to a Different Storage Area for a code example.Link
interface for more information.ClassDescription
object as you would work with the class descriptions associated with other Content Engine objects. For example, you can:
Annotation
object, you might want to determine if the default
security is appropriate for your application or you might display the default
security in a user interface and allow the user to change the security.ClassDescription
object's property descriptions, which are metadata
objects that describe the Annotation
object's properties. For example, when
you create an annotation you might want to include code for retrieving a specific
annotation ClassDescription
, then for checking which custom properties require
setting.ClassDescription
object's properties. For example, you might want to
return the ClassDescription
object's DisplayName property to display in a user interface
from which the user can select a class.ClassDescription
objects containing the base class
and all subclasses.Annotation
class via the Enterprise Manager application or the Content Engine APIs. Note that the property description settings of the new class will apply to new instances of the class, but they will not apply to existing instances. For code examples, see Creating an Annotation Subclass.Annotation
class is the ISAnnotation
subclass that supports Content Federation Services for Image Services (CFS-IS). This subclass is installed via the CFS-IS Extensions feature addon. For more information about CFS-IS, see the IBM FileNet P8 Content Federation Services for Image Services Guidelines. To download IBM FileNet documentation from the IBM support page, see Accessing IBM FileNet documentation.For additional conceptual information, see Annotations in the Content Engine Administration Help.