Uses of Class
cz.metacentrum.perun.core.api.RichAttribute
Packages that use RichAttribute
Package
Description
-
Uses of RichAttribute in cz.metacentrum.perun.core.bl
Methods in cz.metacentrum.perun.core.bl that return types with arguments of type RichAttributeModifier and TypeMethodDescriptionAttributesManagerBl.getRichAttributesWithHoldersForAttributeDefinition
(PerunSession sess, AttributeDefinition attrDef, RichAttribute aidingAttr) Method get attribute Definition attrDef and aidingAttr which only holds one or two useful objects in holders.Methods in cz.metacentrum.perun.core.bl with parameters of type RichAttributeModifier and TypeMethodDescriptionvoid
AttributesManagerBl.checkAttributeDependencies
(PerunSession sess, RichAttribute richAttr) This method check validity of value on all attributes which depends on the attributes in richAttr object.AttributesManagerBl.getRichAttributesWithHoldersForAttributeDefinition
(PerunSession sess, AttributeDefinition attrDef, RichAttribute aidingAttr) Method get attribute Definition attrDef and aidingAttr which only holds one or two useful objects in holders. -
Uses of RichAttribute in cz.metacentrum.perun.core.blImpl
Methods in cz.metacentrum.perun.core.blImpl that return types with arguments of type RichAttributeModifier and TypeMethodDescriptionAttributesManagerBlImpl.getRichAttributesWithHoldersForAttributeDefinition
(PerunSession sess, AttributeDefinition attrDef, RichAttribute aidingAttr) Methods in cz.metacentrum.perun.core.blImpl with parameters of type RichAttributeModifier and TypeMethodDescriptionvoid
AttributesManagerBlImpl.checkAttributeDependencies
(PerunSession sess, RichAttribute richAttr) AttributesManagerBlImpl.getRichAttributesWithHoldersForAttributeDefinition
(PerunSession sess, AttributeDefinition attrDef, RichAttribute aidingAttr) -
Uses of RichAttribute in cz.metacentrum.perun.core.impl
Methods in cz.metacentrum.perun.core.impl that return types with arguments of type RichAttributeModifier and TypeMethodDescriptionAttributesManagerImpl.getAllUserFacilityRichAttributes
(PerunSession sess, User user) -
Uses of RichAttribute in cz.metacentrum.perun.core.implApi
Methods in cz.metacentrum.perun.core.implApi that return types with arguments of type RichAttributeModifier and TypeMethodDescriptionAttributesManagerImplApi.getAllUserFacilityRichAttributes
(PerunSession sess, User user) Get all non-empty attributes associated with the user on the all facilities.