Interface ERElement

    • Field Detail

      • CONTEXTS_PROPERTY

        static final String CONTEXTS_PROPERTY
        The property name for the map of contexts associated with the element.

        This property is not native to the model but is generated by the server for administrative client convenience.

        See Also:
        Constant Field Values
    • Method Detail

      • getContexts

        Map<UUID,​String> getContexts()
        Returns a map of contexts where this element is present.

        The map keys are the context UUIDs, and the values are the context names. This property is included in JSON serialization only if it is not null.

        Returns:
        A Map of context UUIDs to context names, or null.