protected class LivelinkConnector.CategoryPathAccumulator extends Object
Modifier and Type | Field and Description |
---|---|
protected Map<Integer,String[]> |
attributeMap |
protected Map<Integer,String> |
categoryPathMap |
protected LivelinkConnector.LivelinkContext |
llc |
Constructor and Description |
---|
LivelinkConnector.CategoryPathAccumulator(LivelinkConnector.LivelinkContext llc)
Constructor
|
Modifier and Type | Method and Description |
---|---|
protected String[] |
findAttributes(int catID)
Find a set of attributes given a category ID
|
protected String |
findPath(int catID)
Find a category path given a category ID
|
String[] |
getCategoryPathsAttributeNames(int[] catIDs)
Get a specified set of packed category paths with attribute names, given the category identifiers
|
protected String |
getObjectPath(LivelinkConnector.ObjectInformation currentObject)
Get the complete path for an object.
|
protected final LivelinkConnector.LivelinkContext llc
public LivelinkConnector.CategoryPathAccumulator(LivelinkConnector.LivelinkContext llc)
public String[] getCategoryPathsAttributeNames(int[] catIDs) throws ManifoldCFException, ServiceInterruption
protected String findPath(int catID) throws ManifoldCFException, ServiceInterruption
protected String getObjectPath(LivelinkConnector.ObjectInformation currentObject) throws ManifoldCFException, ServiceInterruption
protected String[] findAttributes(int catID) throws ManifoldCFException, ServiceInterruption