Class: GetWorkListViewDetailsType

tibco.objectapi.brm.GetWorkListViewDetailsType

new GetWorkListViewDetailsType()

Constructs a new GetWorkListViewDetailsType.

The following features are supported:

Members

apiVersion :number

Version of the work list view definition to be returned. Either: - 2, to return a work list view that includes the getAllocatedItems attribute and resourcesRequired parameter, or - 1, to return a work list view that omits the getAllocatedItems attribute and resourcesRequired parameter. (You should use this value to maintain compatibility with work list views created in pre-2.2 versions of BPM.) This is the default behaviour if apiVersion is not specified. This property holds the value of the 'Api Version' attribute.
Type:
  • number

lockView :boolean

Should this work list view be locked for editing? A lock record will be placed against this view for the calling resource ID. This lock is only removed when the view is updated or an explicit unlock is called. This property holds the value of the 'Lock View' attribute.
Type:
  • boolean

workListViewID :string

The unique ID of the work list view to delete. This property holds the value of the 'Work List View ID' attribute.
Type:
  • string