|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sapportals.wcm.service.indexmanagement.retrieval.classification.DocClassificationMap
Contains a resource and its classification per taxonomy.
| Constructor Summary | |
DocClassificationMap(IResource document)
|
|
| Method Summary | |
boolean |
containsTaxonomyName(String taxonomyName)
|
boolean |
equals(IDocClassificationMap docClassificationMap)
True if the index folder is equal to another index folder. |
IRidList |
getClasses(String taxonomyName)
Get the Classes attribute of the IDocClassificationMap object. |
IResource |
getDocument()
Get the Document attribute of the IDocClassificationMap object. |
Set |
getTaxonomyNameSet()
Get the TaxonomySet attribute of the IDocClassificationMap object. |
void |
put(String taxonomyName,
IRidList taxClasses)
Puts a classification for a taxonomy into the map |
void |
putAll(IDocClassificationMap documentClassificationMap)
|
void |
removeTaxonomyClasses(String taxonomyName)
Removes the taxonomy with its classes from the map |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DocClassificationMap(IResource document)
| Method Detail |
public IResource getDocument()
getDocument in interface IDocClassificationMappublic IRidList getClasses(String taxonomyName)
getClasses in interface IDocClassificationMaptaxonomyName - taxonomy name for that the classes have to be returned
public Set getTaxonomyNameSet()
getTaxonomyNameSet in interface IDocClassificationMap
public void put(String taxonomyName,
IRidList taxClasses)
put in interface IDocClassificationMaptaxonomyName - name of the taxonomytaxClasses - list of taxonomy classespublic boolean equals(IDocClassificationMap docClassificationMap)
public boolean containsTaxonomyName(String taxonomyName)
containsTaxonomyName in interface IDocClassificationMaptaxonomyName - name of the taxonomy
public void putAll(IDocClassificationMap documentClassificationMap)
putAll in interface IDocClassificationMapdocumentClassificationMap - the classificationMap that has to be put into this mappublic void removeTaxonomyClasses(String taxonomyName)
removeTaxonomyClasses in interface IDocClassificationMaptaxonomyName - name of the taxonomy
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||