|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@RemoteServiceRelativePath(value="FileRepositoryService") public interface FileRepositoryService
| Method Summary | |
|---|---|
java.util.List<com.ebmwebsourcing.webeditor.api.domain.project.IProjectInstanceMetaData> |
attachFilesFromRepoDescription(java.util.Map<java.lang.String,java.lang.String> files,
com.ebmwebsourcing.webeditor.api.domain.project.IProjectInstance instance,
com.ebmwebsourcing.webeditor.api.domain.project.IProjectInstanceFormat format)
Uploads the files to the server from the last valid file repository provided by the user, and attaches it to the given ProjectInstance |
java.util.Map<java.lang.String,java.lang.String> |
searchFile(SearchFormData data)
Performs a search in the last valid file repository proposed by the user. |
boolean |
testURL(java.lang.String repoRootUrl,
java.lang.String fileRepositoryInquiryServiceName)
Tests that the provided URL is functioning. |
| Method Detail |
|---|
boolean testURL(java.lang.String repoRootUrl,
java.lang.String fileRepositoryInquiryServiceName)
throws com.ebmwebsourcing.webeditor.impl.domain.exception.ServiceException
repoRootUrl - fileRepositoryInquiryServiceName - the qualified name of the class that will be used as a String
to contact the file repository
com.ebmwebsourcing.webeditor.impl.domain.exception.ServiceException
java.util.Map<java.lang.String,java.lang.String> searchFile(SearchFormData data)
throws com.ebmwebsourcing.webeditor.impl.domain.exception.ServiceException
data - the data provided by the user
com.ebmwebsourcing.webeditor.impl.domain.exception.ServiceException
java.util.List<com.ebmwebsourcing.webeditor.api.domain.project.IProjectInstanceMetaData> attachFilesFromRepoDescription(java.util.Map<java.lang.String,java.lang.String> files,
com.ebmwebsourcing.webeditor.api.domain.project.IProjectInstance instance,
com.ebmwebsourcing.webeditor.api.domain.project.IProjectInstanceFormat format)
throws com.ebmwebsourcing.webeditor.impl.domain.exception.ServiceException
services - a mapping instance - the project instance to which the files from the repository should be attachedformat - the format of the attached files
com.ebmwebsourcing.webeditor.impl.domain.exception.ServiceException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||