- generateMatchWindowAndMatch(oracle.sql.STRUCT, oracle.sql.STRUCT) - Static method in class com.datafoundations.onedata.dataquality.DataQualityServiceHandler
-
This method will be used for generating match candidates based on the
input configuration and run the matching service.
- generateMatchWindowAndMatch(oracle.sql.STRUCT, oracle.sql.STRUCT, String) - Static method in class com.datafoundations.onedata.dataquality.DataQualityServiceHandler
-
This method will be used for generating match candidates based on the
input configuration and run the matching service.
- generateMatchWindowAndMatch(Rowset, DataQualityInput) - Method in class com.datafoundations.onedata.rmi.OnedataService
-
The method will do the matching of record(s) against a set of generated records.
- generateMatchWindowAndMatch(Rowset, DataQualityInput, boolean) - Method in class com.datafoundations.onedata.rmi.OnedataService
-
The method will do the matching of record(s) against a set of generated records.
- generateMatchWindowAndMatch(Rowset, DataQualityInput) - Method in interface com.datafoundations.onedata.rmi.OnedataServiceInterface
-
The method will do the matching of record(s) against a set of generated records.
- generateMatchWindowAndMatch(Rowset, DataQualityInput, boolean) - Method in interface com.datafoundations.onedata.rmi.OnedataServiceInterface
-
The method will do the matching of record(s) against a set of generated records.
- get(String) - Method in class com.datafoundations.onedata.dataquality.plugin.helper.DataQualityCleanserExecutorParams
-
This method will be used for retrieving the object value associated for
the attribute name passed in.
- get(String) - Method in class com.datafoundations.onedata.dataquality.plugin.helper.DataQualityMatcherExecutorParams
-
This method will be used for retrieving the object value of the attribute
name passed in.
- getAbsoluteName() - Method in class com.datafoundations.onedata.odservice.meta.impl.MetaColumnImpl
-
- getActions() - Method in class com.datafoundations.onedata.hook.Actions
-
Returns collection of actions
- getActions() - Method in class com.datafoundations.onedata.hook.HookOutput
-
Returns the actions performed on the rowset.
- getActionType() - Method in class com.datafoundations.onedata.hook.ActionRowset
-
Returns the action type
- getActionType() - Method in class com.datafoundations.onedata.odservice.workflow.vo.WFActionRequest
-
- getActionTypeDesc() - Method in class com.datafoundations.onedata.hook.ActionRowset
-
Returns the description of the data manipulation action like Insert, Update or Delete to be performed.
- getAdminPassword() - Method in class com.datafoundations.onedata.security.ldap.LdapProfile
-
- getAllRoles() - Method in interface com.datafoundations.onedata.externalroles.OnedataExternalRolesReader
-
This method is used for retrieving external roles defined for all users.
- getAnswerId() - Method in class com.datafoundations.onedata.hook.HookInput
-
Returns the user's responses to questions asked during hook execution.
- getAnswers() - Method in class com.datafoundations.onedata.hook.Question
-
Returns a collections of answers
- getApproverID() - Method in class com.datafoundations.onedata.hook.HookInput
-
Returns approver ID
- getApproverId() - Method in class com.datafoundations.onedata.hook.WorkflowHookDetail
-
Returns the approverId of the current level in the workflow
- getApproverId() - Method in class com.datafoundations.onedata.odservice.workflow.WorkflowTransactionGroup
-
Returns the user ID of the approver to which the current workflow transaction group is assigned.
- getAttribute(String) - Method in class com.datafoundations.onedata.helper.Row
-
Returns an Attribute object based on name of the column.
- getAttributeMappings() - Method in class com.datafoundations.onedata.dataquality.DataQualityInputAttributes
-
Returns the DataQualityAttributeMapping object array associated with this input.
- getAttributeMappings() - Method in class com.datafoundations.onedata.dataquality.DataQualityOutputAttributes
-
Returns the DataQualityAttributeMapping object array associated with this
output.
- getAttributes() - Method in class com.datafoundations.onedata.helper.Row
-
Returns the list of Attribute objects belonging to the Row.
- getBatchCleanseParams() - Static method in class com.datafoundations.onedata.dataquality.DataQualityBatchJobParams
-
Creates an instance of DataQualityBatchJobParams
needed to execute the Cleansing job.
- getBatchId() - Method in class com.datafoundations.onedata.odservice.exception.BatchResult
-
- getBatchMatchParams() - Static method in class com.datafoundations.onedata.dataquality.DataQualityBatchJobParams
-
Creates an instance of DataQualityBatchJobParams
needed to execute the Matching job.
- getBatchMessage(Throwable) - Static method in class com.datafoundations.onedata.odservice.engine.ExceptionTranslator
-
- getBatchResults() - Method in exception com.datafoundations.onedata.odservice.exception.BatchException
-
odSession = Initialize session
try{
//process odSession
}catch(BatchException be){
for( Iterator iterator = be.getBatchResults().iterator; iterator.hasNext(); ){
BatchResult batchResult = (BatchResult) iterator.next();
.......
- getBoolean(MetaColumn) - Method in class com.datafoundations.onedata.odservice.core.ODRow
-
- getBoolean(MetaColumn) - Method in interface com.datafoundations.onedata.odservice.Row
-
- getBooleanValue(String) - Method in class com.datafoundations.onedata.dataquality.plugin.helper.DataQualityCleanserExecutorParams
-
This method will be used for retrieving the boolean value of the
attribute name passed in.Gets the boolean from a Map in a null-safe
manner using apache commons MapUtils.getBooleanValue()
- getBooleanValue(String) - Method in class com.datafoundations.onedata.dataquality.plugin.helper.DataQualityMatcherExecutorParams
-
This method will be used for retrieving the boolean value of the
attribute name passed in.Gets the boolean from a Map in a null-safe
manner using apache commons MapUtils.getBooleanValue()
- getCaption() - Method in class com.datafoundations.onedata.helper.Attribute
-
Function that returns caption of the column defined in the application metadata
Is empty string if caption not set.
- getCardinality() - Method in class com.datafoundations.onedata.hook.Form
-
Returns the cardinality
- getChar(MetaColumn) - Method in class com.datafoundations.onedata.odservice.core.ODRow
-
- getChar(MetaColumn) - Method in interface com.datafoundations.onedata.odservice.Row
-
- getChildRowSet(String) - Method in class com.datafoundations.onedata.helper.Row
-
Returns a child RowSet object from the current Row based on the RowSet Identifier.
- getChildRowSets() - Method in class com.datafoundations.onedata.helper.Row
-
Returns the list of child RowSet objects belonging to the Row.
- getChildTransactions() - Method in interface com.datafoundations.onedata.odservice.workflow.AbstractWorkflowTransaction
-
Returns a list of WorkflowTransaction(s) that are members of the current conceptual workflow transaction.
- getChildTransactions() - Method in class com.datafoundations.onedata.odservice.workflow.ConceptualWorkflowTransaction
-
Returns a list of WorkflowTransaction(s) that are members of the current conceptual workflow transaction.
- getChildTransactions() - Method in class com.datafoundations.onedata.odservice.workflow.WorkflowTransaction
-
Returns null for WorkflowTransaction.
- getCleansedDataSet() - Method in class com.datafoundations.onedata.dataquality.plugin.helper.DataQualityCleanserExecutorResponse
-
This method will be used for retrieving the runtime response data in form
of DataSet from the cleanser service.
- getCleansedRowset() - Method in class com.datafoundations.onedata.dataquality.plugin.helper.DataQualityCleanserExecutorResponse
-
This method will be used for retrieving the runtime response data in form
of Rowset from the cleanser service.
- getCleanserStatus(DataQualityCleanserExecutorParams, String[]) - Method in interface com.datafoundations.onedata.dataquality.plugin.DataQualityCleanser
-
This method is used to fetch the cleanser status of records.
- getCleansingStatusMsg() - Method in class com.datafoundations.onedata.dataquality.DataQualityCleanserStatus
-
- getClientId() - Method in class com.datafoundations.onedata.dataquality.DataQualityObjectConfig
-
Returns an int value with the OneData Client ID.
- getClientID() - Method in class com.datafoundations.onedata.hook.HookInput
-
Returns client ID
- getCloseClosure() - Static method in class com.datafoundations.onedata.odservice.engine.ODServiceUtils
-
- getColRef() - Method in interface com.datafoundations.onedata.odservice.workflow.AbstractWorkflowTransaction
-
Returns the primary key details of the data row that corresponds to the current workflow transaction
- getColRef() - Method in class com.datafoundations.onedata.odservice.workflow.ConceptualWorkflowTransaction
-
Returns null for a conceptual workflow transaction.
- getColRef() - Method in class com.datafoundations.onedata.odservice.workflow.WorkflowTransaction
-
Returns the primary key details of the data row that corresponds to the current workflow transaction.
- getColumn(MetaColumn) - Method in class com.datafoundations.onedata.odservice.core.ODRow
-
- getColumn(MetaColumn) - Method in interface com.datafoundations.onedata.odservice.Row
-
- getColumns() - Method in class com.datafoundations.onedata.hook.Row
-
Returns collection of columns.
- getColumns() - Method in class com.datafoundations.onedata.matchingengine.MatchingEngineRow
-
Returns collection of columns
- getColumns() - Method in class com.datafoundations.onedata.odservice.core.ODRow
-
- getColumns() - Method in class com.datafoundations.onedata.odservice.meta.impl.MetaEntityImpl
-
- getColumns() - Method in interface com.datafoundations.onedata.odservice.meta.MetaEntity
-
- getColumns() - Method in interface com.datafoundations.onedata.odservice.Row
-
- getColumnsForDelete(MetaEntity, MetaObject) - Static method in class com.datafoundations.onedata.odservice.engine.ODServiceUtils
-
- getComments() - Method in class com.datafoundations.onedata.odservice.workflow.vo.WFActionRequest
-
- getCommitClosure() - Static method in class com.datafoundations.onedata.odservice.engine.ODServiceUtils
-
- getConceptualObjectId() - Method in class com.datafoundations.onedata.hook.ActionRowset
-
Returns conceptual object ID
- getConceptualObjectId() - Method in class com.datafoundations.onedata.odservice.workflow.WorkflowTransactionGroup
-
Returns the object ID of the conceptual object.
- getConceptualObjectName() - Method in class com.datafoundations.onedata.hook.ActionRowset
-
Returns the name of the Conceptual Object.
- getConceptualObjectName() - Method in class com.datafoundations.onedata.odservice.workflow.vo.WFActionRequest
-
- getConceptualTransactionId() - Method in class com.datafoundations.onedata.hook.HookInput
-
Returns conceptual transaction ID
- getConceptualTransactionId() - Method in class com.datafoundations.onedata.odservice.workflow.WorkflowTransactionGroup
-
Returns the conceptual workflow transaction ID of the current workflow transaction group.
- getConfig() - Method in class com.datafoundations.onedata.dataquality.DataQualityConfig
-
Returns the configuration attribute map from the DataQualityConfig
object.
- getConfig() - Method in class com.datafoundations.onedata.odservice.SessionConfig
-
- getConnection() - Method in class com.datafoundations.onedata.dataquality.plugin.helper.DataQualityConnection
-
This method will be used for retrieving the runtime connection object
used for connecting to the data quality server for running cleansing and
matching services.
- getContents(File) - Static method in class com.datafoundations.onedata.rmi.OnedataServiceClient
-
Fetch the contents from the specified file
- getCount() - Method in class com.datafoundations.onedata.odservice.RowSet
-
- getCurrentJobStatus() - Method in class com.datafoundations.onedata.helper.JobOutput
-
Method that returns the current job status
available status : 0-'Defined'
1-'Scheduled'
2-'Completed Successfully'
3-'Active'
4-'Completed with Errors'
5-'Pending Active'
6-'Pending Termination'
- getCutOffType() - Method in class com.datafoundations.onedata.hook.MatchingEngineSearchOptions
-
Returns Cut Off Type
- getCutOffType() - Method in class com.datafoundations.onedata.matchingengine.SearchOptions
-
Returns Cut Off Type (0 - no cutoff ; 1 - SimpleGapCutOff ; 2 - PercentOfTopCutoff ; 3 - ExactPlusScoreCutoff)
- getCutOffValue() - Method in class com.datafoundations.onedata.hook.MatchingEngineSearchOptions
-
Returns Cut Off Value
- getCutOffValue() - Method in class com.datafoundations.onedata.matchingengine.SearchOptions
-
Returns Cutoff Value
- getData() - Method in interface com.datafoundations.onedata.odservice.workflow.AbstractWorkflowTransaction
-
Returns the data record that belongs to the current workflow transaction.
- getData() - Method in class com.datafoundations.onedata.odservice.workflow.ConceptualWorkflowTransaction
-
Returns null for a conceptual workflow transaction.
- getData() - Method in class com.datafoundations.onedata.odservice.workflow.WorkflowTransaction
-
Returns the data record that belongs to the current workflow transaction.
- getData(String) - Method in class com.datafoundations.onedata.rmi.OnedataService
-
The method returns XML string containing the data of an object.
- getData(String) - Method in interface com.datafoundations.onedata.rmi.OnedataServiceInterface
-
The method returns XML string containing the data of an object.
- getDatabaseType() - Method in class com.datafoundations.onedata.dataquality.DataQualityObjectConfig
-
Returns a String
with the database type of the metadata for OneData.
- getDatabaseType() - Method in class com.datafoundations.onedata.hook.HookInput
-
Returns database type
- getDataQualityAttribute() - Method in class com.datafoundations.onedata.dataquality.DataQualityAttributeMapping
-
Returns the name of data quality attribute defined on data quality server.
- getDataQualityAttributeType() - Method in class com.datafoundations.onedata.dataquality.DataQualityAttributeMapping
-
Returns the type of data quality attribute.
- getDataQualityCleanserHookInput() - Method in class com.datafoundations.onedata.hook.HookInput
-
Returns DataQuality Cleanser HookInput
- getDataQualityConfiguration() - Method in class com.datafoundations.onedata.dataquality.DataQualityInput
-
Returns the DataQualityConfig associated with this input.
- getDataQualityDataSetHandler() - Method in class com.datafoundations.onedata.dataquality.plugin.helper.DataQualityCleanserExecutorParams
-
This method will be used for retrieving the DataQualityDataSetHandler
associated with this object.
- getDataQualityInputAsXMLForCleanser(String, String, String, oracle.sql.NUMBER, oracle.sql.NUMBER, oracle.sql.NUMBER, String, String, String) - Static method in class com.datafoundations.onedata.dataquality.DataQualityServiceHandler
-
This method will be used to convert the DataQualityInput java object used
for cleansing as XML to make it accessible for PL/SQL Hook operations.
- getDataQualityInputAsXMLForCleanser(String, String, String, int, int, int, String) - Method in class com.datafoundations.onedata.rmi.OnedataService
-
The method will return dataquality input for cleanser project for the specified object.
- getDataQualityInputAsXMLForCleanser(String, String, String, int, int, int, String) - Method in interface com.datafoundations.onedata.rmi.OnedataServiceInterface
-
The method will return dataquality input for cleanser project for the specified object.
- getDataQualityInputAsXMLForMatcher(String, String, String, oracle.sql.NUMBER, oracle.sql.NUMBER, oracle.sql.NUMBER, String, String, String) - Static method in class com.datafoundations.onedata.dataquality.DataQualityServiceHandler
-
This method will be used to convert the DataQualityInput java object used
for matching as XML to make it accessible for PL/SQL Hook operations.
- getDataQualityInputAsXMLForMatcher(String, String, String, int, int, int, String) - Method in class com.datafoundations.onedata.rmi.OnedataService
-
The method will return dataquality input for matcher project for the specified object.
- getDataQualityInputAsXMLForMatcher(String, String, String, int, int, int, String) - Method in interface com.datafoundations.onedata.rmi.OnedataServiceInterface
-
The method will return dataquality input for matcher project for the specified object.
- getDataQualityInputAttributes() - Method in class com.datafoundations.onedata.dataquality.DataQualityInput
-
Returns the DataQualityInputAttributes associated with this input.
- getDataQualityInputForCleanser(String, String, String, int, int, int, String) - Method in class com.datafoundations.onedata.rmi.OnedataService
-
The method will return dataquality input for cleanser project for the specified object
- getDataQualityInputForCleanser(String, String, String, int, int, int, String) - Method in interface com.datafoundations.onedata.rmi.OnedataServiceInterface
-
The method will return dataquality input for cleanser project for the specified object
- getDataQualityInputForMatcher(String, String, String, int, int, int, String) - Method in class com.datafoundations.onedata.rmi.OnedataService
-
The method will return dataquality input for matcher project for the specified object.
- getDataQualityInputForMatcher(String, String, String, int, int, int, String) - Method in interface com.datafoundations.onedata.rmi.OnedataServiceInterface
-
The method will return dataquality input for matcher project for the specified object.
- getDataQualityJobName() - Method in class com.datafoundations.onedata.dataquality.DataQualityObjectConfig
-
Returns a String
with the data quality job name.
- getDataQualityMatcherHookInput() - Method in class com.datafoundations.onedata.hook.HookInput
-
Returns DataQuality Matcher HookInput
- getDataQualityOutputAttributes() - Method in class com.datafoundations.onedata.dataquality.DataQualityInput
-
Returns the DataQualityOutputAttributes associated with this input.
- getDataType() - Method in class com.datafoundations.onedata.helper.Attribute
-
Function that returns the datatype in OneData of the column.
- getDataType(int) - Static method in class com.datafoundations.onedata.odservice.engine.ODServiceUtils
-
- getDataType() - Method in class com.datafoundations.onedata.odservice.meta.impl.MetaColumnImpl
-
- getDataType() - Method in interface com.datafoundations.onedata.odservice.meta.MetaColumn
-
- getDataType(int) - Static method in class com.datafoundations.onedata.odservice.ws.ODWebserviceHandler
-
Returns the string representations of the datatype supported by the API.
- getDate(MetaColumn) - Method in class com.datafoundations.onedata.odservice.core.ODRow
-
- getDate(MetaColumn) - Method in interface com.datafoundations.onedata.odservice.Row
-
- getDelegatedUserId() - Method in class com.datafoundations.onedata.odservice.workflow.vo.WFActionRequest
-
- getDeletedUsersList(LdapProfile) - Method in class com.datafoundations.onedata.security.ldap.ADFetchDeletedUsers
-
- getDeletedUsersList(LdapProfile) - Method in interface com.datafoundations.onedata.security.ldap.FetchLDAPDeletedUsers
-
- getDelImplClass() - Method in class com.datafoundations.onedata.security.ldap.LdapProfile
-
- getDelUserSrchBase() - Method in class com.datafoundations.onedata.security.ldap.LdapProfile
-
- getEditableColumns(MetaEntity) - Static method in class com.datafoundations.onedata.odservice.engine.ODServiceUtils
-
- getErrorCode() - Method in class com.datafoundations.onedata.odservice.exception.ObsoleteWFCondition
-
- getErrorCode() - Method in exception com.datafoundations.onedata.odservice.exception.ObsoleteWorkflowException
-
- getErrorDetail() - Method in class com.datafoundations.onedata.odservice.exception.BatchResult
-
- getErrorDetails() - Method in class com.datafoundations.onedata.odservice.exception.ObsoleteWFCondition
-
- getErrorMessage() - Method in class com.datafoundations.onedata.helper.NotificationEntity
-
Method that returns the error message set while processing
- getErrorMessage() - Method in class com.datafoundations.onedata.helper.NotificationUser
-
Returns the Error Message.
- getErrorMessage() - Method in class com.datafoundations.onedata.odservice.exception.ObsoleteWFCondition
-
- getErrorMessage() - Method in exception com.datafoundations.onedata.odservice.exception.ObsoleteWorkflowException
-
- getFailedRecordCount() - Method in class com.datafoundations.onedata.helper.DataExchangeJobStep
-
Method that returns the failed records count while export job
- getFilesInChunks(String, String, String, int, String, int) - Method in class com.datafoundations.onedata.rmi.OnedataService
-
The method returns chunks of content from a file.
- getFilesInChunks(String, String, String, int, String, int) - Method in interface com.datafoundations.onedata.rmi.OnedataServiceInterface
-
The method returns chunks of content from a file.
- getFilter() - Method in class com.datafoundations.onedata.dataquality.DataQualityBatchJobParams
-
Returns a String
that indicates the filter condition that is applied for the current run of the Data Quality job.
- getFirstRow() - Method in class com.datafoundations.onedata.odservice.RowSet
-
- getForms() - Method in class com.datafoundations.onedata.hook.Forms
-
Returns collection of forms
- getForms() - Method in class com.datafoundations.onedata.hook.HookInput
-
Returns the forms
- getForms() - Method in class com.datafoundations.onedata.hook.HookOutput
-
This method Returns the forms - a collecton of form.
- getForwardHookName() - Method in class com.datafoundations.onedata.hook.HookOutput
-
Returns the hook name to be used for passing control to another hook
- getGoldAttribute() - Method in class com.datafoundations.onedata.dataquality.DataQualityAttributeMapping
-
Returns the name of attribute defined on OneData consolidation gold object.
- getGoldObjectId() - Method in class com.datafoundations.onedata.dataquality.DataQualityAttributeMapping
-
Returns the id of OneData consolidation gold object.
- getGrpFilter() - Method in class com.datafoundations.onedata.security.ldap.LdapProfile
-
- getGrpSrchBase() - Method in class com.datafoundations.onedata.security.ldap.LdapProfile
-
- getHost() - Method in class com.datafoundations.onedata.matchingengine.MatchingEngineInput
-
Gets MatchingEngine Host
- getId() - Method in class com.datafoundations.onedata.externalroles.OnedataExternalRole
-
Returns id of the role
- getId() - Method in class com.datafoundations.onedata.hook.Answer
-
Returns the numeric id assigned to the answers
- getId() - Method in class com.datafoundations.onedata.odservice.meta.impl.MetaEntityImpl
-
- getImplementationClass() - Method in class com.datafoundations.onedata.security.ldap.LdapProfile
-
- getInactivityTime() - Method in class com.datafoundations.onedata.odservice.core.BaseODSession
-
- getInactivityTime() - Method in interface com.datafoundations.onedata.odservice.ODSession
-
- getInstance(boolean, String) - Static method in class com.datafoundations.onedata.dataquality.DataQualityCleanserStatus
-
Constructs a DataQualityCleanserStatus object.
- getInstance() - Method in interface com.datafoundations.onedata.hook.OnedataHookFactory
-
This method is implemented in onedata hook implementation class in RMI-Hook where OneDataHook instance is returns
back.
- getInterchangeMappingId(String) - Method in class com.datafoundations.onedata.odservice.engine.ODServiceEngine
-
- getIntValue(String) - Method in class com.datafoundations.onedata.dataquality.DataQualityConfig
-
Returns the int value of configuration attribute for the key provided.
- getIntValue(String) - Method in class com.datafoundations.onedata.dataquality.plugin.helper.DataQualityCleanserExecutorParams
-
This method will be used for retrieving the int value of the attribute
name passed in.Gets an int value from a Map in a null-safe manner using
apache commons MapUtils.getIntValue()
- getIntValue(String) - Method in class com.datafoundations.onedata.dataquality.plugin.helper.DataQualityMatcherExecutorParams
-
This method will be used for retrieving the int value of the attribute
name passed in.Gets an int value from a Map in a null-safe manner using
apache commons MapUtils.getIntValue()
- getInvalidParameterValues() - Method in class com.datafoundations.onedata.helper.ValidationResponseObject
-
Returns List of Invalid Parameter Values.
- getInvocationNumber() - Method in class com.datafoundations.onedata.hook.HookInput
-
Returns the invocation number, which is the number of times the hook is called.
- getInvocationNumber() - Method in class com.datafoundations.onedata.hook.HookOutput
-
Returns the number of the screen that the user is on, during the execution of the hook if the hook is interactive
- getInvokedFromWorkflow() - Method in class com.datafoundations.onedata.hook.HookInput
-
Returns 1 if hook is invoked as a post hook from datamanager.
- getIsMultiSelect() - Method in class com.datafoundations.onedata.hook.Column
-
Returns true if the column is a multi- select column else false.
- getJobDuration() - Method in class com.datafoundations.onedata.helper.DataExchangeJob
-
Function that returns the job duration
sJobDuration value will be in seconds
- getJobDuration() - Method in class com.datafoundations.onedata.helper.JobOutput
-
Method that returns the job execution duration
Job duration will be in seconds
- getJobExecutionDate() - Method in class com.datafoundations.onedata.helper.DataExchangeJob
-
Function that returns the job execution date
Date format will be YYYY-MM-DD HH24:MI:SS.FF9
- getJobExecutionDate() - Method in class com.datafoundations.onedata.helper.JobOutput
-
Method that returns the job execution date
Date format will be YYYY-MM-DD HH24:MI:SS.FF9
- getJobExecutionResult(String, String, String, int, int, long) - Method in class com.datafoundations.onedata.rmi.OnedataService
-
The method will returns a JobOutput object containing the results of a particular
execution of the job as identified by the jobLogHandle passed.
- getJobExecutionResult(String, String, String, int, int, long) - Method in interface com.datafoundations.onedata.rmi.OnedataServiceInterface
-
The method will returns a JobOutput object containing the results of a particular
execution of the job as identified by the jobLogHandle passed.
- getJobFileName() - Method in class com.datafoundations.onedata.helper.DataExchangeJob
-
Function that returns the job file name
- getJobFileName() - Method in class com.datafoundations.onedata.helper.JobOutput
-
Method that returns the job output file name
- getJobId() - Method in class com.datafoundations.onedata.helper.DataExchangeJob
-
Function that returns the job id
- getJobId() - Method in class com.datafoundations.onedata.helper.JobOutput
-
Method that returns the job id
- getJobMessage() - Method in class com.datafoundations.onedata.helper.DataExchangeJobStep
-
Method that returns the job message
- getJobMessage() - Method in class com.datafoundations.onedata.helper.JobOutput
-
Method that returns the job message
- getJobName() - Method in class com.datafoundations.onedata.helper.DataExchangeJob
-
Function that returns the job name
- getJobName() - Method in class com.datafoundations.onedata.helper.JobOutput
-
Method that returns the job name
- getJobOverallResultMessage() - Method in class com.datafoundations.onedata.helper.DataExchangeJob
-
Function that returns overall job execution result message
- getJobStatus() - Method in class com.datafoundations.onedata.helper.DataExchangeJob
-
Function that returns the job status
available status : 0-'Defined'
1-'Scheduled'
2-'Completed Successfully'
3-'Active'
4-'Completed with Errors'
5-'Pending Active'
6-'Pending Termination'
- getJobStatus() - Method in class com.datafoundations.onedata.helper.JobOutput
-
Method that returns the job final status
- getJobStatusMessage() - Method in class com.datafoundations.onedata.helper.JobOutput
-
Method that returns the job status message
- getJobStepFileName() - Method in class com.datafoundations.onedata.helper.DataExchangeJobStep
-
Method that returns the jobstep file name
- getJobStepId() - Method in class com.datafoundations.onedata.helper.DataExchangeJobStep
-
Method that returns the job step id
- getJobStepName() - Method in class com.datafoundations.onedata.helper.DataExchangeJobStep
-
Method that returns the job step name
- getJobType() - Method in class com.datafoundations.onedata.helper.DataExchangeJob
-
Function that returns the job type
aiJobType value will be of Deployment job type, ie 46
- getJobType() - Method in class com.datafoundations.onedata.helper.JobOutput
-
Method that returns the job type
- getJopStepObjects() - Method in class com.datafoundations.onedata.helper.DataExchangeJob
-
Function that returns the job step objects
Vector with a DataExchangeJob object in its first position
- getLastActivityTime() - Method in class com.datafoundations.onedata.odservice.core.BaseODSession
-
- getLastDataRetrievalTimestamp() - Method in class com.datafoundations.onedata.helper.NotificationUser
-
Returns the Last Data Retrieval Timestamp.
- getLdapHost() - Method in class com.datafoundations.onedata.security.ldap.LdapProfile
-
- getLdapPort() - Method in class com.datafoundations.onedata.security.ldap.LdapProfile
-
- getLdapSrchFilter() - Method in class com.datafoundations.onedata.security.ldap.LdapProfile
-
- getLdapType() - Method in class com.datafoundations.onedata.security.ldap.LdapProfile
-
- getLdapURL() - Method in class com.datafoundations.onedata.security.ldap.LdapProfile
-
- getLevel() - Method in class com.datafoundations.onedata.hook.WorkflowAction
-
Returns the level of the current approvers in the workflow pipeline
- getLevel() - Method in class com.datafoundations.onedata.odservice.workflow.WorkflowTransactionGroup
-
Returns the level in which the current workflow transaction group is pending.
- getLinkUsrGrp() - Method in class com.datafoundations.onedata.security.ldap.LdapProfile
-
- getLoggingType() - Method in class com.datafoundations.onedata.dataquality.DataQualityBatchJobParams
-
Returns an int value that represents the type of logging that is being executed.
- getLoginDN() - Method in class com.datafoundations.onedata.security.ldap.LdapProfile
-
- getMail() - Method in class com.datafoundations.onedata.security.ldap.LdapProfile
-
- getMatchingEngineHookInput() - Method in class com.datafoundations.onedata.hook.HookInput
-
Returns Matching engine input
- getMatchingEngineHost() - Method in class com.datafoundations.onedata.hook.MatchingEngineHookInput
-
Method to retrieve MatchingEngineHost.
- getMatchingEnginePort() - Method in class com.datafoundations.onedata.hook.MatchingEngineHookInput
-
Method to retrieve MatchingEnginePort.
- getMatchingEngineSearchOptions() - Method in class com.datafoundations.onedata.hook.MatchingEngineHookInput
-
Method to retrieve SearchOptions
- getMatchingEngineSearchOptionsFromMatchingEngineProperties(Hashtable) - Static method in class com.datafoundations.onedata.hook.MatchingEngineSearchOptions
-
Used to set all the values from the MatchingEngine Properties.
- getMatchList() - Method in class com.datafoundations.onedata.odservice.exception.MatchResult
-
- getMatchResultAsDataSet() - Method in class com.datafoundations.onedata.dataquality.plugin.helper.DataQualityMatcherExecutorResponse
-
This method will be used for retrieving the runtime response data in form
of DataSet from the matcher service with match score.
- getMatchResultAsDataSetFromGeneratedMatchWindow() - Method in class com.datafoundations.onedata.dataquality.plugin.helper.DataQualityMatcherExecutorResponse
-
This method will be used for retrieving multiple combined runtime
response data in form of DataSet from the matcher service with match
score.
- getMatchResultAsRowset() - Method in class com.datafoundations.onedata.dataquality.plugin.helper.DataQualityMatcherExecutorResponse
-
This method will be used for retrieving the runtime response data in form
of Rowset from the matcher service with match score.
- getMatchResultAsRowsetFromGeneratedMatchWindow() - Method in class com.datafoundations.onedata.dataquality.plugin.helper.DataQualityMatcherExecutorResponse
-
This method will be used for retrieving multiple combined runtime
response data in form of Rowset from the matcher service with match
score.
- getMatchResultList() - Method in class com.datafoundations.onedata.odservice.exception.BatchResult
-
- getMatchScore() - Method in class com.datafoundations.onedata.matchingengine.MatchingEngineOutput
-
Returns MatchScore list.
- getMembrOf() - Method in class com.datafoundations.onedata.security.ldap.LdapProfile
-
- getMessage() - Method in class com.datafoundations.onedata.hook.HookOutput
-
Returns the message - the result message to display in screen if the hook is interactive.
- getMessage() - Method in class com.datafoundations.onedata.odservice.exception.BatchResult
-
- getMetaColumn(String) - Method in class com.datafoundations.onedata.odservice.meta.impl.MetaEntityImpl
-
- getMetaColumn(String) - Method in interface com.datafoundations.onedata.odservice.meta.MetaEntity
-
- getMetaColumnGetter(AbstractMetaTable) - Static method in class com.datafoundations.onedata.odservice.engine.ODServiceUtils
-
- getMetaEntity(String) - Method in class com.datafoundations.onedata.odservice.core.BaseODSession
-
- getMetaEntity(String, String) - Method in class com.datafoundations.onedata.odservice.core.BaseODSession
-
- getMetaEntity(String, String) - Method in interface com.datafoundations.onedata.odservice.ODSession
-
- getMetaEntity(String) - Method in interface com.datafoundations.onedata.odservice.ODSession
-
- getMsValues() - Method in class com.datafoundations.onedata.hook.Column
-
Returns the values(java.util.List) of the column
- getName() - Method in class com.datafoundations.onedata.externalroles.OnedataExternalRole
-
Returns name of the role
- getName() - Method in class com.datafoundations.onedata.helper.Attribute
-
Function that returns name of the column in the database
- getName() - Method in class com.datafoundations.onedata.hook.Column
-
Returns the name of the column
- getName() - Method in class com.datafoundations.onedata.matchingengine.MatchingEngineColumn
-
Returns the name of the column
- getName() - Method in class com.datafoundations.onedata.matchingengine.Querylet
-
Return Column name on which search need to be made.
- getName() - Method in interface com.datafoundations.onedata.odservice.Column
-
Returns the column name
- getName() - Method in class com.datafoundations.onedata.odservice.meta.impl.MetaColumnImpl
-
- getName() - Method in class com.datafoundations.onedata.odservice.meta.impl.MetaEntityImpl
-
- getName() - Method in interface com.datafoundations.onedata.odservice.meta.MetaColumn
-
- getName() - Method in interface com.datafoundations.onedata.odservice.meta.MetaEntity
-
- getName() - Method in class com.datafoundations.onedata.odservice.ODColumn
-
Returns the column name
- getNovaManager() - Method in class com.datafoundations.onedata.odservice.engine.ODServiceEngine
-
- getNumberOfMatches() - Method in class com.datafoundations.onedata.hook.MatchingEngineSearchOptions
-
Returns Number Of Matches returned by the Netrics Server
- getNumberOfMatches() - Method in class com.datafoundations.onedata.matchingengine.SearchOptions
-
Returns Number Of Matches
- getNumeric(MetaColumn) - Method in class com.datafoundations.onedata.odservice.core.ODRow
-
- getNumeric(MetaColumn) - Method in interface com.datafoundations.onedata.odservice.Row
-
- getNumericBigDecimal(MetaColumn) - Method in class com.datafoundations.onedata.odservice.core.ODRow
-
- getNumericBigDecimal(MetaColumn) - Method in interface com.datafoundations.onedata.odservice.Row
-
- getNumericInt(MetaColumn) - Method in class com.datafoundations.onedata.odservice.core.ODRow
-
- getNumericInt(MetaColumn) - Method in interface com.datafoundations.onedata.odservice.Row
-
- getObjectAttribute() - Method in class com.datafoundations.onedata.dataquality.DataQualityAttributeMapping
-
Returns the name of attribute defined on OneData consolidation object.
- getObjectDisplayName() - Method in interface com.datafoundations.onedata.odservice.workflow.AbstractWorkflowTransaction
-
Returns the display name of the object that corresponds to the current workflow transaction.
- getObjectDisplayName() - Method in class com.datafoundations.onedata.odservice.workflow.ConceptualWorkflowTransaction
-
Returns the display name of the conceptual object that corresponds to the current conceptual workflow
transaction.
- getObjectDisplayName() - Method in class com.datafoundations.onedata.odservice.workflow.WorkflowTransaction
-
Returns the display name of the data object that corresponds to the current workflow transaction.
- getObjectDisplayName() - Method in class com.datafoundations.onedata.odservice.workflow.WorkflowTransactionGroup
-
Returns the display name of the data object or conceptual object of the current workflow transaction group.
- getObjectId() - Method in class com.datafoundations.onedata.dataquality.DataQualityAttributeMapping
-
Returns the id of OneData consolidation object.
- getObjectId() - Method in class com.datafoundations.onedata.helper.Attribute
-
Function that returns the Object Id in the metadata of the table to which the column belongs.
- getObjectId() - Method in class com.datafoundations.onedata.hook.Form
-
Returns the object id which is a unique identifier of the object
- getObjectId() - Method in class com.datafoundations.onedata.hook.Rowset
-
Returns the id of the data object to which the rowset corresponds.
- getObjectId() - Method in class com.datafoundations.onedata.hook.WorkflowHookDetail
-
Returns the objectId of the object for which external workflow rule is configured.
- getObjectId(String, boolean) - Method in class com.datafoundations.onedata.odservice.engine.ODServiceEngine
-
- getObjectId(String) - Method in class com.datafoundations.onedata.odservice.engine.ODServiceEngine
-
get data object id
- getObjectId() - Method in class com.datafoundations.onedata.odservice.workflow.WorkflowTransactionGroup
-
Returns the object ID of the data object.
- getObjectList() - Method in class com.datafoundations.onedata.helper.NotificationUser
-
Returns the list of objects applicable for notification.
- getObjectName() - Method in class com.datafoundations.onedata.dataquality.DataQualityObjectConfig
-
Returns a String
with the name of the consolidation object.
- getObjectName() - Method in class com.datafoundations.onedata.helper.NotificationEntity
-
Method that returns the notification entity name
If entity has object name it will return the object name else the physical object name
- getObjectName() - Method in class com.datafoundations.onedata.hook.Form
-
Returns object name associated with the form
- getObjectName() - Method in class com.datafoundations.onedata.hook.Rowset
-
Returns the name of the data object to which the rowset corresponds.
- getObjectName() - Method in interface com.datafoundations.onedata.odservice.workflow.AbstractWorkflowTransaction
-
Returns the name of the object that corresponds to the current workflow transaction.
- getObjectName() - Method in class com.datafoundations.onedata.odservice.workflow.ConceptualWorkflowTransaction
-
Returns the name of the conceptual object that corresponds to the current conceptual workflow transaction.
- getObjectName() - Method in class com.datafoundations.onedata.odservice.workflow.vo.WFActionRequest
-
- getObjectName() - Method in class com.datafoundations.onedata.odservice.workflow.WorkflowTransaction
-
Returns the name of the data object that corresponds to the current workflow transaction.
- getObjectName() - Method in class com.datafoundations.onedata.odservice.workflow.WorkflowTransactionGroup
-
Returns the name of the data object or conceptual object of the current workflow transaction group
- getObjectType() - Method in class com.datafoundations.onedata.hook.Form
-
Returns the object type.
- getObjectType() - Method in class com.datafoundations.onedata.hook.Rowset
-
Returns the object type of object corresponding to the rowset.
- getOldMSValues() - Method in class com.datafoundations.onedata.hook.Column
-
Returns the old values(java.util.List) of the multi select column in case of updates
- getOldValue() - Method in class com.datafoundations.onedata.hook.Column
-
Returns the old value of the column in case of updates
- getOldValue() - Method in class com.datafoundations.onedata.matchingengine.MatchingEngineColumn
-
Returns the old value of the column in case of updates
- getOldValue() - Method in class com.datafoundations.onedata.odservice.ODColumn
-
- getOnedataLoginUserId() - Method in class com.datafoundations.onedata.helper.NotificationUser
-
Returns Login User Id.
- getOnedataObjectId() - Method in class com.datafoundations.onedata.helper.NotificationEntity
-
Method that returns the notification entity id
- getOnedataServiceConnection(String, String) - Static method in class com.datafoundations.onedata.helper.OracleSPServicHandler
-
Returns the OnedataService for specified RMI Registry Host and Port.
- getOnedataUserId() - Method in class com.datafoundations.onedata.helper.NotificationUser
-
Returns the OneData UserId.
- getOperator() - Method in class com.datafoundations.onedata.hook.WorkflowHookDetail
-
Returns the operator used to link the current approver to the next approver in the workflow level.
- getOrder() - Method in class com.datafoundations.onedata.hook.ActionRowset
-
Returns the order in which the actions have to be performed.
- getOrder() - Method in class com.datafoundations.onedata.hook.Answer
-
Returns the order of the answers
- getOriginalExpandedRowset() - Method in class com.datafoundations.onedata.hook.HookInput
-
Returns expandable rowset.
- getOriginalRowset() - Method in class com.datafoundations.onedata.dataquality.DataQualityInput
-
Returns the Rowset associated with this input.
- getOriginalRowset() - Method in class com.datafoundations.onedata.hook.HookInput
-
Returns the rows that are selected before Command Hook Execution or in
case of Event Hook, returns the rows inserted, updated or deleted as part
of the event
- getOriginalRowset() - Method in class com.datafoundations.onedata.hook.HookOutput
-
Returns the rows that are selected before Command Hook Execution
or in case of Event Hook, returns the rows inserted, updated or deleted as part of the event.
- getOriginalRowset() - Method in class com.datafoundations.onedata.hook.MatchingEngineHookInput
-
Method to retrieve Rowset.
- getOverallStatusMessage() - Method in class com.datafoundations.onedata.helper.NotificationEntity
-
Method that returns the overall data-notification completion status message
- getParams() - Method in exception com.datafoundations.onedata.odservice.exception.DBQueryException
-
- getParentTransaction() - Method in interface com.datafoundations.onedata.odservice.workflow.AbstractWorkflowTransaction
-
Returns the parent conceptual workflow transaction of the current workflow transaction.
- getParentTransaction() - Method in class com.datafoundations.onedata.odservice.workflow.ConceptualWorkflowTransaction
-
Returns null for a conceptual workflow transaction.
- getParentTransaction() - Method in class com.datafoundations.onedata.odservice.workflow.WorkflowTransaction
-
Returns the parent conceptual workflow transaction of the current workflow transaction.
- getPendingTransactionDetails(WorkflowTransactionGroup) - Method in class com.datafoundations.onedata.odservice.core.BaseODSession
-
- getPendingTransactionDetails(WorkflowTransactionGroup) - Method in interface com.datafoundations.onedata.odservice.ODSession
-
gets the pending transactions that belong to the given WorkflowTransactionGroup
- getPendingWorkflowTransaction(String) - Method in class com.datafoundations.onedata.odservice.core.BaseODSession
-
- getPendingWorkflowTransaction(String) - Method in interface com.datafoundations.onedata.odservice.ODSession
-
Fetches the pending workflow transaction using the pass phrase supplied.
- getPendingWorkflowTransactionGroups() - Method in class com.datafoundations.onedata.odservice.core.BaseODSession
-
- getPendingWorkflowTransactionGroups() - Method in interface com.datafoundations.onedata.odservice.ODSession
-
gets the WorkflowTransactionGroups corresponding to the pending workflow
items in the current user's workflow inbox
- getPhysicalObjectName() - Method in class com.datafoundations.onedata.helper.NotificationEntity
-
Method that returns the notification entity physical object name
- getPointer() - Method in class com.datafoundations.onedata.odservice.TransactionPointer
-
- getPort() - Method in class com.datafoundations.onedata.matchingengine.MatchingEngineInput
-
Gets MatchingEngine Port
- getPortsAvailableMap(Integer[], Closure) - Static method in class com.datafoundations.onedata.odservice.engine.RemoteSessionUtils
-
- getPredicate() - Method in class com.datafoundations.onedata.hook.MatchingEngineHookInput
-
Returns MatchingEngine predicate.
- getPredicate() - Method in class com.datafoundations.onedata.matchingengine.MatchingEngineInput
-
Gets MatchingEngine Predicate
- getPrimaryKeyDesc() - Method in class com.datafoundations.onedata.hook.Column
-
Returns an indicator on whether this column is a primary key or not
If primary key, this method returns "yes" else null
- getPrimaryKeyDesc() - Method in class com.datafoundations.onedata.matchingengine.MatchingEngineColumn
-
Returns the Primary Key Description of the column
- getProjectId() - Method in class com.datafoundations.onedata.dataquality.DataQualityObjectConfig
-
Returns an int value with the OneData project ID.
- getProjectID() - Method in class com.datafoundations.onedata.hook.HookInput
-
Returns Project ID
- getQuerylets() - Method in class com.datafoundations.onedata.matchingengine.MatchingEngineInput
-
Gets MatchingEngine Querylets
- getQuerylets() - Method in class com.datafoundations.onedata.matchingengine.Querylets
-
Returns Querylet list.
- getQuestion() - Method in class com.datafoundations.onedata.hook.HookOutput
-
Returns the question displayed to the user if the hook is interactive.
- getReadEntry() - Method in class com.datafoundations.onedata.odservice.meta.impl.MetaColumnImpl
-
- getReadEntry(String) - Method in class com.datafoundations.onedata.odservice.meta.impl.MetaEntityImpl
-
- getRecordSet(MetaEntityImpl, boolean, MetaObject, VirtualHandlerExt, int, int, boolean) - Method in class com.datafoundations.onedata.odservice.engine.ODServiceEngine
-
- getRefreshTransaction() - Method in class com.datafoundations.onedata.hook.HookInput
-
Returns 1 if transaction needs to be refreshed by external workflow engine.
- getRelatedDescription() - Method in class com.datafoundations.onedata.helper.Attribute
-
Function returns the description value of the column.
- getRepository() - Method in class com.datafoundations.onedata.matchingengine.MatchingEngineInput
-
Gets Repository.
- getRepositoryId() - Method in class com.datafoundations.onedata.dataquality.DataQualityObjectConfig
-
Returns a String
with the OneData repository ID.
- getRepositoryID() - Method in class com.datafoundations.onedata.hook.HookInput
-
Returns repository ID
- getRepositoryId() - Method in class com.datafoundations.onedata.hook.MatchingEngineHookInput
-
Method to retrieve repository id of onedata.
- getResultForDeploymentJob(String, String, String, int, int, long) - Method in class com.datafoundations.onedata.rmi.OnedataService
-
The method returns a DataExchangeJob object containing the results of a particular execution of the data
deployment job as identified by the Job Token passed.
- getResultForDeploymentJob(String, String, String, int, int, long) - Method in interface com.datafoundations.onedata.rmi.OnedataServiceInterface
-
The method returns a DataExchangeJob object containing the results of a particular execution of the data
deployment job as identified by the Job Token passed.
- getRollbackClosure() - Static method in class com.datafoundations.onedata.odservice.engine.ODServiceUtils
-
- getRollbackClosure(String) - Static method in class com.datafoundations.onedata.odservice.engine.ODServiceUtils
-
- getRow() - Method in class com.datafoundations.onedata.helper.RowSet
-
Returns the currently active row in the RowSet.
- getRow() - Method in class com.datafoundations.onedata.odservice.exception.MatchResult
-
- getRows() - Method in class com.datafoundations.onedata.helper.RowSet
-
Returns the list of Rows in the RowSet.
- getRows() - Method in class com.datafoundations.onedata.hook.Rowset
-
Returns collection of rows present in the rowset.
- getRows() - Method in class com.datafoundations.onedata.matchingengine.MatchingEngineOutput
-
Returns rows
- getRows() - Method in class com.datafoundations.onedata.odservice.RowSet
-
- getRowset() - Method in class com.datafoundations.onedata.hook.Form
-
Returns the rowset associated with form.
- getRowSetDescription() - Method in class com.datafoundations.onedata.helper.RowSet
-
Returns the description for the RowSet.
- getRowSetIdentifier() - Method in class com.datafoundations.onedata.helper.RowSet
-
Returns the identifier that uniquely identifies the RowSet.
- getSavePointClosure(String) - Static method in class com.datafoundations.onedata.odservice.engine.ODServiceUtils
-
- getSchemaId() - Method in class com.datafoundations.onedata.dataquality.DataQualityObjectConfig
-
Returns an int value with the OneData schema ID.
- getSchemaID() - Method in class com.datafoundations.onedata.hook.HookInput
-
Returns Schema ID
- getScoreType() - Method in class com.datafoundations.onedata.hook.MatchingEngineSearchOptions
-
Returns scoreType - the type of search that Netrics has to do.
- getScoreType() - Method in class com.datafoundations.onedata.matchingengine.SearchOptions
-
Returns Score Type
- getSearchBase() - Method in class com.datafoundations.onedata.security.ldap.LdapProfile
-
- getSearchOptions() - Method in class com.datafoundations.onedata.matchingengine.MatchingEngineInput
-
Gets MatchingEngine Search Options
- getSearchOptionsWithSimpleGapCutoff(int, int, double) - Static method in class com.datafoundations.onedata.matchingengine.SearchOptions
-
Sets NumberOfMatches, CutOffType, CutOffValue.
- getSelectedRowset() - Method in class com.datafoundations.onedata.hook.HookInput
-
Returns the rows selected during Command hook execution if the user is prompted for selection.
- getSelectionType() - Method in class com.datafoundations.onedata.hook.ShowableRowset
-
Returns the selectiontype of the rowset.
- getSelectionTypeDesc() - Method in class com.datafoundations.onedata.hook.ShowableRowset
-
Returns the number of rows that the user can select
1) unselectable - If selectionTypeDesc for a rowset is 'unselectable', then the rowset can be used only for view
purpose.
- getSessionIdentifier() - Method in exception com.datafoundations.onedata.odservice.exception.BatchException
-
this identifier can be used to track records in exception queue
- getSessions() - Method in class com.datafoundations.onedata.odservice.core.ODSessionFactory
-
- getShowRowset() - Method in class com.datafoundations.onedata.hook.HookOutput
-
Returns the rowset that is displayed to the user by the hook execution
- getSkipReferenceValidation() - Method in class com.datafoundations.onedata.hook.Form
-
Gets the flag for skip reference validation
- getSql() - Method in exception com.datafoundations.onedata.odservice.exception.DBQueryException
-
- getStartMatch() - Method in class com.datafoundations.onedata.hook.MatchingEngineSearchOptions
-
Returns startMatch - the rank of the first match to be returned by the Netrics Server.
- getStartMatch() - Method in class com.datafoundations.onedata.matchingengine.SearchOptions
-
Returns Start Match
- getStatus() - Method in class com.datafoundations.onedata.hook.HookOutput
-
This method returns the status of hook
execution.
- getStatus() - Method in interface com.datafoundations.onedata.odservice.workflow.AbstractWorkflowTransaction
-
Returns the status of the current workflow transaction.
- getStatus() - Method in class com.datafoundations.onedata.odservice.workflow.ConceptualWorkflowTransaction
-
Returns the status of the current conceptual workflow transaction.
- getStatus() - Method in class com.datafoundations.onedata.odservice.workflow.WorkflowTransaction
-
Returns the status of the current workflow transaction.
- getStatusDesc() - Method in class com.datafoundations.onedata.hook.HookOutput
-
Returns the Status Description of hook execution.
- getString(String) - Method in class com.datafoundations.onedata.dataquality.DataQualityConfig
-
Returns the String value of configuration attribute for the key provided.
- getString(String) - Method in class com.datafoundations.onedata.dataquality.plugin.helper.DataQualityCleanserExecutorParams
-
This method will be used for retrieving the String value of the attribute
name passed in.Gets the String value from the Map in a null-safe manner
using apache commons MapUtils.getStringValue()
- getString(String) - Method in class com.datafoundations.onedata.dataquality.plugin.helper.DataQualityMatcherExecutorParams
-
This method will be used for retrieving the String value of the attribute
name passed in.Gets the String value from the Map in a null-safe manner
using apache commons MapUtils.getStringValue()
- getString(MetaColumn) - Method in class com.datafoundations.onedata.odservice.core.ODRow
-
- getString(MetaColumn) - Method in interface com.datafoundations.onedata.odservice.Row
-
- getStructure(String) - Method in class com.datafoundations.onedata.rmi.OnedataService
-
The method returns XML string containing the structure of an object.
- getStructure(String) - Method in interface com.datafoundations.onedata.rmi.OnedataServiceInterface
-
The method returns XML string containing the structure of an object.
- getSuccessfulRecordCount() - Method in class com.datafoundations.onedata.helper.DataExchangeJobStep
-
Method that returns number of successfully exported records
- getSuccessfulRecordsCount() - Method in class com.datafoundations.onedata.odservice.exception.BatchResult
-
- getTableName() - Method in class com.datafoundations.onedata.helper.Attribute
-
Function that returns the name of table in the database to which the column belongs.
- getTableName() - Method in class com.datafoundations.onedata.hook.MatchingEngineHookInput
-
Method to retrieve name of the table in OneData.
- getTableName() - Method in class com.datafoundations.onedata.hook.Rowset
-
Returns the physical table name of the database table corresponding to the rowset.
- getTableName() - Method in class com.datafoundations.onedata.matchingengine.MatchingEngineInput
-
Gets TableName on which the search has to be made.
- getText() - Method in class com.datafoundations.onedata.hook.Answer
-
Returns the answer
- getText() - Method in class com.datafoundations.onedata.hook.Question
-
Returns the question which is displayed to the user if the hook is interactive hook.
- getThesaurusWeight() - Method in class com.datafoundations.onedata.hook.MatchingEngineSearchOptions
-
Returns thesaurusWeight - Specifies a thesaurus weight to use for the query (from 0.0 to 1.0).
- getThesaurusWeight() - Method in class com.datafoundations.onedata.matchingengine.SearchOptions
-
Returns Thesaurus Weight
- getTime() - Method in class com.datafoundations.onedata.odservice.core.BaseODSession
-
- getTimeStamp(MetaColumn) - Method in class com.datafoundations.onedata.odservice.core.ODRow
-
- getTimeStamp(MetaColumn) - Method in interface com.datafoundations.onedata.odservice.Row
-
- getTotalProcessedRecordsCount() - Method in class com.datafoundations.onedata.helper.NotificationEntity
-
Method that returns the total records processed between last job run and current job
- getTransactionCount() - Method in class com.datafoundations.onedata.odservice.workflow.WorkflowTransactionGroup
-
Returns the total count of individual WorkflowTransaction(s) in the current workflow transaction group.
- getTransactionId() - Method in interface com.datafoundations.onedata.odservice.workflow.AbstractWorkflowTransaction
-
Returns the transaction ID of the current workflow transaction.
- getTransactionId() - Method in class com.datafoundations.onedata.odservice.workflow.ConceptualWorkflowTransaction
-
Returns the conceptual transaction ID of the current conceptual workflow transaction.
- getTransactionID() - Method in class com.datafoundations.onedata.odservice.workflow.ExternalWFTransactionHolder
-
- getTransactionId() - Method in class com.datafoundations.onedata.odservice.workflow.WorkflowTransaction
-
Returns the transaction ID of the current workflow transaction.
- getTransactionPointer() - Method in class com.datafoundations.onedata.odservice.core.BaseODSession
-
- getTransactionPointer() - Method in interface com.datafoundations.onedata.odservice.ODSession
-
- getTransactionType() - Method in class com.datafoundations.onedata.hook.HookInput
-
Returns transaction type
- getTransactionType() - Method in interface com.datafoundations.onedata.odservice.workflow.AbstractWorkflowTransaction
-
Returns the transaction type of the current workflow transaction.
- getTransactionType() - Method in class com.datafoundations.onedata.odservice.workflow.ConceptualWorkflowTransaction
-
Returns 'C' for a conceptual workflow transaction.
- getTransactionType() - Method in class com.datafoundations.onedata.odservice.workflow.WorkflowTransaction
-
Returns the transaction type of the current workflow transaction.
- getTransactionType() - Method in class com.datafoundations.onedata.odservice.workflow.WorkflowTransactionGroup
-
Returns the transaction type of the current workflow transaction group.
- getUniqueIdForInterChange() - Method in class com.datafoundations.onedata.odservice.engine.ODServiceEngine
-
- getUpdatedColumn() - Method in interface com.datafoundations.onedata.odservice.workflow.AbstractWorkflowTransaction
-
Returns the name of the updated column of the current workflow transaction.
- getUpdatedColumn() - Method in class com.datafoundations.onedata.odservice.workflow.ConceptualWorkflowTransaction
-
Returns empty String for a conceptual workflow transaction.
- getUpdatedColumn() - Method in class com.datafoundations.onedata.odservice.workflow.WorkflowTransaction
-
Returns the name of the updated column of the current workflow transaction.
- getUpdatedColumnName() - Method in class com.datafoundations.onedata.hook.HookInput
-
Returns updated column name.
- getUpdatedColumnNewValue() - Method in interface com.datafoundations.onedata.odservice.workflow.AbstractWorkflowTransaction
-
Returns the new value of the updated column of the current workflow transaction.
- getUpdatedColumnNewValue() - Method in class com.datafoundations.onedata.odservice.workflow.ConceptualWorkflowTransaction
-
Returns empty String for a conceptual workflow transaction.
- getUpdatedColumnNewValue() - Method in class com.datafoundations.onedata.odservice.workflow.WorkflowTransaction
-
Returns the new value of the updated column of the current workflow transaction.
- getUpdatedColumnOldValue() - Method in interface com.datafoundations.onedata.odservice.workflow.AbstractWorkflowTransaction
-
Returns the old value of the updated column of the current workflow transaction.
- getUpdatedColumnOldValue() - Method in class com.datafoundations.onedata.odservice.workflow.ConceptualWorkflowTransaction
-
Returns empty String for a conceptual workflow transaction.
- getUpdatedColumnOldValue() - Method in class com.datafoundations.onedata.odservice.workflow.WorkflowTransaction
-
Returns the old value of the updated column of the current workflow transaction.
- getUsePunctuation() - Method in class com.datafoundations.onedata.hook.MatchingEngineSearchOptions
-
Returns usePunctuation - whether Punctuation search is enabled or not.
- getUsePunctuation() - Method in class com.datafoundations.onedata.matchingengine.SearchOptions
-
Returns Punctuation search is enable or not
- getUserDateFormat() - Method in class com.datafoundations.onedata.helper.NotificationUser
-
Returns Date Format.
- getUserDetail() - Method in class com.datafoundations.onedata.security.ldap.LdapProfile
-
- getUserEmailAddress() - Method in class com.datafoundations.onedata.helper.NotificationUser
-
Returns the Email Address.
- getUserFirstName() - Method in class com.datafoundations.onedata.helper.NotificationUser
-
Returns the First Name.
- getUserFullName() - Method in class com.datafoundations.onedata.helper.NotificationUser
-
Returns the Full Name.
- getUserFullName() - Method in class com.datafoundations.onedata.security.ldap.LdapProfile
-
- getUserId() - Method in class com.datafoundations.onedata.dataquality.DataQualityObjectConfig
-
Returns a String
with the OneData User ID.
- getUserId() - Method in class com.datafoundations.onedata.helper.NotificationUser
-
Returns the User Id.
- getUserId() - Method in class com.datafoundations.onedata.hook.HookInput
-
Returns the Id of the User executing the hook
- getUserId(HttpServletRequest) - Method in class com.datafoundations.onedata.security.auth.sso.BasicSSOImpl
-
- getUserId(HttpServletRequest) - Method in interface com.datafoundations.onedata.security.auth.sso.OneDataSSOInterface
-
- getUserId(HttpServletRequest) - Static method in class com.datafoundations.onedata.security.auth.sso.SSOUtils
-
- getUserId() - Method in class com.datafoundations.onedata.security.ldap.LdapProfile
-
- getUserIdKey() - Method in class com.datafoundations.onedata.security.ldap.LdapProfile
-
- getUserLastName() - Method in class com.datafoundations.onedata.helper.NotificationUser
-
Returns the Last Name.
- getUserRoles(String) - Method in interface com.datafoundations.onedata.externalroles.OnedataExternalRolesReader
-
This method is used for retrieving external roles defined for a particular user.
- getUseThesaurus() - Method in class com.datafoundations.onedata.hook.MatchingEngineSearchOptions
-
Returns useThesaurus - whether Thesaurus is enabled or not
- getValidationErrorMessage() - Method in class com.datafoundations.onedata.helper.ValidationResponseObject
-
Returns Validation Error Message.
- getValidationMessage(PreProcessorResponse) - Static method in class com.datafoundations.onedata.odservice.engine.ExceptionTranslator
-
- getValue() - Method in class com.datafoundations.onedata.helper.Attribute
-
Function that returns the value of the column.
- getValue() - Method in class com.datafoundations.onedata.hook.Column
-
Returns the value of the column
- getValue() - Method in enum com.datafoundations.onedata.hook.WorkflowHookDetail.Operator
-
- getValue() - Method in class com.datafoundations.onedata.matchingengine.MatchingEngineColumn
-
Returns the value of the column
- getValue() - Method in class com.datafoundations.onedata.matchingengine.Querylet
-
Returns the value used for searching.
- getValue() - Method in interface com.datafoundations.onedata.odservice.Column
-
Returns the column value
- getValue() - Method in class com.datafoundations.onedata.odservice.ODColumn
-
- getVirtualMetaColumn(MetaObject, MetaColumnImpl, boolean) - Static method in class com.datafoundations.onedata.odservice.engine.MetaEntityHelper
-
- getVirtualMetaColumn(MetaObject, MetaColumnImpl) - Static method in class com.datafoundations.onedata.odservice.engine.MetaEntityHelper
-
- getWeightage() - Method in class com.datafoundations.onedata.matchingengine.Querylet
-
Returns the weightable of querylet.
- getWFActionType() - Method in class com.datafoundations.onedata.hook.HookInput
-
Returns workflow action type
- getWfLevel() - Method in class com.datafoundations.onedata.hook.HookInput
-
Returns work flow level in context of external rules
- getWFLevelCleared() - Method in class com.datafoundations.onedata.hook.HookInput
-
Returns level cleared in workflow
This is only relevant in Workflow mapped hooks
- getWFRuleName() - Method in class com.datafoundations.onedata.hook.HookInput
-
Returns workflow rule name
- getWindowKeyAttribute() - Method in class com.datafoundations.onedata.dataquality.DataQualityAttributeMapping
-
Returns the window key attribute type value.
- getWorkflowActionList() - Method in class com.datafoundations.onedata.hook.HookOutput
-
Returns the list of workflowAction which is added in workflowActionList
- getWorkflowHookDetailList() - Method in class com.datafoundations.onedata.hook.WorkflowAction
-
Returns list of workflowHookDetails of the current level in the external workflow rule
- getWorkflowLevel() - Method in interface com.datafoundations.onedata.odservice.workflow.AbstractWorkflowTransaction
-
Returns the workflow level that corresponds to the current workflow transaction.
- getWorkflowLevel() - Method in class com.datafoundations.onedata.odservice.workflow.ConceptualWorkflowTransaction
-
Returns the workflow level in which the current conceptual workflow transaction is pending.
- getWorkflowLevel() - Method in class com.datafoundations.onedata.odservice.workflow.ExternalWFTransactionHolder
-
- getWorkflowLevel() - Method in class com.datafoundations.onedata.odservice.workflow.WorkflowTransaction
-
Returns the workflow level in which the current workflow transaction is pending.
- getWorkflowPassPhrase() - Method in class com.datafoundations.onedata.hook.HookInput
-
Returns the pass phrase which is a unique
string to identify the transaction in external workflow.
- getWorkflowRuleName() - Method in class com.datafoundations.onedata.odservice.workflow.WorkflowTransactionGroup
-
Returns the name of the workflow rule corresponding to the current worklfow transaction group.
- getWriteEntry() - Method in class com.datafoundations.onedata.odservice.meta.impl.MetaColumnImpl
-
- getWriteEntry(String) - Method in class com.datafoundations.onedata.odservice.meta.impl.MetaEntityImpl
-
- GOOD_MATCH_ACTION - Static variable in class com.datafoundations.onedata.dataquality.DataQualityConfig
-
- GOOD_MATCH_WEIGHTAGE - Static variable in class com.datafoundations.onedata.dataquality.DataQualityConfig
-
- saveWorkflowTransaction(AbstractWorkflowTransaction) - Method in class com.datafoundations.onedata.odservice.core.BaseODSession
-
- saveWorkflowTransaction(AbstractWorkflowTransaction) - Method in interface com.datafoundations.onedata.odservice.ODSession
-
Saves data value updates to a transaction pending in the workflow pipeline.
- SCARUS - Static variable in class com.datafoundations.onedata.dataquality.DataQualityConstants
-
- SCHEMA_ID - Static variable in class com.datafoundations.onedata.dataquality.DataQualityConfig
-
- SearchOptions - Class in com.datafoundations.onedata.matchingengine
-
Title: SearchOptions
- SearchOptions() - Constructor for class com.datafoundations.onedata.matchingengine.SearchOptions
-
Empty Constructor
- SearchOptions(int) - Constructor for class com.datafoundations.onedata.matchingengine.SearchOptions
-
Sets only NumberOfMatches.
- SearchOptions(int, int) - Constructor for class com.datafoundations.onedata.matchingengine.SearchOptions
-
- SearchOptions(int, int, int) - Constructor for class com.datafoundations.onedata.matchingengine.SearchOptions
-
Sets NumberOfMatches, ScoreType, StartMatch.
- SearchOptions(int, boolean) - Constructor for class com.datafoundations.onedata.matchingengine.SearchOptions
-
Sets NumberOfMatches, Use thesaurus or not.
- SearchOptions(int, double) - Constructor for class com.datafoundations.onedata.matchingengine.SearchOptions
-
Sets NumberOfMatches, ThesaurusWeight .
- SearchOptions(int, int, double, boolean, int, double, int, boolean) - Constructor for class com.datafoundations.onedata.matchingengine.SearchOptions
-
Sets all the values.
- SecurityException - Exception in com.datafoundations.onedata.odservice.exception
-
Exception throws for security violation
- SELECTION_TYPE_MULTI - Static variable in class com.datafoundations.onedata.hook.ShowableRowset
-
Will display the rowset as a table and will allow multiple record selection.
- SELECTION_TYPE_SINGLE - Static variable in class com.datafoundations.onedata.hook.ShowableRowset
-
Will display the rowset as a table and will allow single record selection.
- SELECTION_TYPE_UNSELECTABLE - Static variable in class com.datafoundations.onedata.hook.ShowableRowset
-
Will display the rowset as a table without any option for the user to select record/s.
- SERVER_CONNECTION - Static variable in class com.datafoundations.onedata.dataquality.plugin.helper.DataQualityConnection
-
- SERVER_ID - Static variable in class com.datafoundations.onedata.dataquality.DataQualityConfig
-
- SERVER_NAME - Static variable in class com.datafoundations.onedata.dataquality.DataQualityConfig
-
- SERVER_TYPE - Static variable in class com.datafoundations.onedata.dataquality.DataQualityConfig
-
- SessionConfig - Class in com.datafoundations.onedata.odservice
-
An application can create ODSession by passing SessionConfig object to SessionFactory.createSession() method
- SessionFactory - Interface in com.datafoundations.onedata.odservice
-
Factory interface to create ODSession object
- SessionUtils - Class in com.datafoundations.onedata.odservice
-
Session connection handling utility
- SessionUtils() - Constructor for class com.datafoundations.onedata.odservice.SessionUtils
-
- set(String, Object) - Method in class com.datafoundations.onedata.dataquality.plugin.helper.DataQualityCleanserExecutorParams
-
This method will be used to set the associated value of the attribute
name passed in.
- set(String, Object) - Method in class com.datafoundations.onedata.dataquality.plugin.helper.DataQualityMatcherExecutorParams
-
This method will be used to set the value of the attribute name passed
in.
- setActions(List) - Method in class com.datafoundations.onedata.hook.Actions
-
Sets the list of actions to this object
- setActions(Actions) - Method in class com.datafoundations.onedata.hook.HookOutput
-
Set the actions performed on the rowset.
- setActionType(int) - Method in class com.datafoundations.onedata.hook.ActionRowset
-
Sets the action type
- setActionType(int) - Method in class com.datafoundations.onedata.odservice.workflow.vo.WFActionRequest
-
- setActionTypeDesc(String) - Method in class com.datafoundations.onedata.hook.ActionRowset
-
Sets the action type and its description of the data manipulation action like insert, update, delete, purge,
restore to be performed
- setAnswerId(int) - Method in class com.datafoundations.onedata.hook.HookInput
-
Sets the user's responses to questions asked during hook execution.If the user is prompted with a question, then
the selected answerID is returned in the next invocation.
- setAnswers(List) - Method in class com.datafoundations.onedata.hook.Question
-
Set a collections of answers to directly to arraylist answers.
- setApproverID(String) - Method in class com.datafoundations.onedata.hook.HookInput
-
Sets approver ID.
- setAttributeMappings(DataQualityAttributeMapping[]) - Method in class com.datafoundations.onedata.dataquality.DataQualityInputAttributes
-
Sets the DataQualityAttributeMapping object array for this input.
- setAttributeMappings(DataQualityAttributeMapping[]) - Method in class com.datafoundations.onedata.dataquality.DataQualityOutputAttributes
-
Sets the DataQualityAttributeMapping object array for this output.
- setBatchId(int) - Method in class com.datafoundations.onedata.odservice.exception.BatchResult
-
- setBatchSize(int) - Method in class com.datafoundations.onedata.odservice.core.BaseODSession
-
- setBatchSize(int) - Method in class com.datafoundations.onedata.odservice.engine.ODServiceEngine
-
- setBatchSize(int) - Method in interface com.datafoundations.onedata.odservice.ODSession
-
Sets the batch size to be used by execution layer.
- setBoolean(MetaColumn, Boolean) - Method in class com.datafoundations.onedata.odservice.core.ODRow
-
- setBoolean(MetaColumn, boolean) - Method in class com.datafoundations.onedata.odservice.core.ODRow
-
- setBoolean(MetaColumn, Boolean) - Method in interface com.datafoundations.onedata.odservice.Row
-
setting API Boolean value as java.lang.Boolean
- setBoolean(MetaColumn, boolean) - Method in interface com.datafoundations.onedata.odservice.Row
-
setting API Boolean value as primitive boolean
- setCardinality(int) - Method in class com.datafoundations.onedata.hook.Form
-
Sets the cardinality which is the number of data entry rows to be generated.
- setChanged(boolean) - Method in class com.datafoundations.onedata.odservice.ODColumn
-
- setChar(MetaColumn, String) - Method in class com.datafoundations.onedata.odservice.core.ODRow
-
- setChar(MetaColumn, String) - Method in interface com.datafoundations.onedata.odservice.Row
-
setting API String value as java.lang.String
- setChildTransactions(List) - Method in class com.datafoundations.onedata.odservice.workflow.ConceptualWorkflowTransaction
-
Sets a collection of child transactions.
- setCleansedDataSet(DataSet) - Method in class com.datafoundations.onedata.dataquality.plugin.helper.DataQualityCleanserExecutorResponse
-
This method will be used to set the runtime response data from the
cleanser service in form of DataSet object.
- setCleansedRowset(Rowset) - Method in class com.datafoundations.onedata.dataquality.plugin.helper.DataQualityCleanserExecutorResponse
-
This method will be used to set the runtime response data from the
cleanser service in form of Rowset object.
- setClientId(int) - Method in class com.datafoundations.onedata.dataquality.DataQualityObjectConfig.Builder
-
Sets the value of the OneData Client ID.
- setClientID(int) - Method in class com.datafoundations.onedata.hook.HookInput
-
Sets client ID
- setClientId(int) - Method in class com.datafoundations.onedata.security.auth.callback.PassiveCallbackHandler
-
- setColumns(List) - Method in class com.datafoundations.onedata.hook.Row
-
Set all columns to columns List directly.
- setColumns(List) - Method in class com.datafoundations.onedata.matchingengine.MatchingEngineRow
-
Sets all columns
- setComments(String) - Method in class com.datafoundations.onedata.odservice.workflow.vo.WFActionRequest
-
- setConceptualObjectId(int) - Method in class com.datafoundations.onedata.hook.ActionRowset
-
Sets conceptual Object ID
- setConceptualObjectName(String) - Method in class com.datafoundations.onedata.hook.ActionRowset
-
Sets the name of the Conceptual Object.
- setConceptualObjectName(String) - Method in class com.datafoundations.onedata.odservice.workflow.vo.WFActionRequest
-
- setConceptualTransactionId(long) - Method in class com.datafoundations.onedata.hook.HookInput
-
Sets conceptual transaction ID
- setConfig(Map) - Method in class com.datafoundations.onedata.dataquality.DataQualityConfig
-
Sets the configuration attribute map to the DataQualityConfig object.
- setConnection(Object) - Method in class com.datafoundations.onedata.dataquality.plugin.helper.DataQualityConnection
-
This method will be used to set the connection object needed for the data
quality server to run cleansing and matching services.
- setContents(File, String) - Static method in class com.datafoundations.onedata.rmi.OnedataServiceClient
-
Set the contents to the specified file
- setCurrentJobStatus(int) - Method in class com.datafoundations.onedata.helper.JobOutput
-
Method that sets the current job status
available status : 0-'Defined'
1-'Scheduled'
2-'Completed Successfully'
3-'Active'
4-'Completed with Errors'
5-'Pending Active'
6-'Pending Termination'
- setCutOffType(String) - Method in class com.datafoundations.onedata.hook.MatchingEngineSearchOptions
-
Set Cut Off Type
- setCutoffType(int) - Method in class com.datafoundations.onedata.matchingengine.SearchOptions
-
Sets Cut Off Type (0 - no cutoff ; 1 - SimpleGapCutOff ; 2 - PercentOfTopCutoff ; 3 - ExactPlusScoreCutoff)
- setCutOffValue(String) - Method in class com.datafoundations.onedata.hook.MatchingEngineSearchOptions
-
Set Cut Off Value
- setCutOffValue(double) - Method in class com.datafoundations.onedata.matchingengine.SearchOptions
-
Sets Cut off value
- setDatabaseType(String) - Method in class com.datafoundations.onedata.dataquality.DataQualityObjectConfig.Builder
-
Sets the value of the OneData database type.
- setDatabaseType(String) - Method in class com.datafoundations.onedata.hook.HookInput
-
Sets Database Type
- setDataQualityAttributeName(String) - Method in class com.datafoundations.onedata.dataquality.DataQualityAttributeMapping
-
Sets the data quality attribute name.
- setDataQualityAttributeType(int) - Method in class com.datafoundations.onedata.dataquality.DataQualityAttributeMapping
-
Sets the attribute type value.
- setDataQualityCleanserHookInput(DataQualityInput) - Method in class com.datafoundations.onedata.hook.HookInput
-
Sets DataQuality Cleanser HookInput
- setDataQualityConfiguration(DataQualityConfig) - Method in class com.datafoundations.onedata.dataquality.DataQualityInput
-
Sets the DataQualityConfiguration object for this input.
- setDataQualityInputAttributes(DataQualityInputAttributes) - Method in class com.datafoundations.onedata.dataquality.DataQualityInput
-
Sets the DataQualityInputAttributes object for this input.
- setDataQualityJobName(String) - Method in class com.datafoundations.onedata.dataquality.DataQualityObjectConfig.Builder
-
Sets the name of the Data Quality job.
- setDataQualityMatcherHookInput(DataQualityInput) - Method in class com.datafoundations.onedata.hook.HookInput
-
Sets DataQuality Matcher HookInput
- setDataQualityOutputAttributes(DataQualityOutputAttributes) - Method in class com.datafoundations.onedata.dataquality.DataQualityInput
-
Sets the DataQualityOutputAttributes object for this input.
- setDate(MetaColumn, Date) - Method in class com.datafoundations.onedata.odservice.core.ODRow
-
- setDate(MetaColumn, Date) - Method in interface com.datafoundations.onedata.odservice.Row
-
setting API Date value as java.util.Date
- setDelegatedUserId(String) - Method in class com.datafoundations.onedata.odservice.workflow.vo.WFActionRequest
-
- setErrorCode(int) - Method in class com.datafoundations.onedata.odservice.exception.ObsoleteWFCondition
-
- setErrorDetail(String) - Method in class com.datafoundations.onedata.odservice.exception.BatchResult
-
- setErrorDetails(String) - Method in class com.datafoundations.onedata.odservice.exception.ObsoleteWFCondition
-
- setErrorMessage(String) - Method in class com.datafoundations.onedata.helper.NotificationEntity
-
Method that sets the error message while processing
- setErrorMessage(String) - Method in class com.datafoundations.onedata.helper.NotificationUser
-
Sets the Error Message.
- setErrorMessage(String) - Method in class com.datafoundations.onedata.odservice.exception.ObsoleteWFCondition
-
- setExpired(boolean) - Method in class com.datafoundations.onedata.odservice.core.BaseODSession
-
- setFailedRecordCount(int) - Method in class com.datafoundations.onedata.helper.DataExchangeJobStep
-
Method that sets the failed records count while export job
- setFilter(String) - Method in class com.datafoundations.onedata.dataquality.DataQualityBatchJobParams
-
This method sets the filter condition as a String
for the execution of data quality job.
- setForms(List) - Method in class com.datafoundations.onedata.hook.Forms
-
Sets all forms
- setForms(Forms) - Method in class com.datafoundations.onedata.hook.HookInput
-
Sets the forms
- setForms(Forms) - Method in class com.datafoundations.onedata.hook.HookOutput
-
Set the forms (This is part of interactive hook operation).
- setForwardHookName(String) - Method in class com.datafoundations.onedata.hook.HookOutput
-
Set the hook name to be used for passing control to another hook
- setGoldAttribute(String) - Method in class com.datafoundations.onedata.dataquality.DataQualityAttributeMapping
-
Sets the OneData consolidation gold object attribute name.
- setGoldObjectId(int) - Method in class com.datafoundations.onedata.dataquality.DataQualityAttributeMapping
-
Sets the OneData consolidation gold object id.
- setHasMoreLevels(boolean) - Method in class com.datafoundations.onedata.hook.WorkflowAction
-
Sets parameter indicating that there are more workflow rule levels after the current level in the external
workflow pipeline
- setId(int) - Method in class com.datafoundations.onedata.hook.Answer
-
Sets the numeric id to the answers
- setInactivityTime(long) - Method in class com.datafoundations.onedata.odservice.core.BaseODSession
-
- setInactivityTime(long) - Method in interface com.datafoundations.onedata.odservice.ODSession
-
- setInterchangeMapping(String) - Method in class com.datafoundations.onedata.odservice.core.BaseODSession
-
- setInterchangeMapping(String) - Method in interface com.datafoundations.onedata.odservice.ODSession
-
optional interchange mapping name set in session to invoke the
insert/update/delete/purge/restore operations
- setInvalidParameterValues(List) - Method in class com.datafoundations.onedata.helper.ValidationResponseObject
-
Sets Invalid Parameter Values.
- setInvocationNumber(int) - Method in class com.datafoundations.onedata.hook.HookInput
-
Sets the invocation number, which is the number of times the hook is called.
- setInvocationNumber(int) - Method in class com.datafoundations.onedata.hook.HookOutput
-
Set the number of the screen that the user is on, during the execution of the hook if the hook is interactive.
- setInvokedFromWorkflow(int) - Method in class com.datafoundations.onedata.hook.HookInput
-
Sets whether the hook is invoked as a post hook from datamanager.
- setIsMultiSelect(boolean) - Method in class com.datafoundations.onedata.hook.Column
-
Sets this Column as MultiSelect column
- setJobDuration(String) - Method in class com.datafoundations.onedata.helper.DataExchangeJob
-
Function that sets the job duration
asJobDuration value will be set in seconds
- setJobDuration(String) - Method in class com.datafoundations.onedata.helper.JobOutput
-
Method that sets the job execution duration
Job duration will be in seconds
- setJobExecutionDate(String) - Method in class com.datafoundations.onedata.helper.DataExchangeJob
-
Function that sets the job execution date
Date format will be YYYY-MM-DD HH24:MI:SS.FF9
- setJobExecutionDate(String) - Method in class com.datafoundations.onedata.helper.JobOutput
-
Method that sets the job execution date
Date format will be YYYY-MM-DD HH24:MI:SS.FF9
- setJobFileName(String) - Method in class com.datafoundations.onedata.helper.DataExchangeJob
-
Function that sets job file name
- setJobFileName(String) - Method in class com.datafoundations.onedata.helper.JobOutput
-
Method that sets the job output file name
- setJobId(int) - Method in class com.datafoundations.onedata.helper.DataExchangeJob
-
Sets the job Id for the Job
- setJobId(int) - Method in class com.datafoundations.onedata.helper.JobOutput
-
Method that sets the job id
- setJobMessage(String) - Method in class com.datafoundations.onedata.helper.DataExchangeJobStep
-
Method that sets the job step message
- setJobMessage(String) - Method in class com.datafoundations.onedata.helper.JobOutput
-
Method that sets the job message
- setJobName(String) - Method in class com.datafoundations.onedata.helper.DataExchangeJob
-
Function that sets the job name
- setJobName(String) - Method in class com.datafoundations.onedata.helper.JobOutput
-
Method that sets the job name
- setJobOverallResultMessage(String) - Method in class com.datafoundations.onedata.helper.DataExchangeJob
-
Function that sets the overall job execution result message
- setJobStatus(int) - Method in class com.datafoundations.onedata.helper.DataExchangeJob
-
Function that sets the status of the job
available status : 0-'Defined'
1-'Scheduled'
2-'Completed Successfully'
3-'Active'
4-'Completed with Errors'
5-'Pending Active'
6-'Pending Termination'
- setJobStatus(int) - Method in class com.datafoundations.onedata.helper.JobOutput
-
Method that sets the job final status
- setJobStatusMessage(String) - Method in class com.datafoundations.onedata.helper.JobOutput
-
Method that sets the job status message
- setJobStepFileName(String) - Method in class com.datafoundations.onedata.helper.DataExchangeJobStep
-
Method that sets the export jobstep file name
- setJobStepId(int) - Method in class com.datafoundations.onedata.helper.DataExchangeJobStep
-
Method that sets the job step Id for the JobStep
- setJobStepName(String) - Method in class com.datafoundations.onedata.helper.DataExchangeJobStep
-
Method that sets job step name
- setJobType(int) - Method in class com.datafoundations.onedata.helper.DataExchangeJob
-
Function that sets the job type
aiJobType value will be of Deployment job type, ie 46
- setJobType(int) - Method in class com.datafoundations.onedata.helper.JobOutput
-
Method that sets job type
- setJopStepObjects(Vector) - Method in class com.datafoundations.onedata.helper.DataExchangeJob
-
Function that sets the job step objects
Vector with a DataExchangeJob object in its first position
- setLastDataRetrievalTimestamp(long) - Method in class com.datafoundations.onedata.helper.NotificationUser
-
Sets the Last Data Retrieval TimeStamp.
- setLevel(int) - Method in class com.datafoundations.onedata.hook.WorkflowAction
-
Sets the level of the current approvers in the workflow pipeline
- setLoggingType(int) - Method in class com.datafoundations.onedata.dataquality.DataQualityBatchJobParams
-
- setMatches(boolean) - Method in class com.datafoundations.onedata.odservice.exception.MatchResult
-
- setMatchingEngineHookInput(MatchingEngineInput) - Method in class com.datafoundations.onedata.hook.HookInput
-
Sets Matching engine input
- setMatchingEngineHost(String) - Method in class com.datafoundations.onedata.hook.MatchingEngineHookInput
-
Set the matching engine host where netrics server runs.
- setMatchingEnginePort(String) - Method in class com.datafoundations.onedata.hook.MatchingEngineHookInput
-
Set the matching engine port where netrics server runs.
- setMatchingEngineSearchOptions(MatchingEngineSearchOptions) - Method in class com.datafoundations.onedata.hook.MatchingEngineHookInput
-
Set the SearchOptions
- setMatchList(List<Map<String, String>>) - Method in class com.datafoundations.onedata.odservice.exception.MatchResult
-
- setMatchResult(DataSet) - Method in class com.datafoundations.onedata.dataquality.plugin.helper.DataQualityMatcherExecutorResponse
-
This method will be used to set the runtime response data from the
matcher service in the form of DataSet object.
- setMatchResult(List<DataSet>) - Method in class com.datafoundations.onedata.dataquality.plugin.helper.DataQualityMatcherExecutorResponse
-
This method will be used to set multiple combined runtime response data
from the matcher service in the form of DataSet object list.
- setMatchResultList(List<MatchResult>) - Method in class com.datafoundations.onedata.odservice.exception.BatchResult
-
- setMatchScore(List) - Method in class com.datafoundations.onedata.matchingengine.MatchingEngineOutput
-
Assigns MatchScore list.
- setMaxRowCount(int) - Method in class com.datafoundations.onedata.odservice.core.BaseODSession
-
- setMaxRowCount(int) - Method in interface com.datafoundations.onedata.odservice.ODSession
-
- setMessage(String) - Method in class com.datafoundations.onedata.hook.HookOutput
-
Set the message - the result message to be displayed in screen if the hook is interactive.
- setMessage(String) - Method in class com.datafoundations.onedata.odservice.exception.BatchResult
-
- setMsValues(List) - Method in class com.datafoundations.onedata.hook.Column
-
Sets the values (java.util.List) of the multi select column
- setName(String) - Method in class com.datafoundations.onedata.hook.Column
-
Sets the name of the column
- setName(String) - Method in class com.datafoundations.onedata.matchingengine.MatchingEngineColumn
-
Sets the name of the column
- setNumberOfMatches(String) - Method in class com.datafoundations.onedata.hook.MatchingEngineSearchOptions
-
Set Number of Matches- This is Using for number matches returns by the Netrics Server.
- setNumberOfMatches(int) - Method in class com.datafoundations.onedata.matchingengine.SearchOptions
-
Sets Number of Matches
- setNumeric(MetaColumn, BigDecimal) - Method in class com.datafoundations.onedata.odservice.core.ODRow
-
- setNumeric(MetaColumn, int) - Method in class com.datafoundations.onedata.odservice.core.ODRow
-
- setNumeric(MetaColumn, BigDecimal) - Method in interface com.datafoundations.onedata.odservice.Row
-
setting API numeric value as BigDecimal
- setNumeric(MetaColumn, int) - Method in interface com.datafoundations.onedata.odservice.Row
-
setting API numeric value as primitive int
- setObjectAttribute(String) - Method in class com.datafoundations.onedata.dataquality.DataQualityAttributeMapping
-
Sets the OneData consolidation object attribute name.
- setObjectDisplayName(String) - Method in class com.datafoundations.onedata.odservice.workflow.ConceptualWorkflowTransaction
-
Sets the display name of the conceptual object.
- setObjectId(int) - Method in class com.datafoundations.onedata.dataquality.DataQualityAttributeMapping
-
Sets the OneData consolidation object id.
- setObjectId(int) - Method in class com.datafoundations.onedata.hook.Form
-
Sets the object id which is the unique identifier of the object
- setObjectId(int) - Method in class com.datafoundations.onedata.hook.Rowset
-
Sets the id of the data object to which the rowset corresponds.
- setObjectList(ArrayList) - Method in class com.datafoundations.onedata.helper.NotificationUser
-
Sets the list of objects applicable for notification.
- setObjectName(String) - Method in class com.datafoundations.onedata.dataquality.DataQualityObjectConfig.Builder
-
Sets the name of the consolidation object.
- setObjectName(String) - Method in class com.datafoundations.onedata.helper.NotificationEntity
-
Method that sets the object name for the data-notification
- setObjectName(String) - Method in class com.datafoundations.onedata.hook.Form
-
Sets Data Object Name
- setObjectName(String) - Method in class com.datafoundations.onedata.hook.Rowset
-
Sets the name of the data object to which the rowset corresponds.
- setObjectName(String) - Method in class com.datafoundations.onedata.odservice.workflow.ConceptualWorkflowTransaction
-
Sets the conceptual object name.
- setObjectName(String) - Method in class com.datafoundations.onedata.odservice.workflow.vo.WFActionRequest
-
- setObjectName(String) - Method in class com.datafoundations.onedata.odservice.workflow.WorkflowTransactionGroup
-
Sets the object name.
- setObjectType(int) - Method in class com.datafoundations.onedata.hook.Form
-
Sets the Object type.
- setObjectType(int) - Method in class com.datafoundations.onedata.hook.Rowset
-
Sets the object type of object corresponding to the rowset.
- setOldMSValues(List) - Method in class com.datafoundations.onedata.hook.Column
-
Sets the old values (java.util.List) of the multiselect column in case of updates
- setOldValue(String) - Method in class com.datafoundations.onedata.hook.Column
-
Sets the old value of the column in case of updates
- setOldValue(String) - Method in class com.datafoundations.onedata.matchingengine.MatchingEngineColumn
-
Sets the old value of the column in case of updates
- setOnedataLoginUserId(String) - Method in class com.datafoundations.onedata.helper.NotificationUser
-
Sets Login User Id.
- setOnedataObjectId(int) - Method in class com.datafoundations.onedata.helper.NotificationEntity
-
Method that sets the objectId for the data-notification
- setOnedataUserId(int) - Method in class com.datafoundations.onedata.helper.NotificationUser
-
Sets the OneData User Id.
- setOrder(int) - Method in class com.datafoundations.onedata.hook.ActionRowset
-
Sets the order in which the actions have to be performed.
- setOrder(int) - Method in class com.datafoundations.onedata.hook.Answer
-
Sets the order of the answers
- setOriginalExpandedRowset(Actions) - Method in class com.datafoundations.onedata.hook.HookInput
-
Sets Original expanded rowset
- setOriginalRowset(Rowset) - Method in class com.datafoundations.onedata.dataquality.DataQualityInput
-
Sets the original Rowset object for this input.
- setOriginalRowset(ActionRowset) - Method in class com.datafoundations.onedata.hook.HookInput
-
Sets the rows that are selected before Command Hook Execution.
- setOriginalRowset(ActionRowset) - Method in class com.datafoundations.onedata.hook.HookOutput
-
Set the rows that are selected before Command Hook Execution
or in case of Event Hook, returns the rows inserted, updated or deleted as part of the event
- setOriginalRowset(ActionRowset) - Method in class com.datafoundations.onedata.hook.MatchingEngineHookInput
-
Set the action row set
- setOverallStatus(boolean) - Method in class com.datafoundations.onedata.helper.NotificationEntity
-
Method that sets the status of the overall data-notification completion status
- setOverallStatusMessage(String) - Method in class com.datafoundations.onedata.helper.NotificationEntity
-
Method that sets the overall data-notification completion status message
- setPartialCommit(boolean) - Method in class com.datafoundations.onedata.dataquality.DataQualityBatchJobParams
-
Sets the value of the partial commit for execution of Data Quality job.
- setPasswordHashed(String) - Method in class com.datafoundations.onedata.security.auth.callback.PassiveCallbackHandler
-
- setPhysicalObjectName(String) - Method in class com.datafoundations.onedata.helper.NotificationEntity
-
Method that sets the physical object name for the data-notification
- setPredicate(String) - Method in class com.datafoundations.onedata.hook.MatchingEngineHookInput
-
Set Matching Engine Predicate.
- setPredicate(String) - Method in class com.datafoundations.onedata.matchingengine.MatchingEngineInput
-
Sets Matching Engine Predicate.
- setPrimaryKey(boolean) - Method in class com.datafoundations.onedata.hook.Column
-
Marks this column as a primary key based on the value passed
- setPrimaryKey(boolean) - Method in class com.datafoundations.onedata.matchingengine.MatchingEngineColumn
-
Sets the column if column is Primary Key column
- setPrimaryKeyDesc(String) - Method in class com.datafoundations.onedata.hook.Column
-
Marks this column as primary key based on the description passed
- setPrimaryKeyDesc(String) - Method in class com.datafoundations.onedata.matchingengine.MatchingEngineColumn
-
Sets the Primary Key Description of the column
- setProcessedSuccessfully(boolean) - Method in class com.datafoundations.onedata.helper.NotificationUser
-
Sets the status of Process as Success or not Success.
- setProjectId(int) - Method in class com.datafoundations.onedata.dataquality.DataQualityObjectConfig.Builder
-
Sets the value of the OneData Project ID.
- setProjectID(int) - Method in class com.datafoundations.onedata.hook.HookInput
-
Sets Project ID
- setProjectId(int) - Method in class com.datafoundations.onedata.security.auth.callback.PassiveCallbackHandler
-
- setQuerylets(List) - Method in class com.datafoundations.onedata.matchingengine.Querylets
-
Assigns list of Querlets.
- setQuestion(Question) - Method in class com.datafoundations.onedata.hook.HookOutput
-
Set the question to be displayed to the user if the hook is interactive.
- setReadEntry(String) - Method in class com.datafoundations.onedata.odservice.meta.impl.MetaColumnImpl
-
- setRefreshTransaction(int) - Method in class com.datafoundations.onedata.hook.HookInput
-
Sets whether transaction needs to be refreshed by external workflow engine.
- setRepositoryId(String) - Method in class com.datafoundations.onedata.dataquality.DataQualityObjectConfig.Builder
-
Sets the value of the OneData repository ID.
- setRepositoryID(String) - Method in class com.datafoundations.onedata.hook.HookInput
-
Sets repository ID
- setRepositoryId(String) - Method in class com.datafoundations.onedata.hook.MatchingEngineHookInput
-
Set the repository id of OneData
- setRepositoryId(String) - Method in class com.datafoundations.onedata.security.auth.callback.PassiveCallbackHandler
-
- setRow(Row) - Method in class com.datafoundations.onedata.odservice.exception.MatchResult
-
- setRows(Vector) - Method in class com.datafoundations.onedata.helper.RowSet
-
Replaces the list of Rows in the RowSet.
- setRows(List) - Method in class com.datafoundations.onedata.hook.Rowset
-
Sets a collection of rows in the rowset.
- setRows(List) - Method in class com.datafoundations.onedata.matchingengine.MatchingEngineOutput
-
Assigns Row list.
- setRowset(Rowset) - Method in class com.datafoundations.onedata.hook.Form
-
Sets the rowset associated with form
- setRowSetDescription(String) - Method in class com.datafoundations.onedata.helper.RowSet
-
Sets the RowSetDescription.
- setRowSetId(String) - Method in class com.datafoundations.onedata.helper.RowSet
-
Sets the RowSetIdentifier.
- setSavepoint(String) - Method in interface com.datafoundations.onedata.hook.OnedataHook
-
This set a SAVEPOINT which is a marker within a transaction
- setSchemaId(int) - Method in class com.datafoundations.onedata.dataquality.DataQualityObjectConfig.Builder
-
Sets the value of the schema ID.
- setSchemaID(int) - Method in class com.datafoundations.onedata.hook.HookInput
-
Sets schema ID
- setSchemaId(int) - Method in class com.datafoundations.onedata.security.auth.callback.PassiveCallbackHandler
-
- setScoreType(String) - Method in class com.datafoundations.onedata.hook.MatchingEngineSearchOptions
-
Set Score Type.
- setScoreType(int) - Method in class com.datafoundations.onedata.matchingengine.SearchOptions
-
Sets Score Type
- setSelectedRowset(Rowset) - Method in class com.datafoundations.onedata.hook.HookInput
-
Sets the rows selected during Command hook execution if the user is prompted for selection.
- setSelectionType(int) - Method in class com.datafoundations.onedata.hook.ShowableRowset
-
Sets the selectionType for the rowset which would specify the number of rows that are permitted for selection
from the rowset.
- setSelectionTypeDesc(String) - Method in class com.datafoundations.onedata.hook.ShowableRowset
-
Sets the number of rows that the user can select.
- setShowRowset(ShowableRowset) - Method in class com.datafoundations.onedata.hook.HookOutput
-
Set the rowset that is displayed to the user by the hook.
- setSkipReferenceValidation(int) - Method in class com.datafoundations.onedata.hook.Form
-
Sets the flag for skip reference validation
- setStartMatch(String) - Method in class com.datafoundations.onedata.hook.MatchingEngineSearchOptions
-
Set startMatch - the rank of the first match to be returned by the Netrics Server.
- setStartMatch(int) - Method in class com.datafoundations.onedata.matchingengine.SearchOptions
-
Sets Start Match
- setStartRowCount(int) - Method in class com.datafoundations.onedata.odservice.core.BaseODSession
-
- setStartRowCount(int) - Method in interface com.datafoundations.onedata.odservice.ODSession
-
- setStatus(int) - Method in class com.datafoundations.onedata.hook.HookOutput
-
Set the status of execution of hook.
- setStatusDesc(String) - Method in class com.datafoundations.onedata.hook.HookOutput
-
Set the Status Description of hook execution.
- setString(MetaColumn, String) - Method in class com.datafoundations.onedata.odservice.core.ODRow
-
- setString(MetaColumn, String) - Method in interface com.datafoundations.onedata.odservice.Row
-
setting API String value as java.lang.String
- setSuccessfulRecordCount(int) - Method in class com.datafoundations.onedata.helper.DataExchangeJobStep
-
Method that sets number of successfully exported records
- setSuccessfulRecordsCount(int) - Method in class com.datafoundations.onedata.odservice.exception.BatchResult
-
- setTableName(String) - Method in class com.datafoundations.onedata.hook.MatchingEngineHookInput
-
Set the table name of onedata
- setTableName(String) - Method in class com.datafoundations.onedata.hook.Rowset
-
Sets the physical table name of the rowset.
- setText(String) - Method in class com.datafoundations.onedata.hook.Answer
-
Sets the answer
- setText(String) - Method in class com.datafoundations.onedata.hook.Question
-
Set the question which is displayed to the user if the hook is interactive hook.
- setThesaurusWeight(String) - Method in class com.datafoundations.onedata.hook.MatchingEngineSearchOptions
-
Set Thesaurus Weight - Specifies a thesaurus weight to use for the query (from 0.0 to 1.0).
- setThesaurusWeight(double) - Method in class com.datafoundations.onedata.matchingengine.SearchOptions
-
Sets Thesaurus Weight
- setThreadPoolSize(int) - Method in class com.datafoundations.onedata.odservice.core.BaseODSession
-
- setThreadPoolSize(int) - Method in class com.datafoundations.onedata.odservice.engine.ODServiceEngine
-
- setThreadPoolSize(int) - Method in interface com.datafoundations.onedata.odservice.ODSession
-
Sets the thread pool size to be used by execution layer.
- setTimeStamp(MetaColumn, Timestamp) - Method in class com.datafoundations.onedata.odservice.core.ODRow
-
- setTimeStamp(MetaColumn, Timestamp) - Method in interface com.datafoundations.onedata.odservice.Row
-
setting API Timestamp value as java.sql.Timestamp
- setTotalProcessedRecordsCount(int) - Method in class com.datafoundations.onedata.helper.NotificationEntity
-
Method that sets the total records processed between last job run and current job
- setTransactionType(char) - Method in class com.datafoundations.onedata.hook.HookInput
-
Sets transaction type
- setTriggersWorkflow(boolean) - Method in class com.datafoundations.onedata.hook.ActionRowset
-
Sets the flag for work-flow trigger
- setUpdatedColumnName(String) - Method in class com.datafoundations.onedata.hook.HookInput
-
Sets updated column name.
- setUsePunctuation(String) - Method in class com.datafoundations.onedata.hook.MatchingEngineSearchOptions
-
Set whether use Punctuation search or not.
- setUsePunctuation(boolean) - Method in class com.datafoundations.onedata.matchingengine.SearchOptions
-
Sets whether to use Punctuation search or not
- setUsePunctuation(int) - Method in class com.datafoundations.onedata.matchingengine.SearchOptions
-
Sets whether to use Punctuation search or not
- setUserDateFormat(String) - Method in class com.datafoundations.onedata.helper.NotificationUser
-
Sets Date Format.
- setUserEmailAdress(String) - Method in class com.datafoundations.onedata.helper.NotificationUser
-
Sets the Email Address of the user.
- setUserFirstName(String) - Method in class com.datafoundations.onedata.helper.NotificationUser
-
Sets the First Name of the user.
- setUserFullName(String) - Method in class com.datafoundations.onedata.helper.NotificationUser
-
Sets the Full Name of the user.
- setUserId(String) - Method in class com.datafoundations.onedata.dataquality.DataQualityObjectConfig.Builder
-
Sets the value of the OneData User ID.
- setUserId(int) - Method in class com.datafoundations.onedata.helper.NotificationUser
-
Sets the User Id.
- setUserId(String) - Method in class com.datafoundations.onedata.hook.HookInput
-
Sets the Id of the User executing the hook
- setUserLastName(String) - Method in class com.datafoundations.onedata.helper.NotificationUser
-
Sets the Last Name of the user.
- setUseThesaurus(String) - Method in class com.datafoundations.onedata.hook.MatchingEngineSearchOptions
-
Set whether using Thesaurus is enabled or not (1 - enabled; 0 - disabled)
- setUseThesaurus(int) - Method in class com.datafoundations.onedata.matchingengine.SearchOptions
-
Sets whether using Thesaurus is enabled or not (1 - enabled; 0 - diabled)
- setUseThesaurus(boolean) - Method in class com.datafoundations.onedata.matchingengine.SearchOptions
-
Sets whether using Thesaurus is enabled or not
- setValid(boolean) - Method in class com.datafoundations.onedata.helper.ValidationResponseObject
-
Sets Valid status of Validation Action.
- setValidationErrorMessage(String) - Method in class com.datafoundations.onedata.helper.ValidationResponseObject
-
Sets Validation Error Message.
- setValue(String) - Method in class com.datafoundations.onedata.helper.Attribute
-
Function that sets the value for the column
- setValue(String) - Method in class com.datafoundations.onedata.hook.Column
-
Sets the value of the column
- setValue(String) - Method in class com.datafoundations.onedata.matchingengine.MatchingEngineColumn
-
Sets the value of the column
- setValue(Object) - Method in class com.datafoundations.onedata.odservice.ODColumn
-
- setWFActionType(int) - Method in class com.datafoundations.onedata.hook.HookInput
-
Sets workflow action type
- setWfLevel(int) - Method in class com.datafoundations.onedata.hook.HookInput
-
Sets workflow level in context of external rules
- setWFLevelCleared(int) - Method in class com.datafoundations.onedata.hook.HookInput
-
Sets the level cleared in workflow
This is only relevant in Workflow mapped hooks
- setWFRuleName(String) - Method in class com.datafoundations.onedata.hook.HookInput
-
Sets workflow rule name
- setWindowKeyAttribute(int) - Method in class com.datafoundations.onedata.dataquality.DataQualityAttributeMapping
-
Sets whether the data quality attribute represents a window key.
- setWorkflowLevel(int) - Method in class com.datafoundations.onedata.odservice.workflow.ConceptualWorkflowTransaction
-
Sets the workflow level.
- setWorkflowPassPhrase(String) - Method in class com.datafoundations.onedata.hook.HookInput
-
Sets the pass phrase which is a unique string to
identify the transaction in external workflow.
- setWriteEntry(String) - Method in class com.datafoundations.onedata.odservice.meta.impl.MetaColumnImpl
-
- ShowableRowset - Class in com.datafoundations.onedata.hook
-
Data from the object that is displayed to the user for view/selection purpose.
- ShowableRowset() - Constructor for class com.datafoundations.onedata.hook.ShowableRowset
-
Constructs an empty rowset object.
- SKIP_OBJ_RELATION - Static variable in class com.datafoundations.onedata.dataquality.plugin.helper.DataQualityMatcherExecutorParams
-
- SRVSHP_IS_CONN - Static variable in class com.datafoundations.onedata.dataquality.DataQualityConfig
-
- SRVSHP_SERVICE_FOLDER - Static variable in class com.datafoundations.onedata.dataquality.DataQualityConfig
-
- SRVSHP_SERVICE_NAME - Static variable in class com.datafoundations.onedata.dataquality.DataQualityConfig
-
- SRVSHP_TYPE - Static variable in class com.datafoundations.onedata.dataquality.DataQualityConfig
-
- SSOUtils - Class in com.datafoundations.onedata.security.auth.sso
-
- SSOUtils() - Constructor for class com.datafoundations.onedata.security.auth.sso.SSOUtils
-
- STAGING_CONNECTION - Static variable in class com.datafoundations.onedata.dataquality.plugin.helper.DataQualityCleanserExecutorParams
-
- STAGING_OBJ_ID - Static variable in class com.datafoundations.onedata.dataquality.DataQualityConstants
-
- start() - Method in class com.datafoundations.onedata.odservice.engine.OdApiServer
-
- STATUS_CONTINUE - Static variable in class com.datafoundations.onedata.hook.HookOutput
-
The value 2 indicates to continue with the execution
- STATUS_STOP - Static variable in class com.datafoundations.onedata.hook.HookOutput
-
The value 1 indicates to stop execution of the hook
- STRING - Static variable in interface com.datafoundations.onedata.odservice.meta.ODType
-
- SUSPECT_MATCH_ACTION - Static variable in class com.datafoundations.onedata.dataquality.DataQualityConfig
-
- SUSPECT_MATCH_WEIGHTAGE - Static variable in class com.datafoundations.onedata.dataquality.DataQualityConfig
-
- SYSTEM_ID - Static variable in class com.datafoundations.onedata.dataquality.DataQualityConfig
-
- SYSTEM_OBJECT - Static variable in class com.datafoundations.onedata.dataquality.plugin.helper.DataQualityMatcherExecutorParams
-