Uses of Class
com.ads.api.beans.kv.KeyValue
Packages that use KeyValue
Package
Description
Contains Collection Classes,Java Bean Classes which are specific to Categories, Codesets, Code Values, Codeset Maps.
Contains Collection Classes,Java Bean Classes which are specific to KeyValue.
Contains Collection Classes,Java Bean Classes which are specific to Mappings, MappingSpecifications, Project and Subject.
Contains Collection Classes,Java Bean Classes which are specific to System, Environment,Table, Column and Node.
Contains Utility Classes, Collection Classes, Java Bean Classes which are specific to System, Environment, Table, Column, Mappings, Subject,
KeyValue Pairs, ROle, Business Glossary Catalog, Document etc...
Contains Utility Classes, Collection Classes, Java Bean Classes which are specific to System, Environment, Table, Schema, Component and Column.
-
Uses of KeyValue in com.ads.api.beans.csm
Methods in com.ads.api.beans.csm that return types with arguments of type KeyValueModifier and TypeMethodDescriptionCodeValue.getExtendedProperties()Returns list of KeyValue objects where each KeyValue object contains details like key,value,objectId,objectTypeId etc....Methods in com.ads.api.beans.csm with parameters of type KeyValueModifier and TypeMethodDescriptionCodeValue.addExtendedProperty(KeyValue keyValue) Returns CodeValue object by adding specified KeyValue object to the CodeValue object where KeyValue object contains details like key,value, objectId,objectTypeId etc....Method parameters in com.ads.api.beans.csm with type arguments of type KeyValueModifier and TypeMethodDescriptionCodeValue.setExtendedProperties(List<KeyValue> extendedProperties) Returns the CodeValue object by setting the specified list of extendedProperties to the CodeValue object -
Uses of KeyValue in com.ads.api.beans.kv
Methods in com.ads.api.beans.kv that return KeyValueMethods in com.ads.api.beans.kv that return types with arguments of type KeyValueModifier and TypeMethodDescriptionKeyValue.getDependencies()Returns the dependencies ValuesKeyValue.getKeyValues()Returns the keyValues.KeyValue.getSubKeyValues()Returns the subKeyValues.Methods in com.ads.api.beans.kv with parameters of type KeyValueModifier and TypeMethodDescriptionvoidKeyValue.addKeyValue(KeyValue kv) voidKeyValue.addSubKeyValue(KeyValue kv) voidKeyValue.removeUserData(KeyValue keyValue) Method parameters in com.ads.api.beans.kv with type arguments of type KeyValueModifier and TypeMethodDescriptionvoidKeyValue.setDependencies(List<KeyValue> dependencies) Method sets the dependencies as Specified.voidKeyValue.setKeyValues(List<KeyValue> keyValues) Method sets the keyValues.voidKeyValue.setSubKeyValues(List<KeyValue> subKeyValues) Method sets the subKeyValues as Specified. -
Uses of KeyValue in com.ads.api.beans.mm
Methods in com.ads.api.beans.mm that return types with arguments of type KeyValueMethod parameters in com.ads.api.beans.mm with type arguments of type KeyValueModifier and TypeMethodDescriptionvoidMapping.setExtendedProperties(List<KeyValue> extendedProperties) -
Uses of KeyValue in com.ads.api.beans.sm
Methods in com.ads.api.beans.sm that return types with arguments of type KeyValueModifier and TypeMethodDescriptionSMColumn.getExtendedProperties()Returns the list of extendedProperties of a column.SMEnvironment.getExtendedProperties()Returns the list of KeyValue objects.SMTable.getExtendedProperties()Returns the Listobjects. Methods in com.ads.api.beans.sm with parameters of type KeyValueModifier and TypeMethodDescriptionSMColumn.addExtendedProperty(KeyValue systemKeyValuesVo) SMEnvironment.addExtendedProperty(KeyValue extendedProperty) Adds the KeyValue Object for the specified table.SMTable.addExtendedProperty(KeyValue extendedProperty) Adds the KeyValue Object for the specified table.Method parameters in com.ads.api.beans.sm with type arguments of type KeyValueModifier and TypeMethodDescriptionSMColumn.setExtendedProperties(List<KeyValue> extendedProperties) Method sets the list of KeyValues to the column as specified.voidSMEnvironment.setExtendedProperties(List<KeyValue> extendedProperties) Method sets the list of KeyValue objects as specified.SMTable.setExtendedProperties(List<KeyValue> extendedProperties) Method sets the list of KeyValue objects as specified. -
Uses of KeyValue in com.ads.api.util
Methods in com.ads.api.util that return KeyValueModifier and TypeMethodDescriptionKeyValueUtil.getKeyValueById(int keyId) Returns the KeyValue object for the specified keyIdMethods in com.ads.api.util that return types with arguments of type KeyValueModifier and TypeMethodDescriptionKeyValueUtil.getKeyValues(Node.NodeType objectType, List<Integer> objectIds) Returns the Map of KeyValue Objects for the specified objectType and list of objectIds.KeyValueUtil.getKeyValuesList(Node.NodeType objectType, int objectId) Returns the List of KeyValue Objects for the specified objectType and objectId.Methods in com.ads.api.util with parameters of type KeyValueModifier and TypeMethodDescriptionKeyValueUtil.addKeyValue(KeyValue keyvalue) Inserts a single KeyValue pair object for the specified KeyValue object.KeyValueUtil.addKeyValue(KeyValue keyvalue, Node.NodeType objectType, int objectId) Inserts a single key value pair object for the specified key value object, objectType(nodeType) and objectId.KeyValueUtil.updateKeyValue(KeyValue keyvalue) Updates the Key Value pair Object for the specified KeyValue object, Specifying objectTypeId and objectId and KeyValueId are mandatory.Method parameters in com.ads.api.util with type arguments of type KeyValueModifier and TypeMethodDescriptionKeyValueUtil.addKeyValues(List<KeyValue> keyvalues, Node.NodeType objectType, int objectId) Inserts a multiple key value pair objects for the specified list of key values given objectType(nodeType) and objectId.KeyValueUtil.addKeyValues(Map<Integer, List<KeyValue>> keyvalues, Node.NodeType objectType) Inserts multiple key value pair objects for the specified node type and given objectIds along with key value objects.KeyValueUtil.updateKeyValues(List<KeyValue> keyvalues) Updates the List of Key Value pair Objects for the specified List of KeyValue objects, Specifying objectTypeId and objectId and KeyValueId are mandatory. -
Uses of KeyValue in com.ads.mm.db.dao
Methods in com.ads.mm.db.dao that return types with arguments of type KeyValueModifier and TypeMethodDescriptionDBColumn.getExtendedProperties()DBEnvironment.getExtendedProperties()Returns the list of KeyValue objects.DBTable.getExtendedProperties()Methods in com.ads.mm.db.dao with parameters of type KeyValueModifier and TypeMethodDescriptionDBColumn.addExtendedProperty(KeyValue systemKeyValuesVo) DBEnvironment.addExtendedProperty(KeyValue extendedProperty) Adds the KeyValue Object for the specified table.DBTable.addExtendedProperty(KeyValue systemKeyValuesVo) Method parameters in com.ads.mm.db.dao with type arguments of type KeyValueModifier and TypeMethodDescriptionDBColumn.setExtendedProperties(List<KeyValue> extendedProperties) voidDBEnvironment.setExtendedProperties(List<KeyValue> extendedProperties) Method sets the list of KeyValue objects as specified.DBTable.setExtendedProperties(List<KeyValue> extendedProperties)