This tag assembles the URI used to locate a particular asset that’s governed by the Version Manager. The attributes you are required to use depend on the type of asset you are working with:

After the tag is executed, the resultant URI is stored in a result object named by the var attribute. If var is not specified, the URI string is sent to the page’s output stream.

Attributes

The following attributes are defined for the pws:createVersionManagerURI tag:

Attribute

Description

Required?

var

Names the result object to contain the Version Manager URI string.

no

versionManagerName

The name of the Version Manager. The default value is the PublishingVersionManager.

no

componentName

The component representing the RepositoryItem or virtual file.

If you specify this attribute, you must also specify virtualFilePath or both of the following: itemDescriptor and itemId.

(see the introductory paragraph)

itemDescriptorName

The name of the item descriptor used by a file-based asset.

If you specify this attribute, you must also specify componentName or itemId.

(see the introductory paragraph)

itemId

The ID of the file-based asset.

If you specify this attribute, you must also specify componentName and itemDescriptor.

(see the introductory paragraph)

virtualFilePath

The path to the file-based asset stored in ATG 2007.3.

If you specify this attribute, you must also specify componentName.

(see the introductory paragraph)

repositoryItem

The RepositoryItem object.

(see the introductory paragraph)

virtualFile

The virtual file object.

(see the introductory paragraph)

object

A java.lang.Object that is either a RepositoryItem or a virtual file.

(see the introductory paragraph)

 
loading table of contents...