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
-
getStepNumber
Returns 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
-
getPath
Returns 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
-
expand
Expands the item.- Throws:
GeneralLeanFtException
- if error occurs during execution
-
collapse
Collapses the item.- Throws:
GeneralLeanFtException
- if error occurs during execution
-