| Package | Description | 
|---|---|
| com.jalios.jcms | 
 Contains the core JCMS classes. 
 | 
| com.jalios.jcms.context | 
 Provides context classes available in every request, you can extends them or use them as javabean. 
 | 
| com.jalios.jcms.handler | 
 Contains the javabean classes uses to process HTTP request (aka form handlers). 
 | 
| com.jalios.jcms.policy | |
| com.jalios.jcms.upload | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
RightPolicyManager.checkAfterUpload(DocUploadInfo info)  | 
boolean | 
QuotaManager.isUploadAccepted(DocUploadInfo info)
indicates if document can be uploaded (regarding the global site quota) 
 | 
boolean | 
QuotaManager.isUploadAccepted(DocUploadInfo info,
                Workspace wk)
indicates if document can be uploaded (regarding the global site quota  and provided workspace if not null) 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected DocUploadInfo | 
JcmsContext.retrieveUploadedFile(org.apache.commons.fileupload.FileItem item,
                    boolean isFileDocument,
                    boolean override)
Performs upload of a given FileItem to JCMS upload directory. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<DocUploadInfo> | 
JcmsContext.getUploadedFileList(java.lang.String field,
                   boolean isFileDocument,
                   boolean override)
Performs upload for the given field to JCMS upload directory. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected DocUploadInfo | 
MembersCsvImportHandler.docUploadInfo  | 
protected DocUploadInfo | 
AssociatedPDFUploadHandler.docUploadInfo  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
DeployManagerUpgradeUploadHandler.unzip(DocUploadInfo info)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
RightPolicyFilter.checkAfterUpload(DocUploadInfo info)
Checks if the uploaded file must be accepted or rejected. 
 | 
boolean | 
BasicRightPolicyFilter.checkAfterUpload(DocUploadInfo info)  | 
| Modifier and Type | Method and Description | 
|---|---|
DocUploadInfo | 
UploadManager.retrieveUploadedFile(org.apache.commons.fileupload.FileItem item,
                    boolean isFileDocument,
                    boolean override)
Performs upload of a given FileItem to JCMS upload directory. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<DocUploadInfo> | 
UploadManager.getUploadedFileList(JcmsContext ctxt,
                   java.lang.String field,
                   boolean isFileDocument,
                   boolean override)
Performs upload for the given field to JCMS upload directory. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
UnzipRightPolicyFilter.checkAfterUpload(DocUploadInfo info)  | 
boolean | 
QuotaPolicyFilter.checkAfterUpload(DocUploadInfo info)  | 
java.lang.Class<? extends FileDocument> | 
DocUploadHandler.getSelectedDocumentClass(DocUploadInfo info)  | 
java.util.Map<java.lang.String,java.lang.String> | 
DocUploadHandler.handleUpload(DocUploadInfo dui)
This method allow the use of this formHandler by a programatic call, not in a
 jsp:usebean tag. 
 | 
protected void | 
DocUploadHandler.performCreate(DocUploadInfo info,
             java.util.Map<java.lang.String,java.lang.String> controllerFailedMap,
             java.util.List<LuceneDataSearchEngine.IndexingLatch> indexingLatchList)
Performs creation of a FileDocument from a given DocUploadInfo. 
 | 
protected void | 
DocUploadHandler.performUpdate(DocUploadInfo info,
             java.util.Map<java.lang.String,java.lang.String> controllerFailedMap,
             java.util.List<LuceneDataSearchEngine.IndexingLatch> indexingLatchList)
Performs creation of a FileDocument from a given DocUploadInfo. 
 | 
protected void | 
DocUploadHandler.resolveType(DocUploadInfo info)  | 
Copyright © 2001-2018 Jalios SA. All Rights Reserved.