com.esri.arcgis.catalogUI
Interface IAGSPublishToolboxAdminDialog

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AGSPublishToolboxDialog, IAGSPublishToolboxAdminDialogProxy

public interface IAGSPublishToolboxAdminDialog
extends java.io.Serializable

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

Description: 'Provides access to members that control the Publisher Admin Dialog.' 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 IIDf0912a16_b68e_4cfd_83cb_857a317b0cc8
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean doModalPublish(int hParent, IGPToolbox pGpToolbox)
          Displays the dialog to publish a toolbox.
 

Field Detail

IIDf0912a16_b68e_4cfd_83cb_857a317b0cc8

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

doModalPublish

boolean doModalPublish(int hParent,
                       IGPToolbox pGpToolbox)
                       throws java.io.IOException,
                              AutomationException
Displays the dialog to publish a toolbox.

Parameters:
hParent - The hParent (A COM typedef) (in)
pGpToolbox - A reference to a com.esri.arcgis.geoprocessing.IGPToolbox (in)
Returns:
The pSuccess
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.