Skip to main content

Pentaho+ documentation has moved!

The new product documentation portal is here. Check it out now at docs.hitachivantara.com

 

Hitachi Vantara Lumada and Pentaho Documentation

Changeset

pentaho.type.action Changeset

The Changeset class describes a set of changes occurring in a structured value, the target value.

A changeset is a container for a set of PrimitiveChange instances.

AMD Module

require(["pentaho/type/action/Changeset"], function(Changeset) { /* code goes here */ });

Extends

Constructor

Name Description
new Changeset(transaction, target)
Abstract

Creates an empty Changeset for a given target value.

Members

Name Description
eventName

Constructor Details

new Changeset(transaction, target)
Abstract

Creates an empty Changeset for a given target value.

Source: javascript/web/pentaho/type/action/Changeset.js, line 48

Parameters:
Name Default Value Summary
transaction : pentaho.type.action.Transaction

The owning transaction.

target : pentaho.type.mixins.Container

The container instance where the changes take place.

Members Details

eventName:

Source: javascript/web/pentaho/type/action/Change.js, line 40

Inherited From: pentaho.type.action.Change#eventName