Class PayloadContext

java.lang.Object
com.ptc.arbortext.windchill.apepublishing.payload.ArbortextPayloadContext
com.ptc.arbortext.windchill.publisher.payload.PayloadContext
All Implemented Interfaces:
SISOperationServerContext

public abstract class PayloadContext extends com.ptc.arbortext.windchill.apepublishing.payload.ArbortextPayloadContext implements SISOperationServerContext
This payload context class includes publication rule parameters and other publishing information required during publishing.

Supported API: true

Extendable: false
  • Field Summary

    Fields inherited from class com.ptc.arbortext.windchill.apepublishing.payload.ArbortextPayloadContext

    logLevel, outputType, outputUfidAttribute, parameters, srcDocName, workingDir, wvsJobID

    Fields inherited from interface com.ptc.arbortext.windchill.siscore.operation.SISOperationServerContext

    PUBLISH_TYPE, XLIFF_TYPE
  • Method Summary

    Modifier and Type
    Method
    Description
    This method returns all publishing rules defined for this publishing job

    Methods inherited from class com.ptc.arbortext.windchill.apepublishing.payload.ArbortextPayloadContext

    getEntryPersistable, getEntrySourceFile, getLastPublishedDomainForURI, getOutputType, getParameter, getPublishJob, getSrcDocName, getWorkingDir, getWvsJobID, isDomainForURIEmpty, isIncludeModelItemPart, isOutputUfidAttribute, setDomainForURIEmpty, setIncludeModelItemPart, setPublishJob, setWvsJobID, valueToBoolean

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.ptc.arbortext.windchill.siscore.operation.SISOperationServerContext

    getEntryPersistable, getParameter
  • Method Details

    • getParameters

      public Map<String,String> getParameters()
      This method returns all publishing rules defined for this publishing job
      Returns:
      Map of publishing rules and its values.

      Supported API: true