com.polarion.platform.context.IContext


METHODS
Modifiers and TypeNameDescription
public, IContextId getId()
public, String getName() While the context id is globally unique and completely identifies the context in the tree hierarchy, the name is a string which identifies the context only locally. The main purpose of the name is to give easy way for clients, who wish which duplicate the contexts structure, e.g. in the file system.
public, ContextNature getNature()
public, ILocation getLocation()

Back to Index