Mendix Runtime
Documentation for the Mendix Runtime Environment API
com.mendix.systemwideinterfaces.core.IRemoveBatch Interface Reference

List of all members.

Public Member Functions

abstract void removeObject (IMendixObject obj) throws CoreException, UserException
abstract void commit () throws CoreException, UserException

Detailed Description

Remove batch can be used to delete big amounts of objects. This is way faster than deleting objects separately.


Member Function Documentation

abstract void com.mendix.systemwideinterfaces.core.IRemoveBatch.commit ( ) throws CoreException, UserException [pure virtual]

Commit this batch, meaning remove all objects added to this batch.

abstract void com.mendix.systemwideinterfaces.core.IRemoveBatch.removeObject ( IMendixObject  obj) throws CoreException, UserException [pure virtual]

Add object to remove batch.

Parameters:
objthe object to remove.

The documentation for this interface was generated from the following file: