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
Supported API: true
Extendable: false
-
Field Summary
Fields inherited from class com.ptc.arbortext.windchill.apepublishing.payload.ArbortextPayloadContext
logLevel, outputType, outputUfidAttribute, parameters, srcDocName, workingDir, wvsJobIDFields inherited from interface com.ptc.arbortext.windchill.siscore.operation.SISOperationServerContext
PUBLISH_TYPE, XLIFF_TYPE -
Method Summary
Modifier and TypeMethodDescriptionThis method returns all publishing rules defined for this publishing jobMethods 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, valueToBooleanMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.ptc.arbortext.windchill.siscore.operation.SISOperationServerContext
getEntryPersistable, getParameter
-
Method Details
-
getParameters
This method returns all publishing rules defined for this publishing job- Returns:
- Map of publishing rules and its values.
Supported API: true
-