Checkpoint

This type is a class for model objects.

Class that represents a Repository Checkpoint.

Package: repositorycheckpoint

Classifier ID:  -1
Instance class name:  * Unspecified *
Instance class:  * Unspecified *



Attributes Summary
name : EString Name of the Checkpoint.
description : EString Description of the Checkpoint.
type : CheckpointType Checkpoint Type: Delta or Full.
sequence : EString Sequence Number of the Checkpoint. This should be unique.
docCount : EInt Number of Documents contained in the Checkpoint.
checkpointDocuments : CheckpointDocument + * No description is available *



Attribute Details

name  -  Name of the Checkpoint.
    Data Type: EString
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

description  -  Description of the Checkpoint.
    Data Type: EString
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

type  -  Checkpoint Type: Delta or Full.
    Data Type: CheckpointType
    Default value:  unspecified
    Allowed values:
        0 - DELTA
        1 - FULL
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

sequence  -  Sequence Number of the Checkpoint. This should be unique.
    Data Type: EString
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

docCount  -  Number of Documents contained in the Checkpoint.
    Data Type: EInt
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

checkpointDocuments  -  * No description is available *
    Reference Type: CheckpointDocument +
    Containment:  true
    Container:  false
    Required:  true
    Changeable:  true
    Unsettable:  false
    Many:  true
    Ordered:  true
    Lower bound:  1
    Upper bound:  Unbounded
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false



(C) COPYRIGHT International Business Machines Corp. 1996-2006