Class MissingManagerResource


public class MissingManagerResource extends ManagerResource
A MissingManagerResource represents a state where a given ManagerResource at a URL does not exist.
  • Constructor Details

    • MissingManagerResource

      public MissingManagerResource(MissingManageableResource manageable, URL managedUrl)
      Construct a missing manager resource based on a MissingManageableResource
      Parameters:
      manageable - Missing manageable resource
      managedUrl - Corresponding URL of the resource that would be managed
    • MissingManagerResource

      public MissingManagerResource(URL url, ShapeTreeResourceType resourceType, ResourceAttributes attributes, String body, String name, URL managedResourceUrl)
      Construct a missing manager resource.
      Parameters:
      url - URL of the resource
      resourceType - Identified shape tree resource type
      attributes - Associated resource attributes
      body - Body of the resource
      name - Name of the resource
      managedResourceUrl - URL of the resource that would be managed