Class ChangeEvent

All Implemented Interfaces:
IExtendedResource, IResource
Direct Known Subclasses:
Creation, Deletion, Modification

public class ChangeEvent extends AbstractResource
Each entry referenced by trs:change is a Local Resource representing a Change Event consisting of the properties contained in this class.

Note: This class cannot be instantiated directly. Instead create an instance of one of the child classes depending on the type of event taking place. The child classes are: Creation, Modification, and Deletion.

  • Constructor Details

    • ChangeEvent

      public ChangeEvent()
    • ChangeEvent

      public ChangeEvent(URI about, URI changed, BigInteger order)
      Parameters:
      about -
      changed -
      order -
  • Method Details