Uses of Enum Class
net.finmath.smartcontract.valuation.service.utils.ResourceGovernor.RoleFolders
Packages that use ResourceGovernor.RoleFolders
-
Uses of ResourceGovernor.RoleFolders in net.finmath.smartcontract.valuation.service.utils
Methods in net.finmath.smartcontract.valuation.service.utils that return ResourceGovernor.RoleFoldersModifier and TypeMethodDescriptionstatic ResourceGovernor.RoleFolders
Returns the enum constant of this class with the specified name.static ResourceGovernor.RoleFolders[]
ResourceGovernor.RoleFolders.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.finmath.smartcontract.valuation.service.utils with parameters of type ResourceGovernor.RoleFoldersModifier and TypeMethodDescriptionorg.springframework.core.io.Resource
ResourceGovernor.getReadableResource
(String username, ResourceGovernor.RoleFolders roleFolder, String filename) org.springframework.core.io.WritableResource
ResourceGovernor.getWritableResource
(String username, ResourceGovernor.RoleFolders roleFolder, String filename) org.springframework.core.io.Resource[]
ResourceGovernor.listContentsOfUserFolder
(String username, ResourceGovernor.RoleFolders roleFolder)