Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

C

calculate(CleansingExecutionContext) - Method in class com.orchestranetworks.addon.daqa.cleansing.CleansingStatisticsProcedure
Calculates statistics for one Cleansing procedure either on Procedure Execution mode or Profiling mode.
canBeUsedForManyFields() - Method in class com.orchestranetworks.addon.daqa.cleansing.CleansingProcedureDefinition
Returns true if the current Cleansing procedure can be used for many fields.
canBeUsedForManyFields() - Method in interface com.orchestranetworks.addon.daqa.cleansing.CleansingProcedureDefinitionContext
Returns true if the current Cleansing procedure can be used for many fields.
canBeUsedForManyTables() - Method in class com.orchestranetworks.addon.daqa.cleansing.CleansingProcedureDefinition
Returns true if the current Cleansing procedure can be used for many tables.
canBeUsedForManyTables() - Method in interface com.orchestranetworks.addon.daqa.cleansing.CleansingProcedureDefinitionContext
Returns true if the current Cleansing procedure can be used for many tables.
canBeUsedInProfiling() - Method in interface com.orchestranetworks.addon.daqa.cleansing.CleansingProcedureDefinitionContext
Returns true if the current Cleansing procedure can be used in profiling mode.
canBeUsedInProfilingProcedure() - Method in class com.orchestranetworks.addon.daqa.cleansing.CleansingProcedureDefinition
Returns true if current Cleansing procedure can be used in profiling mode.
CategoryBarChartCollection - Class in com.orchestranetworks.addon.dqid.chart
A collection consists of multiple category slices.
It is represented on a category bar chart as bars of the same color.
CategoryBarChartCollection(UserMessage) - Constructor for class com.orchestranetworks.addon.dqid.chart.CategoryBarChartCollection
Creates a category bar chart collection with the specified label.
CategoryBarChartData - Class in com.orchestranetworks.addon.dqid.chart
The data for category bar charts.
CategoryBarChartData() - Constructor for class com.orchestranetworks.addon.dqid.chart.CategoryBarChartData
 
CategoryBarChartOptions - Class in com.orchestranetworks.addon.dqid.chart
The options for category bar charts.
CategoryBarChartOptions() - Constructor for class com.orchestranetworks.addon.dqid.chart.CategoryBarChartOptions
 
CategoryData - Class in com.orchestranetworks.addon.dqid.chart
Abstract class used as the base for pie chart data as well as category bar chart data.
Represents multiple category slices.
CategoryData() - Constructor for class com.orchestranetworks.addon.dqid.chart.CategoryData
 
CategorySlice - Class in com.orchestranetworks.addon.dqid.chart
Represents a label and a numerical value.
It can be used either as a slice inside a pie chart, or as a bar in a category bar chart.
CategorySlice(UserMessage, double) - Constructor for class com.orchestranetworks.addon.dqid.chart.CategorySlice
Creates a category slice with the specified label and numerical value.
Chart - Class in com.orchestranetworks.addon.dqid.chart
Represents a chart.
ChartFactory - Class in com.orchestranetworks.addon.dqid.chart
A factory class to create instances of different kinds of charts.
checkNull(ValueContextForValidation) - Method in class com.orchestranetworks.addon.rpfl.DefaultConstraintOnNull
 
checkOccurrence(Object, ValueContextForValidation) - Method in class com.orchestranetworks.addon.rpfl.DefaultConstraint
 
checkParameterValueRange(List<InputParameter>, Locale) - Method in interface com.orchestranetworks.addon.tese.AlgorithmDefinition
Checks value range of parameters.
checkSimilarity(RecordContext, PrimaryKey, String) - Method in interface com.orchestranetworks.addon.daqa.MatchingOperations
Checks similarity operation using RecordContext.
checkStatus() - Method in class com.orchestranetworks.addon.mtrn.StatusRule
Returns a boolean value to define the status is matched or not.
checkTable(ValueContextForValidationOnTable) - Method in class com.orchestranetworks.addon.rpfl.DefaultConstraintOnTable
 
CLEAN - Static variable in interface com.orchestranetworks.addon.daqa.cleansing.CleansingState
 
CleansingController - Interface in com.orchestranetworks.addon.daqa.cleansing
Provides the entry point for the execution of all cleansing procedures and operations.
CleansingControllerFactory - Class in com.orchestranetworks.addon.daqa.cleansing
Defines the factory of CleansingController.
CleansingControllerFactory() - Constructor for class com.orchestranetworks.addon.daqa.cleansing.CleansingControllerFactory
 
CleansingExecutionContext - Class in com.orchestranetworks.addon.daqa.cleansing
Provides an execution context for the cleansing procedure or cleansing operation.
CleansingExecutionContext(Session, CleansingExecutionEnvironment, CleansingExecutionContext.ExecutionMode) - Constructor for class com.orchestranetworks.addon.daqa.cleansing.CleansingExecutionContext
 
CleansingExecutionContext.ExecutionMode - Enum in com.orchestranetworks.addon.daqa.cleansing
Defines cleansing procedure execution mode.
CleansingExecutionEnvironment - Class in com.orchestranetworks.addon.daqa.cleansing
Defines an execution environment for a cleansing procedure or cleansing operation.
CleansingExecutionEnvironment(AdaptationTable, SchemaNode, List<SchemaNode>, boolean) - Constructor for class com.orchestranetworks.addon.daqa.cleansing.CleansingExecutionEnvironment
 
CleansingExecutionEnvironment(AdaptationTable, PrimaryKey, SchemaNode, Object, boolean) - Constructor for class com.orchestranetworks.addon.daqa.cleansing.CleansingExecutionEnvironment
Constructor for CleansingExecutionEnvironment in case of Operation execution.
CleansingExecutionEnvironment(AdaptationTable, PrimaryKey, SchemaNode, List<SchemaNode>, Object, boolean) - Constructor for class com.orchestranetworks.addon.daqa.cleansing.CleansingExecutionEnvironment
 
CleansingExecutionResult - Interface in com.orchestranetworks.addon.daqa.cleansing
Provides results from a cleansing procedure or cleansing operation execution.
CleansingOperationDefinition - Interface in com.orchestranetworks.addon.daqa.cleansing
Defines a cleansing operation.
CleansingOperationDefinitionContext - Interface in com.orchestranetworks.addon.daqa.cleansing
Represents a cleansing operation's configuration.
CleansingOperationView - Class in com.orchestranetworks.addon.daqa.cleansing
Provides a user interface is required when fixing quality defects found during a cleansing operation.
CleansingOperationView() - Constructor for class com.orchestranetworks.addon.daqa.cleansing.CleansingOperationView
 
CleansingProcedureDefinition - Class in com.orchestranetworks.addon.daqa.cleansing
Defines a cleansing procedure.
CleansingProcedureDefinition() - Constructor for class com.orchestranetworks.addon.daqa.cleansing.CleansingProcedureDefinition
 
CleansingProcedureDefinitionCatalog - Class in com.orchestranetworks.addon.daqa.cleansing
Registers cleansing procedures.
CleansingProcedureDefinitionCatalog() - Constructor for class com.orchestranetworks.addon.daqa.cleansing.CleansingProcedureDefinitionCatalog
 
CleansingProcedureDefinitionContext - Interface in com.orchestranetworks.addon.daqa.cleansing
Represents a cleansing procedure configuration.
CleansingRecord - Class in com.orchestranetworks.addon.daqa.cleansing
Supports cleansing metadata storage.
CleansingRecord(Adaptation, Session) - Constructor for class com.orchestranetworks.addon.daqa.cleansing.CleansingRecord
 
CleansingReport - Class in com.orchestranetworks.addon.daqa.cleansing
Java Bean container for the outcome of a CleansingProcedure or CleansingOperation.
CleansingReport() - Constructor for class com.orchestranetworks.addon.daqa.cleansing.CleansingReport
 
CleansingState - Interface in com.orchestranetworks.addon.daqa.cleansing
Represents a Cleansing state.
CleansingStatisticsProcedure - Class in com.orchestranetworks.addon.daqa.cleansing
Calculates statistics related to a cleansing procedure.
CleansingStatisticsProcedure() - Constructor for class com.orchestranetworks.addon.daqa.cleansing.CleansingStatisticsProcedure
 
clear() - Method in class com.orchestranetworks.addon.gram.graph.GraphNodes
 
clearDatasetSearchHistory(Adaptation, UserReference) - Method in interface com.orchestranetworks.addon.tese.HistoryOperations
Deletes all records in the History table for the current user at the dataset search scope.
clearRepositorySearchHistory(Repository, UserReference) - Method in interface com.orchestranetworks.addon.tese.HistoryOperations
Deletes all records in the History table for the current user at the repository search scope.
clearTableSearchHistory(Repository, TableDescriptor, UserReference) - Method in interface com.orchestranetworks.addon.tese.HistoryOperations
Deletes all records in the History table for the current user at the table search scope.
clone() - Method in class com.orchestranetworks.addon.rpfl.PropertyData
Returns a clone of this property data.
cloneMatching(SchemaNode) - Method in class com.orchestranetworks.addon.tese.SearchComparator
Clones the current algorithm.
close() - Method in interface com.orchestranetworks.addon.dama.ext.resource.MediaContent
 
closeInputStream() - Method in interface com.orchestranetworks.addon.dama.DigitalAssetMediaContent
Deprecated.
Closes the input stream of the physical file.
closeInputStream() - Method in interface com.orchestranetworks.addon.dama.ext.resource.MediaContent
Close the input stream.
ClusterId() - Constructor for class com.orchestranetworks.addon.daqa.MatchingConstants.ClusterId
 
COLLAPSE_CHILDREN - Static variable in class com.orchestranetworks.addon.dmdv.data.ui.GraphDataFeatures
Closes the displayed child nodes.
COLLAPSE_PARENTS - Static variable in class com.orchestranetworks.addon.dmdv.data.ui.GraphDataFeatures
Closes the displayed parent nodes.
COLLAPSE_SOURCES - Static variable in class com.orchestranetworks.addon.dmdv.data.ui.GraphDataFeatures
Closes source nodes using the Collapse service when users right-click a node .
COLLAPSE_TARGETS - Static variable in class com.orchestranetworks.addon.dmdv.data.ui.GraphDataFeatures
Closes target nodes using the Collapse service when users right-click a node .
ColumnHeaderSpec - Class in com.orchestranetworks.addon.dataexchange.validator
Deprecated.
Since 2.3.0, replaced by SpreadsheetField, CSVField.
ColumnHeaderSpec(String, int) - Constructor for class com.orchestranetworks.addon.dataexchange.validator.ColumnHeaderSpec
Deprecated.
 
com.orchestranetworks.addon.adix - package com.orchestranetworks.addon.adix
Classes and interfaces to call Adix import and export.
com.orchestranetworks.addon.dama - package com.orchestranetworks.addon.dama
Provides features that allow end-users to perform CRUD actions on digital assets and allows users to get the Edit asset service component.
com.orchestranetworks.addon.dama.ext - package com.orchestranetworks.addon.dama.ext
Provides the extension API.
com.orchestranetworks.addon.dama.ext.backuprestore - package com.orchestranetworks.addon.dama.ext.backuprestore
Provides the interfaces and classes to perform backup and restore operations on the {addon.label.full} dataset.
com.orchestranetworks.addon.dama.ext.bean - package com.orchestranetworks.addon.dama.ext.bean
Provides Entity Beans for working with digital assets.
com.orchestranetworks.addon.dama.ext.componentcontroller - package com.orchestranetworks.addon.dama.ext.componentcontroller
Provides the interface to perform actions on media fields using Digital Asset Component services.
com.orchestranetworks.addon.dama.ext.drivemanager - package com.orchestranetworks.addon.dama.ext.drivemanager
Provides the interface to perform actions on digital assets contained in a drive.
com.orchestranetworks.addon.dama.ext.enumeration - package com.orchestranetworks.addon.dama.ext.enumeration
Provides enumerations for permissions on assets, asset state, and sorting assets.
com.orchestranetworks.addon.dama.ext.exception - package com.orchestranetworks.addon.dama.ext.exception
Supplies a class to define the result of an operation's execution and allows you to define an exception for the add-on.
com.orchestranetworks.addon.dama.ext.factory - package com.orchestranetworks.addon.dama.ext.factory
Provides factories to register and retrieve implementations.
com.orchestranetworks.addon.dama.ext.resource - package com.orchestranetworks.addon.dama.ext.resource
Provides classes to register resource.
com.orchestranetworks.addon.dama.externalmanagement - package com.orchestranetworks.addon.dama.externalmanagement
Provides the API for a Drive that accesses an externally managed storage location.
com.orchestranetworks.addon.dama.externalmanagement.bean - package com.orchestranetworks.addon.dama.externalmanagement.bean
Provides Entity Beans for working with external management assets.
com.orchestranetworks.addon.dama.externalmanagement.request - package com.orchestranetworks.addon.dama.externalmanagement.request
Provides Entity Beans request to access external management.
com.orchestranetworks.addon.dama.externalmanagement.response - package com.orchestranetworks.addon.dama.externalmanagement.response
Provides the Entity Beans response after accessing external management.
com.orchestranetworks.addon.dama.models - package com.orchestranetworks.addon.dama.models
Provide class to retrieve attached assets from media field.
com.orchestranetworks.addon.dama.servicecomponent - package com.orchestranetworks.addon.dama.servicecomponent
Provide classes to call {addon.label} services.
com.orchestranetworks.addon.daqa - package com.orchestranetworks.addon.daqa
Provides classes and interfaces required for matching operations.
com.orchestranetworks.addon.daqa.cleansing - package com.orchestranetworks.addon.daqa.cleansing
Provides classes and interfaces required for cleansing operation.
com.orchestranetworks.addon.daqa.crosswalk - package com.orchestranetworks.addon.daqa.crosswalk
Provides classes and interfaces required for crosswalk operations.
com.orchestranetworks.addon.daqa.survivorship - package com.orchestranetworks.addon.daqa.survivorship
Provides classes and interfaces needed to define survivorship configuration.
com.orchestranetworks.addon.daqa.workflow - package com.orchestranetworks.addon.daqa.workflow
Provides classes and interfaces necessary to integrate the {addon.label} into data workflows.
com.orchestranetworks.addon.dataexchange - package com.orchestranetworks.addon.dataexchange
Classes and interfaces to call {addon.label} import, export and transfer data.
com.orchestranetworks.addon.dataexchange.sql - package com.orchestranetworks.addon.dataexchange.sql
Classes and interfaces to define mappings in {addon.label} SQL import and export.
com.orchestranetworks.addon.dataexchange.transformation - package com.orchestranetworks.addon.dataexchange.transformation
Classes and interfaces to call {addon.label} transformation functions to convert data for import, export and transfer.
com.orchestranetworks.addon.dataexchange.validator - package com.orchestranetworks.addon.dataexchange.validator
Classes and interfaces to call {addon.label} import Excel, CSV, XML and transfer data service using validators.
com.orchestranetworks.addon.dex - package com.orchestranetworks.addon.dex
Classes and interfaces to call the {addon.label} import, export and transfer.
com.orchestranetworks.addon.dex.common - package com.orchestranetworks.addon.dex.common
Provides the classes and interfaces used to supply a context for integrating {addon.label} services.
com.orchestranetworks.addon.dex.common.generation - package com.orchestranetworks.addon.dex.common.generation
Classes and interfaces used to generate tables, fields and mappings for the XML and SQL import, export and transfer data services.
com.orchestranetworks.addon.dex.configuration - package com.orchestranetworks.addon.dex.configuration
Classes and interfaces to define specifications for the import, export and transfer data services.
com.orchestranetworks.addon.dex.mapping - package com.orchestranetworks.addon.dex.mapping
Classes and interfaces to configure mapping between source and target applications.
com.orchestranetworks.addon.dex.result - package com.orchestranetworks.addon.dex.result
Classes and interfaces to define a result when executing data import, export and transfer.
com.orchestranetworks.addon.dex.transformation - package com.orchestranetworks.addon.dex.transformation
Classes and interfaces to call {addon.label} transformation functions for the import, export and transfer data services.
com.orchestranetworks.addon.dex.validator - package com.orchestranetworks.addon.dex.validator
Classes and interfaces to call {addon.label} import Excel, CSV, XML and transfer data services using validator.
com.orchestranetworks.addon.dmdv - package com.orchestranetworks.addon.dmdv
Provides an exception class for the Add-on.

com.orchestranetworks.addon.dmdv.data - package com.orchestranetworks.addon.dmdv.data
Provides common classes for the Data value graphs API.

com.orchestranetworks.addon.dmdv.data.filter - package com.orchestranetworks.addon.dmdv.data.filter
Provides the interfaces and class to define a filter that depends on the currently evaluated link.
com.orchestranetworks.addon.dmdv.data.label - package com.orchestranetworks.addon.dmdv.data.label
Provides the interfaces and classes to define the label for a link or node.
com.orchestranetworks.addon.dmdv.data.style - package com.orchestranetworks.addon.dmdv.data.style
Provides the interfaces and classes to define the style for a link that depends on the currently evaluated link.
com.orchestranetworks.addon.dmdv.data.ui - package com.orchestranetworks.addon.dmdv.data.ui
Provides a widget factory to create a data value and relationship graph in the UI.
com.orchestranetworks.addon.dmdv.model.extension - package com.orchestranetworks.addon.dmdv.model.extension
Provides the interface and classes to generate data model graphs from external sources and customize look and feel.
com.orchestranetworks.addon.dmdv.template - package com.orchestranetworks.addon.dmdv.template
Provides common classes to build a custom layout for nodes of each tables.
com.orchestranetworks.addon.dmdv.template.bean - package com.orchestranetworks.addon.dmdv.template.bean
Provides common classes to build a node template.

com.orchestranetworks.addon.dml - package com.orchestranetworks.addon.dml
Classes and interfaces to call the Dynamic data modeling service.
com.orchestranetworks.addon.dqid - package com.orchestranetworks.addon.dqid
Provides classes and interfaces to define, publish and execute indicators.
com.orchestranetworks.addon.dqid.chart - package com.orchestranetworks.addon.dqid.chart
Provides classes to define charts and write them to an HTML document.
com.orchestranetworks.addon.dqid.common - package com.orchestranetworks.addon.dqid.common
Provides common classes that are used by other classes such as exceptions and enumerations.
com.orchestranetworks.addon.dqid.controller - package com.orchestranetworks.addon.dqid.controller
Provides classes to execute indicators on-demand, or using triggers.
com.orchestranetworks.addon.dqid.dashboard - package com.orchestranetworks.addon.dqid.dashboard
Provides classes to operate with add-on's dashboard.
com.orchestranetworks.addon.dqid.service - package com.orchestranetworks.addon.dqid.service
Provides APIs to execute the {addon.label} services.
com.orchestranetworks.addon.dqid.service.purgeindicator - package com.orchestranetworks.addon.dqid.service.purgeindicator
 
com.orchestranetworks.addon.gram - package com.orchestranetworks.addon.gram
Classes and interfaces for the data value graph API.
com.orchestranetworks.addon.gram.graph - package com.orchestranetworks.addon.gram.graph
Classes and interfaces for computing nodes and their relationships in a data value graph.
com.orchestranetworks.addon.hmfh - package com.orchestranetworks.addon.hmfh
Provides classes and interfaces to use {addon.label} services: export, import and compare.
com.orchestranetworks.addon.hmfh.constants - package com.orchestranetworks.addon.hmfh.constants
Provides constants for the Add-on.
com.orchestranetworks.addon.igov - package com.orchestranetworks.addon.igov
Classes and interfaces that get a node's label and description.
com.orchestranetworks.addon.igov.beans - package com.orchestranetworks.addon.igov.beans
Java bean classes for the metadata creation API.
com.orchestranetworks.addon.igov.enumerations - package com.orchestranetworks.addon.igov.enumerations
Enumeration classes for the services API.
com.orchestranetworks.addon.igov.quality - package com.orchestranetworks.addon.igov.quality
Classes and interfaces for the quality value computation API.
com.orchestranetworks.addon.igov.services - package com.orchestranetworks.addon.igov.services
Provides APIs to execute the {addon.label} services.
com.orchestranetworks.addon.igov.services.datamodel - package com.orchestranetworks.addon.igov.services.datamodel
Since 1.7.0, all the APIs under this package have been deprecated.
com.orchestranetworks.addon.igov.services.metadatacreation - package com.orchestranetworks.addon.igov.services.metadatacreation
Since 1.7.0, all the APIs under this package have been deprecated.
com.orchestranetworks.addon.mtrn - package com.orchestranetworks.addon.mtrn
Provides enumerations and interfaces exposed for communication with the {addon.label}.
com.orchestranetworks.addon.mtrn.context - package com.orchestranetworks.addon.mtrn.context
Provides classes to define a context for communicating with the {addon.label}.
com.orchestranetworks.addon.rpfl - package com.orchestranetworks.addon.rpfl
Classes and interfaces to create business rules and permission rules.
com.orchestranetworks.addon.rpfl.controller - package com.orchestranetworks.addon.rpfl.controller
Classes and interfaces that control the execution of business rules and permission rules.
com.orchestranetworks.addon.tese - package com.orchestranetworks.addon.tese
Provides classes and interfaces required for the Search and History operations.
COMMA - Static variable in class com.orchestranetworks.addon.hmfh.CSVDelimiter
Specifies a comma delimiter: ','.
CommonApplication - Class in com.orchestranetworks.addon.dex.mapping
Defines the configuration for an application.
CommonApplication(String, ApplicationType) - Constructor for class com.orchestranetworks.addon.dex.mapping.CommonApplication
 
CommonApplicationMappingFactory - Class in com.orchestranetworks.addon.dex.common
Provides the methods to get a CommonApplication.
compute(QualityValueContext) - Method in class com.orchestranetworks.addon.igov.quality.ApprovalRating
Returns the Item approval value based on QualityValueContext.
compute(QualityValueContext) - Method in class com.orchestranetworks.addon.igov.quality.DeploymentRating
Returns the Item deployment value based on QualityValueContext.
compute(QualityValueContext) - Method in class com.orchestranetworks.addon.igov.quality.QualityRating
Returns the Item quality value based on QualityValueContext.
compute(QualityValueContext) - Method in interface com.orchestranetworks.addon.igov.quality.QualityValue
Returns the Item quality value based on QualityValueContext.
ConfigurationSpec<T extends Table> - Interface in com.orchestranetworks.addon.dex.configuration
Specifies the configuration used for data import, export and transfer.
contains(FieldMapping<SC, TC>) - Method in class com.orchestranetworks.addon.dex.mapping.FieldMappingList
Returns true if this contains the specified element.
contains(GraphNode) - Method in class com.orchestranetworks.addon.gram.graph.GraphNodes
Checks whether the current graph includes a node.
contains(Adaptation) - Method in class com.orchestranetworks.addon.gram.graph.GraphNodes
Checks whether the current graph includes a record.
Context - Class in com.orchestranetworks.addon.dama
Deprecated.
Since 1.6.0, use DriveContext instead.
Context(Session, Adaptation, Path, String) - Constructor for class com.orchestranetworks.addon.dama.Context
Deprecated.
Instantiates a new Context.
ContextDefinitionBean - Class in com.orchestranetworks.addon.igov.beans
Stores Context Definition Bean data.
ContextDefinitionBean() - Constructor for class com.orchestranetworks.addon.igov.beans.ContextDefinitionBean
 
CONVERT - Static variable in class com.orchestranetworks.addon.hmfh.HmfhLoggingProcedureEnumeration
Specifies a convert procedure.
convertBooleanToAccessPermission(Boolean) - Static method in enum com.orchestranetworks.addon.dama.AccessPermission
Deprecated.
Converts a boolean value to an AccessPermission.
convertBooleanToAccessPermission(Boolean) - Static method in enum com.orchestranetworks.addon.dama.ext.enumeration.AccessPermission
Converts a boolean value to an AccessPermission.
CORRELATED_WATCHDOG_CODE - Static variable in class com.orchestranetworks.addon.dqid.common.EmailConstants
 
CORRELATED_WATCHDOG_EXPRESSION - Static variable in class com.orchestranetworks.addon.dqid.common.EmailConstants
 
CORRELATED_WATCHDOG_LABEL - Static variable in class com.orchestranetworks.addon.dqid.common.EmailConstants
 
CORRELATED_WATCHDOG_RESULTS - Static variable in class com.orchestranetworks.addon.dqid.common.EmailConstants
 
create(DigitalAssetSpec) - Method in class com.orchestranetworks.addon.dama.DriveManager
Deprecated.
Creates the digital asset.
create(DigitalAssetVersionSpec) - Method in class com.orchestranetworks.addon.dama.DriveManager
Deprecated.
Creates the version of the digital asset.
create(GeneralDigitalAssetSpec) - Method in interface com.orchestranetworks.addon.dama.ext.drivemanager.DriveManager
Creates the new DigitalAsset following the DigitalAssetSpec.
create(GeneralDigitalAssetVersionSpec) - Method in interface com.orchestranetworks.addon.dama.ext.drivemanager.DriveManager
Creates the new DigitalAssetVersion following DigitalAssetSpec.
createAsset(ExternalUploadAssetRequest) - Method in interface com.orchestranetworks.addon.dama.externalmanagement.ExternalManager
Creates a new ExternalDigitalAsset following the ExternalUploadAssetRequest.
createAssetVersion(ExternalUploadAssetRequest) - Method in interface com.orchestranetworks.addon.dama.externalmanagement.ExternalManager
Creates a new digital asset version.
createCommonApplication(String, ApplicationType) - Method in class com.orchestranetworks.addon.dex.common.CommonApplicationMappingFactory
Creates an instance of CommonApplication with the specific logical name and ApplicationType.
createExternalTable(String, String) - Method in class com.orchestranetworks.addon.dmdv.model.extension.Diagram
Creates a table from an external dataset.
CreationDate - Static variable in class com.orchestranetworks.addon.mtrn.MonitoringPaths
The Constant CreationDate.
CrosswalkContext - Class in com.orchestranetworks.addon.daqa.crosswalk
Provides a context for the execution of CrosswalkOperations.
CrosswalkContext(String, AdaptationFilter, List<String>, List<String>) - Constructor for class com.orchestranetworks.addon.daqa.crosswalk.CrosswalkContext
Executes the Crosswalk operation on a table based on a specific context.
CrosswalkExecutionResult - Class in com.orchestranetworks.addon.daqa.crosswalk
Represents the result after Crosswalk execution.
CrosswalkExecutionResult() - Constructor for class com.orchestranetworks.addon.daqa.crosswalk.CrosswalkExecutionResult
Initializes an instance of CrosswalkExecutionResult.
CrosswalkOperations - Interface in com.orchestranetworks.addon.daqa.crosswalk
Provides operations for the {addon.label}.
CrosswalkOperationsFactory - Class in com.orchestranetworks.addon.daqa.crosswalk
Provides an implementation of CrosswalkOperations.
CrosswalkRecordResult - Interface in com.orchestranetworks.addon.daqa.crosswalk
Represents the result after a crosswalk search.
CrosswalkResultPaths - Interface in com.orchestranetworks.addon.daqa.crosswalk
Defines paths of the Crosswalk results provided by the add-on.
CrosswalkResultPaths._Crosswalk - Class in com.orchestranetworks.addon.daqa.crosswalk
 
CrosswalkResultPaths._CrosswalkAdditionalResult - Class in com.orchestranetworks.addon.daqa.crosswalk
 
CrosswalkTableResult - Interface in com.orchestranetworks.addon.daqa.crosswalk
Represents the results—grouped by target table—after a crosswalk search.
CSV - Static variable in class com.orchestranetworks.addon.adix.ExportType
Deprecated.
Specifies the export type used to export data from a table to a CSV file.
CSV - Static variable in class com.orchestranetworks.addon.adix.ImportType
Deprecated.
Specifies the import type used for importing data from a CSV file into a table.
CSV - Static variable in class com.orchestranetworks.addon.dataexchange.transformation.ApplicationType
Specifies the application type used to import/ export data from/to a CSV file.
CSV - Static variable in class com.orchestranetworks.addon.hmfh.FileExtension
Specifies the CSV file extension.
CSV_FLATFILE - Static variable in class com.orchestranetworks.addon.hmfh.FileExtension
Specifies the CSV file extension for Hyperion FLAT files.
CSVDelimiter - Class in com.orchestranetworks.addon.hmfh
Defines available delimiters for CSV export.
CSVExportApplicationMappingHelper - Interface in com.orchestranetworks.addon.dex.common.generation
Provides the methods to get an ApplicationMapping instance for CSV export.
CSVExportConfigurationSpec - Class in com.orchestranetworks.addon.dex.configuration
Specifies the configuration used when exporting data to a CSV file.
CSVExportConfigurationSpec(ServiceContext) - Constructor for class com.orchestranetworks.addon.dex.configuration.CSVExportConfigurationSpec
 
CSVExportConfigurationSpec(AdaptationTable, TableFilter, Session) - Constructor for class com.orchestranetworks.addon.dex.configuration.CSVExportConfigurationSpec
 
CSVExportConfigurationSpec(EBXTable, TableFilter, Session) - Constructor for class com.orchestranetworks.addon.dex.configuration.CSVExportConfigurationSpec
 
CSVExportDataExchangeHelperContext - Class in com.orchestranetworks.addon.dex
Provides the context to get the DataExchangeSpec for exporting CSV from the configuration declared in the {addon.label} dataset.
CSVExportDataExchangeHelperContext(String, AdaptationTable, Session) - Constructor for class com.orchestranetworks.addon.dex.CSVExportDataExchangeHelperContext
Creates a new CSVExportDataExchangeHelperContext using the preference name.
CSVField - Class in com.orchestranetworks.addon.dex.mapping
Specifies CSV field configuration information.
CSVField(int) - Constructor for class com.orchestranetworks.addon.dex.mapping.CSVField
Used to create a CSV field with specified index.
CSVField(int, FieldAttribute) - Constructor for class com.orchestranetworks.addon.dex.mapping.CSVField
Used to create a CSV field with specified index and FieldAttribute enumeration.
CSVField(int, String, String) - Constructor for class com.orchestranetworks.addon.dex.mapping.CSVField
Used to create a CSV field with specified index, name and label.
CSVField(int, String, String, FieldAttribute) - Constructor for class com.orchestranetworks.addon.dex.mapping.CSVField
Used to create a CSV field with specified index, name, label and FieldAttribute enumeration.
CSVImportApplicationMappingHelper - Interface in com.orchestranetworks.addon.dex.common.generation
Provides the methods to get an ApplicationMapping instance for CSV import.
CSVImportConfigurationSpec - Class in com.orchestranetworks.addon.dex.configuration
Specifies the configuration used when importing data from a CSV file.
CSVImportConfigurationSpec(AdaptationTable, Session) - Constructor for class com.orchestranetworks.addon.dex.configuration.CSVImportConfigurationSpec
 
CSVImportConfigurationSpec(AdaptationTable, CSVTable, Session) - Constructor for class com.orchestranetworks.addon.dex.configuration.CSVImportConfigurationSpec
 
CSVImportDataExchangeHelperContext - Class in com.orchestranetworks.addon.dex
Provides the context to get the DataExchangeSpec for importing CSV from the configuration declared in the {addon.label} dataset.
CSVImportDataExchangeHelperContext(String, AdaptationTable, Session) - Constructor for class com.orchestranetworks.addon.dex.CSVImportDataExchangeHelperContext
Creates a new CSVImportDataExchangeHelperContext using the preference name.
CSVTable - Class in com.orchestranetworks.addon.dex.mapping
Specifies the configuration for a CSV table.
CSVTable(String) - Constructor for class com.orchestranetworks.addon.dex.mapping.CSVTable
 
CSVTable(String, List<CSVField>) - Constructor for class com.orchestranetworks.addon.dex.mapping.CSVTable
 
CSVTableGeneration - Interface in com.orchestranetworks.addon.dex.common.generation
Extends TableGeneration to generate a CSVTable instance.
CSVTableHelper - Interface in com.orchestranetworks.addon.dex.common.generation
Extends TableHelper to get CSVTable declared in the {addon.label} dataset.
CSVTableHelperSpec - Class in com.orchestranetworks.addon.dex.common.generation
Specifies the configuration used to get the CSVTable declared in the {addon.label} dataset.
CSVTableHelperSpec(String, Session) - Constructor for class com.orchestranetworks.addon.dex.common.generation.CSVTableHelperSpec
 
CSVValidatorContext - Interface in com.orchestranetworks.addon.dataexchange.validator
Deprecated.
Since 2.3.0, replaced by ValidatorContext.
CustomGraphModelFactory - Interface in com.orchestranetworks.addon.dmdv.model.extension
Generates a custom diagram.
CustomSelectionType - Interface in com.orchestranetworks.addon.daqa.cleansing
Provides the list of custom selection types.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
Skip navigation links

Add-ons Version 4.5.9.

Copyright TIBCO Software Inc. 2001-2022. All rights reserved.
All third party product and company names and third party marks mentioned in this document are the property of their respective owners and are mentioned for identification.