|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Repository in com.jalios.jcms.fileprocessor |
---|
Methods in com.jalios.jcms.fileprocessor that return Repository | |
---|---|
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 | |
---|---|
static String |
FPUtil.getFileShortName(File file,
Repository repository)
|
Constructors in com.jalios.jcms.fileprocessor with parameters of type Repository | |
---|---|
DirectoryScanner(Repository repository)
Build a new DirectoryScanner for the specified repository. |
|
FileProcessorAlarmListener(Repository repository)
|
|
ProcessingEvent(Repository repository,
FileActionComponent component,
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 | |
---|---|
Repository |
ProcessingData.getRepository()
Retrieve the repository concerned by this Processing |
Constructors in com.jalios.jcms.fileprocessor.processingmanagement with parameters of type Repository | |
---|---|
ProcessingData(Repository repository,
DirectoryScanner scanner)
|
|
ProcessingData(Repository repository,
File file,
FileActionComponent.Operation operation)
|
|
ProcessingData(Repository repository,
Set<File> fileSet,
FileActionComponent.Operation operation)
|
Uses of Repository in com.jalios.jcms.fileprocessor.repository |
---|
Methods in com.jalios.jcms.fileprocessor.repository that return Repository | |
---|---|
Repository |
RepositoryManager.getRepository(String id)
Gives the RepositoryConfiguration mapped with this id. |
Repository |
RepositoryManager.removeRepository(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 | |
---|---|
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 | |
---|---|
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 String |
Repository.applySubstitutions(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 the upload/ directory in the webapp
<webinfpath> is replaced by the absolute real path of the WEB-INF/ directory in the webapp
<datapath> is replaced by the absolute real path of the WEB-INF/data/ directory in the webapp
<jcmsuploadindexpath> is replaced by the absolute real path of the WEB-INF/data/lucene/FilesIndex/ directory in the webapp
<repositoryid> is replaced by the id of the repository
<junit> is replaced by the -junit string
|
String |
RepositoryIndexer.getExternalURL(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 | |
---|---|
String |
JCMSUploadIndexer.getExternalURL(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 | |
---|---|
Repository |
FileProcessorAdminHandler.getRepository()
|
Methods in com.jalios.jcms.fileprocessor.ui that return types with arguments of type Repository | |
---|---|
Collection<Repository> |
FileProcessorAdminHandler.getAvailableRepositories()
Gives a collection of all the repositories stored in the RepositoryManager. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |