Skip navigation links
A C D E G H I M O S T V 

A

AbstractImporter - Class in org.komodo.importer
 
AbstractImporter(Repository, ImportType) - Constructor for class org.komodo.importer.AbstractImporter
 
addErrorMessage(Throwable) - Method in class org.komodo.importer.ImportMessages
Add an error message based on the supplied exception.
addErrorMessage(String) - Method in class org.komodo.importer.ImportMessages
Add an error message
addProgressMessage(String) - Method in class org.komodo.importer.ImportMessages
Add a progress messages

C

clear() - Method in class org.komodo.importer.ImportMessages
Clear the messages

D

defaultValue() - Method in enum org.komodo.importer.ImportOptions.OptionKeys
 
determineNewName(Repository.UnitOfWork, String) - Method in class org.komodo.importer.AbstractImporter
 
doImport(Repository.UnitOfWork, String, KomodoObject, ImportOptions, ImportMessages) - Method in class org.komodo.importer.AbstractImporter
 

E

errorMessagesToString() - Method in class org.komodo.importer.ImportMessages
Get the error messages
executeImport(Repository.UnitOfWork, String, KomodoObject, ImportOptions, ImportMessages) - Method in class org.komodo.importer.AbstractImporter
 

G

getAllMessages() - Method in class org.komodo.importer.ImportMessages
Get all messages - error, progress and unhandled type messages
getErrorMessages() - Method in class org.komodo.importer.ImportMessages
Get the error messages
getOption(ImportOptions.OptionKeys) - Method in class org.komodo.importer.ImportOptions
 
getParseErrorColNumber() - Method in class org.komodo.importer.ImportMessages
Get the parse error column number
getParseErrorIndex() - Method in class org.komodo.importer.ImportMessages
Get the parse error index
getParseErrorLineNumber() - Method in class org.komodo.importer.ImportMessages
Get the parse error line number
getParseErrorMessage() - Method in class org.komodo.importer.ImportMessages
Get the parse error message
getParserId() - Method in class org.komodo.importer.ImportMessages
Get the parser id
getProgressMessages() - Method in class org.komodo.importer.ImportMessages
Get the progress messages
getRepository() - Method in class org.komodo.importer.AbstractImporter
 
getString(Enum<?>, Object...) - Static method in class org.komodo.importer.Messages
Get message string with parameters
getString(String, Object...) - Static method in class org.komodo.importer.Messages
Look up a message in the i18n resource message bundle by key, then format the message with the given params and return the result.
getUnhandledTypeMessages() - Method in class org.komodo.importer.ImportMessages
Get the unhandled type messages
getWorkspace(Repository.UnitOfWork) - Method in class org.komodo.importer.AbstractImporter
 

H

handleExistingNode(Repository.UnitOfWork, KomodoObject, ImportOptions, ImportMessages) - Method in class org.komodo.importer.AbstractImporter
Determines how to handle node creation if child to be created already exists.
hasError() - Method in class org.komodo.importer.ImportMessages
Determine if this has a parse error or other type of error
hasParseError() - Method in class org.komodo.importer.ImportMessages
Determine if this has a parse error

I

ImportMessages - Class in org.komodo.importer
ImportMessages Holds different types of import messages for DDL import
ImportMessages() - Constructor for class org.komodo.importer.ImportMessages
Constructor
ImportOptions - Class in org.komodo.importer
ImportOptions - hold options that may be set for the import
ImportOptions() - Constructor for class org.komodo.importer.ImportOptions
 
ImportOptions.ExistingNodeOptions - Enum in org.komodo.importer
Options for handling the import of a node that already exists
ImportOptions.OptionKeys - Enum in org.komodo.importer
Option keys applicable to import ddl into a model
importType - Variable in class org.komodo.importer.AbstractImporter
 
ImportType - Enum in org.komodo.importer
The type of import to be executed
incrementUnhandledNodeType(String) - Method in class org.komodo.importer.ImportMessages
Increment count of unhandled instances of a particular type

M

mergeOptions(ImportOptions) - Method in class org.komodo.importer.ImportOptions
Merge the options in the given option set into this option set
Messages - Class in org.komodo.importer
Messages for the importer plugin
Messages.IMPORTER - Enum in org.komodo.importer
 

O

OLD - Static variable in class org.komodo.importer.AbstractImporter
 
org.komodo.importer - package org.komodo.importer
 

S

setOption(ImportOptions.OptionKeys, Object) - Method in class org.komodo.importer.ImportOptions
 
setParseErrorColNumber(int) - Method in class org.komodo.importer.ImportMessages
Set the parse error column number
setParseErrorIndex(int) - Method in class org.komodo.importer.ImportMessages
Set the parse error index
setParseErrorLineNumber(int) - Method in class org.komodo.importer.ImportMessages
set the parse error line number
setParseErrorMessage(String) - Method in class org.komodo.importer.ImportMessages
Set the parse error message
setParserId(String) - Method in class org.komodo.importer.ImportMessages
Set the parser id

T

toString(File) - Method in class org.komodo.importer.AbstractImporter
 
toString(InputStream) - Method in class org.komodo.importer.AbstractImporter
 
toString() - Method in class org.komodo.importer.ImportMessages
 
toString() - Method in enum org.komodo.importer.Messages.IMPORTER
 

V

validFile(File, ImportMessages) - Method in class org.komodo.importer.AbstractImporter
 
valueOf(String) - Static method in enum org.komodo.importer.ImportOptions.ExistingNodeOptions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.komodo.importer.ImportOptions.OptionKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.komodo.importer.ImportType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.komodo.importer.Messages.IMPORTER
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.komodo.importer.ImportOptions.ExistingNodeOptions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.komodo.importer.ImportOptions.OptionKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.komodo.importer.ImportType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.komodo.importer.Messages.IMPORTER
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E G H I M O S T V 
Skip navigation links

Copyright © 2013–2019. All rights reserved.