Package com.hp.lft.sdk.sap.ui5
Interface RoadMapItem
public interface RoadMapItem
A road map item belongs to an SAPUI5 road map.
- 
Method Summary
- 
Method Details- 
getStepNumberReturns the ordinal location of the item in the roadmap. For steps, a number. For sub-steps, a letter.- Returns:
- the ordinal location of the item in the roadmap. For steps, a number. For sub-steps, a letter.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getPathReturns the full path of the item as a semicolon-delimited string.- Returns:
- the full path of the item as a semicolon-delimited string.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
expandExpands the item.- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
collapseCollapses the item.- Throws:
- GeneralLeanFtException- if error occurs during execution
 
 
-