Uses of Class
com.ads.api.beans.bgm.Association
Packages that use Association
Package
Description
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 Resource Classes, methods related to System, Environment, Table, Column, Mappings, Subject, Business Catalogs, Tags, Associations, Files etc., includes the user authentication for the REST services methods.
-
Uses of Association in com.ads.api.util
Methods in com.ads.api.util that return AssociationModifier and TypeMethodDescriptionAssociationUtil.getAssociation(int associationId) Returns the association object for the specified associationId.AssociationUtil.getAssociation(int associationId, boolean fillInfo) Returns the association object for the specified associationId and fillInfo.Methods in com.ads.api.util that return types with arguments of type AssociationModifier and TypeMethodDescriptionAssociationUtil.getAssociations(int objectId, int objectTypeId) Returns the list association objects for the specified sourceObjectId and sourceObjectTypeId.AssociationUtil.getAssociations(int objectId, int objectTypeId, boolean fillInfo) Returns the list association objects for the specified objectId, objectTypeId and fillInfo.AssociationUtil.getAssociations(List<Integer> associationIds) Returns the list association objects for the specified list of associationIds.AssociationUtil.getAssociations(List<Integer> associationIds, boolean fillInfo) Returns the list association objects for the specified list of associationIds and fillInfo.TagUtil.getAssociations(String tagName, boolean fillInfo) Returns the list of associations of the tag object for the specified.TagUtil.getAssociationsById(int tagId, boolean fillInfo) Returns the list of associations of the tag object for the specified tagId.Methods in com.ads.api.util with parameters of type AssociationModifier and TypeMethodDescriptionAssociationUtil.createAssociation(Association association) Creates the association for the given association object.AssociationUtil.updateAssociation(Association association) Updates the association for the given association object.Method parameters in com.ads.api.util with type arguments of type AssociationModifier and TypeMethodDescriptionAssociationUtil.createAssociations(List<Association> associations) Creates the associations for the given list of association objects.AssociationUtil.updateAssociations(List<Association> associations) Updates the associations for the given list of association objects. -
Uses of Association in com.ads.services.webservice.rest
Method parameters in com.ads.services.webservice.rest with type arguments of type AssociationModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntityAssociationResource.createAssociations(List<Association> associations) Creates the associations for the given list of association objects.org.springframework.http.ResponseEntityAssociationResource.updateAssociations(List<Association> associations) This function is used to update the fields(Extended Properties) for the list of associations.