public class ResourceProviderDTO extends Object
org.apache.sling.spi.resource.provider.ResourceProvider.| Modifier and Type | Field and Description | 
|---|---|
| boolean | adaptableWhether the resource provider supports adaptable. | 
| boolean | attributableWhether the resource provider supports attributes. | 
| AuthType | authTypeThe auth handling for this provider. | 
| boolean | modifiableWhether the resource provider supports modifications. | 
| String | nameThe name of the resource provider. | 
| String | pathThe path of the resource provider. | 
| boolean | refreshableWhether the resource provider supports refreshing. | 
| long | serviceIdThe service id from the service registry. | 
| boolean | supportsQueryLanguageWhether the resource provider supports query languages. | 
| boolean | useResourceAccessSecurityWhether resource access security should be used. | 
| Constructor and Description | 
|---|
| ResourceProviderDTO() | 
public String name
null.public String path
null.public boolean useResourceAccessSecurity
public AuthType authType
null.public boolean modifiable
public boolean adaptable
public boolean refreshable
public boolean attributable
public boolean supportsQueryLanguage
public long serviceId
Copyright © 2017 The Apache Software Foundation. All rights reserved.