AbstractShadowableRdcDomainObject

public abstract class AbstractShadowableRdcDomainObject extends AbstractRdcDomainObject

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

Fields

masterId

private String masterId

The id shared between all shadow copies of a domain object. It points to the most recent version of the domain object.

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.