|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Functionalities to handle entry points
| Field Summary | |
static java.lang.String |
IVIEW_PARAM_CONTEXT_ID
iView parameter that can be retrieved to get the context ID for internal processing |
| Method Summary | |
void |
addAndRemoveRootEntryPoints(ICollection parentCollection,
IEntryPointList entryPoints,
DisplayMode displayMode)
Handles the already existing list of entry points on the first level of the entry points hierarchy. |
IEntryPointList |
getEntryPointChildren(ICollection parentCollection,
IEntryPoint parentEntryPoint,
DisplayMode displayMode)
Gets entry points as children for a specific folder inside a entry points hierarchy. |
java.lang.String |
getName()
Gets the name of the entry points provider |
java.lang.String |
getOptionalBundleFile()
Gets the optional bundle file. |
int |
getPriority()
Gets the priority of the provider |
IPropertyMap |
getProperties(IResource resource,
IEntryPoint entryPoint,
DisplayMode displayMode)
Gets properties of an entry point represented by a resource |
IProperty |
getProperty(IPropertyName propertyName,
IResource resource,
IEntryPoint entryPoint,
DisplayMode displayMode)
Gets a property of an entry point represented by a resource |
boolean |
isActive()
Checks if the provider is in state active |
void |
setOptionalBundleFile(java.lang.String optionalBundleFile)
Sets the optional bundle file. |
| Field Detail |
public static final java.lang.String IVIEW_PARAM_CONTEXT_ID
| Method Detail |
public void addAndRemoveRootEntryPoints(ICollection parentCollection,
IEntryPointList entryPoints,
DisplayMode displayMode)
throws WcmException
parentCollection - root folder of the entry points repositoryentryPoints - entry point list that can be manipulateddisplayMode - display mode of the current requestWcmException -
public IEntryPointList getEntryPointChildren(ICollection parentCollection,
IEntryPoint parentEntryPoint,
DisplayMode displayMode)
throws WcmException
parentCollection - parent folder inside the entry points repositoryparentEntryPoint - parent entry point (also repesented as parent folder)displayMode - display mode of the current requestWcmException - public java.lang.String getName()
public int getPriority()
public boolean isActive()
public void setOptionalBundleFile(java.lang.String optionalBundleFile)
optionalBundleFile - public java.lang.String getOptionalBundleFile()
public IPropertyMap getProperties(IResource resource,
IEntryPoint entryPoint,
DisplayMode displayMode)
throws ResourceException
resource - entry point resourceentryPoint - entry point (also repesented as resource)displayMode - display mode of the current requestResourceException -
public IProperty getProperty(IPropertyName propertyName,
IResource resource,
IEntryPoint entryPoint,
DisplayMode displayMode)
throws ResourceException
propertyName - name of the propertyresource - entry point resourceentryPoint - entry point (also repesented as resource)displayMode - display mode of the current requestResourceException -
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||