Interface ProfilingConditionAttributesManager
-
@API(type=NOT_EXTENDABLE, src=PUBLIC) public interface ProfilingConditionAttributesManager
Gives access to profiling attributes.- Since:
- 26
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<ProfileConditionInfoPO>
getProfilingConditionAttributes(AuthorElement contextElement)
Get defined profiling attribute names and values which can be set for the current context element.
-
-
-
Method Detail
-
getProfilingConditionAttributes
java.util.List<ProfileConditionInfoPO> getProfilingConditionAttributes(AuthorElement contextElement)
Get defined profiling attribute names and values which can be set for the current context element. The profiling attribute names and values should be defined either in a subject scheme or in the corresponding options page.- Parameters:
contextElement
- The XML element for which profiling attributes are required. In a subject scheme map you can map values based on the element name and attribute name.- Returns:
- the list of defined profiling attribute names and values which can be set for the context element.
-
-