|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISSUtilities
COM Interface 'ISSUtilities'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriSearch.tlb'
Description: 'Search Server Utilities.' 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 |
IIDee1b2033_ccb2_4f12_9d92_21afcc50f185
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
checkIndexingOverDue(IIndexingStatus pIndexingStatus,
boolean[] pIsFullIndexingOverDue,
boolean[] pIsIncrementalIndexingOverDue,
ITime[] ppFullUTCTime,
ITime ppIncrUTCTime)
. |
IIndexingOptions |
createDefaultIndexingOptions(java.lang.String fileName)
. |
void |
createDefaultIndexingStatus(java.lang.String fileName,
IIndexingOptions pIndexingOptions)
. |
IDataSourceConfiguration |
createDSCFromFile(java.lang.String fileName)
. |
IDSCStatusArray |
createDSCStatusArrayFromFile(java.lang.String fileName)
. |
void |
createDSCXMLFile(IDataSourceConfiguration pDataSourceConfiguration,
java.lang.String folderName)
. |
void |
createIndexingFoldersAndFiles(IPropertySet pProps,
java.lang.String serviceName)
. |
void |
createIndexingOptionsFile(IIndexingOptions pIndexingOptions,
java.lang.String fileName)
. |
void |
createSearchGDB(java.lang.String indexRootFolder,
java.lang.String gdbName)
. |
void |
deleteDirectory(java.lang.String dir)
. |
java.lang.String |
getCurrentUTCTime(ITime[] ppCurUTCTime)
. |
java.lang.String |
getCurrentUTCTimeXMLString()
. |
IStringArray |
getDataSourceList(java.lang.String cfgLocation)
. |
IStringArray |
getDataSourceListFromGDB(java.lang.String gdbConnectionFile,
java.lang.String serviceName)
. |
java.lang.String |
getDSCStatusFileName(java.lang.String indexingConfigPath)
. |
java.lang.String |
getDSCXMLFileName(java.lang.String folderName,
java.lang.String catalogPath)
. |
java.lang.String |
getFileGDBPath(java.lang.String arcgisindexLocation,
java.lang.String serviceName)
. |
java.lang.String |
getFinishFileName(java.lang.String folder)
. |
java.lang.String |
getGDBConnectionPath(IPropertySet pProps,
java.lang.String arcgisindexLocation,
java.lang.String serviceName)
. |
java.lang.String |
getIndexingConfigPath(java.lang.String arcgisindexLocation,
java.lang.String serviceName)
. |
java.lang.String |
getIndexingOptionsFileName(java.lang.String indexingConfigPath)
. |
java.lang.String |
getIndexingStatusFileName(java.lang.String indexingConfigPath)
. |
IServerContext |
getIndexItemSO(IServerObjectManager pSOM,
java.lang.String serviceName,
IServerObject[] ppSO)
. |
java.lang.String |
getIndexLocation(java.lang.String arcgisindexLocation,
java.lang.String serviceName)
. |
java.lang.String |
getSearchServiceLocation(java.lang.String arcgisindexLocation,
java.lang.String serviceName)
. |
java.lang.String |
getStagingIndexLocation(java.lang.String arcgisindexLocation,
java.lang.String serviceName)
. |
java.lang.String |
getStagingIndexPath(java.lang.String arcgisindexLocation,
java.lang.String serviceName)
. |
java.lang.String |
getStagingIndexStagingPath(java.lang.String arcgisindexLocation,
java.lang.String serviceName)
. |
java.lang.String |
getStagingPath(java.lang.String arcgisindexLocation,
java.lang.String serviceName)
. |
ITable |
initDataSourceConfigurationTable(IWorkspaceName pWSN,
java.lang.String dataSourceCfgTableTN)
. |
boolean |
isOverDue(java.lang.String targetUTCXMLTime)
. |
ITable |
openDataSourceConfigurationTable(IFeatureWorkspace pFWS,
java.lang.String dSCTableName)
. |
ITable |
openDSCTable(java.lang.String sDEConnection,
java.lang.String serviceName)
. |
java.lang.String |
qualifyTableName(IFeatureWorkspace pFWS,
java.lang.String tableName)
. |
IIndexingOptions |
readIndexingOptionsFile(java.lang.String fileName)
. |
IIndexingStatus |
readIndexingStatus(java.lang.String fileName)
. |
void |
replaceDSCStatusFile(IDSCStatusArray pDSCStatusArray,
java.lang.String bsDSCStatusFileName)
. |
void |
replaceIndexingStatusFile(IIndexingStatus pIndexingStatus,
java.lang.String indexingStatusFileName)
. |
void |
setNextIndexingStartTime(boolean isFull,
IIndexingOptions pIndexingOptions,
IIndexingStatus pIndexingStatus)
. |
void |
updateDSCRunningStatus(IPropertySet pConnProps,
IServerObjectManager pSOM,
java.lang.String bsDSCStatusFileName,
java.lang.String serviceName,
IDSCStatusArray[] ppDSCStatusArray)
. |
void |
updateFullStartTimeIndexingStatus(IIndexingOptions pIndexingOptions,
java.lang.String indexingConfigPath,
IIndexingStatus pIndexingStatus)
. |
Field Detail |
---|
static final int IIDee1b2033_ccb2_4f12_9d92_21afcc50f185
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
IServerContext getIndexItemSO(IServerObjectManager pSOM, java.lang.String serviceName, IServerObject[] ppSO) throws java.io.IOException, AutomationException
pSOM
- A reference to a com.esri.arcgis.server.IServerObjectManager (in)serviceName
- The serviceName (in)ppSO
- A reference to a com.esri.arcgis.server.IServerObject (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void deleteDirectory(java.lang.String dir) throws java.io.IOException, AutomationException
dir
- The dir (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getDSCXMLFileName(java.lang.String folderName, java.lang.String catalogPath) throws java.io.IOException, AutomationException
folderName
- The folderName (in)catalogPath
- The catalogPath (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void createDSCXMLFile(IDataSourceConfiguration pDataSourceConfiguration, java.lang.String folderName) throws java.io.IOException, AutomationException
pDataSourceConfiguration
- A reference to a com.esri.arcgis.search.IDataSourceConfiguration (in)folderName
- The folderName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IDataSourceConfiguration createDSCFromFile(java.lang.String fileName) throws java.io.IOException, AutomationException
fileName
- The fileName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IStringArray getDataSourceList(java.lang.String cfgLocation) throws java.io.IOException, AutomationException
cfgLocation
- The cfgLocation (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getIndexingOptionsFileName(java.lang.String indexingConfigPath) throws java.io.IOException, AutomationException
indexingConfigPath
- The indexingConfigPath (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void createIndexingOptionsFile(IIndexingOptions pIndexingOptions, java.lang.String fileName) throws java.io.IOException, AutomationException
pIndexingOptions
- A reference to a com.esri.arcgis.search.IIndexingOptions (in)fileName
- The fileName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IIndexingOptions readIndexingOptionsFile(java.lang.String fileName) throws java.io.IOException, AutomationException
fileName
- The fileName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IIndexingOptions createDefaultIndexingOptions(java.lang.String fileName) throws java.io.IOException, AutomationException
fileName
- The fileName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getDSCStatusFileName(java.lang.String indexingConfigPath) throws java.io.IOException, AutomationException
indexingConfigPath
- The indexingConfigPath (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IDSCStatusArray createDSCStatusArrayFromFile(java.lang.String fileName) throws java.io.IOException, AutomationException
fileName
- The fileName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void replaceDSCStatusFile(IDSCStatusArray pDSCStatusArray, java.lang.String bsDSCStatusFileName) throws java.io.IOException, AutomationException
pDSCStatusArray
- A reference to a com.esri.arcgis.search.IDSCStatusArray (in)bsDSCStatusFileName
- The bsDSCStatusFileName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void updateDSCRunningStatus(IPropertySet pConnProps, IServerObjectManager pSOM, java.lang.String bsDSCStatusFileName, java.lang.String serviceName, IDSCStatusArray[] ppDSCStatusArray) throws java.io.IOException, AutomationException
pConnProps
- A reference to a com.esri.arcgis.system.IPropertySet (in)pSOM
- A reference to a com.esri.arcgis.server.IServerObjectManager (in)bsDSCStatusFileName
- The bsDSCStatusFileName (in)serviceName
- The serviceName (in)ppDSCStatusArray
- A reference to a com.esri.arcgis.search.IDSCStatusArray (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void updateFullStartTimeIndexingStatus(IIndexingOptions pIndexingOptions, java.lang.String indexingConfigPath, IIndexingStatus pIndexingStatus) throws java.io.IOException, AutomationException
pIndexingOptions
- A reference to a com.esri.arcgis.search.IIndexingOptions (in)indexingConfigPath
- The indexingConfigPath (in)pIndexingStatus
- A reference to a com.esri.arcgis.search.IIndexingStatus (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void replaceIndexingStatusFile(IIndexingStatus pIndexingStatus, java.lang.String indexingStatusFileName) throws java.io.IOException, AutomationException
pIndexingStatus
- A reference to a com.esri.arcgis.search.IIndexingStatus (in)indexingStatusFileName
- The indexingStatusFileName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void createDefaultIndexingStatus(java.lang.String fileName, IIndexingOptions pIndexingOptions) throws java.io.IOException, AutomationException
fileName
- The fileName (in)pIndexingOptions
- A reference to a com.esri.arcgis.search.IIndexingOptions (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getIndexingStatusFileName(java.lang.String indexingConfigPath) throws java.io.IOException, AutomationException
indexingConfigPath
- The indexingConfigPath (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IIndexingStatus readIndexingStatus(java.lang.String fileName) throws java.io.IOException, AutomationException
fileName
- The fileName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getSearchServiceLocation(java.lang.String arcgisindexLocation, java.lang.String serviceName) throws java.io.IOException, AutomationException
arcgisindexLocation
- The arcgisindexLocation (in)serviceName
- The serviceName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getIndexLocation(java.lang.String arcgisindexLocation, java.lang.String serviceName) throws java.io.IOException, AutomationException
arcgisindexLocation
- The arcgisindexLocation (in)serviceName
- The serviceName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getStagingIndexLocation(java.lang.String arcgisindexLocation, java.lang.String serviceName) throws java.io.IOException, AutomationException
arcgisindexLocation
- The arcgisindexLocation (in)serviceName
- The serviceName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getStagingPath(java.lang.String arcgisindexLocation, java.lang.String serviceName) throws java.io.IOException, AutomationException
arcgisindexLocation
- The arcgisindexLocation (in)serviceName
- The serviceName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getStagingIndexPath(java.lang.String arcgisindexLocation, java.lang.String serviceName) throws java.io.IOException, AutomationException
arcgisindexLocation
- The arcgisindexLocation (in)serviceName
- The serviceName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getStagingIndexStagingPath(java.lang.String arcgisindexLocation, java.lang.String serviceName) throws java.io.IOException, AutomationException
arcgisindexLocation
- The arcgisindexLocation (in)serviceName
- The serviceName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getIndexingConfigPath(java.lang.String arcgisindexLocation, java.lang.String serviceName) throws java.io.IOException, AutomationException
arcgisindexLocation
- The arcgisindexLocation (in)serviceName
- The serviceName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getFinishFileName(java.lang.String folder) throws java.io.IOException, AutomationException
folder
- The folder (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void createIndexingFoldersAndFiles(IPropertySet pProps, java.lang.String serviceName) throws java.io.IOException, AutomationException
pProps
- A reference to a com.esri.arcgis.system.IPropertySet (in)serviceName
- The serviceName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getCurrentUTCTimeXMLString() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getCurrentUTCTime(ITime[] ppCurUTCTime) throws java.io.IOException, AutomationException
ppCurUTCTime
- A reference to a com.esri.arcgis.system.ITime (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void checkIndexingOverDue(IIndexingStatus pIndexingStatus, boolean[] pIsFullIndexingOverDue, boolean[] pIsIncrementalIndexingOverDue, ITime[] ppFullUTCTime, ITime ppIncrUTCTime) throws java.io.IOException, AutomationException
pIndexingStatus
- A reference to a com.esri.arcgis.search.IIndexingStatus (in)pIsFullIndexingOverDue
- The pIsFullIndexingOverDue (in)pIsIncrementalIndexingOverDue
- The pIsIncrementalIndexingOverDue (in)ppFullUTCTime
- A reference to a com.esri.arcgis.system.ITime (out: use single element array)ppIncrUTCTime
- A reference to a com.esri.arcgis.system.ITime (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isOverDue(java.lang.String targetUTCXMLTime) throws java.io.IOException, AutomationException
targetUTCXMLTime
- The targetUTCXMLTime (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setNextIndexingStartTime(boolean isFull, IIndexingOptions pIndexingOptions, IIndexingStatus pIndexingStatus) throws java.io.IOException, AutomationException
isFull
- The isFull (in)pIndexingOptions
- A reference to a com.esri.arcgis.search.IIndexingOptions (in)pIndexingStatus
- A reference to a com.esri.arcgis.search.IIndexingStatus (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getFileGDBPath(java.lang.String arcgisindexLocation, java.lang.String serviceName) throws java.io.IOException, AutomationException
arcgisindexLocation
- The arcgisindexLocation (in)serviceName
- The serviceName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getGDBConnectionPath(IPropertySet pProps, java.lang.String arcgisindexLocation, java.lang.String serviceName) throws java.io.IOException, AutomationException
pProps
- A reference to a com.esri.arcgis.system.IPropertySet (in)arcgisindexLocation
- The arcgisindexLocation (in)serviceName
- The serviceName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IStringArray getDataSourceListFromGDB(java.lang.String gdbConnectionFile, java.lang.String serviceName) throws java.io.IOException, AutomationException
gdbConnectionFile
- The gdbConnectionFile (in)serviceName
- The serviceName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void createSearchGDB(java.lang.String indexRootFolder, java.lang.String gdbName) throws java.io.IOException, AutomationException
indexRootFolder
- The indexRootFolder (in)gdbName
- The gdbName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITable initDataSourceConfigurationTable(IWorkspaceName pWSN, java.lang.String dataSourceCfgTableTN) throws java.io.IOException, AutomationException
pWSN
- A reference to a com.esri.arcgis.geodatabase.IWorkspaceName (in)dataSourceCfgTableTN
- The dataSourceCfgTableTN (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITable openDSCTable(java.lang.String sDEConnection, java.lang.String serviceName) throws java.io.IOException, AutomationException
sDEConnection
- The sDEConnection (in)serviceName
- The serviceName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITable openDataSourceConfigurationTable(IFeatureWorkspace pFWS, java.lang.String dSCTableName) throws java.io.IOException, AutomationException
pFWS
- A reference to a com.esri.arcgis.geodatabase.IFeatureWorkspace (in)dSCTableName
- The dSCTableName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String qualifyTableName(IFeatureWorkspace pFWS, java.lang.String tableName) throws java.io.IOException, AutomationException
pFWS
- A reference to a com.esri.arcgis.geodatabase.IFeatureWorkspace (in)tableName
- The tableName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |