Class: FormType

tibco.objectapi.wp.service.FormType

new FormType()

Definition of a form artifact. Constructs a new FormType.

The following features are supported:

Members

basePath :string

The base context for the location of form artifacts. This property holds the value of the 'Base Path' attribute.
Type:
  • string

formIdentifier :string

Unique identifier of the form artifact. (The identifier comprises the relative-path value, with the name of the form artifact appended to it.) This property holds the value of the 'Form Identifier' attribute.
Type:
  • string

guid :string

GUID of the form artifact. This property holds the value of the 'Guid' attribute.
Type:
  • string

name :string

Name of the form artifact. This property holds the value of the 'Name' attribute.
Type:
  • string

relativePath :string

Location of the form artifact, relative to the base-path value. This property holds the value of the 'Relative Path' attribute.
Type:
  • string

version :string

Version number of the form artifact. This property holds the value of the 'Version' attribute.
Type:
  • string