Uses of Class
org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances.InstanceProperties
-
-
Uses of InstanceProperties in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore with parameters of type InstanceProperties Modifier and Type Method Description abstract EntityDetailOMRSMetadataCollection. addEntity(String userId, String entityTypeGUID, InstanceProperties initialProperties, List<Classification> initialClassifications, InstanceStatus initialStatus)Create a new entity and put it in the requested state.EntityDetailOMRSMetadataCollectionBase. addEntity(String userId, String entityTypeGUID, InstanceProperties initialProperties, List<Classification> initialClassifications, InstanceStatus initialStatus)Create a new entity and put it in the requested state.protected TypeDefOMRSMetadataCollectionBase. addEntityParameterValidation(String userId, String entityTypeGUID, InstanceProperties initialProperties, List<Classification> initialClassifications, InstanceStatus initialStatus)Deprecated.protected TypeDefOMRSMetadataCollectionBase. addEntityParameterValidation(String userId, String entityTypeGUID, InstanceProperties initialProperties, List<Classification> initialClassifications, InstanceStatus initialStatus, String methodName)Validate that the parameters passed to addEntity are valid.EntityDetailOMRSMetadataCollection. addExternalEntity(String userId, String entityTypeGUID, String externalSourceGUID, String externalSourceName, InstanceProperties initialProperties, List<Classification> initialClassifications, InstanceStatus initialStatus)Save a new entity that is sourced from an external technology.EntityDetailOMRSMetadataCollectionBase. addExternalEntity(String userId, String entityTypeGUID, String externalSourceGUID, String externalSourceName, InstanceProperties initialProperties, List<Classification> initialClassifications, InstanceStatus initialStatus)Save a new entity that is sourced from an external technology.protected TypeDefOMRSMetadataCollectionBase. addExternalEntityParameterValidation(String userId, String entityTypeGUID, String externalSourceGUID, InstanceProperties initialProperties, List<Classification> initialClassifications, InstanceStatus initialStatus, String methodName)Validate parameters needed to save a new entity that is sourced from an external technology.RelationshipOMRSMetadataCollection. addExternalRelationship(String userId, String relationshipTypeGUID, String externalSourceGUID, String externalSourceName, InstanceProperties initialProperties, String entityOneGUID, String entityTwoGUID, InstanceStatus initialStatus)Save a new relationship that is sourced from an external technology.RelationshipOMRSMetadataCollectionBase. addExternalRelationship(String userId, String relationshipTypeGUID, String externalSourceGUID, String externalSourceName, InstanceProperties initialProperties, String entityOneGUID, String entityTwoGUID, InstanceStatus initialStatus)Save a new relationship that is sourced from an external technology.protected TypeDefOMRSMetadataCollectionBase. addExternalRelationshipParameterValidation(String userId, String relationshipTypeGUID, String externalSourceGUID, InstanceProperties initialProperties, String entityOneGUID, String entityTwoGUID, InstanceStatus initialStatus, String methodName)Validate the parameters needed to save a new relationship that is sourced from an external technology.abstract RelationshipOMRSMetadataCollection. addRelationship(String userId, String relationshipTypeGUID, InstanceProperties initialProperties, String entityOneGUID, String entityTwoGUID, InstanceStatus initialStatus)Add a new relationship between two entities to the metadata collection.RelationshipOMRSMetadataCollectionBase. addRelationship(String userId, String relationshipTypeGUID, InstanceProperties initialProperties, String entityOneGUID, String entityTwoGUID, InstanceStatus initialStatus)Add a new relationship between two entities to the metadata collection.protected TypeDefOMRSMetadataCollectionBase. addRelationshipParameterValidation(String userId, String relationshipTypeGUID, InstanceProperties initialProperties, String entityOneGUID, String entityTwoGUID, InstanceStatus initialStatus)Deprecated.protected TypeDefOMRSMetadataCollectionBase. addRelationshipParameterValidation(String userId, String relationshipTypeGUID, InstanceProperties initialProperties, String entityOneGUID, String entityTwoGUID, InstanceStatus initialStatus, String methodName)Validate the parameters for adding a new relationship between two entities to the metadata collection.EntityDetailOMRSMetadataCollection. classifyEntity(String userId, String entityGUID, String classificationName, String externalSourceGUID, String externalSourceName, ClassificationOrigin classificationOrigin, String classificationOriginGUID, InstanceProperties classificationProperties)Add the requested classification to a specific entity.abstract EntityDetailOMRSMetadataCollection. classifyEntity(String userId, String entityGUID, String classificationName, InstanceProperties classificationProperties)Add the requested classification to a specific entity.ClassificationOMRSMetadataCollection. classifyEntity(String userId, EntityProxy entityProxy, String classificationName, String externalSourceGUID, String externalSourceName, ClassificationOrigin classificationOrigin, String classificationOriginGUID, InstanceProperties classificationProperties)Add the requested classification to a specific entity.ClassificationOMRSMetadataCollection. classifyEntity(String userId, EntityProxy entityProxy, String classificationName, InstanceProperties classificationProperties)Add the requested classification to a specific entity.EntityDetailOMRSMetadataCollectionBase. classifyEntity(String userId, String entityGUID, String classificationName, String externalSourceGUID, String externalSourceName, ClassificationOrigin classificationOrigin, String classificationOriginGUID, InstanceProperties classificationProperties)Add the requested classification to a specific entity.EntityDetailOMRSMetadataCollectionBase. classifyEntity(String userId, String entityGUID, String classificationName, InstanceProperties classificationProperties)Add the requested classification to a specific entity.protected TypeDefOMRSMetadataCollectionBase. classifyEntityParameterValidation(String userId, String entityGUID, String classificationName, InstanceProperties classificationProperties)Deprecated.protected TypeDefOMRSMetadataCollectionBase. classifyEntityParameterValidation(String userId, String entityGUID, String classificationName, InstanceProperties classificationProperties, String methodName)Validate the parameters passed to classifyEntity.protected TypeDefOMRSMetadataCollectionBase. classifyEntityParameterValidation(String userId, EntityProxy entityProxy, String classificationName, InstanceProperties classificationProperties, String methodName)Validate the parameters passed to classifyEntity.abstract List<EntityDetail>OMRSMetadataCollection. findEntitiesByClassification(String userId, String entityTypeGUID, String classificationName, InstanceProperties matchClassificationProperties, MatchCriteria matchCriteria, int fromEntityElement, List<InstanceStatus> limitResultsByStatus, Date asOfTime, String sequencingProperty, SequencingOrder sequencingOrder, int pageSize)Return a list of entities that have the requested type of classifications attached.List<EntityDetail>OMRSMetadataCollectionBase. findEntitiesByClassification(String userId, String entityTypeGUID, String classificationName, InstanceProperties matchClassificationProperties, MatchCriteria matchCriteria, int fromEntityElement, List<InstanceStatus> limitResultsByStatus, Date asOfTime, String sequencingProperty, SequencingOrder sequencingOrder, int pageSize)Return a list of entities that have the requested type of classifications attached.protected voidOMRSMetadataCollectionBase. findEntitiesByClassificationParameterValidation(String userId, String entityTypeGUID, String classificationName, InstanceProperties matchClassificationProperties, MatchCriteria matchCriteria, int fromEntityElement, List<InstanceStatus> limitResultsByStatus, Date asOfTime, String sequencingProperty, SequencingOrder sequencingOrder, int pageSize)Validate the parameters for findEntitiesByClassification.abstract List<EntityDetail>OMRSMetadataCollection. findEntitiesByProperty(String userId, String entityTypeGUID, InstanceProperties matchProperties, MatchCriteria matchCriteria, int fromEntityElement, List<InstanceStatus> limitResultsByStatus, List<String> limitResultsByClassification, Date asOfTime, String sequencingProperty, SequencingOrder sequencingOrder, int pageSize)Return a list of entities that match the supplied properties according to the match criteria.List<EntityDetail>OMRSMetadataCollectionBase. findEntitiesByProperty(String userId, String entityTypeGUID, InstanceProperties matchProperties, MatchCriteria matchCriteria, int fromEntityElement, List<InstanceStatus> limitResultsByStatus, List<String> limitResultsByClassification, Date asOfTime, String sequencingProperty, SequencingOrder sequencingOrder, int pageSize)Return a list of entities that match the supplied properties according to the match criteria.protected voidOMRSMetadataCollectionBase. findEntitiesByPropertyParameterValidation(String userId, String entityTypeGUID, InstanceProperties matchProperties, MatchCriteria matchCriteria, int fromEntityElement, List<InstanceStatus> limitResultsByStatus, List<String> limitResultsByClassification, Date asOfTime, String sequencingProperty, SequencingOrder sequencingOrder, int pageSize)Validate the parameters for findEntitiesByProperty.abstract List<Relationship>OMRSMetadataCollection. findRelationshipsByProperty(String userId, String relationshipTypeGUID, InstanceProperties matchProperties, MatchCriteria matchCriteria, int fromRelationshipElement, List<InstanceStatus> limitResultsByStatus, Date asOfTime, String sequencingProperty, SequencingOrder sequencingOrder, int pageSize)Return a list of relationships that match the requested properties by the matching criteria.List<Relationship>OMRSMetadataCollectionBase. findRelationshipsByProperty(String userId, String relationshipTypeGUID, InstanceProperties matchProperties, MatchCriteria matchCriteria, int fromRelationshipElement, List<InstanceStatus> limitResultsByStatus, Date asOfTime, String sequencingProperty, SequencingOrder sequencingOrder, int pageSize)Return a list of relationships that match the requested properties by the matching criteria.protected voidOMRSMetadataCollectionBase. findRelationshipsByPropertyParameterValidation(String userId, String relationshipTypeGUID, InstanceProperties matchProperties, MatchCriteria matchCriteria, int fromRelationshipElement, List<InstanceStatus> limitResultsByStatus, Date asOfTime, String sequencingProperty, SequencingOrder sequencingOrder, int pageSize)Validate the parameters passed to findRelationshipsByProperty.abstract EntityDetailOMRSMetadataCollection. updateEntityClassification(String userId, String entityGUID, String classificationName, InstanceProperties properties)Update one or more properties in one of an entity's classifications.ClassificationOMRSMetadataCollection. updateEntityClassification(String userId, EntityProxy entityProxy, String classificationName, InstanceProperties properties)Update one or more properties in one of an entity's classifications.EntityDetailOMRSMetadataCollectionBase. updateEntityClassification(String userId, String entityGUID, String classificationName, InstanceProperties properties)Update one or more properties in one of an entity's classifications.protected TypeDefOMRSMetadataCollectionBase. updateEntityClassificationParameterValidation(String userId, String entityGUID, String classificationName, InstanceProperties properties)Deprecated.abstract EntityDetailOMRSMetadataCollection. updateEntityProperties(String userId, String entityGUID, InstanceProperties properties)Update selected properties in an entity.EntityDetailOMRSMetadataCollectionBase. updateEntityProperties(String userId, String entityGUID, InstanceProperties properties)Update selected properties in an entity.protected voidOMRSMetadataCollectionBase. updateInstancePropertiesPropertyValidation(String userId, String instanceGUID, InstanceProperties properties, String methodName)Validate the parameters for update the properties of an instance.abstract RelationshipOMRSMetadataCollection. updateRelationshipProperties(String userId, String relationshipGUID, InstanceProperties properties)Update the properties of a specific relationship.RelationshipOMRSMetadataCollectionBase. updateRelationshipProperties(String userId, String relationshipGUID, InstanceProperties properties)Update the properties of a specific relationship.voidOMRSMetadataDefaultRepositorySecurity. validateUserForEntityClassificationAdd(String userId, String metadataCollectionName, EntitySummary instance, String classificationName, InstanceProperties properties)Tests for whether a specific user should have the right to add a classification to an entity instance within a repository.voidOpenMetadataRepositorySecurity. validateUserForEntityClassificationAdd(String userId, String metadataCollectionName, EntitySummary instance, String classificationName, InstanceProperties properties)Tests for whether a specific user should have the right to add a classification to an entity instance within a repository.voidOMRSMetadataDefaultRepositorySecurity. validateUserForEntityClassificationUpdate(String userId, String metadataCollectionName, EntitySummary instance, String classificationName, InstanceProperties properties)Tests for whether a specific user should have the right to update the classification for an entity instance within a repository.voidOpenMetadataRepositorySecurity. validateUserForEntityClassificationUpdate(String userId, String metadataCollectionName, EntitySummary instance, String classificationName, InstanceProperties properties)Tests for whether a specific user should have the right to update a classification for an entity instance within a repository.voidOMRSMetadataDefaultRepositorySecurity. validateUserForEntityCreate(String userId, String metadataCollectionName, String entityTypeGUID, InstanceProperties initialProperties, List<Classification> initialClassifications, InstanceStatus initialStatus)Tests for whether a specific user should have the right to create a instance within a repository.voidOpenMetadataRepositorySecurity. validateUserForEntityCreate(String userId, String metadataCollectionName, String entityTypeGUID, InstanceProperties initialProperties, List<Classification> initialClassifications, InstanceStatus initialStatus)Tests for whether a specific user should have the right to create a instance within a repository.voidOMRSMetadataDefaultRepositorySecurity. validateUserForRelationshipCreate(String userId, String metadataCollectionName, String relationshipTypeGUID, InstanceProperties initialProperties, EntitySummary entityOneSummary, EntitySummary entityTwoSummary, InstanceStatus initialStatus)Tests for whether a specific user should have the right to create a instance within a repository.voidOpenMetadataRepositorySecurity. validateUserForRelationshipCreate(String userId, String metadataCollectionName, String relationshipTypeGUID, InstanceProperties initialProperties, EntitySummary entityOneSummary, EntitySummary entityTwoSummary, InstanceStatus initialStatus)Tests for whether a specific user should have the right to create a instance within a repository. -
Uses of InstanceProperties in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances that return InstanceProperties Modifier and Type Method Description InstancePropertiesArrayPropertyValue. getArrayValues()Return a copy of the array elements.InstancePropertiesStructPropertyValue. getAttributes()Return the attributes that make up the fields of the struct.InstancePropertiesMapPropertyValue. getMapValues()Return a copy of the map elements.InstancePropertiesClassification. getProperties()Returns a collection of the additional stored properties for the classification.InstancePropertiesEntityDetail. getProperties()Return a copy of all the properties for this entity.InstancePropertiesRelationship. getProperties()Return a copy of all the properties for this relationship.InstancePropertiesEntityProxy. getUniqueProperties()Return a copy of the unique attributes for the entity.Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances with parameters of type InstanceProperties Modifier and Type Method Description voidInstancePropertiesDifferences. check(InstanceProperties left, InstanceProperties right)Determine if there is a difference between the provided instance properties' values, and capture each of the differences and similarities.voidEntityDetailDifferences. checkInstanceProperties(InstanceProperties left, InstanceProperties right)Determine if there is a difference between the provided instance properties, and capture either each of those differences or the similarity.voidRelationshipDifferences. checkInstanceProperties(InstanceProperties left, InstanceProperties right)Determine if there is a difference between the provided instance properties, and capture either each of those differences or the similarity.voidEntityProxyDifferences. checkUniqueProperties(InstanceProperties left, InstanceProperties right)Determine if there is a difference between the provided unique properties, and capture either each of those differences or the similarity.voidArrayPropertyValue. setArrayValues(InstanceProperties arrayValues)Set up the array elements in one call.voidStructPropertyValue. setAttributes(InstanceProperties attributes)Set up the attributes that make up the fields of the struct.voidMapPropertyValue. setMapValues(InstanceProperties mapValues)Set up the map elements in one call.voidClassification. setProperties(InstanceProperties classificationProperties)Set up a collection of the additional stored properties for the classification.voidEntityDetail. setProperties(InstanceProperties newProperties)Set up the properties for this entity.voidRelationship. setProperties(InstanceProperties newProperties)Set up the properties for this relationship.voidEntityProxy. setUniqueProperties(InstanceProperties uniqueAttributes)Set up the list of unique properties for this entity proxy.Constructors in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.properties.instances with parameters of type InstanceProperties Constructor Description InstanceProperties(InstanceProperties templateProperties)Copy/clone constructor. -
Uses of InstanceProperties in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector that return InstanceProperties Modifier and Type Method Description InstancePropertiesOMRSRepositoryHelper. addEnumPropertyToInstance(String sourceName, InstanceProperties properties, String propertyName, String enumTypeGUID, String enumTypeName, int ordinal, String methodName)Add the supplied property to an instance properties object.InstancePropertiesOMRSRepositoryHelper. getUniqueProperties(String sourceName, String typeName, InstanceProperties allProperties)Return an instance properties that only contains the properties that uniquely identify the entity.InstancePropertiesOMRSRepositoryHelper. mergeInstanceProperties(String sourceName, InstanceProperties existingProperties, InstanceProperties newProperties)Merge two sets of instance properties.Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.repositoryconnector with parameters of type InstanceProperties Modifier and Type Method Description InstancePropertiesOMRSRepositoryHelper. addEnumPropertyToInstance(String sourceName, InstanceProperties properties, String propertyName, String enumTypeGUID, String enumTypeName, int ordinal, String methodName)Add the supplied property to an instance properties object.intOMRSRepositoryValidator. countMatchingHeaderPropertyValues(InstanceProperties matchProperties, InstanceAuditHeader instanceHeader, InstanceProperties instanceProperties)Count the number of matching property values that an instance has.intOMRSRepositoryValidator. countMatchingPropertyValues(InstanceProperties matchProperties, InstanceProperties instanceProperties)Count the number of matching property values that an instance has.ClassificationOMRSRepositoryHelper. getNewClassification(String sourceName, String userName, String typeName, String entityTypeName, ClassificationOrigin classificationOrigin, String classificationOriginGUID, InstanceProperties properties)Deprecated.ClassificationOMRSRepositoryHelper. getNewClassification(String sourceName, String metadataCollectionId, String metadataCollectionName, InstanceProvenanceType provenanceType, String userName, String typeName, String entityTypeName, ClassificationOrigin classificationOrigin, String classificationOriginGUID, InstanceProperties properties)Return a classification with the header and type information filled out.ClassificationOMRSRepositoryHelper. getNewClassification(String sourceName, String metadataCollectionId, InstanceProvenanceType provenanceType, String userName, String typeName, String entityTypeName, ClassificationOrigin classificationOrigin, String classificationOriginGUID, InstanceProperties properties)Return a classification with the header and type information filled out.EntityDetailOMRSRepositoryHelper. getNewEntity(String sourceName, String metadataCollectionId, String metadataCollectionName, InstanceProvenanceType provenanceType, String userName, String typeName, InstanceProperties properties, List<Classification> classifications)Return a filled out entity.EntityDetailOMRSRepositoryHelper. getNewEntity(String sourceName, String metadataCollectionId, InstanceProvenanceType provenanceType, String userName, String typeName, InstanceProperties properties, List<Classification> classifications)Return a filled out entity.EntityProxyOMRSRepositoryHelper. getNewEntityProxy(String sourceName, String metadataCollectionId, InstanceProvenanceType provenanceType, String userName, String typeName, InstanceProperties properties, List<Classification> classifications)Return a filled out entity proxy.RelationshipOMRSRepositoryHelper. getNewRelationship(String sourceName, String metadataCollectionId, String metadataCollectionName, InstanceProvenanceType provenanceType, String userName, String typeName, InstanceProperties properties)Return a filled out relationship which just needs the entity proxies added.RelationshipOMRSRepositoryHelper. getNewRelationship(String sourceName, String metadataCollectionId, InstanceProvenanceType provenanceType, String userName, String typeName, InstanceProperties properties)Return a filled out relationship which just needs the entity proxies added.StringOMRSRepositoryValidator. getStringValuesFromInstancePropertiesAsArray(InstanceProperties instanceProperties)Return the string form of the instance properties.StringOMRSRepositoryValidator. getStringValuesFromInstancePropertiesAsMap(InstanceProperties instanceProperties)Return the string form of the instance properties.StringOMRSRepositoryValidator. getStringValuesFromInstancePropertiesAsStruct(InstanceProperties instanceProperties)Return the string form of the instance properties.InstancePropertiesOMRSRepositoryHelper. getUniqueProperties(String sourceName, String typeName, InstanceProperties allProperties)Return an instance properties that only contains the properties that uniquely identify the entity.InstancePropertiesOMRSRepositoryHelper. mergeInstanceProperties(String sourceName, InstanceProperties existingProperties, InstanceProperties newProperties)Merge two sets of instance properties.voidOMRSRepositoryValidator. validateClassificationProperties(String sourceName, String classificationName, String propertiesParameterName, InstanceProperties classificationProperties, String methodName)Validate that a classification is valid for the entity.voidOMRSRepositoryValidator. validateMatchCriteria(String sourceName, String matchCriteriaParameterName, String matchPropertiesParameterName, MatchCriteria matchCriteria, InstanceProperties matchProperties, String methodName)Validate that a metadata instance match criteria and set of properties are either both null or both not null.voidOMRSRepositoryValidator. validateNewPropertiesForType(String sourceName, String parameterName, TypeDef typeDef, InstanceProperties properties, String methodName)Validate that the properties for a metadata instance match its TypeDefvoidOMRSRepositoryValidator. validatePropertiesForType(String sourceName, String parameterName, TypeDef typeDef, InstanceProperties properties, String methodName)Validate that the properties for a metadata instance match its TypeDef.voidOMRSRepositoryValidator. validatePropertiesForType(String sourceName, String parameterName, TypeDefSummary typeDefSummary, InstanceProperties properties, String methodName)Validate that the properties for a metadata instance match its TypeDefbooleanOMRSRepositoryValidator. verifyInstancePropertiesMatchPropertyValue(String sourceName, InstanceProperties properties, String searchPropertyValue, String methodName)Search for property values matching the supplied property valuebooleanOMRSRepositoryValidator. verifyInstancePropertiesMatchSearchCriteria(String sourceName, InstanceProperties properties, String searchCriteria, String methodName)Search for property values matching the search criteria (a regular expression)booleanOMRSRepositoryValidator. verifyMatchingInstancePropertyValues(InstanceProperties matchProperties, InstanceAuditHeader instanceHeader, InstanceProperties instanceProperties, MatchCriteria matchCriteria)Determine if the instance properties match the match criteria.booleanOMRSRepositoryValidator. verifyMatchingInstancePropertyValues(SearchProperties matchProperties, InstanceAuditHeader instanceHeader, InstanceProperties instanceProperties)Determine if the instance properties match the property-based conditions. -
Uses of InstanceProperties in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.utilities
Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.utilities that return InstanceProperties Modifier and Type Method Description InstancePropertiesOMRSRepositoryPropertiesHelper. addBooleanMapPropertyToInstance(String sourceName, InstanceProperties properties, String propertyName, Map<String,Boolean> mapValues, String methodName)If the supplied map property is not null, add it to an instance properties object.InstancePropertiesOMRSRepositoryPropertiesUtilities. addBooleanMapPropertyToInstance(String sourceName, InstanceProperties properties, String propertyName, Map<String,Boolean> mapValues, String methodName)If the supplied map property is not null, add it to an instance properties object.InstancePropertiesOMRSRepositoryPropertiesHelper. addBooleanPropertyMapToInstance(String sourceName, InstanceProperties properties, String propertyName, Map<String,Boolean> mapValues, String methodName)Add the supplied property map to an instance properties object.InstancePropertiesOMRSRepositoryPropertiesUtilities. addBooleanPropertyMapToInstance(String sourceName, InstanceProperties properties, String propertyName, Map<String,Boolean> mapValues, String methodName)Add the supplied property map to an instance properties object.InstancePropertiesOMRSRepositoryPropertiesHelper. addBooleanPropertyToInstance(String sourceName, InstanceProperties properties, String propertyName, boolean propertyValue, String methodName)Add the supplied property to an instance properties object.InstancePropertiesOMRSRepositoryPropertiesUtilities. addBooleanPropertyToInstance(String sourceName, InstanceProperties properties, String propertyName, boolean propertyValue, String methodName)Add the supplied property to an instance properties object.InstancePropertiesOMRSRepositoryPropertiesHelper. addDatePropertyToInstance(String sourceName, InstanceProperties properties, String propertyName, Date propertyValue, String methodName)If the supplied property is not null, add it to an instance properties object.InstancePropertiesOMRSRepositoryPropertiesUtilities. addDatePropertyToInstance(String sourceName, InstanceProperties properties, String propertyName, Date propertyValue, String methodName)If the supplied property is not null, add it to an instance properties object.InstancePropertiesOMRSRepositoryPropertiesHelper. addEnumPropertyToInstance(String sourceName, InstanceProperties properties, String propertyName, int ordinal, String symbolicName, String description, String methodName)Add the supplied property to an instance properties object.InstancePropertiesOMRSRepositoryPropertiesUtilities. addEnumPropertyToInstance(String sourceName, InstanceProperties properties, String propertyName, int ordinal, String symbolicName, String description, String methodName)Add the supplied property to an instance properties object.InstancePropertiesOMRSRepositoryPropertiesHelper. addFloatPropertyToInstance(String sourceName, InstanceProperties properties, String propertyName, float propertyValue, String methodName)Add the supplied property to an instance properties object.InstancePropertiesOMRSRepositoryPropertiesUtilities. addFloatPropertyToInstance(String sourceName, InstanceProperties properties, String propertyName, float propertyValue, String methodName)Add the supplied property to an instance properties object.InstancePropertiesOMRSRepositoryPropertiesHelper. addIntMapPropertyToInstance(String sourceName, InstanceProperties properties, String propertyName, Map<String,Integer> mapValues, String methodName)If the supplied map property is not null, add it to an instance properties object.InstancePropertiesOMRSRepositoryPropertiesUtilities. addIntMapPropertyToInstance(String sourceName, InstanceProperties properties, String propertyName, Map<String,Integer> mapValues, String methodName)If the supplied map property is not null, add it to an instance properties object.InstancePropertiesOMRSRepositoryPropertiesHelper. addIntPropertyMapToInstance(String sourceName, InstanceProperties properties, String propertyName, Map<String,Integer> mapValues, String methodName)Add the supplied property map to an instance properties object.InstancePropertiesOMRSRepositoryPropertiesUtilities. addIntPropertyMapToInstance(String sourceName, InstanceProperties properties, String propertyName, Map<String,Integer> mapValues, String methodName)Add the supplied property map to an instance properties object.InstancePropertiesOMRSRepositoryPropertiesHelper. addIntPropertyToInstance(String sourceName, InstanceProperties properties, String propertyName, int propertyValue, String methodName)Add the supplied property to an instance properties object.InstancePropertiesOMRSRepositoryPropertiesUtilities. addIntPropertyToInstance(String sourceName, InstanceProperties properties, String propertyName, int propertyValue, String methodName)Add the supplied property to an instance properties object.InstancePropertiesOMRSRepositoryPropertiesHelper. addLongMapPropertyToInstance(String sourceName, InstanceProperties properties, String propertyName, Map<String,Long> mapValues, String methodName)If the supplied map property is not null, add it to an instance properties object.InstancePropertiesOMRSRepositoryPropertiesUtilities. addLongMapPropertyToInstance(String sourceName, InstanceProperties properties, String propertyName, Map<String,Long> mapValues, String methodName)If the supplied map property is not null, add it to an instance properties object.InstancePropertiesOMRSRepositoryPropertiesHelper. addLongPropertyMapToInstance(String sourceName, InstanceProperties properties, String propertyName, Map<String,Long> mapValues, String methodName)Add the supplied property map to an instance properties object.InstancePropertiesOMRSRepositoryPropertiesUtilities. addLongPropertyMapToInstance(String sourceName, InstanceProperties properties, String propertyName, Map<String,Long> mapValues, String methodName)Add the supplied property map to an instance properties object.InstancePropertiesOMRSRepositoryPropertiesHelper. addLongPropertyToInstance(String sourceName, InstanceProperties properties, String propertyName, long propertyValue, String methodName)Add the supplied property to an instance properties object.InstancePropertiesOMRSRepositoryPropertiesUtilities. addLongPropertyToInstance(String sourceName, InstanceProperties properties, String propertyName, long propertyValue, String methodName)Add the supplied property to an instance properties object.InstancePropertiesOMRSRepositoryPropertiesHelper. addMapPropertyToInstance(String sourceName, InstanceProperties properties, String propertyName, Map<String,Object> mapValues, String methodName)Add the supplied map property to an instance properties object.InstancePropertiesOMRSRepositoryPropertiesUtilities. addMapPropertyToInstance(String sourceName, InstanceProperties properties, String propertyName, Map<String,Object> mapValues, String methodName)If the supplied map property is not null, add it to an instance properties object.InstancePropertiesOMRSRepositoryPropertiesHelper. addPropertyMapToInstance(String sourceName, InstanceProperties properties, Map<String,Object> mapValues, String methodName)Add the supplied property map to an instance properties object.InstancePropertiesOMRSRepositoryPropertiesUtilities. addPropertyMapToInstance(String sourceName, InstanceProperties properties, Map<String,Object> mapValues, String methodName)Add the supplied property map to an instance properties object.InstancePropertiesOMRSRepositoryPropertiesHelper. addStringArrayPropertyToInstance(String sourceName, InstanceProperties properties, String propertyName, List<String> arrayValues, String methodName)If the supplied array property is not null, add it to an instance properties object.InstancePropertiesOMRSRepositoryPropertiesUtilities. addStringArrayPropertyToInstance(String sourceName, InstanceProperties properties, String propertyName, List<String> arrayValues, String methodName)If the supplied array property is not null, add it to an instance properties object.InstancePropertiesOMRSRepositoryPropertiesHelper. addStringMapPropertyToInstance(String sourceName, InstanceProperties properties, String propertyName, Map<String,String> mapValues, String methodName)If the supplied map property is not null, add it to an instance properties object.InstancePropertiesOMRSRepositoryPropertiesUtilities. addStringMapPropertyToInstance(String sourceName, InstanceProperties properties, String propertyName, Map<String,String> mapValues, String methodName)If the supplied map property is not null, add it to an instance properties object.InstancePropertiesOMRSRepositoryPropertiesHelper. addStringPropertyMapToInstance(String sourceName, InstanceProperties properties, String propertyName, Map<String,String> mapValues, String methodName)Add the supplied property map to an instance properties object.InstancePropertiesOMRSRepositoryPropertiesUtilities. addStringPropertyMapToInstance(String sourceName, InstanceProperties properties, String propertyName, Map<String,String> mapValues, String methodName)Add the supplied property map to an instance properties object.InstancePropertiesOMRSRepositoryPropertiesHelper. addStringPropertyToInstance(String sourceName, InstanceProperties properties, String propertyName, String propertyValue, String methodName)If the supplied property is not null, add it to an instance properties object.InstancePropertiesOMRSRepositoryPropertiesUtilities. addStringPropertyToInstance(String sourceName, InstanceProperties properties, String propertyName, String propertyValue, String methodName)Add the supplied property to an instance properties object.InstancePropertiesOMRSRepositoryPropertiesHelper. getMapProperty(String sourceName, String propertyName, InstanceProperties properties, String methodName)Return the requested property or null if property is not found.InstancePropertiesOMRSRepositoryPropertiesUtilities. getMapProperty(String sourceName, String propertyName, InstanceProperties properties, String methodName)Return the requested property or null if property is not found.Methods in org.odpi.openmetadata.repositoryservices.connectors.stores.metadatacollectionstore.utilities with parameters of type InstanceProperties Modifier and Type Method Description InstancePropertiesOMRSRepositoryPropertiesHelper. addBooleanMapPropertyToInstance(String sourceName, InstanceProperties properties, String propertyName, Map<String,Boolean> mapValues, String methodName)If the supplied map property is not null, add it to an instance properties object.InstancePropertiesOMRSRepositoryPropertiesUtilities. addBooleanMapPropertyToInstance(String sourceName, InstanceProperties properties, String propertyName, Map<String,Boolean> mapValues, String methodName)If the supplied map property is not null, add it to an instance properties object.InstancePropertiesOMRSRepositoryPropertiesHelper. addBooleanPropertyMapToInstance(String sourceName, InstanceProperties properties, String propertyName, Map<String,Boolean> mapValues, String methodName)Add the supplied property map to an instance properties object.InstancePropertiesOMRSRepositoryPropertiesUtilities. addBooleanPropertyMapToInstance(String sourceName, InstanceProperties properties, String propertyName, Map<String,Boolean> mapValues, String methodName)Add the supplied property map to an instance properties object.InstancePropertiesOMRSRepositoryPropertiesHelper. addBooleanPropertyToInstance(String sourceName, InstanceProperties properties, String propertyName, boolean propertyValue, String methodName)Add the supplied property to an instance properties object.InstancePropertiesOMRSRepositoryPropertiesUtilities. addBooleanPropertyToInstance(String sourceName, InstanceProperties properties, String propertyName, boolean propertyValue, String methodName)Add the supplied property to an instance properties object.InstancePropertiesOMRSRepositoryPropertiesHelper. addDatePropertyToInstance(String sourceName, InstanceProperties properties, String propertyName, Date propertyValue, String methodName)If the supplied property is not null, add it to an instance properties object.InstancePropertiesOMRSRepositoryPropertiesUtilities. addDatePropertyToInstance(String sourceName, InstanceProperties properties, String propertyName, Date propertyValue, String methodName)If the supplied property is not null, add it to an instance properties object.InstancePropertiesOMRSRepositoryPropertiesHelper. addEnumPropertyToInstance(String sourceName, InstanceProperties properties, String propertyName, int ordinal, String symbolicName, String description, String methodName)Add the supplied property to an instance properties object.InstancePropertiesOMRSRepositoryPropertiesUtilities. addEnumPropertyToInstance(String sourceName, InstanceProperties properties, String propertyName, int ordinal, String symbolicName, String description, String methodName)Add the supplied property to an instance properties object.InstancePropertiesOMRSRepositoryPropertiesHelper. addFloatPropertyToInstance(String sourceName, InstanceProperties properties, String propertyName, float propertyValue, String methodName)Add the supplied property to an instance properties object.InstancePropertiesOMRSRepositoryPropertiesUtilities. addFloatPropertyToInstance(String sourceName, InstanceProperties properties, String propertyName, float propertyValue, String methodName)Add the supplied property to an instance properties object.InstancePropertiesOMRSRepositoryPropertiesHelper. addIntMapPropertyToInstance(String sourceName, InstanceProperties properties, String propertyName, Map<String,Integer> mapValues, String methodName)If the supplied map property is not null, add it to an instance properties object.InstancePropertiesOMRSRepositoryPropertiesUtilities. addIntMapPropertyToInstance(String sourceName, InstanceProperties properties, String propertyName, Map<String,Integer> mapValues, String methodName)If the supplied map property is not null, add it to an instance properties object.InstancePropertiesOMRSRepositoryPropertiesHelper. addIntPropertyMapToInstance(String sourceName, InstanceProperties properties, String propertyName, Map<String,Integer> mapValues, String methodName)Add the supplied property map to an instance properties object.InstancePropertiesOMRSRepositoryPropertiesUtilities. addIntPropertyMapToInstance(String sourceName, InstanceProperties properties, String propertyName, Map<String,Integer> mapValues, String methodName)Add the supplied property map to an instance properties object.InstancePropertiesOMRSRepositoryPropertiesHelper. addIntPropertyToInstance(String sourceName, InstanceProperties properties, String propertyName, int propertyValue, String methodName)Add the supplied property to an instance properties object.InstancePropertiesOMRSRepositoryPropertiesUtilities. addIntPropertyToInstance(String sourceName, InstanceProperties properties, String propertyName, int propertyValue, String methodName)Add the supplied property to an instance properties object.InstancePropertiesOMRSRepositoryPropertiesHelper. addLongMapPropertyToInstance(String sourceName, InstanceProperties properties, String propertyName, Map<String,Long> mapValues, String methodName)If the supplied map property is not null, add it to an instance properties object.InstancePropertiesOMRSRepositoryPropertiesUtilities. addLongMapPropertyToInstance(String sourceName, InstanceProperties properties, String propertyName, Map<String,Long> mapValues, String methodName)If the supplied map property is not null, add it to an instance properties object.InstancePropertiesOMRSRepositoryPropertiesHelper. addLongPropertyMapToInstance(String sourceName, InstanceProperties properties, String propertyName, Map<String,Long> mapValues, String methodName)Add the supplied property map to an instance properties object.InstancePropertiesOMRSRepositoryPropertiesUtilities. addLongPropertyMapToInstance(String sourceName, InstanceProperties properties, String propertyName, Map<String,Long> mapValues, String methodName)Add the supplied property map to an instance properties object.InstancePropertiesOMRSRepositoryPropertiesHelper. addLongPropertyToInstance(String sourceName, InstanceProperties properties, String propertyName, long propertyValue, String methodName)Add the supplied property to an instance properties object.InstancePropertiesOMRSRepositoryPropertiesUtilities. addLongPropertyToInstance(String sourceName, InstanceProperties properties, String propertyName, long propertyValue, String methodName)Add the supplied property to an instance properties object.InstancePropertiesOMRSRepositoryPropertiesHelper. addMapPropertyToInstance(String sourceName, InstanceProperties properties, String propertyName, Map<String,Object> mapValues, String methodName)Add the supplied map property to an instance properties object.InstancePropertiesOMRSRepositoryPropertiesUtilities. addMapPropertyToInstance(String sourceName, InstanceProperties properties, String propertyName, Map<String,Object> mapValues, String methodName)If the supplied map property is not null, add it to an instance properties object.InstancePropertiesOMRSRepositoryPropertiesHelper. addPropertyMapToInstance(String sourceName, InstanceProperties properties, Map<String,Object> mapValues, String methodName)Add the supplied property map to an instance properties object.InstancePropertiesOMRSRepositoryPropertiesUtilities. addPropertyMapToInstance(String sourceName, InstanceProperties properties, Map<String,Object> mapValues, String methodName)Add the supplied property map to an instance properties object.InstancePropertiesOMRSRepositoryPropertiesHelper. addStringArrayPropertyToInstance(String sourceName, InstanceProperties properties, String propertyName, List<String> arrayValues, String methodName)If the supplied array property is not null, add it to an instance properties object.InstancePropertiesOMRSRepositoryPropertiesUtilities. addStringArrayPropertyToInstance(String sourceName, InstanceProperties properties, String propertyName, List<String> arrayValues, String methodName)If the supplied array property is not null, add it to an instance properties object.InstancePropertiesOMRSRepositoryPropertiesHelper. addStringMapPropertyToInstance(String sourceName, InstanceProperties properties, String propertyName, Map<String,String> mapValues, String methodName)If the supplied map property is not null, add it to an instance properties object.InstancePropertiesOMRSRepositoryPropertiesUtilities. addStringMapPropertyToInstance(String sourceName, InstanceProperties properties, String propertyName, Map<String,String> mapValues, String methodName)If the supplied map property is not null, add it to an instance properties object.InstancePropertiesOMRSRepositoryPropertiesHelper. addStringPropertyMapToInstance(String sourceName, InstanceProperties properties, String propertyName, Map<String,String> mapValues, String methodName)Add the supplied property map to an instance properties object.InstancePropertiesOMRSRepositoryPropertiesUtilities. addStringPropertyMapToInstance(String sourceName, InstanceProperties properties, String propertyName, Map<String,String> mapValues, String methodName)Add the supplied property map to an instance properties object.InstancePropertiesOMRSRepositoryPropertiesHelper. addStringPropertyToInstance(String sourceName, InstanceProperties properties, String propertyName, String propertyValue, String methodName)If the supplied property is not null, add it to an instance properties object.InstancePropertiesOMRSRepositoryPropertiesUtilities. addStringPropertyToInstance(String sourceName, InstanceProperties properties, String propertyName, String propertyValue, String methodName)Add the supplied property to an instance properties object.Map<String,Boolean>OMRSRepositoryPropertiesHelper. getBooleanMapFromProperty(String sourceName, String propertyName, InstanceProperties properties, String methodName)Locates and extracts a property from an instance that is of type map and then converts its values into a Java map.Map<String,Boolean>OMRSRepositoryPropertiesUtilities. getBooleanMapFromProperty(String sourceName, String propertyName, InstanceProperties properties, String methodName)Locates and extracts a property from an instance that is of type map and then converts its values into a Java map.booleanOMRSRepositoryPropertiesHelper. getBooleanProperty(String sourceName, String propertyName, InstanceProperties properties, String methodName)Return the requested property or false if property is not found.booleanOMRSRepositoryPropertiesUtilities. getBooleanProperty(String sourceName, String propertyName, InstanceProperties properties, String methodName)Return the requested property or false if property is not found.DateOMRSRepositoryPropertiesHelper. getDateProperty(String sourceName, String propertyName, InstanceProperties properties, String methodName)Return the requested property or null if property is not found.DateOMRSRepositoryPropertiesUtilities. getDateProperty(String sourceName, String propertyName, InstanceProperties properties, String methodName)Return the requested property or null if property is not found.intOMRSRepositoryPropertiesHelper. getEnumPropertyOrdinal(String sourceName, String propertyName, InstanceProperties properties, String methodName)Retrieve the ordinal value from an enum property.intOMRSRepositoryPropertiesUtilities. getEnumPropertyOrdinal(String sourceName, String propertyName, InstanceProperties properties, String methodName)Retrieve the ordinal value from an enum property.Map<String,Object>OMRSRepositoryPropertiesHelper. getInstancePropertiesAsMap(InstanceProperties instanceProperties)Convert an instance properties object into a map.Map<String,Object>OMRSRepositoryPropertiesUtilities. getInstancePropertiesAsMap(InstanceProperties instanceProperties)Convert an instance properties object into a map.Map<String,Integer>OMRSRepositoryPropertiesHelper. getIntegerMapFromProperty(String sourceName, String propertyName, InstanceProperties properties, String methodName)Locates and extracts a property from an instance that is of type map and then converts its values into a Java map.Map<String,Integer>OMRSRepositoryPropertiesUtilities. getIntegerMapFromProperty(String sourceName, String propertyName, InstanceProperties properties, String methodName)Locates and extracts a property from an instance that is of type map and then converts its values into a Java map.intOMRSRepositoryPropertiesHelper. getIntProperty(String sourceName, String propertyName, InstanceProperties properties, String methodName)Return the requested property or 0 if property is not found.intOMRSRepositoryPropertiesUtilities. getIntProperty(String sourceName, String propertyName, InstanceProperties properties, String methodName)Return the requested property or 0 if property is not found.Map<String,Long>OMRSRepositoryPropertiesHelper. getLongMapFromProperty(String sourceName, String propertyName, InstanceProperties properties, String methodName)Locates and extracts a property from an instance that is of type map and then converts its values into a Java map.Map<String,Long>OMRSRepositoryPropertiesUtilities. getLongMapFromProperty(String sourceName, String propertyName, InstanceProperties properties, String methodName)Locates and extracts a property from an instance that is of type map and then converts its values into a Java map.Map<String,Object>OMRSRepositoryPropertiesHelper. getMapFromProperty(String sourceName, String propertyName, InstanceProperties properties, String methodName)Locates and extracts a property from an instance that is of type map and then converts its values into a Java map.Map<String,Object>OMRSRepositoryPropertiesUtilities. getMapFromProperty(String sourceName, String propertyName, InstanceProperties properties, String methodName)Locates and extracts a property from an instance that is of type map and then converts its values into a Java map.InstancePropertiesOMRSRepositoryPropertiesHelper. getMapProperty(String sourceName, String propertyName, InstanceProperties properties, String methodName)Return the requested property or null if property is not found.InstancePropertiesOMRSRepositoryPropertiesUtilities. getMapProperty(String sourceName, String propertyName, InstanceProperties properties, String methodName)Return the requested property or null if property is not found.SearchPropertiesOMRSRepositoryPropertiesHelper. getSearchPropertiesFromInstanceProperties(String sourceName, InstanceProperties properties, MatchCriteria matchCriteria)Convert the provided instance properties and match criteria into an equivalent SearchProperties object.SearchPropertiesOMRSRepositoryPropertiesUtilities. getSearchPropertiesFromInstanceProperties(String sourceName, InstanceProperties properties, MatchCriteria matchCriteria)Convert the provided instance properties and match criteria into an equivalent SearchProperties object.List<String>OMRSRepositoryPropertiesHelper. getStringArrayProperty(String sourceName, String propertyName, InstanceProperties properties, String methodName)Locates and extracts a string array property and extracts its values.List<String>OMRSRepositoryPropertiesUtilities. getStringArrayProperty(String sourceName, String propertyName, InstanceProperties properties, String callingMethodName)Locates and extracts a string array property and extracts its values.Map<String,String>OMRSRepositoryPropertiesHelper. getStringMapFromProperty(String sourceName, String propertyName, InstanceProperties properties, String methodName)Locates and extracts a property from an instance that is of type map and then converts its values into a Java map.Map<String,String>OMRSRepositoryPropertiesUtilities. getStringMapFromProperty(String sourceName, String propertyName, InstanceProperties properties, String methodName)Locates and extracts a property from an instance that is of type map and then converts its values into a Java map.StringOMRSRepositoryPropertiesHelper. getStringProperty(String sourceName, String propertyName, InstanceProperties properties, String methodName)Return the requested property or null if property is not found.StringOMRSRepositoryPropertiesUtilities. getStringProperty(String sourceName, String propertyName, InstanceProperties properties, String methodName)Return the requested property or null if property is not found.Map<String,Boolean>OMRSRepositoryPropertiesHelper. removeBooleanMapFromProperty(String sourceName, String propertyName, InstanceProperties properties, String methodName)Locates and extracts a property from an instance that is of type map and then converts its values into a Java map.Map<String,Boolean>OMRSRepositoryPropertiesUtilities. removeBooleanMapFromProperty(String sourceName, String propertyName, InstanceProperties properties, String methodName)Locates and extracts a property from an instance that is of type map and then converts its values into a Java map.booleanOMRSRepositoryPropertiesHelper. removeBooleanProperty(String sourceName, String propertyName, InstanceProperties properties, String methodName)Return the requested property or false if property is not found.booleanOMRSRepositoryPropertiesUtilities. removeBooleanProperty(String sourceName, String propertyName, InstanceProperties properties, String methodName)Return the requested property or false if property is not found.DateOMRSRepositoryPropertiesHelper. removeDateProperty(String sourceName, String propertyName, InstanceProperties properties, String methodName)Return the requested property or null if property is not found.DateOMRSRepositoryPropertiesUtilities. removeDateProperty(String sourceName, String propertyName, InstanceProperties properties, String methodName)Return the requested property or null if property is not found.intOMRSRepositoryPropertiesHelper. removeEnumPropertyOrdinal(String sourceName, String propertyName, InstanceProperties properties, String methodName)Retrieve the ordinal value from an enum property and then delete it from the propertiesintOMRSRepositoryPropertiesUtilities. removeEnumPropertyOrdinal(String sourceName, String propertyName, InstanceProperties properties, String methodName)Retrieve the ordinal value from an enum property.Map<String,Integer>OMRSRepositoryPropertiesHelper. removeIntegerMapFromProperty(String sourceName, String propertyName, InstanceProperties properties, String methodName)Locates and extracts a property from an instance that is of type map and then converts its values into a Java map.Map<String,Integer>OMRSRepositoryPropertiesUtilities. removeIntegerMapFromProperty(String sourceName, String propertyName, InstanceProperties properties, String methodName)Locates and extracts a property from an instance that is of type map and then converts its values into a Java map.intOMRSRepositoryPropertiesHelper. removeIntProperty(String sourceName, String propertyName, InstanceProperties properties, String methodName)Return the requested property or 0 if property is not found.intOMRSRepositoryPropertiesUtilities. removeIntProperty(String sourceName, String propertyName, InstanceProperties properties, String methodName)Return the requested property or 0 if property is not found.Map<String,Long>OMRSRepositoryPropertiesHelper. removeLongMapFromProperty(String sourceName, String propertyName, InstanceProperties properties, String methodName)Locates and extracts a property from an instance that is of type map and then converts its values into a Java map.Map<String,Long>OMRSRepositoryPropertiesUtilities. removeLongMapFromProperty(String sourceName, String propertyName, InstanceProperties properties, String methodName)Locates and extracts a property from an instance that is of type map and then converts its values into a Java map.Map<String,Object>OMRSRepositoryPropertiesHelper. removeMapFromProperty(String sourceName, String propertyName, InstanceProperties properties, String methodName)Locates and extracts a property from an instance that is of type map and then converts its values into a Java map.Map<String,Object>OMRSRepositoryPropertiesUtilities. removeMapFromProperty(String sourceName, String propertyName, InstanceProperties properties, String methodName)Locates and extracts a property from an instance that is of type map and then converts its values into a Java map.protected voidOMRSRepositoryPropertiesUtilities. removeProperty(String propertyName, InstanceProperties properties)Remove the named property from the instance properties object.List<String>OMRSRepositoryPropertiesHelper. removeStringArrayProperty(String sourceName, String propertyName, InstanceProperties properties, String methodName)Locates and extracts a string array property and extracts its values.List<String>OMRSRepositoryPropertiesUtilities. removeStringArrayProperty(String sourceName, String propertyName, InstanceProperties properties, String methodName)Locates and extracts a string array property and extracts its values.Map<String,String>OMRSRepositoryPropertiesHelper. removeStringMapFromProperty(String sourceName, String propertyName, InstanceProperties properties, String methodName)Locates and extracts a property from an instance that is of type map and then converts its values into a Java map.Map<String,String>OMRSRepositoryPropertiesUtilities. removeStringMapFromProperty(String sourceName, String propertyName, InstanceProperties properties, String methodName)Locates and extracts a property from an instance that is of type map and then converts its values into a Java map.StringOMRSRepositoryPropertiesHelper. removeStringProperty(String sourceName, String propertyName, InstanceProperties properties, String methodName)Return the requested property or null if property is not found.StringOMRSRepositoryPropertiesUtilities. removeStringProperty(String sourceName, String propertyName, InstanceProperties properties, String methodName)Return the requested property or null if property is not found. -
Uses of InstanceProperties in org.odpi.openmetadata.repositoryservices.rest.properties
Methods in org.odpi.openmetadata.repositoryservices.rest.properties that return InstanceProperties Modifier and Type Method Description InstancePropertiesClassificationRequest. getClassificationProperties()Return the list of properties for the new entity.InstancePropertiesEntityCreateRequest. getInitialProperties()Return the list of properties for the new entity.InstancePropertiesRelationshipCreateRequest. getInitialProperties()Return the list of properties for the new relationship.InstancePropertiesInstancePropertiesRequest. getInstanceProperties()Return the list of properties for the new entity.InstancePropertiesPropertyMatchFindRequest. getMatchProperties()Return the collection of match properties for this find request.Methods in org.odpi.openmetadata.repositoryservices.rest.properties with parameters of type InstanceProperties Modifier and Type Method Description voidClassificationRequest. setClassificationProperties(InstanceProperties classificationProperties)Set up the initial properties for the entity.voidEntityCreateRequest. setInitialProperties(InstanceProperties initialProperties)Set up the initial properties for the entity.voidRelationshipCreateRequest. setInitialProperties(InstanceProperties initialProperties)Set up the initial properties for the relationship.voidInstancePropertiesRequest. setInstanceProperties(InstanceProperties instanceProperties)Set up the initial properties for the entity.voidPropertyMatchFindRequest. setMatchProperties(InstanceProperties matchProperties)Set up the collection of match properties for this find request.
-