Class UnmanagedResource
java.lang.Object
com.janeirodigital.shapetrees.core.resources.InstanceResource
com.janeirodigital.shapetrees.core.resources.ManageableResource
com.janeirodigital.shapetrees.core.resources.UnmanagedResource
An UnmanagedResource indicates that a given ManageableResource
is not managed by a shape tree. This means that there is not an
associated ManagerResource that exists.
-
Constructor Summary
ConstructorsConstructorDescriptionUnmanagedResource
(ManageableResource manageable, Optional<URL> managerUrl) Construct an UnmanagedResource based on a provided ManageableResourcemanageable
andmanagerUrl
-
Method Summary
Methods inherited from class com.janeirodigital.shapetrees.core.resources.ManageableResource
getManagerResourceUrl, isContainer
Methods inherited from class com.janeirodigital.shapetrees.core.resources.InstanceResource
getAttributes, getBody, getGraph, getName, getResourceType, getUrl, isExists
-
Constructor Details
-
UnmanagedResource
Construct an UnmanagedResource based on a provided ManageableResourcemanageable
andmanagerUrl
- Parameters:
manageable
- ManageableResource to construct the UnmanagedResource frommanagerUrl
- URL of the associated shape tree manager resource
-