Uses of Class
org.activemath.abstractcontent.MBaseID

Packages that use MBaseID
org.activemath.abstractcontent This package contains wrapper classes and interfaces describing the abstract layer through which all classes should connect to common services like MBase or the User-Model. 
org.activemath.content   
org.activemath.content.items   
org.activemath.omdocjdom.cache   
org.activemath.omdocjdom.exist   
org.activemath.omdocjdom.index whose front end is in package org.activemath.webapp.dict
org.activemath.omdocjdom.index.analysis   
org.activemath.omdocjdom.index.queries   
org.activemath.omdocjdom.lucene   
org.activemath.omdocjdom.mbase This package contains an implementation of scratchpad-MBase It stores all its documents in a set of OJDocuments and builds a table of IDs as well as dependency maps. 
org.activemath.omdocjdom.rephrase   
org.activemath.omdocjdom.slumb This package contains an OMDoc storage-implementation based on Lucene and satisfying the contract of the MBaseRef interface. 
org.activemath.omdocjdom.slumb.data   
org.activemath.omdocjdom.thembase   
org.activemath.util.OMconverters   
org.activemath.webapp.dict   
org.activemath.webapp.dict.queries   
org.activemath.webapp.tools   
org.activemath.webapp.user   
org.activemath.webapp.view.tools   
org.activemath.webapp.ws.delegation.siette   
 

Uses of MBaseID in org.activemath.abstractcontent
 

Fields in org.activemath.abstractcontent declared as MBaseID
 MBaseID MBaseRef.Dependency.idOf
           
 MBaseID MBaseRef.Dependency.idOn
           
 

Methods in org.activemath.abstractcontent that return MBaseID
 MBaseID MultiMBase.getCanonicalID(MBaseID source)
           
 MBaseID MBaseRef.getCanonicalID(MBaseID id)
          Returns a fully-qualified unique ID that enables collections of IDs to behave properly.
 MBaseID CascadingMBaseRef.getCanonicalID(MBaseID id)
           
 MBaseID[] MultiMBase.getForWhat(MBaseID id)
          Returns the ID contained in the attribute for
 MBaseID[] MBaseRef.getForWhat(MBaseID id)
          Returns the ID contained in the attribute for
 MBaseID[] CascadingMBaseRef.getForWhat(MBaseID id)
           
 MBaseID MBaseItemNotFoundException.getID()
           
 MBaseID MBaseRef.Dependency.getIdOf()
           
 MBaseID MBaseRef.Dependency.getIdOn()
           
 MBaseID MBaseRef.Dependency.getSourceNodeId()
           
 MBaseID MBaseRef.Relation.getSourceNodeId()
           
 MBaseID MBaseRef.Dependency.getTargetNodeId()
           
 MBaseID MBaseRef.Relation.getTargetNodeId()
           
 MBaseID MultiMBase.getTheory(MBaseID id)
          Returns the ID of the closest parent (including the element itself) that either has a theory attribute or is a theory element or null if there is no such parent.
 MBaseID MBaseRef.getTheory(MBaseID id)
          Returns the ID of the closest parent (including the element itself) that either has a theory attribute or is a theory element or null if there is no such parent.
 MBaseID CascadingMBaseRef.getTheory(MBaseID id)
           
 

Methods in org.activemath.abstractcontent with parameters of type MBaseID
protected  boolean CascadingMBaseRef.containsID(MBaseRef ref, MBaseID id)
          Invokes MBaseRef.getCanonicalID(org.activemath.abstractcontent.MBaseID) on the indicated MBaseRef returning true if no exception was thrown or false if one was.
 String MultiMBase.getAttribute(MBaseID id, String attName)
           
 String MBaseRef.getAttribute(MBaseID id, String attributeName)
          Returns the attribute value of the attribute of given name of the element with given ID.
 String CascadingMBaseRef.getAttribute(MBaseID id, String attributeName)
          Returns the MBaseRef.getAttribute(org.activemath.abstractcontent.MBaseID, java.lang.String) of the first MBaseRef that contains the ID.
 MBaseID MultiMBase.getCanonicalID(MBaseID source)
           
 MBaseID MBaseRef.getCanonicalID(MBaseID id)
          Returns a fully-qualified unique ID that enables collections of IDs to behave properly.
 MBaseID CascadingMBaseRef.getCanonicalID(MBaseID id)
           
 OJElement MultiMBase.getChildren(MBaseID id, String xPathReducedExpression)
          Returns the content of the named descendant of the element of given ID.
 OJElement MBaseRef.getChildren(MBaseID id, String xPathReducedExpression)
          Returns the content of the named descendant of the element of given ID.
 OJElement CascadingMBaseRef.getChildren(MBaseID id, String xPathReducedExpression)
           
 Map MultiMBase.getCommonName(MBaseID id)
          Returns the names of this element which is fetched either from the <metadata><dc:Title> descendant or from the <commonname> elements.
 Map MBaseRef.getCommonName(MBaseID id)
          Returns the names of this element which is fetched either from the <metadata><dc:Title> descendant or from the <commonname> elements.
 Map CascadingMBaseRef.getCommonName(MBaseID id)
           
 OJElement MultiMBase.getCompleteDCMetadata(MBaseID id)
           
 OJElement MBaseRef.getCompleteDCMetadata(MBaseID id)
          Returns a metadata element with only Dublin-Core children including inherited ones from their parents.
 OJElement CascadingMBaseRef.getCompleteDCMetadata(MBaseID id)
           
 Iterator MultiMBase.getDefinitions(MBaseID id, Collection collections)
           
 Iterator MBaseRef.getDefinitions(MBaseID id, Collection collections)
          For a symbol, this method returns the IDs of all definitions.
 Iterator CascadingMBaseRef.getDefinitions(MBaseID id, Collection collections)
           
 Iterator MultiMBase.getDependencies(MBaseID mBaseID)
          Gets an Iterator of MBaseRef.Dependency dependencies with all dependencies registered for that element.
 Iterator MBaseRef.getDependencies(MBaseID mBaseID)
          Gets an Iterator of MBaseRef.Dependency relations with all relations that stem from this element.
 Iterator CascadingMBaseRef.getDependencies(MBaseID id)
           
 OJElement MultiMBase.getFormalContent(MBaseID id)
          From any ID this method returns the row of FMP elements' contents.
 OJElement MBaseRef.getFormalContent(MBaseID id)
          From any ID this method returns the content of the FMP element.
 OJElement CascadingMBaseRef.getFormalContent(MBaseID id)
           
 MBaseID[] MultiMBase.getForWhat(MBaseID id)
          Returns the ID contained in the attribute for
 MBaseID[] MBaseRef.getForWhat(MBaseID id)
          Returns the ID contained in the attribute for
 MBaseID[] CascadingMBaseRef.getForWhat(MBaseID id)
           
 Iterator MultiMBase.getIncomingRelations(MBaseID id, Collection collections)
           
 Iterator MBaseRef.getIncomingRelations(MBaseID id, Collection collections)
          Returns an iterator of MBaseRef.Relations objects describing the relations that point to this item.
 Iterator CascadingMBaseRef.getIncomingRelations(MBaseID id, Collection collections)
           
protected  MBaseRef MultiMBase.getMBase(MBaseID forContent)
          finds an appropriate MBase to query and returns the result.
 MBaseRef CascadingMBaseRef.getMBaseContaining(MBaseID id)
          Goes through the list of MBaseRefs invoking, on each, CascadingMBaseRef.containsID(MBaseRef,MBaseID) and returning the first that responds true.
protected  MBaseRef CascadingMBaseRef.getMBaseContainingOrThrow(MBaseID id)
          The same as CascadingMBaseRef.getMBaseContaining(org.activemath.abstractcontent.MBaseID) but throws MBaseItemNotFoundException instead of returning null.
 OJElement MultiMBase.getMetadata(MBaseID id)
          Returns the contents of the <metdata> child of this element.
 OJElement MBaseRef.getMetadata(MBaseID id)
          Returns the contents of the <metdata> child of this element.
 OJElement CascadingMBaseRef.getMetadata(MBaseID id)
           
 Hashtable AuthorExtendedMBaseRef.getOMDocPath(MBaseID id)
           
 Iterator MultiMBase.getOutgoingRelations(MBaseID id)
           
 Iterator MBaseRef.getOutgoingRelations(MBaseID id)
          Returns an iterator of MBaseRef.Relations objects describing the relations that point from this item.
 Iterator CascadingMBaseRef.getOutgoingRelations(MBaseID id)
           
 Iterator MultiMBase.getProofs(MBaseID assertionID, Collection collections)
           
 Iterator MBaseRef.getProofs(MBaseID assertionID, Collection collections)
          For an assertion, this method returns the IDs of all of its proofs.
 Iterator CascadingMBaseRef.getProofs(MBaseID id, Collection collections)
           
 Iterator MultiMBase.getRelated(MBaseID id, Collection collections)
          Same as MultiMBase.getDependencies(org.activemath.abstractcontent.MBaseID) but returns the converse: all dependencies whose Dependency#idOn is the given ID.
 Iterator MBaseRef.getRelated(MBaseID mBaseID, Collection collections)
          Same as MBaseRef.getDependencies(org.activemath.abstractcontent.MBaseID) but returns the converse: all relations whose MBaseRef.Dependency.idOn is the element of given ID.
 Iterator CascadingMBaseRef.getRelated(MBaseID id, Collection collections)
          Goes through all MBaseRefs amalgamating all the Iterators provided.
 String MBaseID.getRelativeForm(MBaseID base)
          Constructs the string containing the fewest necessary information for an element to be used as attribute if child of an object of id base.
 String MBaseID.NullMBaseID.getRelativeForm(MBaseID base)
           
 Map MultiMBase.getTagFreeCommonName(MBaseID id)
           
 Map MBaseRef.getTagFreeCommonName(MBaseID id)
          Returns the titles without any tags, just extracting the text or partially rendering it.
 Map CascadingMBaseRef.getTagFreeCommonName(MBaseID id)
           
 List MultiMBase.getTextualContent(MBaseID id)
          From any ID this method returns the row of CMP elements' contents.
 List MBaseRef.getTextualContent(MBaseID id)
          From any ID this method returns the row of CMP elements' contents.
 List CascadingMBaseRef.getTextualContent(MBaseID id)
           
 MBaseID MultiMBase.getTheory(MBaseID id)
          Returns the ID of the closest parent (including the element itself) that either has a theory attribute or is a theory element or null if there is no such parent.
 MBaseID MBaseRef.getTheory(MBaseID id)
          Returns the ID of the closest parent (including the element itself) that either has a theory attribute or is a theory element or null if there is no such parent.
 MBaseID CascadingMBaseRef.getTheory(MBaseID id)
           
 String MultiMBase.getTypeString(MBaseID id)
          Returns the name of the element whose ID is given.
 String MBaseRef.getTypeString(MBaseID id)
          Returns the name of the element whose ID is given.
 String CascadingMBaseRef.getTypeString(MBaseID id)
           
 Iterator MultiMBase.listItems(MBaseID id)
           
 Iterator MBaseRef.listItems(MBaseID id)
          Lists all the items being children of the element of the indicated ID.
 Iterator CascadingMBaseRef.listItems(MBaseID id)
           
 

Constructors in org.activemath.abstractcontent with parameters of type MBaseID
MBaseID(MBaseID baseID, String stringID)
          Contructs an ID that will be resolved relative to the baseID.
MBaseItemNotFoundException(Exception exception, MBaseID id)
           
MBaseItemNotFoundException(String description, MBaseID id)
           
MBaseItemNotFoundException(String description, MBaseID id, Exception exception)
           
MBaseRef.Dependency(MBaseID idOf, String depTypeString, MBaseID idOn)
           
 

Uses of MBaseID in org.activemath.content
 

Methods in org.activemath.content with parameters of type MBaseID
 Item ContentManager.getContentItem(MBaseID mbaseId)
          Deprecated. use ContentManager.getContentItem(String).
 

Uses of MBaseID in org.activemath.content.items
 

Fields in org.activemath.content.items declared as MBaseID
protected  MBaseID Item.mbaseId
           
 

Methods in org.activemath.content.items that return MBaseID
 MBaseID Item.getMBaseId()
           
 

Uses of MBaseID in org.activemath.omdocjdom.cache
 

Methods in org.activemath.omdocjdom.cache that return MBaseID
 MBaseID CachedMBaseRef.getCanonicalID(MBaseID id)
           
 MBaseID[] CachedMBaseRef.getForWhat(MBaseID id)
           
 MBaseID CachedMBaseRef.getTheory(MBaseID id)
           
 

Methods in org.activemath.omdocjdom.cache with parameters of type MBaseID
 String CachedMBaseRef.getAttribute(MBaseID id, String attName)
           
 MBaseID CachedMBaseRef.getCanonicalID(MBaseID id)
           
 OJElement CachedMBaseRef.getChildren(MBaseID id, String xPathReducedExpression)
           
 Map CachedMBaseRef.getCommonName(MBaseID id)
           
 OJElement CachedMBaseRef.getCompleteDCMetadata(MBaseID id)
           
 Iterator CachedMBaseRef.getDefinitions(MBaseID id, Collection collections)
           
 Iterator CachedMBaseRef.getDependencies(MBaseID id)
           
 OJElement CachedMBaseRef.getFormalContent(MBaseID id)
           
 MBaseID[] CachedMBaseRef.getForWhat(MBaseID id)
           
 Iterator CachedMBaseRef.getIncomingRelations(MBaseID id, Collection collections)
           
 OJElement CachedMBaseRef.getMetadata(MBaseID id)
           
 Iterator CachedMBaseRef.getOutgoingRelations(MBaseID id)
           
 Iterator CachedMBaseRef.getProofs(MBaseID id, Collection collections)
           
 Iterator CachedMBaseRef.getRelated(MBaseID id, Collection collections)
           
 Map CachedMBaseRef.getTagFreeCommonName(MBaseID id)
           
 List CachedMBaseRef.getTextualContent(MBaseID id)
           
 MBaseID CachedMBaseRef.getTheory(MBaseID id)
           
 String CachedMBaseRef.getTypeString(MBaseID id)
           
 Iterator CachedMBaseRef.listItems(MBaseID id)
           
 

Uses of MBaseID in org.activemath.omdocjdom.exist
 

Methods in org.activemath.omdocjdom.exist that return MBaseID
 MBaseID MBaseCacheRef.getCanonicalID(MBaseID id)
           
 MBaseID[] MBaseCacheRef.getForWhat(MBaseID id)
           
 MBaseID MBaseCacheRef.getTheory(MBaseID id)
           
 

Methods in org.activemath.omdocjdom.exist with parameters of type MBaseID
 String MBaseCacheRef.getAttribute(MBaseID id, String attName)
           
 MBaseID MBaseCacheRef.getCanonicalID(MBaseID id)
           
 OJElement MBaseCacheRef.getChildren(MBaseID id, String xPathReducedExpression)
           
 Map MBaseCacheRef.getCommonName(MBaseID id)
           
 OJElement MBaseCacheRef.getCompleteDCMetadata(MBaseID id)
           
 Iterator MBaseCacheRef.getDefinitions(MBaseID id, Collection collections)
           
 Iterator MBaseCacheRef.getDependencies(MBaseID id)
           
 OJElement MBaseCacheRef.getFormalContent(MBaseID id)
           
 MBaseID[] MBaseCacheRef.getForWhat(MBaseID id)
           
 Iterator MBaseCacheRef.getIncomingRelations(MBaseID id, Collection collections)
           
 OJElement MBaseCacheRef.getMetadata(MBaseID id)
           
 Iterator MBaseCacheRef.getOutgoingRelations(MBaseID id)
           
 Iterator MBaseCacheRef.getProofs(MBaseID id, Collection collections)
           
 org.activemath.omdocjdom.exist.MBaseCacheRef.CacheQuery MBaseCacheRef.getQuery(MBaseID id)
           
 Iterator MBaseCacheRef.getRelated(MBaseID id, Collection collections)
           
 Map MBaseCacheRef.getTagFreeCommonName(MBaseID id)
           
 List MBaseCacheRef.getTextualContent(MBaseID id)
           
 MBaseID MBaseCacheRef.getTheory(MBaseID id)
           
 String MBaseCacheRef.getTypeString(MBaseID id)
           
 Iterator MBaseCacheRef.listItems(MBaseID id)
           
 

Uses of MBaseID in org.activemath.omdocjdom.index
 

Methods in org.activemath.omdocjdom.index with parameters of type MBaseID
static org.apache.lucene.document.Document IndexRunner.buildDocumentFromId(MBaseID id, ContentExtractor extractor, IndexStatistics statistics, List<String> supportedLanguages, boolean shouldPhonetic)
           
 void AMIndex.writeDocument(MBaseID id, OJElement elt)
           
 

Uses of MBaseID in org.activemath.omdocjdom.index.analysis
 

Methods in org.activemath.omdocjdom.index.analysis with parameters of type MBaseID
abstract  String ContentExtractor.getAttribute(MBaseID id, String name)
           
abstract  List ContentExtractor.getCMPs(MBaseID id)
           
abstract  Map ContentExtractor.getCommonName(MBaseID id)
           
abstract  OJElement ContentExtractor.getFullItem(MBaseID id)
           
abstract  OJElement ContentExtractor.getMetadata(MBaseID id)
           
abstract  String ContentExtractor.getTypeString(MBaseID id)
           
 

Uses of MBaseID in org.activemath.omdocjdom.index.queries
 

Methods in org.activemath.omdocjdom.index.queries that return types with arguments of type MBaseID
 List<MBaseID> SearchResultHits.asIdList()
           
 

Uses of MBaseID in org.activemath.omdocjdom.lucene
 

Methods in org.activemath.omdocjdom.lucene that return MBaseID
 MBaseID OmdocLuceneMBaseRef.getCanonicalID(MBaseID givenID)
           
 MBaseID[] OmdocLuceneMBaseRef.getForWhat(MBaseID id)
           
 MBaseID OmdocLuceneMBaseRef.getTheory(MBaseID id)
           
 

Methods in org.activemath.omdocjdom.lucene with parameters of type MBaseID
 String OmdocLuceneMBaseRef.getAttribute(MBaseID id, String attName)
           
 MBaseID OmdocLuceneMBaseRef.getCanonicalID(MBaseID givenID)
           
 OJElement OmdocLuceneMBaseRef.getChildren(MBaseID id, String xPathReducedExpression)
           
 String OmdocLuceneMBaseRef.getChildrenString(MBaseID id, String xPathReducedExpression)
          This method returns children as text.
 Map OmdocLuceneMBaseRef.getCommonName(MBaseID id)
           
 OJElement OmdocLuceneMBaseRef.getCompleteDCMetadata(MBaseID id)
           
 String OmdocLuceneMBaseRef.getCompleteDCMetadataString(MBaseID id)
          This method returns dc metadata as string.
 Iterator OmdocLuceneMBaseRef.getDefinitions(MBaseID id, Collection collections)
           
 Iterator OmdocLuceneMBaseRef.getDependencies(MBaseID id)
           
 org.apache.lucene.document.Document OmdocLuceneMBaseRef.getDocument(MBaseID id)
           
 OJElement OmdocLuceneMBaseRef.getFormalContent(MBaseID id)
           
 String OmdocLuceneMBaseRef.getFormalContentString(MBaseID id)
          This method returns FMP string
 MBaseID[] OmdocLuceneMBaseRef.getForWhat(MBaseID id)
           
 Iterator OmdocLuceneMBaseRef.getIncomingRelations(MBaseID id, Collection collections)
          For now just returns the single-typed relations.
 Collection OmdocLuceneMBaseRef.getInversedDependency(MBaseID id, String wantedType, Collection col)
           
 OJElement OmdocLuceneMBaseRef.getMetadata(MBaseID id)
           
 String OmdocLuceneMBaseRef.getMetadataString(MBaseID id)
          This method returns metadata as string.
 Hashtable OmdocLuceneMBaseRef.getOMDocPath(MBaseID id)
           
 Iterator OmdocLuceneMBaseRef.getOutgoingRelations(MBaseID id)
          For now just returns the single-typed relations.
 Iterator OmdocLuceneMBaseRef.getProofs(MBaseID assertionID, Collection collections)
           
 Iterator OmdocLuceneMBaseRef.getRelated(MBaseID id, Collection collections)
           
 Map OmdocLuceneMBaseRef.getTagFreeCommonName(MBaseID id)
           
 List OmdocLuceneMBaseRef.getTextualContent(MBaseID id)
           
 String OmdocLuceneMBaseRef.getTextualContentString(MBaseID id)
          This method return textual Contents as String.
 MBaseID OmdocLuceneMBaseRef.getTheory(MBaseID id)
           
 String OmdocLuceneMBaseRef.getTypeString(MBaseID id)
           
 Iterator OmdocLuceneMBaseRef.listItems(MBaseID id)
           
 

Uses of MBaseID in org.activemath.omdocjdom.mbase
 

Methods in org.activemath.omdocjdom.mbase that return MBaseID
 MBaseID OmdocJdomMBaseRef.getCanonicalID(MBaseID givenID)
           
 MBaseID OmdocJdomMBase.getCanonicalID(MBaseID givenID)
          Identifies the given element and returns the ID read from there.
 MBaseID OJXmlRpcMBaseRef.getCanonicalID(MBaseID givenID)
           
 MBaseID[] OmdocJdomMBaseRef.getForWhat(MBaseID id)
           
 MBaseID[] OJXmlRpcMBaseRef.getForWhat(MBaseID id)
           
 MBaseID OmdocJdomMBaseRef.getTheory(MBaseID id)
           
 MBaseID OmdocJdomMBase.getTheory(MBaseID id)
           
 MBaseID OJXmlRpcMBaseRef.getTheory(MBaseID id)
           
 MBaseID OmdocJdomMBase.makeMBaseID(ID id)
          Makes a simple shadow MBaseID out of an ID...
 MBaseID OmdocJdomMBase.makeMBaseID(MBaseID baseID, ID id)
          Checks weather the collection name of id matches the collection name of this one then returns something with the collectio name of baseID, otherwise builds another collection name.
 

Methods in org.activemath.omdocjdom.mbase with parameters of type MBaseID
 String OmdocJdomMBaseRef.getAttribute(MBaseID id, String attName)
           
 String OmdocJdomMBase.getAttribute(MBaseID id, String attName)
           
 String OJXmlRpcMBaseRef.getAttribute(MBaseID id, String attributeName)
           
 MBaseID OmdocJdomMBaseRef.getCanonicalID(MBaseID givenID)
           
 MBaseID OmdocJdomMBase.getCanonicalID(MBaseID givenID)
          Identifies the given element and returns the ID read from there.
 MBaseID OJXmlRpcMBaseRef.getCanonicalID(MBaseID givenID)
           
 OJElement OmdocJdomMBaseRef.getChildren(MBaseID id, String xPathReducedExpression)
           
 OJElement OmdocJdomMBase.getChildren(MBaseID mbaseid, String xPathReducedExpression)
           
 OJElement OJXmlRpcMBaseRef.getChildren(MBaseID mBaseID, String xPathReducedExpression)
           
 Map OmdocJdomMBaseRef.getCommonName(MBaseID id)
           
 Hashtable OmdocJdomMBase.getCommonName(MBaseID id)
           
 Map OJXmlRpcMBaseRef.getCommonName(MBaseID id)
           
 OJElement OmdocJdomMBaseRef.getCompleteDCMetadata(MBaseID id)
           
 org.jdom.Element OmdocJdomMBase.getCompleteDCMetadata(MBaseID id)
           
 OJElement OJXmlRpcMBaseRef.getCompleteDCMetadata(MBaseID id)
           
 Iterator OmdocJdomMBaseRef.getDefinitions(MBaseID id, Collection collections)
           
 Collection OmdocJdomMBase.getDefinitions(MBaseID symbolID, Collection collections)
          Reads the "inversed-dependency" elements of type "DEFINES" in metadata/extradata that are built by MBaseBuilder then filters out those whose "of" is not in the collections given as parameter.
 Iterator OJXmlRpcMBaseRef.getDefinitions(MBaseID id, Collection collections)
           
 Iterator OmdocJdomMBaseRef.getDependencies(MBaseID mBaseID)
          This should be reading from the properties the list of all files and directories to read from.
 Collection OmdocJdomMBase.getDependencies(MBaseID id)
           
 Iterator OJXmlRpcMBaseRef.getDependencies(MBaseID mBaseID)
           
 Collection OmdocJdomMBase.getDepsOrInvDeps(MBaseID mbaseID, String depName)
          Returns a collection of MBaseRef.Dependency objects.
 OJElement OmdocJdomMBaseRef.getFormalContent(MBaseID id)
           
 org.jdom.Element OmdocJdomMBase.getFormalContent(MBaseID id)
           
 OJElement OJXmlRpcMBaseRef.getFormalContent(MBaseID id)
           
 MBaseID[] OmdocJdomMBaseRef.getForWhat(MBaseID id)
           
 Collection OmdocJdomMBase.getForWhat(MBaseID id)
           
 MBaseID[] OJXmlRpcMBaseRef.getForWhat(MBaseID id)
           
 Iterator OmdocJdomMBaseRef.getIncomingRelations(MBaseID id, Collection collections)
           
 Iterator OJXmlRpcMBaseRef.getIncomingRelations(MBaseID id, Collection collections)
           
 Collection OmdocJdomMBase.getInversedDependency(MBaseID mbaseID, String wantedType)
          Returns a List of the MBaseIDs that have inversed-dependencies of the given type in the given element.
 OJElement OmdocJdomMBaseRef.getMetadata(MBaseID id)
           
 org.jdom.Element OmdocJdomMBase.getMetadata(MBaseID id)
           
 OJElement OJXmlRpcMBaseRef.getMetadata(MBaseID id)
           
 Hashtable OJXmlRpcMBaseRef.getOMDocPath(MBaseID id)
           
 Iterator OmdocJdomMBaseRef.getOutgoingRelations(MBaseID id)
           
 Iterator OJXmlRpcMBaseRef.getOutgoingRelations(MBaseID id)
           
 Iterator OmdocJdomMBaseRef.getProofs(MBaseID assertionID, Collection collections)
           
 Collection OmdocJdomMBase.getProofs(MBaseID assertionID, Collection collections)
          Reads the "inversed-dependency" elements of type "PROVES" in metadata/extradata that are built by MBaseBuilder then filters out those whose "of" is not in the collections given as parameter.
 Iterator OJXmlRpcMBaseRef.getProofs(MBaseID assertionID, Collection collections)
           
 Iterator OmdocJdomMBaseRef.getRelated(MBaseID mBaseID, Collection collections)
           
 Collection OmdocJdomMBase.getRelated(MBaseID id, Collection collections)
          Reads the "inversed-dependency" elements in metadata/extradata that are built by MBaseBuilder then filters out those whose "of" is not in the collections given as parameter.
 Iterator OJXmlRpcMBaseRef.getRelated(MBaseID mBaseID, Collection collections)
           
 Map OmdocJdomMBaseRef.getTagFreeCommonName(MBaseID id)
           
 Map OJXmlRpcMBaseRef.getTagFreeCommonName(MBaseID id)
           
 List OmdocJdomMBaseRef.getTextualContent(MBaseID id)
           
 List OmdocJdomMBase.getTextualContent(MBaseID id)
           
 List OJXmlRpcMBaseRef.getTextualContent(MBaseID id)
           
 MBaseID OmdocJdomMBaseRef.getTheory(MBaseID id)
           
 MBaseID OmdocJdomMBase.getTheory(MBaseID id)
           
 MBaseID OJXmlRpcMBaseRef.getTheory(MBaseID id)
           
 String OmdocJdomMBaseRef.getTypeString(MBaseID id)
           
 String OmdocJdomMBase.getTypeString(MBaseID id)
           
 String OJXmlRpcMBaseRef.getTypeString(MBaseID id)
           
 Iterator OmdocJdomMBaseRef.listItems(MBaseID id)
           
 Iterator OmdocJdomMBase.listItems(MBaseID mbaseID)
          Iterates over the element itself and its children listing the IDs of this element.
 Iterator OJXmlRpcMBaseRef.listItems(MBaseID id)
           
 ID OmdocJdomMBase.makeID(MBaseID id)
          This makes an ID of an MBaseID but ignores the collection part of the ID as it supposes a dispatch has been made already before if there were different collections.
 MBaseID OmdocJdomMBase.makeMBaseID(MBaseID baseID, ID id)
          Checks weather the collection name of id matches the collection name of this one then returns something with the collectio name of baseID, otherwise builds another collection name.
 

Uses of MBaseID in org.activemath.omdocjdom.rephrase
 

Methods in org.activemath.omdocjdom.rephrase with parameters of type MBaseID
static CDGroup CDGroup.makeFromList(MBaseID id, List containedTheoriesIds)
           
static CDGroup CDGroup.makeFromOJGroup(MBaseRef mbaseRef, MBaseID omgroupId)
           
 

Uses of MBaseID in org.activemath.omdocjdom.slumb
 

Methods in org.activemath.omdocjdom.slumb that return MBaseID
 MBaseID SluMBaseRef.getCanonicalID(MBaseID id)
           
 MBaseID[] SluMBaseRef.getForWhat(MBaseID mBaseID)
           
 MBaseID SluMBaseRef.getTheory(MBaseID id)
           
 

Methods in org.activemath.omdocjdom.slumb with parameters of type MBaseID
 String SluMBaseRef.getAttribute(MBaseID id, String attributeName)
           
 MBaseID SluMBaseRef.getCanonicalID(MBaseID id)
           
 OJElement SluMBaseRef.getChildren(MBaseID id, String xPathReducedExpression)
           
 Map SluMBaseRef.getCommonName(MBaseID id)
           
 OJElement SluMBaseRef.getCompleteDCMetadata(MBaseID id)
           
 Iterator SluMBaseRef.getDefinitions(MBaseID mBaseID, Collection collections)
           
 Iterator SluMBaseRef.getDependencies(MBaseID mBaseID)
           
 OJElement SluMBaseRef.getFormalContent(MBaseID id)
           
 MBaseID[] SluMBaseRef.getForWhat(MBaseID mBaseID)
           
 Iterator SluMBaseRef.getIncomingRelations(MBaseID id, Collection colls)
           
 OJElement SluMBaseRef.getMetadata(MBaseID id)
           
 Hashtable SluMBaseRef.getOMDocPath(MBaseID id)
           
 Iterator SluMBaseRef.getOutgoingRelations(MBaseID id)
           
 Iterator SluMBaseRef.getProofs(MBaseID mBaseID, Collection collections)
           
 Iterator SluMBaseRef.getRelated(MBaseID mBaseID, Collection collections)
           
 Map SluMBaseRef.getTagFreeCommonName(MBaseID id)
          Returns the titles without any tags, just extracting the text or partially rendering it.
 List SluMBaseRef.getTextualContent(MBaseID id)
           
 MBaseID SluMBaseRef.getTheory(MBaseID id)
           
 String SluMBaseRef.getTypeString(MBaseID id)
           
 Iterator SluMBaseRef.listItems(MBaseID id)
           
 

Uses of MBaseID in org.activemath.omdocjdom.slumb.data
 

Methods in org.activemath.omdocjdom.slumb.data that return MBaseID
 MBaseID[] SlumbRelation.RelList.getFileteredArrayIds(String[] wishedTypes, boolean targets)
           
 MBaseID[] SlumbRelation.RelList.getFilteredArraySourceIds(String[] types)
           
 MBaseID[] SlumbRelation.RelList.getFilteredArrayTargetIds(String[] types)
           
 MBaseID SlumbRelation.getSourceNodeId()
           
 MBaseID SlumbRelation.getTargetNodeId()
           
 

Uses of MBaseID in org.activemath.omdocjdom.thembase
 

Methods in org.activemath.omdocjdom.thembase that return MBaseID
 MBaseID TheMBaseXmlRpcClient.getCanonicalID(MBaseID givenID)
           
 MBaseID[] TheMBaseXmlRpcClient.getForWhat(MBaseID id)
           
 MBaseID TheMBaseXmlRpcClient.getTheory(MBaseID id)
           
 

Methods in org.activemath.omdocjdom.thembase with parameters of type MBaseID
 String TheMBaseXmlRpcClient.getAttribute(MBaseID id, String attributeName)
           
 MBaseID TheMBaseXmlRpcClient.getCanonicalID(MBaseID givenID)
           
 OJElement TheMBaseXmlRpcClient.getChildren(MBaseID mBaseID, String xPathReducedExpression)
           
 Map TheMBaseXmlRpcClient.getCommonName(MBaseID id)
           
 OJElement TheMBaseXmlRpcClient.getCompleteDCMetadata(MBaseID id)
           
 Iterator TheMBaseXmlRpcClient.getDefinitions(MBaseID id, Collection collections)
           
 Iterator TheMBaseXmlRpcClient.getDependencies(MBaseID id)
           
 OJElement TheMBaseXmlRpcClient.getFormalContent(MBaseID id)
           
 MBaseID[] TheMBaseXmlRpcClient.getForWhat(MBaseID id)
           
 Iterator TheMBaseXmlRpcClient.getIncomingRelations(MBaseID id, Collection collections)
           
 OJElement TheMBaseXmlRpcClient.getMetadata(MBaseID id)
           
 Iterator TheMBaseXmlRpcClient.getOutgoingRelations(MBaseID id)
           
 Iterator TheMBaseXmlRpcClient.getProofs(MBaseID assertionID, Collection collections)
           
 Iterator TheMBaseXmlRpcClient.getRelated(MBaseID mBaseID, Collection collections)
           
 Map TheMBaseXmlRpcClient.getTagFreeCommonName(MBaseID id)
           
 List TheMBaseXmlRpcClient.getTextualContent(MBaseID id)
           
 MBaseID TheMBaseXmlRpcClient.getTheory(MBaseID id)
           
 String TheMBaseXmlRpcClient.getTypeString(MBaseID id)
           
 Iterator TheMBaseXmlRpcClient.listItems(MBaseID id)
           
 

Uses of MBaseID in org.activemath.util.OMconverters
 

Methods in org.activemath.util.OMconverters with parameters of type MBaseID
 String OMConverter.convertFromMBase(MBaseRef mbaseRef, MBaseID id)
          Convert content provided by MBase returning to a String
 String OMConvertByStylesheet.convertFromMBase(MBaseRef mbaseRef, MBaseID id)
          convert from MBase content
 

Uses of MBaseID in org.activemath.webapp.dict
 

Methods in org.activemath.webapp.dict with parameters of type MBaseID
 void RelationsPackView.setMbaseId(MBaseID mbaseId)
           
 

Constructors in org.activemath.webapp.dict with parameters of type MBaseID
RelationsPackView(MBaseID mbaseId, boolean outgoing, Predicate predicate, MBaseRef mbaseRef)
           
 

Uses of MBaseID in org.activemath.webapp.dict.queries
 

Methods in org.activemath.webapp.dict.queries that return MBaseID
 MBaseID SearchHit.getId()
           
 MBaseID SearchEvaluationData.EvalResult.getId()
           
 

Constructors in org.activemath.webapp.dict.queries with parameters of type MBaseID
SearchEvaluationData.BadHit(MBaseID id)
           
SearchEvaluationData.EvalResult(MBaseID id)
           
SearchEvaluationData.GoodHit(MBaseID id)
           
SearchEvaluationData.MissingHit(MBaseID id)
           
SearchEvaluationData.UnknownHit(MBaseID id)
           
SearchHit(MBaseID id, float score, int indexDocNum)
           
 

Uses of MBaseID in org.activemath.webapp.tools
 

Fields in org.activemath.webapp.tools declared as MBaseID
protected  MBaseID SymbolPresentationListController.Item.id
           
 

Methods in org.activemath.webapp.tools that return MBaseID
 MBaseID SymbolPresentationListController.Item.getId()
           
 MBaseID LOSupportStatistics.getMBaseID()
           
 

Constructors in org.activemath.webapp.tools with parameters of type MBaseID
SymbolPresentationListController.Item(MBaseRef mbaseRef, MBaseID id)
           
SymbolPresentationListController.Symbol(MBaseRef mbaseRef, MBaseID id)
           
SymbolPresentationListController.Theory(MBaseRef mbaseRef, MBaseID id)
           
 

Uses of MBaseID in org.activemath.webapp.user
 

Methods in org.activemath.webapp.user with parameters of type MBaseID
 UserItem UserBeanFactory.createUserItem(AppSession session, MBaseID itemId)
           
 

Uses of MBaseID in org.activemath.webapp.view.tools
 

Methods in org.activemath.webapp.view.tools with parameters of type MBaseID
 Object TransformTool.getItem(MBaseID itemId)
          Return an item bean tailored to this view.
 

Uses of MBaseID in org.activemath.webapp.ws.delegation.siette
 

Constructors in org.activemath.webapp.ws.delegation.siette with parameters of type MBaseID
SietteAsignaturaProducer(MBaseRef mbaseRef, MBaseID groupingID, String subjname)
          Constructor