Class PostConvertDelegate

java.lang.Object
com.ptc.arbortext.windchill.publisher.PostConvertDelegate

public abstract class PostConvertDelegate extends Object
The abstract class is designed to invoke after the SIS convert gets the response from PE whether the publish is failed or succeeded.

Supported API: true
Extendable: true
  • Method Details

    • execute

      public abstract com.ptc.wvs.common.util.VSResult execute(Representable representable, Representation targetRep, com.ptc.wvs.server.publish.PublishParams parameters, Map<String,InputStream> responseStreams, WTCollection publishedList) throws WTException
      The method is invoked just after getting response from PE. Its result is displayed in the wvs monitor. Any exception it throws is logged into MS log, but doesn't affect existing publish process;
      Parameters:
      representable - the targeted object
      targetRep - the targeted representation in the targeted object. It is not null only for republish or incremental publish
      parameters - publish parameters
      responseStreams - the map includes all the file names and file output stream
      publishedList - the list of content that are included in the payload. If it is null, audit is disabled.
      Returns:
      messages are included in WVS monitor

      Supported API: true
      Throws:
      WTException