|
Do not include spaces in values assigned to tags.
|
Tag
|
Description
|
||
<classname>
|
Specifies the target class name. Must be the same target class as defined in the lcs.plugins.properties file.
|
||
<processor>
|
Specifies the processor used for the change event logic when any of the change events for the target object occur.
|
||
<types>
|
Contains multiple <type> elements.
|
||
<type>
|
Contained within the <types> element. Contains the specific type names.
|
||
<typename>
|
Contained within the <type> element. Specifies which PTC FlexPLM object type the change definition applies to; you can configure the system to track different changes for different subtypes of the same target object. If you are only using one <type> element for the target class, set it to the root type. All subtypes inherit this configuration unless you override the root Type settings for a given subtype. If you set an attribute on a subtype, it is only available to that subtype and changes are not tracked at the root level for that type.
|
||
<events>
|
Might contain multiple elements. Events are defined per type; event names, tracking designation, and tracked attributes are for the given type specified in the <type> element.
|
||
<eventName>
|
Contained within the <events> element. Identifies which change events are tracked for the target object. Out-of-the-box, PTC FlexPLM supports five events:
• CREATE
• UPDATE
• CHECKIN (for select iterated objects)
• DELETE
• CHANGESTATE
|
||
<tracked>
|
Contained within the <events> element. Indicates whether the given event specified by the <eventName> element is tracked or not. This element supports two values:
• true (event is tracked)
• false (event is not tracked)
|
||
<content>
|
Contained within the <events> element. Indicates whether or not the content of an image page is tracked or not. This element supports two values:
• true (adding and removing content is tracked)
• false (adding and removing content is not tracked)
|
||
<attributes>
|
Contained within the <events> element. Specifies those attributes whose values are tracked along with the given event specified by the <eventName>. Multiple attributes must be comma separated; if you do not need to track attributes for a given event, enter a single space between the <attributes> and </attributes> tags.
|