Class FilesEntityResource

java.lang.Object
org.alfresco.rm.rest.api.files.FilesEntityResource
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

@EntityResource(name="files", title="Files") public class FilesEntityResource extends Object implements org.springframework.beans.factory.InitializingBean
An implementation of an Entity Resource for a file
Since:
2.6
Author:
Ana Bozianu
  • Constructor Details

    • FilesEntityResource

      public FilesEntityResource()
  • Method Details

    • setApiUtils

      public void setApiUtils(FilePlanComponentsApiUtils apiUtils)
    • setAuthenticationUtil

      public void setAuthenticationUtil(AuthenticationUtil authenticationUtil)
    • setFilePlanService

      public void setFilePlanService(FilePlanService filePlanService)
    • setFileFolderService

      public void setFileFolderService(FileFolderService fileFolderService)
    • setRecordService

      public void setRecordService(RecordService recordService)
    • setNodesModelFactory

      public void setNodesModelFactory(ApiNodesModelFactory nodesModelFactory)
    • setTransactionService

      public void setTransactionService(TransactionService transactionService)
    • declareAsRecord

      public Record declareAsRecord(String fileId, Void body, Parameters parameters, WithResponse withResponse)
    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Throws:
      Exception