Class LivelinkConnector.MetadataPathItem
- java.lang.Object
-
- org.apache.manifoldcf.crawler.connectors.livelink.LivelinkConnector.MetadataPathItem
-
- Enclosing class:
- LivelinkConnector
protected static class LivelinkConnector.MetadataPathItem extends java.lang.ObjectClass that describes a metadata catid and path.
-
-
Constructor Summary
Constructors Constructor Description MetadataPathItem(int catID, java.lang.String catName)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCatID()Get the cat ID.java.lang.StringgetCatName()Get the cat name.
-