Uses of Class
org.gcube.application.framework.contentmanagement.util.DocumentInfos

Packages that use DocumentInfos
org.gcube.application.framework.contentmanagement.content.impl   
org.gcube.application.framework.contentmanagement.datatransformation.util   
 

Uses of DocumentInfos in org.gcube.application.framework.contentmanagement.content.impl
 

Methods in org.gcube.application.framework.contentmanagement.content.impl that return types with arguments of type DocumentInfos
 java.util.ArrayList<DocumentInfos> Collection.getDocumentInfos(ASLSession session)
           
 

Uses of DocumentInfos in org.gcube.application.framework.contentmanagement.datatransformation.util
 

Methods in org.gcube.application.framework.contentmanagement.datatransformation.util that return types with arguments of type DocumentInfos
static java.util.ArrayList<DocumentInfos> DataTransformationUtils.getListOfFailuresFromReport(java.lang.String rsLocator, java.util.ArrayList<DocumentInfos> allDocuments, java.util.ArrayList<java.lang.String> collectionId)
          It parses the reports contained in the resultset, coming from DTS and returns the list of the document URIs that failed to be transformed.
static java.util.ArrayList<DocumentInfos> DataTransformationUtils.getReports(java.lang.String rsLocator, java.util.ArrayList<java.lang.String> collectionId)
           
 

Method parameters in org.gcube.application.framework.contentmanagement.datatransformation.util with type arguments of type DocumentInfos
static java.util.ArrayList<DocumentInfos> DataTransformationUtils.getListOfFailuresFromReport(java.lang.String rsLocator, java.util.ArrayList<DocumentInfos> allDocuments, java.util.ArrayList<java.lang.String> collectionId)
          It parses the reports contained in the resultset, coming from DTS and returns the list of the document URIs that failed to be transformed.
static java.util.ArrayList<java.lang.String> DataTransformationUtils.performOCRtoPDF_HTTPInput(java.util.ArrayList<DocumentInfos> documents, java.lang.String outputCollectionId, ASLSession session)
          Transforms a list of PDF documents to text, using OCR Service.