|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectspcp7.imagegallery.impl.alfresco.AlfrescoContentProviderImpl
public class AlfrescoContentProviderImpl
| Field Summary | |
|---|---|
static java.lang.String |
contentProviderTypeID
This should not be changed! |
| Constructor Summary | |
|---|---|
AlfrescoContentProviderImpl()
Within the constructor the default properties are initialized. |
|
| 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()
|
void |
setContentRetrieval(ContentRetrievalFace contentRetrieval)
Injected by spring |
boolean |
submissionSupported()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String contentProviderTypeID
| Constructor Detail |
|---|
public AlfrescoContentProviderImpl()
| Method Detail |
|---|
public ContentManipulationFace getContentManipulatorInstance()
throws FeatureNotProvidedException
ContentProviderFace
getContentManipulatorInstance in interface ContentProviderFaceFeatureNotProvidedException - If this feature is not supported for this content
provider.ContentProviderFace.getContentManipulatorInstance()public ContentRetrievalFace getContentRetrievalInstance()
ContentProviderFace
getContentRetrievalInstance in interface ContentProviderFaceContentProviderFace.getContentRetrievalInstance()
public ContentSubmitterFace getContentSubmitterInstance()
throws FeatureNotProvidedException
ContentProviderFace
getContentSubmitterInstance in interface ContentProviderFaceFeatureNotProvidedException - If this feature is not supported for this content
provider.ContentProviderFace.getContentSubmitterInstance()public java.lang.String getName()
ContentProviderFaceContentProviderFace.getContentProviderTypeID()).
getName in interface ContentProviderFaceContentProviderFace.getName()public java.lang.String getContentProviderTypeID()
ContentProviderFace
getContentProviderTypeID in interface ContentProviderFaceContentProviderFace.getContentProviderTypeID()public boolean manipulationSupported()
manipulationSupported in interface ContentProviderFaceContentProviderFace.manipulationSupported()public boolean submissionSupported()
submissionSupported in interface ContentProviderFaceContentProviderFace.submissionSupported()public java.util.Map<java.lang.String,PropertyModelFace> getDefaultProperties()
ContentProviderFace
getDefaultProperties in interface ContentProviderFacePropertyModelFace.getSchluessel().ContentProviderFace.getDefaultProperties()public void setContentRetrieval(ContentRetrievalFace contentRetrieval)
contentRetrieval -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||