Package wt.vc.config

Class MultipleLatestConfigSpec

java.lang.Object
wt.vc.config.MultipleLatestConfigSpec
All Implemented Interfaces:
Externalizable, Serializable, ConfigSpec

public final class MultipleLatestConfigSpec extends Object implements ConfigSpec, Externalizable
Returns all latest iterations for a master except those latest iterations not owned by the current principal (either checked-out to another user or stored in a personal cabinet). This ConfigSpec is similar to the LatestConfigSpec, but returns potentially many iterations per master, whereas the LatestConfigSpec returns only one.

Supported API: true

Extendable: false
See Also: