Class 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 Detail

      • FilesEntityResource

        public FilesEntityResource()
    • Method Detail

      • 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)
      • afterPropertiesSet

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