AbstractShadowableRdcDomainObject

public abstract class AbstractShadowableRdcDomainObject extends AbstractRdcDomainObject

Base class for all rdc domain objects which can exist as multiple versions (shadows).

Fields

hidden

private boolean hidden

True if and only if the shadow copy must not be available for the public user. Only shadow copies which have a successor may be hidden.

serialVersionUID

private static final long serialVersionUID

shadow

private boolean shadow

Determines whether this document is a shadow copy.

successorId

private String successorId

The document id which is the successor to this shadow copy.