Class PerspectiveProjectProps
java.lang.Object
com.inductiveautomation.perspective.common.config.PerspectiveProjectProps
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final intstatic final Stringstatic final intintstatic final booleanbooleanDeprecated.static final intintstatic final ResourceTypestatic final Stringstatic final Stringint
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
RESOURCE_TYPE
- 
DEFAULT_MESSAGE- See Also:
 
- 
DEFAULT_TIMEOUTpublic static final int DEFAULT_TIMEOUT- See Also:
 
- 
DEFAULT_LOCALE- See Also:
 
- 
TIMEZONE_GATEWAY- See Also:
 
- 
TIMEZONE_CLIENT- See Also:
 
- 
DEFAULT_TIMEZONE- See Also:
 
- 
DESKTOP_PAGE_TIMEOUT_SECONDSpublic static final int DESKTOP_PAGE_TIMEOUT_SECONDS- See Also:
 
- 
MOBILE_PAGE_TIMEOUT_SECONDSpublic static final int MOBILE_PAGE_TIMEOUT_SECONDS- See Also:
 
- 
DEFAULT_SESSION_CLOSED_MESSAGE- See Also:
 
- 
DEFAULT_PAGE_CLOSED_MESSAGE- See Also:
 
- 
DEFAULT_LOGGED_OUT_MESSAGE- See Also:
 
- 
HIDE_FROM_LAUNCH_LISTINGS_DEFAULTpublic static final boolean HIDE_FROM_LAUNCH_LISTINGS_DEFAULT- See Also:
 
- 
updateMode
- 
updateMessage
- 
updateTimeoutpublic int updateTimeout
- 
locale
- 
idpDeprecated.Deprecated - do not reference this prop directly. This used to hold a reference to the Perspective project's default IdP ID. We now use the named reference to the IdP in the project's global props.
- 
timezone
- 
desktopPageTimeoutSecondspublic int desktopPageTimeoutSeconds
- 
mobilePageTimeoutSecondspublic int mobilePageTimeoutSeconds
- 
hideFromLaunchListingspublic boolean hideFromLaunchListings
- 
thumbnailPath
- 
sessionClosedMessage
- 
pageClosedMessage
- 
loggedOutMessage
 
- 
- 
Constructor Details- 
PerspectiveProjectPropspublic PerspectiveProjectProps()
 
-