|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IRelationTypeList | |
| com.sapportals.wcm.service.relation | Provides a service to persist relationships between relation operands. |
| Uses of IRelationTypeList in com.sapportals.wcm.service.relation |
| Methods in com.sapportals.wcm.service.relation that return IRelationTypeList | |
IRelationTypeList |
IRelationTypeList.subList(int startIndex,
int stopIndex)
Return a list of elements from this list which starts at the first specified position in the list and end at the second specified position. |
IRelationTypeList |
IRelationTypeList.union(IRelationTypeList list)
Get the union of this list and the given list. |
IRelationTypeList |
IRelationTypeList.intersection(IRelationTypeList list)
Get the intersection of this list and the given list. |
IRelationTypeList |
IRelationTypeList.difference(IRelationTypeList list)
Get the difference of this list to the given list. Given a , b and c in this list; b , c and d in the given list, the result will contain only a . |
IRelationTypeList |
IRelationService.getRelationTypeList()
Get an empty list for relation types. |
IRelationTypeList |
IRelationService.getRelationTypes(IResourceContext context)
Get a list of all relation types which are available within the given context. |
IRelationTypeList |
IRelationService.getRelationTypes(IResourceContext context,
java.lang.String namespace)
Get a list of all relation types of the given namespace which are available within the given context. |
| Methods in com.sapportals.wcm.service.relation with parameters of type IRelationTypeList | |
boolean |
IRelationTypeList.addAll(IRelationTypeList list)
Add all the elements in the specified list to this list. |
IRelationTypeList |
IRelationTypeList.union(IRelationTypeList list)
Get the union of this list and the given list. |
IRelationTypeList |
IRelationTypeList.intersection(IRelationTypeList list)
Get the intersection of this list and the given list. |
IRelationTypeList |
IRelationTypeList.difference(IRelationTypeList list)
Get the difference of this list to the given list. Given a , b and c in this list; b , c and d in the given list, the result will contain only a . |
|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||