com.esri.arcgis.systemUI
Interface IArcGISPortal

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ArcGISSingleSignon, IArcGISPortalProxy

public interface IArcGISPortal
extends java.io.Serializable

COM Interface 'IArcGISPortal'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSystemUI.olb'

Description: 'Provides access to the IArcGISPortal Interface.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDa128a18c_6769_4e4f_90a9_df413d139192
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getBannerImage()
          method BannerImage
 java.lang.String getBannerImageUrl()
          method BannerImageUrl
 java.lang.String getName()
          method Name
 java.lang.String getPortal()
          method Portal
 int getSignonImage()
          method SignonImage
 boolean isMultiTenant()
          method Name
 

Field Detail

IIDa128a18c_6769_4e4f_90a9_df413d139192

static final int IIDa128a18c_6769_4e4f_90a9_df413d139192
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getPortal

java.lang.String getPortal()
                           throws java.io.IOException,
                                  AutomationException
method Portal

Returns:
The bsPortal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSignonImage

int getSignonImage()
                   throws java.io.IOException,
                          AutomationException
method SignonImage

Returns:
The hBitmap
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBannerImage

int getBannerImage()
                   throws java.io.IOException,
                          AutomationException
method BannerImage

Returns:
The hBitmap
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBannerImageUrl

java.lang.String getBannerImageUrl()
                                   throws java.io.IOException,
                                          AutomationException
method BannerImageUrl

Returns:
The bsUrl
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
method Name

Returns:
The bsName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isMultiTenant

boolean isMultiTenant()
                      throws java.io.IOException,
                             AutomationException
method Name

Returns:
The isMulti
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.