Interface Resource

    • Method Detail

      • getResourceType

        ResourceType getResourceType()
        Returns the type of this resource.
        Returns:
        the type of this resource
      • isSystem

        boolean isSystem()
        Returns whether this is a system resource or not.
        Returns:
        true if this resource is a system resource, false otherwise
      • getCreatedBy

        UUID getCreatedBy()
        Returns the id of the user that created this resource.
        Returns:
        the id of the user that created this resource
      • getLastModifiedBy

        UUID getLastModifiedBy()
        Returns the id of the user who modified this resource the last time.
        Returns:
        the id of the user who modified this resource the last time
      • getCreatedOn

        Long getCreatedOn()
        Returns the timestamp (in UTC time standard) of the creation of this resource.
        Returns:
        the timestamp (in UTC time standard) of the creation of this resource
      • getLastModifiedOn

        Long getLastModifiedOn()
        Returns timestamp (in UTC time standard) of the last modification of this resource.
        Returns:
        the timestamp (in UTC time standard) of the last modification of this resource