|
|||||||||
| Home >> All >> com >> flexstor >> flexdbserver >> services >> [ linkupdate overview ] | PREV NEXT | ||||||||
A
- AssetData - class com.flexstor.flexdbserver.services.linkupdate.AssetData.
- Data structure that holds the Server, Location and Received date for an asset.
- AssetData(long, String, String, TraversalInfo, String, String) - Constructor for class com.flexstor.flexdbserver.services.linkupdate.AssetData
- AssetUpdate - class com.flexstor.flexdbserver.services.linkupdate.AssetUpdate.
- Utility class used by several classes in this package to update the server and location of the asset to that found in the database and also copy the original values to their copy source counterparts.
- AssetUpdate() - Constructor for class com.flexstor.flexdbserver.services.linkupdate.AssetUpdate
- addParentCopySourceInfo(DisguiseAssetRecordData, DisguiseAssetRecordData) - Static method in class com.flexstor.flexdbserver.services.linkupdate.AssetUpdate
- Adds the server, locatin and filename of the parent asset as parentCopySourceServer, parentCopySourceLocation and parentCopySourceFileName to be added to the copy source table to keep track of this path.
- addToMatchedAssets(String, AssetData) - Method in class com.flexstor.flexdbserver.services.linkupdate.ImportedFileNameSearch
- assetSkelField - Variable in class com.flexstor.flexdbserver.services.linkupdate.ImportedFileNameSearch
B
- bCreateNewElement - Variable in class com.flexstor.flexdbserver.services.linkupdate.LinkUpdateService
- bIsImportData - Variable in class com.flexstor.flexdbserver.services.linkupdate.LinkUpdateService
- bucketHelper - Variable in class com.flexstor.flexdbserver.services.linkupdate.ImportedFileNameSearch
C
- com.flexstor.flexdbserver.services.linkupdate - package com.flexstor.flexdbserver.services.linkupdate
- compareTo(Object) - Method in class com.flexstor.flexdbserver.services.linkupdate.AssetData
- context - Variable in class com.flexstor.flexdbserver.services.linkupdate.LinkUpdateService
- createImportData(ActionData) - Method in class com.flexstor.flexdbserver.services.linkupdate.LinkUpdateService
- Creates a ImportData object based on the ActionData object passed in the argument
D
F
- fileSeparator - Variable in class com.flexstor.flexdbserver.services.linkupdate.LinkUpdateService
- findAssets() - Method in class com.flexstor.flexdbserver.services.linkupdate.ImportedFileNameSearch
- Search for assets in the database
G
- getAssetId() - Method in class com.flexstor.flexdbserver.services.linkupdate.AssetData
- getChecksum() - Method in class com.flexstor.flexdbserver.services.linkupdate.AssetData
- getImportAssets() - Method in class com.flexstor.flexdbserver.services.linkupdate.LinkUpdateService
- Returns a Vector with the DisguiseAssetRecordData objects in the ImportData object
- getLocation() - Method in class com.flexstor.flexdbserver.services.linkupdate.AssetData
- getMatchedAssets() - Method in class com.flexstor.flexdbserver.services.linkupdate.ImportedFileNameSearch
- Returns the list of assets found in the database that matched the filename of those assets passed in the constructor; or null if no assets found.
- getPrimaryParent(DisguiseAssetRecordData) - Method in class com.flexstor.flexdbserver.services.linkupdate.LinkUpdateService
- getServer() - Method in class com.flexstor.flexdbserver.services.linkupdate.AssetData
- getTraversalInfo() - Method in class com.flexstor.flexdbserver.services.linkupdate.AssetData
- getUnmatchedAssets() - Method in class com.flexstor.flexdbserver.services.linkupdate.ImportedFileNameSearch
- Returns the list of assets that didn't match the filename of those assets passed in the constructor; or null if all assets matched.
- go() - Method in class com.flexstor.flexdbserver.services.linkupdate.LinkUpdateService
I
- IDENTIFIER - Static variable in class com.flexstor.flexdbserver.services.linkupdate.ImportedFileNameSearch
- IDENTIFIER - Static variable in class com.flexstor.flexdbserver.services.linkupdate.LinkUpdateService
- ImportedFileNameSearch - class com.flexstor.flexdbserver.services.linkupdate.ImportedFileNameSearch.
- Does a search in the database looking for the id of records that matches the filenames specified for the list of disguises.
- ImportedFileNameSearch(Vector, int[]) - Constructor for class com.flexstor.flexdbserver.services.linkupdate.ImportedFileNameSearch
- id - Variable in class com.flexstor.flexdbserver.services.linkupdate.LinkUpdateService
- importData - Variable in class com.flexstor.flexdbserver.services.linkupdate.LinkUpdateService
- initData(ActionData) - Method in class com.flexstor.flexdbserver.services.linkupdate.LinkUpdateService
L
- LinkUpdateService - class com.flexstor.flexdbserver.services.linkupdate.LinkUpdateService.
-
LinkUpdateService
The Link Update Service run during the import of new assets into FLEXSTOR.db containing links to other assets in the database. - LinkUpdateService() - Constructor for class com.flexstor.flexdbserver.services.linkupdate.LinkUpdateService
- logError(String) - Method in class com.flexstor.flexdbserver.services.linkupdate.ImportedFileNameSearch
- logError(String) - Method in class com.flexstor.flexdbserver.services.linkupdate.LinkUpdateService
- logFailedAssets(Vector, String) - Method in class com.flexstor.flexdbserver.services.linkupdate.LinkUpdateService
- Log error including full path to unavailable assets Send an email to the user specified in the argument indicating that the new record could not be created because one of its link is not already in the system.
M
- mElementTravInfo - Variable in class com.flexstor.flexdbserver.services.linkupdate.ImportedFileNameSearch
- mMatchedAssets - Variable in class com.flexstor.flexdbserver.services.linkupdate.ImportedFileNameSearch
- matchUnmatchedAssets(int) - Method in class com.flexstor.flexdbserver.services.linkupdate.ImportedFileNameSearch
- matchesFound(Vector) - Method in class com.flexstor.flexdbserver.services.linkupdate.ImportedFileNameSearch
N
- nAssetId - Variable in class com.flexstor.flexdbserver.services.linkupdate.AssetData
- naDisguises - Variable in class com.flexstor.flexdbserver.services.linkupdate.ImportedFileNameSearch
P
- performSearch(SearchCriteriaData) - Method in class com.flexstor.flexdbserver.services.linkupdate.ImportedFileNameSearch
- populateMatchedAssetsMap(Vector) - Method in class com.flexstor.flexdbserver.services.linkupdate.ImportedFileNameSearch
R
- removeElement(DisguiseAssetRecordData) - Method in class com.flexstor.flexdbserver.services.linkupdate.LinkUpdateService
- removePrimaryParents(Vector) - Method in class com.flexstor.flexdbserver.services.linkupdate.LinkUpdateService
- For each asset in the unmatched list, find its primary parent and remove it from the ImportData object.
S
- sChecksum - Variable in class com.flexstor.flexdbserver.services.linkupdate.AssetData
- sDisguiseList - Variable in class com.flexstor.flexdbserver.services.linkupdate.LinkUpdateService
- sFailedParent - Variable in class com.flexstor.flexdbserver.services.linkupdate.LinkUpdateService
- sLocation - Variable in class com.flexstor.flexdbserver.services.linkupdate.AssetData
- sServer - Variable in class com.flexstor.flexdbserver.services.linkupdate.AssetData
- sThisService - Variable in class com.flexstor.flexdbserver.services.linkupdate.LinkUpdateService
- searchUtil - Variable in class com.flexstor.flexdbserver.services.linkupdate.ImportedFileNameSearch
- serviceBroker - Variable in class com.flexstor.flexdbserver.services.linkupdate.ImportedFileNameSearch
- setServiceContext(ServiceContext) - Method in class com.flexstor.flexdbserver.services.linkupdate.LinkUpdateService
- Calls before the service is initialized (before initData is called) to pass information about the environment in which the service is running.
T
U
- updateAssetPath(DisguiseAssetRecordData, AssetData) - Static method in class com.flexstor.flexdbserver.services.linkupdate.AssetUpdate
- Updates the server and location for the asset with those passed in the argument.
- updateAssets(int) - Method in class com.flexstor.flexdbserver.services.linkupdate.ImportedFileNameSearch
- Update the vUnmatchedAssets Vector by removing the assets for which a match was found during the search.
- updateImportData(Vector) - Method in class com.flexstor.flexdbserver.services.linkupdate.LinkUpdateService
- After the search, the asset records are already updated with the server, location and filename of its match.
V
- vMatchedAssets - Variable in class com.flexstor.flexdbserver.services.linkupdate.ImportedFileNameSearch
- vUnmatchedAssets - Variable in class com.flexstor.flexdbserver.services.linkupdate.ImportedFileNameSearch
- validateDisguises(String) - Method in class com.flexstor.flexdbserver.services.linkupdate.LinkUpdateService
- Takes the disguiseList argument (from the services.config, *.ctl or roletype_services.config), parses it and validates each disguise (label or id) against the database list.
A B C D F G I L M N P R S T U V
|
|||||||||
| Home >> All >> com >> flexstor >> flexdbserver >> services >> [ linkupdate overview ] | PREV NEXT | ||||||||