|
|||||||||
| Home >> All >> com >> flexstor >> common >> [ importprocessor overview ] | PREV NEXT | ||||||||
A
- aFixedSpecs - Static variable in interface com.flexstor.common.importprocessor.ImportExcludeI
- addErrorRecord(FlexError) - Method in class com.flexstor.common.importprocessor.ImportData
- addService(String) - Method in class com.flexstor.common.importprocessor.ImportServices
- addType(String) - Method in class com.flexstor.common.importprocessor.ImportTypesFound
- addValuePerKey(String, String) - Method in class com.flexstor.common.importprocessor.ImportCtlData
B
- bLogExcludes - Variable in class com.flexstor.common.importprocessor.ImportExclude
- bReadError - Variable in class com.flexstor.common.importprocessor.TextFile
- bUpdateAssets - Variable in class com.flexstor.common.importprocessor.ImportData
C
- checkForSection(String) - Method in class com.flexstor.common.importprocessor.TextFile
- Determines if line read is a section header.
- clearServices() - Method in class com.flexstor.common.importprocessor.ImportServices
- clearTypes() - Method in class com.flexstor.common.importprocessor.ImportTypesFound
- clone() - Method in class com.flexstor.common.importprocessor.ImportData
- close() - Method in class com.flexstor.common.importprocessor.TextFile
- Close the current file.
- com.flexstor.common.importprocessor - package com.flexstor.common.importprocessor
- createDisguiseRecordData(boolean) - Method in class com.flexstor.common.importprocessor.ImportData
- createDisguiseRecordData() - Method in class com.flexstor.common.importprocessor.ImportData
D
- deleteService() - Method in class com.flexstor.common.importprocessor.ImportServices
G
- getAllServices() - Method in class com.flexstor.common.importprocessor.ImportServices
- getArraySectionData(String) - Method in class com.flexstor.common.importprocessor.ImportCtlData
- getAssetsType() - Method in class com.flexstor.common.importprocessor.ImportResult
- getBooleanPerKey(String) - Method in class com.flexstor.common.importprocessor.ImportCtlData
- getCommand(String) - Method in class com.flexstor.common.importprocessor.ImportCtlData
- Parses the current line returning the command portion.
- getCommand(String) - Method in class com.flexstor.common.importprocessor.ImportExclude
- Parses the current line returning the command portion.
- getCommand(String) - Method in class com.flexstor.common.importprocessor.TextFile
- Parses the current line returning the command portion.
- getCommandValue(String) - Method in class com.flexstor.common.importprocessor.ImportCtlData
- Parses the current line returning the value portion.
- getCommandValue(String) - Method in class com.flexstor.common.importprocessor.ImportExclude
- Parses the current line returning the value portion.
- getCommandValue(String) - Method in class com.flexstor.common.importprocessor.TextFile
- Parses the current line returning the value portion.
- getCtlData() - Method in class com.flexstor.common.importprocessor.ImportCtlData
- getCtlDataRef() - Method in class com.flexstor.common.importprocessor.ImportData
- getDisguiseRecordRef() - Method in class com.flexstor.common.importprocessor.ImportData
- getErrorRecords() - Method in class com.flexstor.common.importprocessor.ImportData
- getExcludeList(String) - Method in class com.flexstor.common.importprocessor.ImportExclude
- getFile() - Method in class com.flexstor.common.importprocessor.TextFile
- Return the current file reference
- getFileName() - Method in class com.flexstor.common.importprocessor.TextFile
- getFileSeparator(String) - Method in class com.flexstor.common.importprocessor.ImportExclude
- Returns the file separator.
- getFixedList() - Method in class com.flexstor.common.importprocessor.ImportExclude
- getHeaderIndex(String) - Method in class com.flexstor.common.importprocessor.ImportCtlData
- Return index of the header if found, else return -1
- getImportData() - Method in class com.flexstor.common.importprocessor.ImportResult
- getInstance() - Static method in class com.flexstor.common.importprocessor.ResultListener
- getLine() - Method in class com.flexstor.common.importprocessor.TextFile
- Read a line from the text file.
- getNextService() - Method in class com.flexstor.common.importprocessor.ImportServices
- getNextService(boolean) - Method in class com.flexstor.common.importprocessor.ImportServices
- getNextType() - Method in class com.flexstor.common.importprocessor.ImportTypesFound
- getNextType(boolean) - Method in class com.flexstor.common.importprocessor.ImportTypesFound
- getOptionValue(String) - Method in class com.flexstor.common.importprocessor.ImportCtlData
- getPostServicesRef() - Method in class com.flexstor.common.importprocessor.ImportData
- getPreServicesRef() - Method in class com.flexstor.common.importprocessor.ImportData
- getResultVector() - Method in class com.flexstor.common.importprocessor.ResultListener
- getSeparator() - Method in class com.flexstor.common.importprocessor.TextFile
- getServicesRef() - Method in class com.flexstor.common.importprocessor.ImportData
- getTransID() - Method in class com.flexstor.common.importprocessor.ImportData
- getTypes() - Method in class com.flexstor.common.importprocessor.ImportTypesFound
- getTypesFoundRef() - Method in class com.flexstor.common.importprocessor.ImportData
- getValuePerKey(String) - Method in class com.flexstor.common.importprocessor.ImportCtlData
- getVectorSectionData(String) - Method in class com.flexstor.common.importprocessor.ImportCtlData
I
- IDENTIFIER - Static variable in class com.flexstor.common.importprocessor.ImportExclude
- IDENTIFIER - Static variable in class com.flexstor.common.importprocessor.TextFile
- ImportCtlData - class com.flexstor.common.importprocessor.ImportCtlData.
- ImportCtlData() - Constructor for class com.flexstor.common.importprocessor.ImportCtlData
- ImportData - class com.flexstor.common.importprocessor.ImportData.
- ImportData() - Constructor for class com.flexstor.common.importprocessor.ImportData
- ImportData(ImportCtlData) - Constructor for class com.flexstor.common.importprocessor.ImportData
- Use this constructor if the ImportCtlData object is created externally and its reference is passed in thru the constructor
- ImportExclude - class com.flexstor.common.importprocessor.ImportExclude.
- ImportExclude(boolean) - Constructor for class com.flexstor.common.importprocessor.ImportExclude
- Constructor that takes the bLogExcludes boolean flag that determines whether excluded files are to be logged or not.
- ImportExclude(boolean, ImportData) - Constructor for class com.flexstor.common.importprocessor.ImportExclude
- This contstructor is used by the Import Processor so that it can email critical Errors using PreImportEmailService
- ImportExclude(String, boolean) - Constructor for class com.flexstor.common.importprocessor.ImportExclude
- Constructor that takes the complete path of exclude.txt file in addition to bLogExcludes.
- ImportExcludeI - interface com.flexstor.common.importprocessor.ImportExcludeI.
- ImportResult - class com.flexstor.common.importprocessor.ImportResult.
- ImportResult(boolean) - Constructor for class com.flexstor.common.importprocessor.ImportResult
- ImportServices - class com.flexstor.common.importprocessor.ImportServices.
- ImportServices() - Constructor for class com.flexstor.common.importprocessor.ImportServices
- ImportTypesFound - class com.flexstor.common.importprocessor.ImportTypesFound.
- ImportTypesFound() - Constructor for class com.flexstor.common.importprocessor.ImportTypesFound
- inFile - Variable in class com.flexstor.common.importprocessor.TextFile
- init() - Method in class com.flexstor.common.importprocessor.ImportExclude
- isExcludeFile(String) - Method in class com.flexstor.common.importprocessor.ImportExclude
- isSection(String) - Method in class com.flexstor.common.importprocessor.ImportCtlData
- Determines if line read is a section header.
- isUpdate() - Method in class com.flexstor.common.importprocessor.ImportData
L
- listener - Static variable in class com.flexstor.common.importprocessor.ResultListener
- logError(String) - Method in class com.flexstor.common.importprocessor.ImportExclude
- Create an error object and put it in the vector in ImportData to be emailed in the PreImportEmail service
N
- nElementIndex - Variable in class com.flexstor.common.importprocessor.ImportData
- nServiceIndex - Variable in class com.flexstor.common.importprocessor.ImportServices
- nTypeIndex - Variable in class com.flexstor.common.importprocessor.ImportTypesFound
O
- openFile() - Method in class com.flexstor.common.importprocessor.TextFile
- FileReader
P
- parseExcludeSpec(String) - Method in class com.flexstor.common.importprocessor.ImportExclude
R
- RemoveAllErrorRecords() - Method in class com.flexstor.common.importprocessor.ImportData
- ResultListener - class com.flexstor.common.importprocessor.ResultListener.
- ResultListener() - Constructor for class com.flexstor.common.importprocessor.ResultListener
- readOK() - Method in class com.flexstor.common.importprocessor.TextFile
- Return error status from last operation.
- reader - Variable in class com.flexstor.common.importprocessor.TextFile
- refCtlData - Variable in class com.flexstor.common.importprocessor.ImportData
- refDisguiseRecordData - Variable in class com.flexstor.common.importprocessor.ImportData
- refImportData - Variable in class com.flexstor.common.importprocessor.ImportExclude
- refPostServices - Variable in class com.flexstor.common.importprocessor.ImportData
- refPreServices - Variable in class com.flexstor.common.importprocessor.ImportData
- refServices - Variable in class com.flexstor.common.importprocessor.ImportData
- refTypesFound - Variable in class com.flexstor.common.importprocessor.ImportData
- removeItem(String, String) - Method in class com.flexstor.common.importprocessor.ImportCtlData
- resetServiceIndex() - Method in class com.flexstor.common.importprocessor.ImportServices
- resetTypeIndex() - Method in class com.flexstor.common.importprocessor.ImportTypesFound
S
- sAssetsType - Variable in class com.flexstor.common.importprocessor.ImportResult
- sDirSeparator - Variable in class com.flexstor.common.importprocessor.ImportExclude
- sTransID - Variable in class com.flexstor.common.importprocessor.ImportData
- sVersion - Static variable in class com.flexstor.common.importprocessor.TextFile
- serviceDone(Object) - Method in class com.flexstor.common.importprocessor.ResultListener
- setAssetsType(String) - Method in class com.flexstor.common.importprocessor.ImportResult
- setCtlDataRef(ImportCtlData) - Method in class com.flexstor.common.importprocessor.ImportData
- Set the reference to the object containing the .CTL data
- setDisguiseRecordRef(DisguiseRecordData) - Method in class com.flexstor.common.importprocessor.ImportData
- setImportData(ImportData) - Method in class com.flexstor.common.importprocessor.ImportResult
- setTransID(String) - Method in class com.flexstor.common.importprocessor.ImportData
- setUpdate(boolean) - Method in class com.flexstor.common.importprocessor.ImportData
- Set this value to specify if this ImportData was created to do an insert or update into the database
- strExcldeFilePath - Variable in class com.flexstor.common.importprocessor.ImportExclude
- streamOK() - Method in class com.flexstor.common.importprocessor.TextFile
- Return status of the input stream.
T
- TextFile - class com.flexstor.common.importprocessor.TextFile.
- Provide text file access
- TextFile(FlexXFile) - Constructor for class com.flexstor.common.importprocessor.TextFile
- Constructor - Open the specified text file input stream.
- TextFile(String) - Constructor for class com.flexstor.common.importprocessor.TextFile
- Constructor - Open the specified text file input stream.
V
- vErrorRecords - Variable in class com.flexstor.common.importprocessor.ImportData
- vExcludeCommands - Variable in class com.flexstor.common.importprocessor.ImportExclude
- vExcludeValues - Variable in class com.flexstor.common.importprocessor.ImportExclude
- vResult - Variable in class com.flexstor.common.importprocessor.ResultListener
A B C D G I L N O P R S T V
|
|||||||||
| Home >> All >> com >> flexstor >> common >> [ importprocessor overview ] | PREV NEXT | ||||||||