|
When the EPMPostPublishDelegate is used with Positioning Assembly or Extended Positioning Assembly representations, all the branch links in the PVS file is resolved and the content files they refer to is included in the archive.
|
Parameter Name
|
Definition
|
---|---|
delegate
|
Must be com.ptc.wvs.server.publish.EPMPostPublishDelegate.
|
name
|
The Name of the Object that the PostPublishDelegate is to create/iterate. The Name must be unique among all Objects of its Type in order to guarantee that the delegate finds the right Object to iterate.
|
cad-authoring-application
|
The Authoring Application to associate with the EPMDocument to be created.
|
Parameter Name
|
Definition
|
||
---|---|---|---|
number
|
The number of the object that the PostPublishDelegate is to create/iterate. If specified, the Number must be unique among all Windchill Objects of this Type. If not specified, the Number is automatically generated.
|
||
type
|
The type of object that the PostPublishDelegate is to create. If specified, the Type can be specified by its Logical Identifier and must be a soft-type of wt.doc.WTDocument. If not specified, the EPMPostPublishDelegate creates a wt.epm.EPMDocument.
|
||
description
|
Description of the EPMDocument.
|
||
container-oid
|
The object identifier string of the container to use for initial creation of the EPMDocument.If this value is not specified, container-name is checked; if both are not specified, the EPMDocument is placed in the same context as the EPMDocument being published.
|
||
container-name
|
The Path (see example below) to the container or the name (string value) of the container to use for initial creation of the EPMDocument. If a name is used and that name does not exist, or there is more than one container with that name, Post-publishing is stopped and an error message is displayed. Container-name is only checked if container-oid is not set. If this value and container-oid are not specified, the EPMDocument is placed in the same context as the EPMDocument being published.
Example: /wt.inf.container.OrgContainer=PTC/wt.projmgmt.admin.Project2=TestProj
|
||
content-description
|
A description for the content of the EPMDocument.
|
||
lifecycle-template
|
The life cycle template to associate with the EPMDocument.
|
||
lifecycle-state
|
The life cycle state to associate with the EPMDocument.
|
||
cad-type
|
If not specified, the EPMPostPublishDelegate uses the value PUB_CADVIEWABLE.
|
||
published-content-link
|
The create Published Content Link indicator creates a Published Content Link unless it is specified to the value of false.
|
||
viewable-compression
|
Used to determine whether viewable compression takes place when a Graphic Dynamic Document is created. The PostPublish parameter <post-publish name="viewable-compression">true</post-publish> enables viewable compression; the parameter <post-publish name="viewable-compression">false</post-publish> disables viewable compression. The default is false.
|