Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Commit

Permalink
Added query in cmdb (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
vidhya9lakshmi authored and rvema committed Dec 4, 2019
1 parent 8d6c157 commit 8c9026d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,6 @@ public interface CmdbRepository extends CrudRepository<Cmdb, ObjectId> {
Cmdb findByConfigurationItemAndItemTypeAndValidConfigItem(String configurationItem,String itemType, boolean isValid);

List<Cmdb> findByBusinessOwnerAndItemTypeAndValidConfigItem(String businessOwner, String itemType, boolean isValid);

List<Cmdb> findByCommonNameOrderByTimestamp(String commonName);
}

0 comments on commit 8c9026d

Please sign in to comment.