com.ibm.rational.rpe.api.docspec
Class RPEResult

java.lang.Object
  extended by com.ibm.rational.rpe.api.docspec.RPEDocumentElement
      extended by com.ibm.rational.rpe.api.docspec.RPEOutput
          extended by com.ibm.rational.rpe.api.docspec.RPEResult
All Implemented Interfaces:
com.ibm.rational.rpe.api.docspec.visitor.DocumentSpecificationVisitable

public class RPEResult
extends RPEOutput

The RPEResult models the result after a publishing process ends successfully. For each RPEOutput that was successfully processed, an RPEResult is created.


Constructor Summary
RPEResult()
           
 
Method Summary
 
Methods inherited from class com.ibm.rational.rpe.api.docspec.RPEOutput
accept
 
Methods inherited from class com.ibm.rational.rpe.api.docspec.RPEDocumentElement
addProperties, addProperty, getProperties, getProperty, makeFeature, removeProperty
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RPEResult

public RPEResult()