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
FieldsModifier and TypeFieldDescriptionbooleanWhether the resource provider supports adaptable.booleanWhether the resource provider supports attributes.The auth handling for this provider.booleanWhether the resource provider supports modifications.The name of the resource provider.The path of the resource provider.booleanWhether the resource provider supports refreshing.longThe service id from the service registry.booleanWhether the resource provider supports query languages.booleanWhether resource access security should be used. -
Constructor Summary
Constructors -
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()
-