Uses of Class
cz.metacentrum.perun.core.api.exceptions.HostNotExistsException
Package
Description
-
Uses of HostNotExistsException in cz.metacentrum.perun.core.api
Modifier and TypeMethodDescriptionvoid
AttributesManager.checkAttributeSemantics
(PerunSession sess, Host host, Attribute attribute) Checks if value of this host attribute has valid semantics.void
AttributesManager.checkAttributesSemantics
(PerunSession sess, Host host, List<Attribute> attributes) PRIVILEGE: Check attributes only when principal has access to write on them.void
AttributesManager.checkAttributesSyntax
(PerunSession sess, Host host, List<Attribute> attributes) PRIVILEGE: Check attributes only when principal has access to write on them.void
AttributesManager.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 resourcevoid
AttributesManager.removeAllAttributes
(PerunSession sess, Host host) Unset all attributes for the hostvoid
AttributesManager.removeAttribute
(PerunSession sess, Host host, AttributeDefinition attribute) Unset particular attribute for the host.void
AttributesManager.removeAttributes
(PerunSession sess, Host host, List<? extends AttributeDefinition> attributes) PRIVILEGE: Remove attributes only when principal has access to write on them.void
FacilitiesManager.removeHost
(PerunSession perunSession, Host host) Remove hosts from the Facility.void
FacilitiesManager.removeHostByHostname
(PerunSession perunSession, String hostname) Remove host from the Facility based on hostname.void
AttributesManager.setAttribute
(PerunSession sess, Host host, Attribute attribute) Store the attribute associated with the host.void
AttributesManager.setAttributes
(PerunSession sess, Host host, List<Attribute> attributes) Store the attributes associated with the host. -
Uses of HostNotExistsException in cz.metacentrum.perun.core.bl
Modifier and TypeMethodDescriptionvoid
FacilitiesManagerBl.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
Modifier and TypeMethodDescriptionvoid
FacilitiesManagerBlImpl.checkHostExists
(PerunSession sess, Host host) FacilitiesManagerBlImpl.getHostById
(PerunSession sess, int id) -
Uses of HostNotExistsException in cz.metacentrum.perun.core.entry
Modifier and TypeMethodDescriptionvoid
AttributesManagerEntry.checkAttributeSemantics
(PerunSession sess, Host host, Attribute attribute) void
AttributesManagerEntry.checkAttributesSemantics
(PerunSession sess, Host host, List<Attribute> attributes) void
AttributesManagerEntry.checkAttributesSyntax
(PerunSession sess, Host host, List<Attribute> attributes) void
AttributesManagerEntry.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) void
AttributesManagerEntry.removeAllAttributes
(PerunSession sess, Host host) void
AttributesManagerEntry.removeAttribute
(PerunSession sess, Host host, AttributeDefinition attribute) void
AttributesManagerEntry.removeAttributes
(PerunSession sess, Host host, List<? extends AttributeDefinition> attributes) void
FacilitiesManagerEntry.removeHost
(PerunSession sess, Host host) void
FacilitiesManagerEntry.removeHostByHostname
(PerunSession sess, String hostname) void
AttributesManagerEntry.setAttribute
(PerunSession sess, Host host, Attribute attribute) void
AttributesManagerEntry.setAttributes
(PerunSession sess, Host host, List<Attribute> attributes) -
Uses of HostNotExistsException in cz.metacentrum.perun.core.impl
Modifier and TypeMethodDescriptionvoid
FacilitiesManagerImpl.checkHostExists
(PerunSession sess, Host host) FacilitiesManagerImpl.getHostById
(PerunSession sess, int id) -
Uses of HostNotExistsException in cz.metacentrum.perun.core.implApi
Modifier and TypeMethodDescriptionvoid
FacilitiesManagerImplApi.checkHostExists
(PerunSession sess, Host host) FacilitiesManagerImplApi.getHostById
(PerunSession sess, int id) Get the host by its ID.