Class ResourceProviderDTO
java.lang.Object
org.apache.sling.api.resource.runtime.dto.ResourceProviderDTO
- Direct Known Subclasses:
ResourceProviderFailureDTO
Represents a
org.apache.sling.spi.resource.provider.ResourceProvider
.- Since:
- 1.0.0 (Sling API Bundle 2.11.0)
-
Field Summary
Modifier and TypeFieldDescriptionboolean
Whether the resource provider supports adaptable.boolean
Whether the resource provider supports attributes.The auth handling for this provider.boolean
Whether the resource provider supports modifications.The name of the resource provider.The path of the resource provider.boolean
Whether the resource provider supports refreshing.long
The service id from the service registry.boolean
Whether the resource provider supports query languages.boolean
Whether resource access security should be used. -
Constructor Summary
-
Method Summary
-
Field Details
-
name
The name of the resource provider. Optional might benull
. -
path
The path of the resource provider. This is nevernull
. -
useResourceAccessSecurity
public boolean useResourceAccessSecurityWhether resource access security should be used. -
authType
The auth handling for this provider. This is nevernull
. -
modifiable
public boolean modifiableWhether the resource provider supports modifications. -
adaptable
public boolean adaptableWhether the resource provider supports adaptable. -
refreshable
public boolean refreshableWhether the resource provider supports refreshing. -
attributable
public boolean attributableWhether the resource provider supports attributes. -
supportsQueryLanguage
public boolean supportsQueryLanguageWhether the resource provider supports query languages. -
serviceId
public long serviceIdThe service id from the service registry.
-
-
Constructor Details
-
ResourceProviderDTO
public ResourceProviderDTO()
-