Uses of Class
cz.metacentrum.perun.core.api.exceptions.HostNotExistsException
Packages that use HostNotExistsException
Package
Description
-
Uses of HostNotExistsException in cz.metacentrum.perun.core.api
Methods in cz.metacentrum.perun.core.api that throw HostNotExistsExceptionModifier and TypeMethodDescriptionvoidAttributesManager.checkAttributeSemantics(PerunSession sess, Host host, Attribute attribute) Checks if value of this host attribute has valid semantics.voidAttributesManager.checkAttributesSemantics(PerunSession sess, Host host, List<Attribute> attributes) PRIVILEGE: Check attributes only when principal has access to write on them.voidAttributesManager.checkAttributesSyntax(PerunSession sess, Host host, List<Attribute> attributes) PRIVILEGE: Check attributes only when principal has access to write on them.voidAttributesManager.checkAttributeSyntax(PerunSession sess, Host host, Attribute attribute) Checks if value of this host attribute has valid syntaxAttributesManager.fillAttribute(PerunSession sess, Host host, Attribute attribute) This method tries to fill host attribute.AttributesManager.fillAttributes(PerunSession sess, Host host, List<Attribute> attributes) PRIVILEGE: Fill attributes only when principal has access to write on them.AttributesManager.getAttribute(PerunSession sess, Host host, String attributeName) Get particular attribute for the hostAttributesManager.getAttributeById(PerunSession sess, Host host, int id) Get particular attribute for the hostAttributesManager.getAttributes(PerunSession sess, Host host) Get all non-empty attributes associated with the hostAttributesManager.getAttributes(PerunSession sess, Host host, List<String> attrNames) Get all attributes associated with the host which have name in list attrNames (empty too).FacilitiesManager.getFacilityForHost(PerunSession sess, Host host) Return facility which has the host.FacilitiesManager.getHostById(PerunSession sess, int id) Get the host by its ID.AttributesManager.getRequiredAttributes(PerunSession sess, Service service, Host host) Get host required attributes for the serviceAttributesManager.getResourceRequiredAttributes(PerunSession sess, Resource resourceToGetServicesFrom, Host host) Get host attributes which are required by services defined on specified resourcevoidAttributesManager.removeAllAttributes(PerunSession sess, Host host) Unset all attributes for the hostvoidAttributesManager.removeAttribute(PerunSession sess, Host host, AttributeDefinition attribute) Unset particular attribute for the host.voidAttributesManager.removeAttributes(PerunSession sess, Host host, List<? extends AttributeDefinition> attributes) PRIVILEGE: Remove attributes only when principal has access to write on them.voidFacilitiesManager.removeHost(PerunSession perunSession, Host host) Remove hosts from the Facility.voidFacilitiesManager.removeHostByHostname(PerunSession perunSession, String hostname) Remove host from the Facility based on hostname.voidAttributesManager.setAttribute(PerunSession sess, Host host, Attribute attribute) Store the attribute associated with the host.voidAttributesManager.setAttributes(PerunSession sess, Host host, List<Attribute> attributes) Store the attributes associated with the host. -
Uses of HostNotExistsException in cz.metacentrum.perun.core.bl
Methods in cz.metacentrum.perun.core.bl that throw HostNotExistsExceptionModifier and TypeMethodDescriptionvoidFacilitiesManagerBl.checkHostExists(PerunSession sess, Host host) FacilitiesManagerBl.getHostById(PerunSession sess, int id) Get the host by its ID. -
Uses of HostNotExistsException in cz.metacentrum.perun.core.blImpl
Methods in cz.metacentrum.perun.core.blImpl that throw HostNotExistsExceptionModifier and TypeMethodDescriptionvoidFacilitiesManagerBlImpl.checkHostExists(PerunSession sess, Host host) FacilitiesManagerBlImpl.getHostById(PerunSession sess, int id) -
Uses of HostNotExistsException in cz.metacentrum.perun.core.entry
Methods in cz.metacentrum.perun.core.entry that throw HostNotExistsExceptionModifier and TypeMethodDescriptionvoidAttributesManagerEntry.checkAttributeSemantics(PerunSession sess, Host host, Attribute attribute) voidAttributesManagerEntry.checkAttributesSemantics(PerunSession sess, Host host, List<Attribute> attributes) voidAttributesManagerEntry.checkAttributesSyntax(PerunSession sess, Host host, List<Attribute> attributes) voidAttributesManagerEntry.checkAttributeSyntax(PerunSession sess, Host host, Attribute attribute) AttributesManagerEntry.fillAttribute(PerunSession sess, Host host, Attribute attribute) AttributesManagerEntry.fillAttributes(PerunSession sess, Host host, List<Attribute> attributes) AttributesManagerEntry.getAttribute(PerunSession sess, Host host, String attributeName) AttributesManagerEntry.getAttributeById(PerunSession sess, Host host, int id) AttributesManagerEntry.getAttributes(PerunSession sess, Host host) AttributesManagerEntry.getAttributes(PerunSession sess, Host host, List<String> attrNames) FacilitiesManagerEntry.getFacilityForHost(PerunSession sess, Host host) FacilitiesManagerEntry.getHostById(PerunSession sess, int hostId) AttributesManagerEntry.getRequiredAttributes(PerunSession sess, Service service, Host host) AttributesManagerEntry.getResourceRequiredAttributes(PerunSession sess, Resource resourceToGetServicesFrom, Host host) voidAttributesManagerEntry.removeAllAttributes(PerunSession sess, Host host) voidAttributesManagerEntry.removeAttribute(PerunSession sess, Host host, AttributeDefinition attribute) voidAttributesManagerEntry.removeAttributes(PerunSession sess, Host host, List<? extends AttributeDefinition> attributes) voidFacilitiesManagerEntry.removeHost(PerunSession sess, Host host) voidFacilitiesManagerEntry.removeHostByHostname(PerunSession sess, String hostname) voidAttributesManagerEntry.setAttribute(PerunSession sess, Host host, Attribute attribute) voidAttributesManagerEntry.setAttributes(PerunSession sess, Host host, List<Attribute> attributes) -
Uses of HostNotExistsException in cz.metacentrum.perun.core.impl
Methods in cz.metacentrum.perun.core.impl that throw HostNotExistsExceptionModifier and TypeMethodDescriptionvoidFacilitiesManagerImpl.checkHostExists(PerunSession sess, Host host) FacilitiesManagerImpl.getHostById(PerunSession sess, int id) -
Uses of HostNotExistsException in cz.metacentrum.perun.core.implApi
Methods in cz.metacentrum.perun.core.implApi that throw HostNotExistsExceptionModifier and TypeMethodDescriptionvoidFacilitiesManagerImplApi.checkHostExists(PerunSession sess, Host host) FacilitiesManagerImplApi.getHostById(PerunSession sess, int id) Get the host by its ID.