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 java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getInterfaceInstanceId()
Returns identifier for the interface instance that can be used to preview the contentjava.lang.String
getPageId()
Returns identifier for the page that can be used to preview the content.
-
-
-
Method Detail
-
getPageId
public java.lang.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 java.lang.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
-
-