Class PostConvertDelegate
java.lang.Object
com.ptc.arbortext.windchill.publisher.PostConvertDelegate
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
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionabstract com.ptc.wvs.common.util.VSResultexecute(Representable representable, Representation targetRep, com.ptc.wvs.server.publish.PublishParams parameters, Map<String, InputStream> responseStreams, WTCollection publishedList) The method is invoked just after getting response from PE.
-
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 WTExceptionThe 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 objecttargetRep- the targeted representation in the targeted object. It is not null only for republish or incremental publishparameters- publish parametersresponseStreams- the map includes all the file names and file output streampublishedList- 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
-