@ProviderType
public interface Classification
Classification
organizes products into ClassificationCategory
s
in a tree-like structure. The root category is the root of the category tree.
Products can be organized independently from product catalog structures in separate classifications.
Since 6.2Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Returns the description of the classification.
|
java.lang.String |
getPath()
Returns the path of the classification if represented in the repository.
|
ClassificationCategory |
getRootCategory()
Returns the root category of the classification.
|
java.lang.String |
getTitle()
Returns the title of the classification.
|
java.lang.String getTitle()
java.lang.String getDescription()
java.lang.String getPath()
ClassificationCategory getRootCategory()
Copyright © 2010 - 2020 Adobe. All Rights Reserved