Uses of Class
cz.metacentrum.perun.core.api.exceptions.AttributeDefinitionExistsException
Packages that use AttributeDefinitionExistsException
Package
Description
-
Uses of AttributeDefinitionExistsException in cz.metacentrum.perun.core.api
Methods in cz.metacentrum.perun.core.api that throw AttributeDefinitionExistsExceptionModifier and TypeMethodDescriptionAttributesManager.createAttribute
(PerunSession sess, AttributeDefinition attributeDefinition) Creates an attribute, the attribute is stored into the appropriate DB table according to the namespace -
Uses of AttributeDefinitionExistsException in cz.metacentrum.perun.core.bl
Methods in cz.metacentrum.perun.core.bl that throw AttributeDefinitionExistsExceptionModifier and TypeMethodDescriptionAttributesManagerBl.createAttribute
(PerunSession sess, AttributeDefinition attributeDefinition) Creates an attribute, the attribute is stored into the appropriate DB table according to the namespace Also tries to initialize its attribute module and register the module for listening Auditer messages. -
Uses of AttributeDefinitionExistsException in cz.metacentrum.perun.core.blImpl
Methods in cz.metacentrum.perun.core.blImpl that throw AttributeDefinitionExistsExceptionModifier and TypeMethodDescriptionAttributesManagerBlImpl.createAttribute
(PerunSession sess, AttributeDefinition attribute) -
Uses of AttributeDefinitionExistsException in cz.metacentrum.perun.core.entry
Methods in cz.metacentrum.perun.core.entry that throw AttributeDefinitionExistsExceptionModifier and TypeMethodDescriptionAttributesManagerEntry.createAttribute
(PerunSession sess, AttributeDefinition attribute) -
Uses of AttributeDefinitionExistsException in cz.metacentrum.perun.core.impl
Methods in cz.metacentrum.perun.core.impl that throw AttributeDefinitionExistsExceptionModifier and TypeMethodDescriptionAttributesManagerImpl.createAttribute
(PerunSession sess, AttributeDefinition attribute) -
Uses of AttributeDefinitionExistsException in cz.metacentrum.perun.core.implApi
Methods in cz.metacentrum.perun.core.implApi that throw AttributeDefinitionExistsExceptionModifier and TypeMethodDescriptionAttributesManagerImplApi.createAttribute
(PerunSession sess, AttributeDefinition attribute) Creates an attribute, the attribute is stored into the appropriate DB table according to the namespace.