Interface IContextObjectMapper


public interface IContextObjectMapper
Used to contribute the the mapping between contexts and model objects - if such mapping exists. Typical implementation of this interface would implement/contribute also the IContextNatureProvider (or at least they must share the knowledge).
Author:
dobisekm
  • Method Details

    • getContextObjectURI

      SubterraURI getContextObjectURI(IContextId contextId)
      Parameters:
      contextId - The context Id, which originally cames from the IContextService
      Returns:
      The SubterraURI of object representing this context or null if no such exists.