Uses of Class
cz.metacentrum.perun.core.api.exceptions.DestinationNotExistsException
Packages that use DestinationNotExistsException
Package
Description
-
Uses of DestinationNotExistsException in cz.metacentrum.perun.core.api
Methods in cz.metacentrum.perun.core.api that throw DestinationNotExistsExceptionModifier and TypeMethodDescriptionvoidServicesManager.blockAllServicesOnDestination(PerunSession perunSession, int destinationId) Block all services currently assigned on this destination.voidServicesManager.blockServiceOnDestination(PerunSession perunSession, Service service, int destinationId) Bans Service on destination.voidServicesManager.blockServicesOnDestinations(PerunSession perunSession, List<RichDestination> richDestinations) Bans the Service on the destination - each pair defined by the rich destination.ServicesManager.getDestinationById(PerunSession perunSession, int id) Get destination by idintServicesManager.getDestinationIdByName(PerunSession sess, String name, String type) Return ID of Destination by its value (name) and type.ServicesManager.getServicesBlockedOnDestination(PerunSession perunSession, int destinationId) List all the Services that are banned on this destination.TasksManager.getTaskResultsByTaskAndDestination(PerunSession session, int taskId, int destinationId) Find all task results for given task and destination.booleanServicesManager.isServiceBlockedOnDestination(PerunSession sess, Service service, int destinationId) Is this Service denied on the destination?voidServicesManager.unblockAllServicesOnDestination(PerunSession perunSession, int destinationId) Erase all the possible denials on this destination.voidServicesManager.unblockServiceOnDestination(PerunSession perunSession, Service service, int destinationId) Free the denial of the Service on this destination.voidServicesManager.unblockServicesOnDestinations(PerunSession perunSession, List<RichDestination> richDestinations) Free the denial of the Service on the destination - each pair defined by the rich destination. -
Uses of DestinationNotExistsException in cz.metacentrum.perun.core.bl
Methods in cz.metacentrum.perun.core.bl that throw DestinationNotExistsExceptionModifier and TypeMethodDescriptionvoidServicesManagerBl.blockAllServicesOnDestination(PerunSession perunSession, int destinationId) Block all services currently assigned on this destination.voidServicesManagerBl.blockServiceOnDestination(PerunSession perunSession, Service service, int destinationId) Bans Service on destination.ServicesManagerBl.getDestinationById(PerunSession perunSession, int id) Get destination by idintServicesManagerBl.getDestinationIdByName(PerunSession sess, String name, String type) Returns Destinations ID based on destination name and type. -
Uses of DestinationNotExistsException in cz.metacentrum.perun.core.blImpl
Methods in cz.metacentrum.perun.core.blImpl that throw DestinationNotExistsExceptionModifier and TypeMethodDescriptionvoidServicesManagerBlImpl.blockAllServicesOnDestination(PerunSession sess, int destinationId) ServicesManagerBlImpl.getDestinationById(PerunSession sess, int id) intServicesManagerBlImpl.getDestinationIdByName(PerunSession sess, String name, String type) -
Uses of DestinationNotExistsException in cz.metacentrum.perun.core.entry
Methods in cz.metacentrum.perun.core.entry that throw DestinationNotExistsExceptionModifier and TypeMethodDescriptionvoidServicesManagerEntry.blockAllServicesOnDestination(PerunSession sess, int destinationId) voidServicesManagerEntry.blockServiceOnDestination(PerunSession sess, Service service, int destinationId) voidServicesManagerEntry.blockServicesOnDestinations(PerunSession sess, List<RichDestination> richDestinations) ServicesManagerEntry.getDestinationById(PerunSession sess, int id) intServicesManagerEntry.getDestinationIdByName(PerunSession sess, String name, String type) ServicesManagerEntry.getServicesBlockedOnDestination(PerunSession sess, int destinationId) TasksManagerEntry.getTaskResultsByTaskAndDestination(PerunSession session, int taskId, int destinationId) booleanServicesManagerEntry.isServiceBlockedOnDestination(PerunSession sess, Service service, int destinationId) voidServicesManagerEntry.unblockAllServicesOnDestination(PerunSession sess, int destinationId) voidServicesManagerEntry.unblockServiceOnDestination(PerunSession sess, Service service, int destinationId) voidServicesManagerEntry.unblockServicesOnDestinations(PerunSession sess, List<RichDestination> richDestinations) -
Uses of DestinationNotExistsException in cz.metacentrum.perun.core.impl
Methods in cz.metacentrum.perun.core.impl that throw DestinationNotExistsExceptionModifier and TypeMethodDescriptionServicesManagerImpl.getDestination(PerunSession sess, String destination, String type) ServicesManagerImpl.getDestinationById(PerunSession sess, int id) -
Uses of DestinationNotExistsException in cz.metacentrum.perun.core.implApi
Methods in cz.metacentrum.perun.core.implApi that throw DestinationNotExistsExceptionModifier and TypeMethodDescriptionServicesManagerImplApi.getDestination(PerunSession sess, String destination, String type) Get destination by String destination and typeServicesManagerImplApi.getDestinationById(PerunSession perunSession, int id) Get destination by id