EditDataView

Allows you to edit a saved dataview.

  • The request contains a dataview ID or name of the dataview to edit and the changes to make to the dataview.
  • The response indicates success by returning the editDataViewResponse.
Action editDataView
Parameter Notes
  • viewID The unique identifier of the dataview.
  • caseClass The fully qualified name of the case class. For example, com.example.gddemo.Car.
  • caseModelVersion The version of the case model. For example, 2 or 2.0.0.
  • category Specifies the category. See "Defining Dataview Categories" in TIBCO ActiveMatrix BPM Developer's Guide.
  • name The name of your dataview. This must be unique.
  • description A description of your dataview.
  • condition Specifies the conditions to use on the searchable attributes. See "Defining the Dataview Condition" in TIBCO ActiveMatrix BPM Developer's Guide.
  • attrPath Specifies the attribute to sort. See "Defining Attribute Path" in TIBCO ActiveMatrix BPM Developer's Guide.
  • sort Specifies the sort order, either ASC for ascending or DESC for descending.
Return editDataViewResult

Required System Action

manageDataView