public class TaxonomyRelationManager extends Object
Constructor and Description |
---|
TaxonomyRelationManager()
Constructs a TaxonomyRelationManager.
|
Modifier and Type | Method and Description |
---|---|
String[] |
getTaxonomyContent(Keyword[] taxonomyKeywords,
boolean includeBranches)
This retrieves all the content in a Taxonomy related context.
|
String[] |
getTaxonomyContent(Keyword[] taxonomyKeywords,
boolean includeBranches,
Criteria additionalCriteria)
This retrieves all the content in a Taxonomy related context.
|
String[] |
getTaxonomyContent(Keyword taxonomyKeyword,
boolean includeBranches)
This retrieves all the content in a Taxonomy related context.
|
String[] |
getTaxonomyContent(Keyword taxonomyKeyword,
boolean includeBranches,
Criteria additionalCriteria)
This retrieves all the content in a Taxonomy related context.
|
Keyword[] |
getTaxonomyKeywords(String[] contentURIs,
Keyword[] contextKeywords,
TaxonomyFilter taxonomyFilter,
int itemType)
Retrieves the Taxonomy Keywords for a number of content items and applies a
taxonomyFilter to retrieve more related keywords.
|
Keyword[] |
getTaxonomyKeywords(String contentURI,
Keyword[] contextKeywords,
TaxonomyFilter taxonomyFilter,
int itemType)
Retrieves the Taxonomy Keywords for a number of content items and applies a
taxonomyFilter to retrieve more related keywords.
|
Keyword[] |
getTaxonomyKeywords(String taxonomyURI,
String[] contentURIs,
Keyword[] contextKeywords,
TaxonomyFilter taxonomyFilter,
int itemType)
Retrieves the Taxonomy Keywords for a number of content items and applies a
taxonomyFilter to retrieve more related keywords.
|
Keyword[] |
getTaxonomyKeywords(String taxonomyURI,
String contentURI,
Keyword[] contextKeywords,
TaxonomyFilter taxonomyFilter,
int itemType)
Retrieves the Taxonomy Keywords for a number of content items and applies a
taxonomyFilter to retrieve more related keywords.
|
public TaxonomyRelationManager()
public Keyword[] getTaxonomyKeywords(String contentURI, Keyword[] contextKeywords, TaxonomyFilter taxonomyFilter, int itemType)
contentURI
- THe URI of the content to search keywords forcontextKeywords
- The URIs of already selected context keywords, this
will be used to retrieve related items.itemType
- The itemType of the given content itemstaxonomyFilter
- The filter to apply to the found keywordspublic Keyword[] getTaxonomyKeywords(String[] contentURIs, Keyword[] contextKeywords, TaxonomyFilter taxonomyFilter, int itemType)
contentURIs
- THe URIs of the content to search keywords forcontextKeywords
- The URIs of already selected context keywords, this
will be used to retrieve related items.itemType
- The itemType of the given content itemstaxonomyFilter
- The filter to apply to the found keywordspublic Keyword[] getTaxonomyKeywords(String taxonomyURI, String contentURI, Keyword[] contextKeywords, TaxonomyFilter taxonomyFilter, int itemType)
taxonomyURI
- The URI of the TaxonomycontentURI
- THe URI of the content to search keywords forcontextKeywords
- The URIs of already selected context keywords, this
will be used to retrieve related items.itemType
- The itemType of the given content itemstaxonomyFilter
- The filter to apply to the found keywordspublic Keyword[] getTaxonomyKeywords(String taxonomyURI, String[] contentURIs, Keyword[] contextKeywords, TaxonomyFilter taxonomyFilter, int itemType)
taxonomyURI
- The URI of the Taxonomy, may be null if no specific taxonomy is requiredcontentURIs
- THe URIs of the content to search keywords forcontextKeywords
- The URIs of already selected context keywords, this
will be used to retrieve related items.itemType
- The itemType of the given content itemstaxonomyFilter
- The filter to apply to the found keywordspublic String[] getTaxonomyContent(Keyword taxonomyKeyword, boolean includeBranches) throws StorageException
taxonomyKeyword
- The keyword to retrieve the related content forincludeBranches
- true if all indirectly content should be included, false if notStorageException
- If unable to retrieve content relations.public String[] getTaxonomyContent(Keyword[] taxonomyKeywords, boolean includeBranches) throws StorageException
taxonomyKeywords
- The keywords to retrieve the related content forincludeBranches
- true if all indirectly content should be included, false if notStorageException
- If unable to retrieve content relations.public String[] getTaxonomyContent(Keyword taxonomyKeyword, boolean includeBranches, Criteria additionalCriteria) throws StorageException
taxonomyKeyword
- The keyword to retrieve the related content forincludeBranches
- true if all indirectly content should be included, false if notadditionalCriteria
- The additional criteria to use when retrieving the content (like category
restrictions, range conditions)StorageException
- If unable to retrieve content relations.public String[] getTaxonomyContent(Keyword[] taxonomyKeywords, boolean includeBranches, Criteria additionalCriteria) throws StorageException
taxonomyKeywords
- The keywords to retrieve the related content forincludeBranches
- true if all indirectly content should be included, false if notadditionalCriteria
- The additional criteria to use when retrieving the content (like category
restrictions, range conditions)StorageException
- If unable to retrieve content relations.Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries