|
Enterprise Workspaces 1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.workspaces.content.AbstractContentProvider
public abstract class AbstractContentProvider
Extend this abstract class to integrate external content in workspaces
| Constructor Summary | |
|---|---|
AbstractContentProvider()
|
|
| Method Summary | |
|---|---|
abstract ContentDescriptor |
getContentDescriptor(String contentID,
com.sap.security.api.IUser user,
Locale locale)
Returns the descriptor of the content item specified by the content ID, user and locale |
abstract ContentDescriptor[] |
getContentDescriptors(ContentFilter contentFilter,
com.sap.security.api.IUser user,
Locale locale)
Returns descriptors of the content items specified by the content filter, user and locale |
abstract String |
getID()
Returns the content provider ID; should not exceed 32 characters |
abstract AbstractModule |
getModule(String contentID,
com.sap.security.api.IUser user)
Returns a module created from the specified content item |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractContentProvider()
| Method Detail |
|---|
public abstract String getID()
public abstract ContentDescriptor[] getContentDescriptors(ContentFilter contentFilter,
com.sap.security.api.IUser user,
Locale locale)
contentFilter - the filter defining the relevant contentuser - the current userlocale - the user's locale
public abstract ContentDescriptor getContentDescriptor(String contentID,
com.sap.security.api.IUser user,
Locale locale)
contentID - the ID of the content item in its source systemuser - the current userlocale - the user's locale
public abstract AbstractModule getModule(String contentID,
com.sap.security.api.IUser user)
user - the current user
|
Enterprise Workspaces 1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||