|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Method Summary | |
void |
add(int index,
IObjectTypeHandler resource)
TODO: Description of the Method. |
boolean |
add(IObjectTypeHandler handler)
TODO: Description of the Method. |
void |
add(IObjectTypeHandlerList handlerList)
TODO: Description of the Method. |
boolean |
containsObjectTypeHandler(IObjectTypeHandler handler)
TODO: Description of the Method. |
IObjectTypeHandler |
get(int index)
TODO: Description of the Method. |
int |
indexOf(IObjectTypeHandler handler)
TODO: Description of the Method. |
int |
lastIndexOf(IObjectTypeHandler handler)
TODO: Description of the Method. |
IObjectTypeHandlerListIterator |
listIterator()
TODO: Description of the Method. |
IObjectTypeHandlerListIterator |
listIterator(int index)
TODO: Description of the Method. |
IObjectTypeHandler |
remove(int index)
TODO: Description of the Method. |
boolean |
remove(IObjectTypeHandler handler)
TODO: Description of the Method. |
IObjectTypeHandler |
set(int index,
IObjectTypeHandler handler)
TODO: Description of the Method. |
int |
size()
TODO: Description of the Method. |
IObjectTypeHandlerList |
subList(int index1,
int index2)
TODO: Description of the Method. |
IObjectTypeHandlerList |
sublistForAction(IActionType actionType)
TODO: Description of the Method. |
IObjectTypeHandlerList |
sublistForExtension(java.lang.String extension)
TODO: Description of the Method. |
IObjectTypeHandlerList |
sublistForMimetype(java.lang.String mimeType)
TODO: Description of the Method. |
IObjectTypeHandlerList |
sublistForMimetype(java.lang.String mimeType,
java.lang.String targetMimeType)
returns a sublist of IObjectTypeHandler that match for the
given mimetype or targetmimetype. |
IObjectTypeHandlerList |
sublistForNoResourceTypeGiven()
filters out all oths, that have a resourcetype defined. |
IObjectTypeHandlerList |
sublistForPath(RID path)
|
IObjectTypeHandlerList |
sublistForPath(URI path)
TODO: Description of the Method. |
IObjectTypeHandlerList |
sublistForResourceTypes(java.util.Vector resourceTypes)
TODO: Description of the Method. |
IObjectTypeHandlerList |
sublistForResourceTypes(java.util.Vector resourceTypes,
java.util.Vector targetTypes)
returns a sublist of IObjectTypeHandler that match for the
given resourcetypes or targetresourcetypes. |
| Method Detail |
public int size()
public boolean containsObjectTypeHandler(IObjectTypeHandler handler)
handler - TODO: Description of the incoming method parameterpublic void add(IObjectTypeHandlerList handlerList)
handlerList - TODO: Description of the incoming method parameterpublic boolean add(IObjectTypeHandler handler)
handler - TODO: Description of the incoming method parameterpublic boolean remove(IObjectTypeHandler handler)
handler - TODO: Description of the incoming method parameterpublic IObjectTypeHandler get(int index)
index - TODO: Description of the incoming method parameter
public IObjectTypeHandler set(int index,
IObjectTypeHandler handler)
index - TODO: Description of the incoming method parameterhandler - TODO: Description of the incoming method parameter
public void add(int index,
IObjectTypeHandler resource)
index - TODO: Description of the incoming method parameterresource - TODO: Description of the incoming method parameterpublic IObjectTypeHandler remove(int index)
index - TODO: Description of the incoming method parameterpublic int indexOf(IObjectTypeHandler handler)
handler - TODO: Description of the incoming method parameterpublic int lastIndexOf(IObjectTypeHandler handler)
handler - TODO: Description of the incoming method parameterpublic IObjectTypeHandlerListIterator listIterator()
public IObjectTypeHandlerListIterator listIterator(int index)
index - TODO: Description of the incoming method parameter
public IObjectTypeHandlerList subList(int index1,
int index2)
index1 - TODO: Description of the incoming method parameterindex2 - TODO: Description of the incoming method parameterpublic IObjectTypeHandlerList sublistForPath(URI path)
path - TODO: Description of the incoming method parameterpublic IObjectTypeHandlerList sublistForPath(RID path)
path - public IObjectTypeHandlerList sublistForMimetype(java.lang.String mimeType)
mimeType - TODO: Description of the incoming method parameter
public IObjectTypeHandlerList sublistForMimetype(java.lang.String mimeType,
java.lang.String targetMimeType)
IObjectTypeHandler that match for the
given mimetype or targetmimetype. This method should be used, if a list of
OTHs is needed for an IResource for an internal link.
Depending on the oth's attributes, an oth might also be valid for a link,
if the targetmimetype supplied matches the mimetype defined for the oth.
See IMimeType for detailsmimeType - the mimetype of the internal link, might be null
targetMimeType - the mimetype of the IResource the link
points at, might be nullIObjectTypeHandlerList ,
containing a subset of the oths in this listpublic IObjectTypeHandlerList sublistForExtension(java.lang.String extension)
extension - TODO: Description of the incoming method parameterpublic IObjectTypeHandlerList sublistForAction(IActionType actionType)
actionType - TODO: Description of the incoming method parameterpublic IObjectTypeHandlerList sublistForResourceTypes(java.util.Vector resourceTypes)
resourceTypes - TBD: Description of the incoming method parameter
public IObjectTypeHandlerList sublistForResourceTypes(java.util.Vector resourceTypes,
java.util.Vector targetTypes)
IObjectTypeHandler that match for the
given resourcetypes or targetresourcetypes. This method should be used, if
a list of OTHs is needed for an IResource for an internal
link. Depending on the oth's attributes, an oth might also be valid for a
link, if the targeresourcetypes supplied matches the resourcetypes defined
for the oth. See IResourceType for detailsresourceTypes - TBD: Description of the incoming method parametertargetTypes - TBD: Description of the incoming method parameterIObjectTypeHandlerList ,
containing a subset of the oths in this listpublic IObjectTypeHandlerList sublistForNoResourceTypeGiven()
IObjectTypeHandlerList ,
containing a subset of the oths in this list
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||