com.esri.arcgis.gisclient
Interface IIMSUserRole

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IIMSUserRoleProxy, IMSFeatureService, IMSGlobeServiceDescription, IMSImageMap, IMSMetadataService, IMSMetadataServiceName, IMSServiceName

public interface IIMSUserRole
extends java.io.Serializable

COM Interface 'IIMSUserRole'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriGISClient.olb'

Description: 'Provides access to members to get the IMS role of the currently logged in user.' 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 IID448631a6_2bda_4f54_a341_76cc7ffd70a7
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getUserRole()
          User role.
 void setUserRole(int role)
          User role.
 

Field Detail

IID448631a6_2bda_4f54_a341_76cc7ffd70a7

static final int IID448631a6_2bda_4f54_a341_76cc7ffd70a7
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

getUserRole

int getUserRole()
                throws java.io.IOException,
                       AutomationException
User role.

Returns:
A com.esri.arcgis.gisclient.acUserRole constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setUserRole

void setUserRole(int role)
                 throws java.io.IOException,
                        AutomationException
User role.

Parameters:
role - A com.esri.arcgis.gisclient.acUserRole constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.