- findByAccountId(Long) - Method in interface org.duracloud.account.db.repo.DuracloudGroupRepo
-
This method returns all groups within the given account.
- findByAccountId(Long) - Method in interface org.duracloud.account.db.repo.DuracloudInstanceRepo
-
This method returns the set of instances associated with a given account
- findByAccountId(Long) - Method in interface org.duracloud.account.db.repo.DuracloudRightsRepo
-
This method returns the set of rights for a given account
The list may be of 0 length
- findByAccountId(Long) - Method in interface org.duracloud.account.db.repo.DuracloudUserInvitationRepo
-
This method returns the set of invitations associated with a given
DuraCloud account
- findByAccountIdAndUserId(Long, Long) - Method in interface org.duracloud.account.db.repo.DuracloudRightsRepo
-
This method returns the set of rights for a given user in a given account
- findByNameAndAccountId(String, Long) - Method in interface org.duracloud.account.db.repo.DuracloudGroupRepo
-
This method returns a single group within the given account, with the
given groupname.
- findByRedemptionCode(String) - Method in interface org.duracloud.account.db.repo.DuracloudUserInvitationRepo
-
This method returns the user invitation which matches the given
redemption code
- findBySubdomain(String) - Method in interface org.duracloud.account.db.repo.DuracloudAccountRepo
-
This method returns the account with the given subdomain
- findByUserId(Long) - Method in interface org.duracloud.account.db.repo.DuracloudRightsRepo
-
This method returns the set of rights for a given user
The list may be of 0 length
- findByUsername(String) - Method in interface org.duracloud.account.db.repo.DuracloudUserRepo
-
This method returns a single user with the given username
- findLatest() - Method in interface org.duracloud.account.db.repo.DuracloudServerImageRepo
-
Discovers and returns the Server Image which is considered the latest,
indicating that it is the preferred image to use when starting a new
instance.