|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ContentProviderFace
Classes implementing this interface define the entry point for working with a specified content provider. All instances for content actions of a specific content provider can be retrieved from this class.
| Method Summary | |
|---|---|
ContentManipulationFace |
getContentManipulatorInstance()
This method returns the singleton content manipulation instance of the content provider. |
java.lang.String |
getContentProviderTypeID()
This id must be unique under all content provider. |
ContentRetrievalFace |
getContentRetrievalInstance()
This method returns the singleton content retrieval instance of the content provider. |
ContentSubmitterFace |
getContentSubmitterInstance()
This method returns the singleton content submitter instance of the content provider. |
java.util.Map<java.lang.String,PropertyModelFace> |
getDefaultProperties()
This method returns the default properties of this content provider. |
java.lang.String |
getName()
Only for convenience. |
boolean |
manipulationSupported()
|
boolean |
submissionSupported()
|
| Method Detail |
|---|
java.lang.String getName()
getContentProviderTypeID()).
boolean submissionSupported()
boolean manipulationSupported()
ContentRetrievalFace getContentRetrievalInstance()
ContentSubmitterFace getContentSubmitterInstance()
throws FeatureNotProvidedException
FeatureNotProvidedException - If this feature is not supported for this content
provider.
ContentManipulationFace getContentManipulatorInstance()
throws FeatureNotProvidedException
FeatureNotProvidedException - If this feature is not supported for this content
provider.java.lang.String getContentProviderTypeID()
java.util.Map<java.lang.String,PropertyModelFace> getDefaultProperties()
PropertyModelFace.getSchluessel().ContentProviderRegistryFace.getDefaultProperties()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||