|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This map contains a resource and its classification per taxonomy
| Method Summary | |
boolean |
containsTaxonomyName(java.lang.String taxonomyName)
|
IRidList |
getClasses(java.lang.String taxonomyName)
Get the Classes attribute of the IDocClassificationMap object. |
IResource |
getDocument()
Get the Document attribute of the IDocClassificationMap object. |
java.util.Set |
getTaxonomyNameSet()
Get the TaxonomySet attribute of the IDocClassificationMap object. |
void |
put(java.lang.String taxonomyName,
IRidList taxClasses)
Puts a classification for a taxonomy into the map |
void |
putAll(IDocClassificationMap documentClassificationMap)
|
void |
removeTaxonomyClasses(java.lang.String taxonomyName)
Removes the taxonomy with its classes from the map |
| Method Detail |
public IResource getDocument()
public IRidList getClasses(java.lang.String taxonomyName)
taxonomyName - taxonomy name for that the classes have to be returnedpublic java.util.Set getTaxonomyNameSet()
public void put(java.lang.String taxonomyName,
IRidList taxClasses)
taxonomyName - name of the taxonomytaxClasses - list of taxonomy classespublic void putAll(IDocClassificationMap documentClassificationMap)
documentClassificationMap - the classificationMap that has to be put into this mappublic boolean containsTaxonomyName(java.lang.String taxonomyName)
taxonomyName - name of the taxonomypublic void removeTaxonomyClasses(java.lang.String taxonomyName)
taxonomyName - name of the taxonomy
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||