Searched refs:combinedTopic (Results 1 – 3 of 3) sorted by relevance
218 for (CombinedTopic combinedTopic : combinedTopics) { in getTopics()221 taxonomyVersions.add(combinedTopic.getTopic().getTaxonomyVersion()); in getTopics()222 modelVersions.add(combinedTopic.getTopic().getModelVersion()); in getTopics()223 topicIds.add(combinedTopic.getTopic().getTopic()); in getTopics()226 if (!combinedTopic in getTopics()229 encryptedTopics.add(combinedTopic.getEncryptedTopic().getEncryptedTopic()); in getTopics()230 keyIdentifiers.add(combinedTopic.getEncryptedTopic().getKeyIdentifier()); in getTopics()231 encapsulatedKeys.add(combinedTopic.getEncryptedTopic().getEncapsulatedKey()); in getTopics()
276 CombinedTopic combinedTopic = CombinedTopic.create(topic, encryptedTopic); in getTopics() local277 combinedTopics.add(combinedTopic); in getTopics()
82 CombinedTopic combinedTopic = (CombinedTopic) object; in equals()83 return getTopic().equals(combinedTopic.getTopic()) in equals()84 && getEncryptedTopic().equals(combinedTopic.getEncryptedTopic()); in equals()