Class ResourceGovernor

java.lang.Object
net.finmath.smartcontract.valuation.service.utils.ResourceGovernor

@Service @Profile("!test") public class ResourceGovernor extends Object
Class that provides all resource access to the rest of the services.
  • Constructor Details

    • ResourceGovernor

      public ResourceGovernor(org.springframework.core.io.support.ResourcePatternResolver resourcePatternResolver)
  • Method Details

    • getActiveDatasetAsResourceInReadMode

      public org.springframework.core.io.Resource getActiveDatasetAsResourceInReadMode(String username)
    • getActiveDatasetAsResourceInWriteMode

      public org.springframework.core.io.WritableResource getActiveDatasetAsResourceInWriteMode(String username)
    • getImportCandidateAsResourceInReadMode

      public org.springframework.core.io.Resource getImportCandidateAsResourceInReadMode()
    • getImportCandidateAsResourceInWriteMode

      public org.springframework.core.io.WritableResource getImportCandidateAsResourceInWriteMode()
    • getRefinitivPropertiesAsResourceInReadMode

      public org.springframework.core.io.Resource getRefinitivPropertiesAsResourceInReadMode()
    • getDatabasePropertiesAsResourceInReadMode

      public org.springframework.core.io.Resource getDatabasePropertiesAsResourceInReadMode()
    • getReadableResource

      public org.springframework.core.io.Resource getReadableResource(String username, ResourceGovernor.RoleFolders roleFolder, String filename)
    • getWritableResource

      public org.springframework.core.io.WritableResource getWritableResource(String username, ResourceGovernor.RoleFolders roleFolder, String filename)
    • listContentsOfUserFolder

      public org.springframework.core.io.Resource[] listContentsOfUserFolder(String username, ResourceGovernor.RoleFolders roleFolder) throws IOException
      Throws:
      IOException