psdi.app.signature

Class MaxAppsInfo

  • All Implemented Interfaces:
    java.io.Serializable


    public class MaxAppsInfo
    extends CachedObjectPointer
    Holds information about Maximo Applications
    See Also:
    Serialized Form
    • Method Detail

      • isMAFMobileApp

        public boolean isMAFMobileApp()
      • isLockEnabled

        public boolean isLockEnabled()
      • getAppType

        public java.lang.String getAppType()
        Get the application type
        Returns:
        the appllication type
      • getAppName

        public java.lang.String getAppName()
        Get the application name
        Returns:
        the application name
      • getRestrictions

        public java.lang.String getRestrictions()
        Get application restrictions
        Returns:
        application restrictions
      • getOriginalApp

        public java.lang.String getOriginalApp()
        Get original application name
        Returns:
        original application name
      • getMainTable

        public java.lang.String getMainTable()
        Get main table name
        Returns:
        main table name
      • getOrderBy

        public java.lang.String getOrderBy()
        Get application order by
        Returns:
        order by columns
      • getCustAppType

        public java.lang.String getCustAppType()
        Get custom application type
        Returns:
        custom application type
      • isMobile

        public boolean isMobile()
        Is application mobile
        Returns:
        mobile application indicator
      • getDescription

        public java.lang.String getDescription()
        Returns application description
        Returns:
        application description
      • getTypedReference

        public MaxAppsInfoBase getTypedReference()
        Get reference to actual info object
        Returns:
        actual info object
      • getOsUsed

        public java.util.Set getOsUsed()
      • setOsUsed

        public void setOsUsed(java.util.Set set)
      • getDescription

        public java.lang.String getDescription(UserInfo ui)
        Get the description in user info's language. Returns module description
        Returns:
        module description
      • getLongDescription

        public java.lang.String getLongDescription(UserInfo ui)