public interface INetworkTraceConfiguration
extends java.io.Serializable
Description: 'Provides access to members that access named trace configuration information.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID2746c123_a968_4661_8e25_0bb55414dcce |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
addTraceConfiguration(java.lang.String creator,
java.lang.String name,
java.lang.String description,
int traceType,
ITraceConfiguration traceConfiguration,
IArray resultTypes,
IStringArray tags)
Saves the named trace configuration.
|
void |
alterTraceConfiguration(GUID globalID,
java.lang.String name,
java.lang.String description,
int traceType,
ITraceConfiguration traceConfiguration,
IArray resultTypes,
IStringArray tags)
Updates the named trace configurations with new information.
|
void |
deleteTraceConfigurationByCreatorAndName(java.lang.String creator,
java.lang.String name)
Deletes the named trace configuration.
|
void |
deleteTraceConfigurations(IStringArray pGlobalIDs)
Deletes the collection of named trace configurations.
|
void |
getTraceConfigurations(IStringArray globalIDs,
IStringArray creators,
IStringArray names,
IStringArray tags,
IStringArray[] creatorsRetVal,
IStringArray[] namesRetVal,
IStringArray[] ppDescriptionsRetVal,
ILongArray[] ppTraceTypesRetVal,
IArray[] traceConfigurationsRetVal,
IArray[] resultTypesRetVal,
ILongArray[] minimumStartingPointsRetVal,
IDoubleArray[] creationDates,
IArray[] tagsRetVal,
IStringArray[] returnGlobalIDsRetVal)
Gets trace configurations as per passed globalIDs, creators, configiraton names and tags.
|
static final int IID2746c123_a968_4661_8e25_0bb55414dcce
static final int xxDummy
static final java.lang.String IID
void addTraceConfiguration(java.lang.String creator, java.lang.String name, java.lang.String description, int traceType, ITraceConfiguration traceConfiguration, IArray resultTypes, IStringArray tags) throws java.io.IOException, AutomationException
creator
- The creator (in)name
- The name (in)description
- The description (in)traceType
- A com.esri.arcgis.geodatabase.esriUtilityNetworkTraceType constant (in)traceConfiguration
- A reference to a com.esri.arcgis.geodatabase.ITraceConfiguration (in)resultTypes
- A reference to a com.esri.arcgis.system.IArray (in)tags
- A reference to a com.esri.arcgis.system.IStringArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void deleteTraceConfigurationByCreatorAndName(java.lang.String creator, java.lang.String name) throws java.io.IOException, AutomationException
creator
- The creator (in)name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void deleteTraceConfigurations(IStringArray pGlobalIDs) throws java.io.IOException, AutomationException
pGlobalIDs
- A reference to a com.esri.arcgis.system.IStringArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void alterTraceConfiguration(GUID globalID, java.lang.String name, java.lang.String description, int traceType, ITraceConfiguration traceConfiguration, IArray resultTypes, IStringArray tags) throws java.io.IOException, AutomationException
globalID
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)name
- The name (in)description
- The description (in)traceType
- A com.esri.arcgis.geodatabase.esriUtilityNetworkTraceType constant (in)traceConfiguration
- A reference to a com.esri.arcgis.geodatabase.ITraceConfiguration (in)resultTypes
- A reference to a com.esri.arcgis.system.IArray (in)tags
- A reference to a com.esri.arcgis.system.IStringArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void getTraceConfigurations(IStringArray globalIDs, IStringArray creators, IStringArray names, IStringArray tags, IStringArray[] creatorsRetVal, IStringArray[] namesRetVal, IStringArray[] ppDescriptionsRetVal, ILongArray[] ppTraceTypesRetVal, IArray[] traceConfigurationsRetVal, IArray[] resultTypesRetVal, ILongArray[] minimumStartingPointsRetVal, IDoubleArray[] creationDates, IArray[] tagsRetVal, IStringArray[] returnGlobalIDsRetVal) throws java.io.IOException, AutomationException
globalIDs
- A reference to a com.esri.arcgis.system.IStringArray (in)creators
- A reference to a com.esri.arcgis.system.IStringArray (in)names
- A reference to a com.esri.arcgis.system.IStringArray (in)tags
- A reference to a com.esri.arcgis.system.IStringArray (in)creatorsRetVal
- A reference to a com.esri.arcgis.system.IStringArray (out: use single element array)namesRetVal
- A reference to a com.esri.arcgis.system.IStringArray (out: use single element array)ppDescriptionsRetVal
- A reference to a com.esri.arcgis.system.IStringArray (out: use single element array)ppTraceTypesRetVal
- A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)traceConfigurationsRetVal
- A reference to a com.esri.arcgis.system.IArray (out: use single element array)resultTypesRetVal
- A reference to a com.esri.arcgis.system.IArray (out: use single element array)minimumStartingPointsRetVal
- A reference to a com.esri.arcgis.system.ILongArray (out: use single element array)creationDates
- A reference to a com.esri.arcgis.system.IDoubleArray (out: use single element array)tagsRetVal
- A reference to a com.esri.arcgis.system.IArray (out: use single element array)returnGlobalIDsRetVal
- A reference to a com.esri.arcgis.system.IStringArray (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.