Package lumis.service.content.preview
Class PreviewUtil.PreviewInformation
- java.lang.Object
-
- lumis.service.content.preview.PreviewUtil.PreviewInformation
-
- Enclosing class:
- PreviewUtil
public static class PreviewUtil.PreviewInformation extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getInterfaceInstanceId()
Returns identifier for the interface instance that can be used to preview the contentString
getPageId()
Returns identifier for the page that can be used to preview the content.
-
-
-
Method Detail
-
getPageId
public String getPageId()
Returns identifier for the page that can be used to preview the content.- Returns:
- the pageId The page identifier
- Since:
- 10.2.0
-
getInterfaceInstanceId
public String getInterfaceInstanceId()
Returns identifier for the interface instance that can be used to preview the content- Returns:
- the interfaceInstanceId The interface instance identifier
- Since:
- 10.2.0
-
-