Uses of Class
cz.metacentrum.perun.core.api.EnrichedResource
Packages that use EnrichedResource
Package
Description
-
Uses of EnrichedResource in cz.metacentrum.perun.core.api
Methods in cz.metacentrum.perun.core.api that return EnrichedResourceModifier and TypeMethodDescriptionAssignedResource.getEnrichedResource()ResourcesManager.getEnrichedResourceById(PerunSession sess, int id, List<String> attrNames) Find resource for given id and returns it with given attributes.Methods in cz.metacentrum.perun.core.api that return types with arguments of type EnrichedResourceModifier and TypeMethodDescriptionResourcesManager.getEnrichedResourcesForFacility(PerunSession sess, Facility facility, List<String> attrNames) Find resources for given facility and attributes for given names.ResourcesManager.getEnrichedResourcesForVo(PerunSession sess, Vo vo, List<String> attrNames) Find resources for given vo and attributes for given names.Methods in cz.metacentrum.perun.core.api with parameters of type EnrichedResourceModifier and TypeMethodDescriptionvoidAssignedResource.setEnrichedResource(EnrichedResource enrichedResource) Constructors in cz.metacentrum.perun.core.api with parameters of type EnrichedResourceModifierConstructorDescriptionAssignedResource(EnrichedResource enrichedResource, GroupResourceStatus status, Integer sourceGroupId, String failureCause, Facility facility, boolean autoAssignSubgroups) -
Uses of EnrichedResource in cz.metacentrum.perun.core.bl
Methods in cz.metacentrum.perun.core.bl that return EnrichedResourceModifier and TypeMethodDescriptionResourcesManagerBl.convertToEnrichedResource(PerunSession sess, Resource resource, List<String> attrNames) Creates enrichedResource from given resource and load attributes with given names.ResourcesManagerBl.filterOnlyAllowedAttributes(PerunSession sess, EnrichedResource enrichedResource) Filter attributes in given enrichedResources, which are allowed for current principal.ResourcesManagerBl.getEnrichedResourceById(PerunSession sess, int id, List<String> attrNames) Find resource for given id and returns it with given attributes.Methods in cz.metacentrum.perun.core.bl that return types with arguments of type EnrichedResourceModifier and TypeMethodDescriptionResourcesManagerBl.getEnrichedRichResourcesForFacility(PerunSession sess, Facility facility, List<String> attrNames) Find resources for given facility and attributes for given names.ResourcesManagerBl.getEnrichedRichResourcesForVo(PerunSession sess, Vo vo, List<String> attrNames) Find resources for given vo and attributes for given names.Methods in cz.metacentrum.perun.core.bl with parameters of type EnrichedResourceModifier and TypeMethodDescriptionResourcesManagerBl.filterOnlyAllowedAttributes(PerunSession sess, EnrichedResource enrichedResource) Filter attributes in given enrichedResources, which are allowed for current principal. -
Uses of EnrichedResource in cz.metacentrum.perun.core.blImpl
Methods in cz.metacentrum.perun.core.blImpl that return EnrichedResourceModifier and TypeMethodDescriptionResourcesManagerBlImpl.convertToEnrichedResource(PerunSession sess, Resource resource, List<String> attrNames) ResourcesManagerBlImpl.filterOnlyAllowedAttributes(PerunSession sess, EnrichedResource enrichedResource) ResourcesManagerBlImpl.getEnrichedResourceById(PerunSession sess, int id, List<String> attrNames) Methods in cz.metacentrum.perun.core.blImpl that return types with arguments of type EnrichedResourceModifier and TypeMethodDescriptionResourcesManagerBlImpl.getEnrichedRichResourcesForFacility(PerunSession sess, Facility facility, List<String> attrNames) ResourcesManagerBlImpl.getEnrichedRichResourcesForVo(PerunSession sess, Vo vo, List<String> attrNames) Methods in cz.metacentrum.perun.core.blImpl with parameters of type EnrichedResourceModifier and TypeMethodDescriptionResourcesManagerBlImpl.filterOnlyAllowedAttributes(PerunSession sess, EnrichedResource enrichedResource) -
Uses of EnrichedResource in cz.metacentrum.perun.core.entry
Methods in cz.metacentrum.perun.core.entry that return EnrichedResourceModifier and TypeMethodDescriptionResourcesManagerEntry.getEnrichedResourceById(PerunSession sess, int id, List<String> attrNames) Methods in cz.metacentrum.perun.core.entry that return types with arguments of type EnrichedResourceModifier and TypeMethodDescriptionResourcesManagerEntry.getEnrichedResourcesForFacility(PerunSession sess, Facility facility, List<String> attrNames) ResourcesManagerEntry.getEnrichedResourcesForVo(PerunSession sess, Vo vo, List<String> attrNames)