Class ecm.model.WorklistFolder


Extends ecm.model._ModelObject.
Represents a collection of work lists. The type of collection depends on whether the workflow is for IBM Content Manager document routing or Business Process Management.
Defined in: <ecm\model\WorklistFolder.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 
Constructor

Field Summary

Field Attributes Field Name and Description
 
A description to use for the work list.
 
An instance of ecm.model.Repository for the repository containing or owning this work list.
 
An array of ecm.model.Worklist objects.
Fields borrowed from class ecm.model._ModelObject:
categorization, id, isRecurring, name, nameFilter, pane, status, type, userId

Method Summary

Method Attributes Method Name and Description
 
Retrieves a array of CM Worklist objects.
Methods borrowed from class ecm.model._ModelObject:
destroy, onChange, own, refresh, toString

Constructor Detail

ecm.model.WorklistFolder(properties)

Constructor
Parameters:
properties
The properties for the model object. The properties can be any of the public fields as defined below and on ecm.model._ModelObject.

Field Detail

description

A description to use for the work list.

repository

An instance of ecm.model.Repository for the repository containing or owning this work list.

worklists

An array of ecm.model.Worklist objects.

Method Detail

retrieveWorklists(callback)

Retrieves a array of CM Worklist objects.
Parameters:
callback
A function, invoked when the in-baskets have been retrieved. An array of ecm.model.Worklist objects are passed to the function.