psdi.app.signature

Class MaxAppsInfoBase

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable


    public class MaxAppsInfoBase
    extends CachedObject
    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
      • getLongDescription

        public java.lang.String getLongDescription(UserInfo ui)
        Returns application description
        Returns:
        application description
      • getValue

        public java.lang.String getValue(java.lang.String in)
        Get parameter value as string
        Returns:
        value as string
      • getCacheName

        public java.lang.String getCacheName()
        Get cache name
        Specified by:
        getCacheName in class CachedObject
        Returns:
        cache name
      • getOsUsed

        public java.util.Set getOsUsed()
      • setOsUsed

        public void setOsUsed(java.util.Set set)