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 Repository
FPUtil. getJCMSMainRepository()
Gives the main repository for JCMS upload files.Repository
ProcessingEvent. getRepository()
Methods in com.jalios.jcms.fileprocessor with parameters of type Repository Modifier and Type Method Description static java.lang.String
FPUtil. getFileShortName(java.io.File file, Repository repository)
static void
FileProcessorReplicaMessageManager. 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 Repository
ProcessingData. getRepository()
Retrieve the repository concerned by this ProcessingMethods in com.jalios.jcms.fileprocessor.processingmanagement with parameters of type Repository Modifier and Type Method Description boolean
FileProcessorManager. 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 Repository
RepositoryManager. getRepository(java.lang.String id)
Gives the RepositoryConfiguration mapped with this id.Repository
RepositoryManager. 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 boolean
RepositoryManager. 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.String
Repository. 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-junit
stringjava.lang.String
RepositoryIndexer. 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.String
JCMSUploadIndexer. 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 Repository
FileProcessorAdminHandler. 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 void
FileProcessorAction. process(boolean first, Repository repository, java.lang.String[] filesShortName, java.lang.Class<? extends FileActionComponent> actionComponentClass)
Process the action.
-