Parameter Name
|
Definition
|
||
---|---|---|---|
delegate
|
Must be com.ptc.arbortext.windchill.publisher.postpublish.SISPostPublishDelegate.
|
||
name
|
The name of the object that the SISPostPublishDelegate will create or iterate. The name must be unique among all objects of its type to ensure that the delegate finds the right object to iterate. The name may include {OUTPUT_LANG_CODE} so that the output representation language code is added as a suffix to the name of the post-published document.
Using the output language code, SISPostPublishDelegate creates a post publish document specific to the language. When a representation is published for the same language multiple times, the delegate iterates the existing document for that language.
For example, <post-publish name="name">{EPM_NAME}_{EPM_NUMBER}_{OUTPUT_LANG_CODE}.{OUTPUT_TYPE} </post-publish>
|
Parameter Name
|
Definition
|
||||
---|---|---|---|---|---|
number
|
The number of the object that SISPostPublishDelegate will create or 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 the object that SISPostPublishDelegate will create. The type can be specified by its logical identifier and must be a soft type of wt.doc.WTDocument or wt.epm.DynamicDocument. If not specified, the SISPostPublishDelegate creates a wt.epm.DynamicDocument object.
|
||||
title
|
Title of the WTDocument or EPMDocument object.
|
||||
description
|
Description of the WTDocument or EPMDocument object.
|
||||
container-oid
|
The object identifier string of the container to use for initial creation of the WTDocument or EPMDocument. If this value is not specified, the container-name parameter is checked. If both parameters are not specified, the WTDocument is placed in the same context as the information structure or the publication structure 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 WTDocument or EPMDocument. If the name that is used does not exist, or there is more than one container with that name, the post publishing stops, and an error message appears. Container-name is checked only if the container-oid parameter is not set. If container-name and container-oid are not specified, WTDocument is placed in the same context as the information structure or the publication structure being published.
Example: <post-publish name="container-name">/wt.inf.container.OrgContainer=Demo Organization/wt.pdmlink.PDMLinkProduct=GOLF_CART</post-publish>.
|
||||
folder
|
The folder path for the initial creation of the WTDocument or EPMDocument.
If the folder is not specified, it uses the folder path of the representable. If the folder does not exist in the specified context, the missing folders in the path is created. For example:
Consider the following examples to specify the root folder:
/
/default /Default
Consider the following examples to specify a first-level folder under the root folder:
• /MyFolder
• /Default/MyFolder
• /default/MyFolder
Consider the following examples to specify multi-level folders, separate the folder names with “/”:
• /first/second
• /first/second/third
• /Default/first/second
• /Default/first/second/third
|
||||
content-description
|
A description for the WTDocument or EPMDocument content.
|
||||
lifecycle-template
|
The life cycle template to associate with WTDocument or EPMDocument.
|
||||
lifecycle-state
|
The life cycle state to associate with WTDocument or EPMDocument
|
||||
published-content-link
|
The create published-content-link indicator. If true, yes, or create, a published content link is created. If not specified or has any other value, a published content link is not created.
|