Uses of Class
com.jalios.jcms.fileprocessor.repository.Repository
-
-
Uses of Repository in com.jalios.jcms.fileprocessor
Methods in com.jalios.jcms.fileprocessor that return Repository Modifier and Type Method Description static RepositoryFPUtil. getJCMSMainRepository()Gives the main repository for JCMS upload files.RepositoryProcessingEvent. getRepository()Methods in com.jalios.jcms.fileprocessor with parameters of type Repository Modifier and Type Method Description static java.lang.StringFPUtil. getFileShortName(java.io.File file, Repository repository)static voidFileProcessorReplicaMessageManager. sendActionMsg(FileProcessorAction action, Repository repository, java.lang.String[] filesShortName, java.lang.Class<? extends FileActionComponent> actionComponentClass)Constructors in com.jalios.jcms.fileprocessor with parameters of type Repository Constructor Description DirectoryScanner(Repository repository)Build a new DirectoryScanner for the specified repository.FileProcessorAlarmListener(Repository repository)FileProcessorPostponedAlarmListener(Repository repository)ProcessingEvent(Repository repository, FileActionComponent component, java.io.File file, ProcessingType type, ProcessingData.Type processingDataType)Create a new Action with information that never change -
Uses of Repository in com.jalios.jcms.fileprocessor.processingmanagement
Methods in com.jalios.jcms.fileprocessor.processingmanagement that return Repository Modifier and Type Method Description RepositoryProcessingData. getRepository()Retrieve the repository concerned by this ProcessingMethods in com.jalios.jcms.fileprocessor.processingmanagement with parameters of type Repository Modifier and Type Method Description booleanFileProcessorManager. queueContains(Repository repository, FileActionComponent.Operation operation, java.io.File file)Check if the queue contains a ProcessingData matching the specified parameters.Constructors in com.jalios.jcms.fileprocessor.processingmanagement with parameters of type Repository Constructor Description ProcessingData(Repository repository, DirectoryScanner scanner)ProcessingData(Repository repository, java.io.File file, FileActionComponent.Operation operation)ProcessingData(Repository repository, java.util.Set<java.io.File> fileSet, FileActionComponent.Operation operation) -
Uses of Repository in com.jalios.jcms.fileprocessor.repository
Methods in com.jalios.jcms.fileprocessor.repository that return Repository Modifier and Type Method Description RepositoryRepositoryManager. getRepository(java.lang.String id)Gives the RepositoryConfiguration mapped with this id.RepositoryRepositoryManager. removeRepository(java.lang.String id)Stops, removes and returns the repository mapped to this id off from the manager.Methods in com.jalios.jcms.fileprocessor.repository that return types with arguments of type Repository Modifier and Type Method Description java.util.Collection<Repository>RepositoryManager. getRepositories()Gives the collection of RepositoryConfiguration registered in the manager.Methods in com.jalios.jcms.fileprocessor.repository with parameters of type Repository Modifier and Type Method Description booleanRepositoryManager. addRepository(Repository configuration)A new repository is added to the manager, except if : it is null; the id is alreadey used for another configuration; the conditions are not verified.static java.lang.StringRepository. applySubstitutions(java.lang.String abstractFileName, Repository repository)Returns a String constructed from the abstractFileName in parameter where :<realpath>is replaced by the absolute real path of the webapp<uploadpath>is replaced by the absolute real path of theupload/directory in the webapp<webinfpath>is replaced by the absolute real path of theWEB-INF/directory in the webapp<datapath>is replaced by the absolute real path of theWEB-INF/data/directory in the webapp<repositoryid>is replaced by the id of the repository<junit>is replaced by the-junitstringjava.lang.StringRepositoryIndexer. getExternalURL(java.io.File file, javax.servlet.http.HttpServletRequest request, Repository repository)Gives an URL to access to files externally, given the file. -
Uses of Repository in com.jalios.jcms.fileprocessor.repository.jcmsupload
Methods in com.jalios.jcms.fileprocessor.repository.jcmsupload with parameters of type Repository Modifier and Type Method Description java.lang.StringJCMSUploadIndexer. getExternalURL(java.io.File file, javax.servlet.http.HttpServletRequest request, Repository repository) -
Uses of Repository in com.jalios.jcms.fileprocessor.ui
Methods in com.jalios.jcms.fileprocessor.ui that return Repository Modifier and Type Method Description RepositoryFileProcessorAdminHandler. getRepository()Methods in com.jalios.jcms.fileprocessor.ui that return types with arguments of type Repository Modifier and Type Method Description java.util.Collection<Repository>FileProcessorAdminHandler. getAvailableRepositories()Gives a collection of all the repositories stored in the RepositoryManager.Methods in com.jalios.jcms.fileprocessor.ui with parameters of type Repository Modifier and Type Method Description abstract voidFileProcessorAction. process(boolean first, Repository repository, java.lang.String[] filesShortName, java.lang.Class<? extends FileActionComponent> actionComponentClass)Process the action.
-