Class: ActionType

tibco.objectapi.de.security.ActionType

new ActionType()

Constructs a new ActionType.

The following features are supported:

Extends

Members

authorised :boolean

Boolean value indicating whether the user specified in the request: - has the necessary privileges to perform the named system action (TRUE). - does not have the necessary privileges to perform the named system action (FALSE). This property holds the value of the 'Authorised' attribute.
Type:
  • boolean

component :string

Identifier of the application component to which the named system action belongs. See "System Actions" in the BPM Developer's Guide for a list of system actions and their parent component identifiers. This property holds the value of the 'Component' attribute.
Type:
  • string
Inherited From:

name :string

Name of the system action. See "System Actions" in the BPM Developer's Guide for a list of system actions and their parent component identifiers. This property holds the value of the 'Name' attribute.
Type:
  • string
Inherited From: