|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IObjectTypeHandlerList | |
| com.sapportals.wcm.service.objecttypehandler | Provides a service to add arbitrary commands for resources. |
| Uses of IObjectTypeHandlerList in com.sapportals.wcm.service.objecttypehandler |
| Methods in com.sapportals.wcm.service.objecttypehandler that return IObjectTypeHandlerList | |
IObjectTypeHandlerList |
IObjectTypeHandlerService.getEmptyObjectTypeHandlerList()
|
IObjectTypeHandlerList |
IObjectTypeHandlerService.getObjectTypeHandler()
Get the ObjectTypeHandler attribute of the IObjectTypeHandlerService object. |
IObjectTypeHandlerList |
IObjectTypeHandlerService.getObjectTypeHandler(IResource resource)
Get the ObjectTypeHandlerList that matches for this resource. |
IObjectTypeHandlerList |
IObjectTypeHandlerService.getObjectTypeHandler(IResource resource,
IActionType actionType)
Gets the List of ObjectTypeHandlers which are valid for the given resource and which implement the wanted IActionType There are several
internal filters realized a) resourceType b) mimeType (not for ICollection
objects) c) extension (not for ICollection objects) d) actiontype In a
first step, all ObjectTypeHandler for the RID of the resource are returned.
|
IObjectTypeHandlerList |
IObjectTypeHandlerService.getObjectTypeHandlerList(java.util.Vector resourceTypes)
|
IObjectTypeHandlerList |
ObjectTypeHandlerUtil.rankHandlers(IObjectTypeHandlerList list)
The ranking mechanism works after the following schema: For every selection criteria given in an IObjectTypeHandler , the algorithms gives
points to this handler if a path is given -> 8 points if a resource type is
given -> 4 points if a mimetype is given -> 2 points if an extension is
given -> 1 point If several handlers have the same score after that
procedure, the length of the resource path acts as the tie breaker: The
more folders of the path are specified, the more exact the match naturally
becomes. |
IObjectTypeHandlerList |
IObjectTypeHandlerList.subList(int index1,
int index2)
TODO: Description of the Method. |
IObjectTypeHandlerList |
IObjectTypeHandlerList.sublistForPath(URI path)
TODO: Description of the Method. |
IObjectTypeHandlerList |
IObjectTypeHandlerList.sublistForPath(RID path)
|
IObjectTypeHandlerList |
IObjectTypeHandlerList.sublistForMimetype(java.lang.String mimeType)
TODO: Description of the Method. |
IObjectTypeHandlerList |
IObjectTypeHandlerList.sublistForMimetype(java.lang.String mimeType,
java.lang.String targetMimeType)
returns a sublist of IObjectTypeHandler that match for the
given mimetype or targetmimetype. |
IObjectTypeHandlerList |
IObjectTypeHandlerList.sublistForExtension(java.lang.String extension)
TODO: Description of the Method. |
IObjectTypeHandlerList |
IObjectTypeHandlerList.sublistForAction(IActionType actionType)
TODO: Description of the Method. |
IObjectTypeHandlerList |
IObjectTypeHandlerList.sublistForResourceTypes(java.util.Vector resourceTypes)
TODO: Description of the Method. |
IObjectTypeHandlerList |
IObjectTypeHandlerList.sublistForResourceTypes(java.util.Vector resourceTypes,
java.util.Vector targetTypes)
returns a sublist of IObjectTypeHandler that match for the
given resourcetypes or targetresourcetypes. |
IObjectTypeHandlerList |
IObjectTypeHandlerList.sublistForNoResourceTypeGiven()
filters out all oths, that have a resourcetype defined. |
| Methods in com.sapportals.wcm.service.objecttypehandler with parameters of type IObjectTypeHandlerList | |
IActionList |
ObjectTypeHandlerUtil.getMergedActions(IObjectTypeHandlerList list)
|
java.util.Properties |
ObjectTypeHandlerUtil.getMergedProperties(IObjectTypeHandlerList list)
|
java.util.Collection |
ObjectTypeHandlerUtil.getMergedMultiValuedProperties(IObjectTypeHandlerList list,
java.lang.String propertykey)
|
IObjectTypeHandlerList |
ObjectTypeHandlerUtil.rankHandlers(IObjectTypeHandlerList list)
The ranking mechanism works after the following schema: For every selection criteria given in an IObjectTypeHandler , the algorithms gives
points to this handler if a path is given -> 8 points if a resource type is
given -> 4 points if a mimetype is given -> 2 points if an extension is
given -> 1 point If several handlers have the same score after that
procedure, the length of the resource path acts as the tie breaker: The
more folders of the path are specified, the more exact the match naturally
becomes. |
java.lang.String |
ObjectTypeHandlerUtil.writeDebugInformation(IResource res,
IObjectTypeHandlerList result)
|
void |
IObjectTypeHandlerList.add(IObjectTypeHandlerList handlerList)
TODO: Description of the Method. |
|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||