Class ResourceUpdate


  • public class ResourceUpdate
    extends Object
    This class represents an update of an IResource. It contains information about the kind of the update and the affected IResource.
    • Method Detail

      • isResourcetypeResourceUpdate

        public boolean isResourcetypeResourceUpdate()
        Returns true if this ResourceUpdate affects a IResource containing a Resourcetype model.
        Returns:
        true if this ResourceUpdate affects a IResource containing a Resourcetype model, false otherwise.
      • isPcmtxResourceUpdate

        public boolean isPcmtxResourceUpdate()
        Returns true if this ResourceUpdate affects a IResource containing a Pcmtx model.
        Returns:
        true if this ResourceUpdate affects a IResource containing a Pcmtx model, false otherwise.
      • getURI

        public URI getURI()
        Returns the URI of the IResource affected by this ResourceUpdate.
        Returns:
        the URI of the IResource affected by this ResourceUpdate