Interface ProfilingConditionAttributesManager
@API(type=NOT_EXTENDABLE,
src=PUBLIC)
public interface ProfilingConditionAttributesManager
Gives access to profiling attributes.
- Since:
- 26
-
Method Summary
Modifier and TypeMethodDescriptiongetProfilingConditionAttributes
(AuthorElement contextElement) Get defined profiling attribute names and values which can be set for the current context element.
-
Method Details
-
getProfilingConditionAttributes
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.
-