Interface IContainer

All Superinterfaces:
Cloneable, ICacheObjectListener, IContainerInfo, ISortInfo, IThing, IThingBaseInfo, IThingBaseView, IThingDateInfo, IThingDateView, IThingIDBase, IThingInfo, IThingInfoView, IThingKeywordsInfo, IThingNameInfo, IThingNameView, IThingNoteInfo, IThingParentInfo, IThingParentView, Serializable
All Known Subinterfaces:
ICategory, IFolder, IForum, IMessage, ITopic, ITopic

public interface IContainer extends IThing, IContainerInfo
base class for Topics, folders
See Also:
  • Method Details

    • getPath

      @Deprecated String getPath(String lang, boolean useName) throws MetaException
      Deprecated.
      may not be supported in future
      gets all ancestors(breadcrumbs) of current container of same type and constructs a string/URI of names ("/root/level2/me/") or IDs ("/210909493094/129019201924/4830909043092/") in given lang
      Parameters:
      lang - language to get for path (null means default)
      useName - true if using named path, false for ID path
      Throws:
      MetaException