wt.epm.annotation
Interface EPMAnnotationService


public interface EPMAnnotationService

The service in Annotation package to Add and Abort Structure Annotations to a StructureAnnotatable.

Supported API: true

Extendable: false


Method Summary
 wt.epm.annotation.EPMStructureAnnotatable abortAnnotation(wt.epm.annotation.EPMStructureAnnotatable annotatableObject)
          Single Object API to remove all StructureAnnotations on a StructureAnnotatable object.
 

Method Detail

abortAnnotation

wt.epm.annotation.EPMStructureAnnotatable abortAnnotation(wt.epm.annotation.EPMStructureAnnotatable annotatableObject)
                                                          throws WTException
Single Object API to remove all StructureAnnotations on a StructureAnnotatable object.

Supported API: true

Parameters:
annotatableObject - EPMStructureAnnotatable object from which annotations are to be removed. If annotatable has ADD type of annotation then the annotatable object will be deleted as part of abort annotation.
Returns:
EPMStructureAnnotatable
Throws:
WTException