| Package | Description | 
|---|---|
| oracle.ide.ceditor | The  Code Editorpackage contains the code editing
implementation of the JDeveloper IDE. | 
| oracle.ide.config | Contains classes encapsulating JDevelopers's environment settings. | 
| oracle.ide.dialogs.filter | |
| oracle.ide.editor | Contains classes and interfaces that allow addins to add their own specialized
editors to JDeveloper. | 
| oracle.ide.externaltools | Contains interfaces and classes that allow external tools in
 the IDE to be invoked, manipulated and extended by extensions. | 
| oracle.ide.keyboard | Defining your default accelerators | 
| oracle.ide.model | Contains interfaces and classes implementing JDeveloper's data model. | 
| oracle.ide.model.panels | |
| oracle.ide.navigation | |
| oracle.ide.net | Provides a virtual file system framework based on java.net.URL. | 
| oracle.ide.panels | Provides a framework for building panel-based UI. | 
| oracle.ide.todo | Contains API classes for the To Do Item feature. | 
| oracle.ide.util | Contains utility classes. | 
| oracle.ide.webbrowser | Contains classes that allow addins some level of control on the IDE web browser
settings. | 
| oracle.ide.wizard | Contains classes that can be used to integrate gallery items and wizards into
the product. | 
| oracle.javatools.db | Contains a metadata API for describing database objects, and retrieving them
from a provider of database objects - for example a database. | 
| oracle.javatools.db.datatypes | Classes related to datatypes in the database API. | 
| oracle.javatools.db.diff | 
Contains a metadata driven differ of database objects. | 
| oracle.javatools.db.hive | |
| oracle.javatools.db.ora | Contains the database api implementation for Oracle databases, and additional
DBObject implementations for objects specific to Oracle. | 
| oracle.javatools.db.ora.bigdata | |
| oracle.javatools.db.plsql | Classes for dealing with PL/SQL objects. | 
| oracle.javatools.db.sql | Contains an API for declaratively parsing SQL queries (SELECT statements). | 
| oracle.javatools.editor.print | The Print package is a subset of the Editor package, and contains a
basic Pageable implementation for printing out the contents of a
BasicDocument. | 
| oracle.javatools.util | Provides general utilities. | 
| oracle.jdeveloper.builder | This package contains the base implementations for the set of 
classes used for creating new objects. | 
| oracle.jdeveloper.deploy | |
| oracle.jdeveloper.deploy.common | |
| oracle.jdeveloper.deploy.contrib | |
| oracle.jdeveloper.deploy.dt.wizard.spi | |
| oracle.jdeveloper.deploy.ear | |
| oracle.jdeveloper.deploy.ejb | |
| oracle.jdeveloper.deploy.j2ee | |
| oracle.jdeveloper.deploy.jar | |
| oracle.jdeveloper.deploy.meta.pattern | |
| oracle.jdeveloper.deploy.war | |
| oracle.jdeveloper.engine | |
| oracle.jdeveloper.history | |
| oracle.jdeveloper.offlinedb | Database API extension for saving database object definitions in XML files. | 
| oracle.jdeveloper.offlinedb.model | Classes that define an offline database's settings and properties. | 
| oracle.jdeveloper.rescat2.util | |
| oracle.jdeveloper.uieditor | Contains classes that allow addins access to the UIEditor integration objects. | 
| oracle.jdeveloper.vcs.spi | Contains extension-level service provider interfaces for version control system integraton. | 
| oracle.jdevimpl.audit.preferences | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CodeNavigationPointCodeNavigationPoint is a NavigationPoint implementation intended for
 registration with the NavigationManager as an EditorNavigationPoint for the
 CodeEditor class. | 
| class  | LineNavigationPointNavigationPoint implementation which navigates to a given line within a
 CodeEditor. | 
| class  | OffsetNavigationPointNavigationPoint implementation which navigates to a given offset within a
 FindableEditor. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ClientSettingThe  ClientSettingclass provides a default object 
 store that can be used to save and open extension specific data. | 
| class  | DocumentExtensionsDeprecated. 
 not replaced; file type settings are not for public consumption.
 Descriptive node information and content types can be acquired through the
  Recognizerclass. | 
| static class  | DocumentExtensions.DocRecordDeprecated.  DocRecordclass. | 
| static class  | DocumentExtensions.ExtInfoDeprecated.  ExtInfoclass. | 
| class  | DTCacheThe  DTCacheis a persisted cache that can be used to
 store data that is not user-configurable. | 
| class  | EnvironOptionsThis class stores the IDE environment options. | 
| class  | GlobalIgnoreListThis class stores the IDE Global Ignore list. | 
| class  | IdeSettingsIdeSettings provides access to the preferences framework. | 
| Modifier and Type | Method and Description | 
|---|---|
| Copyable | ClientSetting. getData(java.lang.String key)Gets the data object associated with the specified  dataKey. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | IdeSettings. putData(java.lang.String dataKey,
       Copyable data)Deprecated. 
 Use the  ClientSettingobject to put client 
 specific settings. | 
| void | DTCache. putData(java.lang.String dataKey,
       Copyable data)Stores an object into the cache using the specified key for
 lookup. | 
| void | ClientSetting. putData(java.lang.String key,
       Copyable data)Sets the data object associated with the specified  dataKey. | 
| void | IdeSettings. putLegacyData(java.lang.String dataKey,
             Copyable data)Note: This method should only be used by legacy code that is migrating
 preferences forward to the Fusion release. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DirectoryExcludeFilter | 
| class  | ExcludeFilterSettings | 
| class  | FileTypeIncludeFilter | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | EditorsOptionsThis class was used to store the editors auto synchronize option. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ExternalToolThe base class for external tools. | 
| class  | LazyExternalTool | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | KeyStrokeOptionsThis class stores the KeyStrokeMap for one global context and multiple local
 contexts. | 
| class  | KeyStrokesConfigUIDeprecated. 
 since 11.0 with no replacement. This class is an implementation
    detail and should not be exposed in a public API. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ConnectionsTop level IDE level Connections Node. | 
| class  | ObservableFolder | 
| class  | PreferencesDeprecated. 
 since 11.1.1. Do not use this class. It will be removed in a
 future version of the ide framework. For preferences, see 
  Preferences. | 
| class  | TechnologyScopeThe  TechnologyScopeclass is used to group a set of
 technologies. | 
| class  | WorkspacesThis class holds all Workspace objects currently available to the user
 in the IDE. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ProjectContentNavigable | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | oracle.ide.navigation.DefaultNavigationPointDefault EditorNavigationPoint implementation for representing the
 activation of an Editor due to an operation that was not implemented as a
 NavigationPoint. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | FilePathAn instance of  FilePathrepresents a path that is made
  up entire ofFiles. | 
| class  | URLPathAn instance of  URLPathrepresents a path that is made
  up entirely ofURLs. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DetailNavigable | 
| class  | MetaTraversableThe  MetaTraversableclass is responsible for
  specifying metadata for aTraversablethat has not yet
  been instantiated. | 
| class  | NavigableEach instance of the  Navigableclass represents a
  single tree node. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ToDoItemThe  ToDoIteminterface provides the API for dealing with ToDoItems. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractToDoItemA  AbstractToDoItemrepresents a task the user wants to track. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | CopyablePlease use  Copyableinstead. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | InternetFilesOptions | 
| class  | ProxyOptionsProvides access to HTTP proxy options as set via
 Tools->Preferences->Web Browser and Proxy. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | StepThe  Stepclass is responsible for specifying metadata
  for aTraversablethat has not yet been instantiated;Stepdiffers fromMetaTraversablein thatStepis intended to be used for specifying a sequence
  of panels that are displayed by theFSMWizard. | 
| class  | WizardWelcomeSettingsSettings that define whether a wizard welcome page is displayed. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | BinaryObjectInterface for an object from the db that has a binary representation (e.g. | 
| interface  | ChildDBObjectInterface that any DBObject should implement if it can exist as the child
 of another DBObject. | 
| interface  | ColumnConstraintReferenceIDDeprecated.  | 
| interface  | DBObjectBase interface for all database objects. | 
| interface  | DBObjectIDInterface representing an immutable object ID for a
 DBObject. | 
| interface  | DBReferenceIDDeprecated.  | 
| interface  | SchemaObjectA  SchemaObjectrepresents a database object that can
 exist within the context of a schema. | 
| interface  | SourceObjectAny object in the database that can contain a block of source code - for
 example java or PL/SQL. | 
| interface  | SystemObjectA system object is available at the DBObjectProvider level through the list
 and get methods, and can be created/updated/deleted. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractBuildableObjectProvides methods for lazy loading and building AbstractDBObjects. | 
| class  | AbstractChildBuildableObjectAbstract DBObject implementation that is buildable (support lazy loading)
 and is a ChildDBObject implementation. | 
| class  | AbstractChildDBObjectExtension of DBObject used by child object in the API. | 
| class  | AbstractDBObjectProvides an abstract implementation of the  DBObjectinterface. | 
| class  | AbstractDBObjectIDAbstract implementation of DBObjectID for subclassing by DBObjectID
 implementations. | 
| class  | AbstractIncrementerAbstract superclass of Sequence to allow for other implementations that use a
 Sequence (or similar) but not as a SchemaObject to re-use these properties. | 
| class  | AbstractSchemaObjectProvides a base implementation of the  SchemaObjectinterface. | 
| class  | AbstractSystemObjectAbstract superclass for all SystemObject implementations. | 
| class  | AliasModel of a database alias. | 
| class  | AutoExtendPropertiesModel of properties for auto extend behavior used by  Tablespaces | 
| class  | BaseObjectIDBase DBObjectID implementation that stores the object name and (optionally)
 schema name of the object. | 
| class  | CheckConstraintA  CheckConstraintconstrains a table or view based on a
 conditional expression. | 
| class  | ColumnModel of a database column. | 
| class  | ColumnConstraintAbstract model of a Constraint that constrains Columns in the database. | 
| class  | ConstraintA  Constraintrepresents a constraint on a table or view. | 
| class  | ConstraintIDDeprecated.  | 
| class  | FileSpecificationModel of  File Specificationproperties. | 
| class  | FKConstraintA  FKConstraintrepresents a Foreign Key Constraint. | 
| class  | IdentifierBasedIDThe representation of an Object ID for an object in a provider that can be
 uniquely identified by an identifier (other than name). | 
| class  | IdentityColumnPropertiesProperties of an Identity Column defining how the values of that column are generated. | 
| class  | IndexModel of a database index. | 
| class  | JavaAbstract SchemaObject implementation for the different Java objects available
 in a database. | 
| class  | JavaClassModel of a Java Class. | 
| class  | JavaResourceModel of a Java Resource object. | 
| class  | JavaSourceModel of a Java Source object. | 
| class  | NameBasedIDID implementation that is name based. | 
| class  | PKConstraintA  PKConstraintrepresents a Primary Key constraint. | 
| class  | ReferenceIDID implementation used for a reference property - i.e. | 
| class  | RelationA  Relationrepresents the basic entity of a relational
 database. | 
| class  | SchemaModel of a database schema. | 
| class  | SequenceModel of a database sequence. | 
| class  | SynonymModel of a database synonym. | 
| class  | TableModel of a database table. | 
| class  | TablespaceModel of a Tablespace in a database. | 
| class  | TemporaryObjectIDImplementation of the DBObjectID interface for objects that only exist in
 memory. | 
| class  | UniqueConstraintA  UniqueConstraintprohibits multiple rows from having the
 same value in the same column or combination of columns but allows some
 values to be null. | 
| class  | ViewRepresents a database View. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | DataTypeInterface defines a database datatype (VARCHAR, INTEGER etc) abstractly
 in terms of its attributes (size, precision, scale etc). | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DataTypeAttributeA data type can have a number of attributes that define its behaviour -
 size, precision, scale etc. | 
| class  | DataTypeIDINTERNAL USE ONLY. | 
| class  | DataTypeSynonymDataType implementation that delegates all calls to an underlying DataType
 that it is a "synonym" for. | 
| class  | DataTypeUsageTo "use" a DataType is to refer to it by ID and store values for any
 attributes that DataType may have (precision, scale, size etc). | 
| class  | PredefinedDataTypeDefault DataType implementation for simple (built-in) data types in a
 database. | 
| class  | PredefinedDataTypeUsageDeprecated.  | 
| class  | UserDataTypeDefines a data type that we 'discovered' when importing or navigating a
  database, usually from a foreign database, or for un-imported object types. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DifferenceRepresents the difference (or comparison) for a given object. | 
| class  | ResultSet | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HiveBucketPropertiesBean that encapsulates the properties specific to a Hive Bucketed Table. | 
| class  | HivePartitionBean that represents a partition in Hive. | 
| class  | HivePartitionPropertiesBean to reprsent the partition model of a Hive table. | 
| class  | HiveSkewPropertiesBean to represent the properties that control the skewing of a Hive table
 or table partition. | 
| class  | HiveStoragePropertiesCollection of properties for a Table definition that are specific to the
 Hive Metastore. | 
| class  | TblPropertySimple DBObject implementation for a key/value pair in a property map
 (like TBLPROPERTIES or SERDEPROPERTIES). | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DatabaseLinkModel of a database DatabaseLink. | 
| class  | DirectoryModel of an Oracle Directory object. | 
| class  | IndexPartitionModel of an Oracle index partition. | 
| class  | Indextype | 
| class  | LOBDescriptorLOBDescriptor encapsulates the partitioning properties of LOB and VARRAY
 columns. | 
| class  | MaterializedViewA MaterializedView represents a Materialized View in the database. | 
| class  | MaterializedViewLog | 
| class  | NameBasedRefIDDeprecated.  | 
| class  | OracleColumnPropertiesDBObject that wraps all the properties that a Column can have that are
 Oracle specific. | 
| class  | OracleExternalTablePropertiesThis object represents the "external table clause" syntax for creating an
 external table. | 
| static class  | OracleExternalTableProperties.LocationSpecifierThe LOCATION clause lets you specify one or more external data sources. | 
| class  | OracleIndexOrganizedTablePropertiesProperty object to hold the index organized specific properties for an IOT. | 
| class  | OracleIndexPartitionsModel of the partitioning scheme on an Oracle index. | 
| class  | OracleIndexPropertiesDeprecated. 
 the domain index type is stored on the Index itself. | 
| class  | OracleInMemoryColumnPropertiesChild object that represents a component of the in-memory column clause
 for a Table. | 
| class  | OracleInMemoryPropertiesChild object that represents Oracle Database In-Memory properties. | 
| class  | OracleNestedTableProperties | 
| class  | OracleSchemaPropertiesBean for the extra properties that are stored against a Schema in an
 OracleDatabase. | 
| class  | OracleSQLQueryDeprecated. 
 - folded in to SQLQuery | 
| class  | OracleStorageProperties | 
| class  | OracleTablePartitionsOracleTablePartitions encapsulate the properties of an Oracle table's partitions
 and subpartitions. | 
| class  | OracleTablePropertiesExtra properties for Oracle Tables | 
| class  | OracleTablespacePropertiesModel of properties for an Oracle  Tablespace | 
| class  | RecycledObjectModel of an object that has been dropped and is now in the Oracle recycle
 bin. | 
| class  | TablePartitionTablePartition encapsulate the properties of an individual partition or subpartition. | 
| class  | XMLSchemaObject to represent an XML Schema held in the database. | 
| class  | XMLSchemaElement | 
| class  | XMLTypeColumnProperties | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BigDataAccessParameterSQLFragment that represents an access parameter for an Oracle "Big
 Data" access driver. | 
| class  | BigDataAccessParametersSQLFragment that represents the access parameters for the Oracle "Big
 Data" external table access drivers. | 
| class  | BigDataFieldRepresentation of a Big Data field object. | 
| class  | BigDataFieldsObject that represents the value of the com.oracle.bigdata.fields access
 parameter. | 
| class  | BigDataJsonArrayArray construct for use in big data access parameter values. | 
| class  | BigDataJsonEntryEntry (or element) construct for use in big data access parameter values. | 
| class  | BigDataJsonObjectObject construct for use in big data access parameter values. | 
| class  | BigDataTablePropertiesObject that represents the value of the com.oracle.bigdata.tblproperties
 access parameter. | 
| class  | BigDataTablePropertyRepresentation of a big data "table property", which is a name/value
 property pair. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | PlSqlSourceObjectA PL/SQL Schema Object. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DBObjectPlSqlFragmentTop-most PL/SQL specific superclass of all PL/SQL DBObject classes
 in this package. | 
| class  | FunctionRepresentation of a PL/SQL Function. | 
| class  | PackageRepresentation of a PL/SQL Package Spec | 
| class  | PackageBodyRepresentation of a PL/SQL Package Body | 
| class  | PlSqlAttributeA representation of a Attribute within a  Type. | 
| class  | PlSqlBlockWhen instantiated as a concrete class, this represents a PL/SQL Block. | 
| class  | PlSqlCodeFragmentAny non whitespace/comment fragment of PL/SQL code | 
| class  | PlSqlCommentClass representing a comment within PL/SQL. | 
| class  | PlSqlDatatypeRepresentation of a PL/SQL Datatype such as a record, varray table etc. | 
| class  | PlSqlDatumAn abstract representation of a PL/SQL object that may contain data, and as such
 has a reference to a datatype or datatype usage | 
| class  | PlSqlMethodRepresentation of a method within a  Type. | 
| class  | PlSqlParameterRepresentation of a parameter (argument) to any PL/SQL procedure, function
 or method. | 
| class  | PlSqlReferenceA reference from some PL/SQL to another DBObject. | 
| class  | PlSqlSchemaObjectAbstract superclass of all Schema level PL/SQL objects (ie  PlSqlSourceObjects)
 other thanProcedureandFunctionas they extendPlSqlSubProgram. | 
| class  | PlSqlSchemaObjectBodyAbstract superclass of  PackageBodyandTypeBody. | 
| class  | PlSqlSchemaObjectSpec | 
| class  | PlSqlStatementA represtation of a PL/SQL statement, or compound construct that can be
 used where a simple statement could (eg a block, if, loop etc). | 
| class  | PlSqlSubProgramA representation of a PL/SQL procedure or function. | 
| class  | PlSqlVariableA representation of a PL/SQL variable (or constant) defined at any scope
 in a PL/SQL object. | 
| class  | ProcedureRepresentation of a PL/SQL Procedure. | 
| class  | TriggerRepresentation of a Database Trigger | 
| class  | TypeRepresentation of a PL/SQL Object Type. | 
| class  | TypeBodyRepresentation of a Type Body | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | AliasFragmentSQLFragment that consists of an expression and an alias. | 
| interface  | DBObjectUsageInterface implemented by fragments that use a DBObjectID to refer to another
 DBObject. | 
| interface  | FromObjectUsageInterface implemented by any object that directly depends on a FromObject
 (e.g. | 
| interface  | JoinCondition | 
| interface  | SQLFragmentInterface for objects that encapsulate a fragment of SQL. | 
| interface  | SQLFragmentWithDatatypeA SQLFragment that has a datatype, for example, a ColumnUsage or an Operation. | 
| interface  | SQLQueryOwnerInterfaced to be implemented by any object that can own a SQLQuery. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractAliasFragmentSQLFragment that consists of an expression and an alias. | 
| class  | AbstractDBObjectUsageAbstract implementation for a SQLFragment that uses another DBObject (e.g
 a Column) through a FromObject in the query. | 
| class  | AbstractFromObjectUsageAbstract SQLFragment implementation of FromObjectUsage. | 
| class  | AbstractProviderUsageSQLFragmentAbstract SQLFragment implementation that is also a ProviderUsage. | 
| class  | AbstractSchemaObjectUsageAbstract class for usages that reference a SchemaObject (e.g. | 
| class  | AbstractSQLFragmentAbstract superclass for SQLFragment implementations. | 
| class  | AbstractSQLQueryDeprecated. 
 - folded in to SQLQuery | 
| class  | ArithmeticOperationConcrete subclass of Operation for arithmetic operations - ADD, SUBTRACT,
 MULTIPLY and DIVIDE. | 
| class  | AsteriskUsageDeprecated. 
 - use ColumnKeywordUsage | 
| class  | BuiltInFunctionClass used for defining built in functions for the database. | 
| class  | BuiltInFunctionArgumentAn argument to a SQL Built-in Function | 
| class  | CaseStatementClass to represent a case statement in a sql query. CASE [expression] WHEN condition THEN thenExpression WHEN condition THEN thenExpression ... | 
| static class  | CaseStatement.WhenThen | 
| class  | ColumnKeywordUsageA FromObjectUsage that has a keyword for the Column name, rather than an
 actual column. | 
| class  | ColumnUsageSQL fragment that is a use of a Column. | 
| class  | ComparisonSubclass of Operation for comparisons. | 
| class  | ConnectByRootSQLFragment representing the unary operator CONNECT_BY_ROOT. | 
| class  | DataMiningFunctionSubclass of Operation for data mining functions. | 
| static class  | DataMiningFunction.DataMiningArgumentsDeprecated. 
 no longer required, use get/setDmSpecificArgs directly. | 
| static class  | DataMiningFunction.DataMiningCostValuesAn array of values | 
| class  | ExpressionListList of expressions. | 
| class  | FKUsageSQLFragment for the usage of a FKConstraint. | 
| class  | FromObjectObject that represents a clause in the FROM statement of a SQL query. | 
| class  | FunctionUsage | 
| class  | GroupByExpressionExpression for a part of a group by that isn't a simple column (e.g. | 
| class  | GroupByObjectSQLFragment for the GROUP BY ... | 
| class  | HierarchicalQueryObjectSQLFragment for the Hierarchical Query clause in a SQLQuery. | 
| class  | IndexObjectObject to wrap a column expression (usually just a name, but could be any
 sql expression) with an optional order type (ASC/DESC). | 
| class  | JoinObjectObject that represent the JOIN clause of a SELECT statement (part of the
 FROM clause). | 
| class  | ModelObjectSQLFragment for the MODEL clause in a SQLQuery. | 
| static class  | ModelObject.CellAssignment | 
| static class  | ModelObject.CellReferenceOptions | 
| static class  | ModelObject.ModelColumnClauses | 
| static class  | ModelObject.ModelRulesCellAssignmentExpr | 
| static class  | ModelObject.ModelRulesClause | 
| static class  | ModelObject.MultiColumnForLoop | 
| static class  | ModelObject.ReferenceModel | 
| static class  | ModelObject.SingleColumnForLoop | 
| class  | NonDeclarativeSQLQueryDeprecated. 
 folded into SQLQuery | 
| class  | OnJoinConditionObject to represent the ON condition of a JOIN clause. | 
| class  | OperationAbstract class for operations. | 
| class  | OrderByObjectObject to wrap each part of the ORDER BY clause of a SQLQuery. | 
| class  | PlSqlUsageFragment that represents a usage of a piece of PlSql. | 
| class  | RelationUsageSQL fragment that is a use of a Relation. | 
| class  | SelectObjectObject that represents a clause in the SELECT statement of a SQL query. | 
| class  | SelectObjectUsageClass that represents the usage of a SelectObject. | 
| class  | SequenceUsageSQL fragment that is a use of a Sequence. | 
| class  | SetOperationSQLFragment for dealing with operations to do with sets and ranges like
 IN and BETWEEN. | 
| class  | SetOperatorSQLFragment for dealing with queries that are linked using one of the SET
 operators INTERSECT, UNION, MINUS and UNION ALL. | 
| class  | SimpleSQLFragmentSQLFragment that we can't break down any more. | 
| class  | SQLFragmentIDDeprecated. 
 SQLFragments now use IdentifierBaseID insteasd | 
| class  | SQLQueryObject that represents a SQL query. | 
| class  | SynonymUsageSQLFragment for using a Synonym or Alias in a SQL query. | 
| class  | UsingJoinConditionObject to represent the condition part of a JOIN that has a USING clause. | 
| class  | WhereObjectObject that represents a clause in the WHERE statement of a SQL query. | 
| class  | WindowFunctionSubclass of Function for windowing functions (using the OVER syntax). | 
| static class  | WindowFunction.WindowFunctionBound | 
| class  | WithClauseUsageFromObjectUsage which represents the usage of a WITH clause in the FROM
 clause. | 
| class  | XMLFunctionUsageUse spaces as argument seperators. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HTMLGeneratorOptionsThe  HTMLGeneratorOptionsdefines various options for
 generation of HTML output, from a BasicDocument, that is currently
 supported by theDocumentToHTMLGeneratorimplementation. | 
| class  | PrintOptionsThe  PrintOptionsdefines various printing options
 supported currenting by theEditorPageableimplementation. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | DynamicPropertySetThis class can be used by objects that need to manage a dynamic set
 of properties. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DynamicPropertySetImplImplementation of the  DynamicPropertySetinterface. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DataList | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ArchiveInterface to an Archive object. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultArchiveUtility class used to build a jar file. | 
| class  | DeploymentModuleA DeploymentModule provides an interface for managing events and
 the persistence of a deployable Archive. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractHashDependableBase class for creating Dependable(s). | 
| class  | CdaFilterThis class encapsulates the notion of a single class dependency
  analyzer filter. | 
| class  | CdaFiltersThis class contains filters to be used with the class dependency
  analyzer. | 
| class  | CdaSettingsClass dependency analyzer settings. | 
| class  | FileGroupRepresents all the File Groups within a deployment profile. | 
| class  | FileGroups | 
| class  | LibraryDependencies | 
| class  | LibraryFileGroupA file group that represents library selections. | 
| class  | ModuleFileGroup | 
| class  | PackagingFileGroupFileGroup that represents packaging instructions that apply a
  set of filters to a set of initial contributors. | 
| class  | PcdataBase class for objects which are persisted in PCDATA tags in XML. | 
| class  | ProjectFileGroupFileGroup that represents the old way of selecting files for
  deployment: choosing the source files within the project to
  deploy and the corresponding dependency-analyzer filters to
  apply to those selections. | 
| class  | SelectedArchivesClass that represents selected archives. | 
| class  | SelectedProjectFilesData model that represents a group of files that are in the project
  that are selected (or deselected) to be involved in deployment. | 
| class  | SelectionRule | 
| class  | SelectionRules | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ContributorA Contributor is a unique source of artifacts. | 
| class  | LocationContributorA contributor that points to a user-defined location that is not defined by any of
 the available Content Sources. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DeployWizardStep | 
| class  | WizardStep | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | EarProfileClass representing an EAR deployment profile. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | EjbProfileClass representing an EJB deployment profile. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | J2eeProfile | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AppClientProfile | 
| class  | ArchiveOptionsClass encapsulating the options that can be set on a .jar
  file or variant of a .jar file. | 
| class  | ArchiveProfileData model for the JAR (simple archive) deployment profile. | 
| class  | ClientProfileData model representing the J2EE Client deployment profile type. | 
| class  | ConnectorProfileData model representing the J2EE Connector deployment profile type. | 
| class  | LibraryArchiveProfileData Model representing a deployment campable (as a shared library) version of an ArchiveProfile. | 
| class  | TaglibProfileThe JSP tag library profile. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ChainOfR<T,V,S>Implements the Chain Of Responsibility pattern. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | WarProfileData model representing a deployment profile for a J2EE web module. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | FieldInfoThe FieldInfo class is used to describe a class member. | 
| class  | MethodInfo | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CustomFilterCopyable | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | OfflineDBObjectIDDeprecated. 
 use IdentifierBasedID if a subclass of DBObjectID is *really*
 needed. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | GenerateDescriptorDeprecated. 
 Replaced by  TransferDescriptor | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SettingsDeprecated. 
 since 11.1.2.0.0 | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | UIEditorOptionsUIEditorOptions describes the customizations made available to the user. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | VCSCopyableMap<K,V>Deprecated. 
 not replaced. Settings must now be stored using HashStructure 
 based IDE  Preferences. This class now exists only for extension 
 migration purposes. | 
| class  | VCSPropertyMap<K,V>Deprecated. 
 not replaced. Settings must now be stored using HashStructure 
 based IDE  Preferences. This class now exists only for extension 
 migration purposes. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AuditPreferencesBasic Audit preferences. |