Uses of Interface
org.openforis.collect.Proxy
-
-
Uses of Proxy in org.openforis.collect.datacleansing.controller
Classes in org.openforis.collect.datacleansing.controller that implement Proxy Modifier and Type Class Description static classDataCleansingStepController.DataCleangingChainExecutorJobView -
Uses of Proxy in org.openforis.collect.io.data.proxy
Classes in org.openforis.collect.io.data.proxy that implement Proxy Modifier and Type Class Description classDataImportStatusProxyclassDataParsingErrorProxy -
Uses of Proxy in org.openforis.collect.io.proxy
Classes in org.openforis.collect.io.proxy that implement Proxy Modifier and Type Class Description classSurveyBackupJobProxy -
Uses of Proxy in org.openforis.collect.manager.process.proxy
Classes in org.openforis.collect.manager.process.proxy that implement Proxy Modifier and Type Class Description classProcessStatusProxy -
Uses of Proxy in org.openforis.collect.manager.referencedataimport.proxy
Classes in org.openforis.collect.manager.referencedataimport.proxy that implement Proxy Modifier and Type Class Description classParsingErrorProxy -
Uses of Proxy in org.openforis.collect.metamodel
Classes in org.openforis.collect.metamodel that implement Proxy Modifier and Type Class Description classNodeDefinitionSummary -
Uses of Proxy in org.openforis.collect.model.proxy
Classes in org.openforis.collect.model.proxy that implement Proxy Modifier and Type Class Description classAbstractSummariesProxyclassAttributeProxyclassBasicUserProxyclassCodeAttributeProxyclassConfigurationProxyclassEntityProxyclassFieldProxyclassNodeProxyclassRecordFilterProxyclassRecordProxyclassRecordSummaryProxyclassTaxonOccurrenceProxyclassTaxonomyProxyclassUserProxyclassValidationResultsProxy -
Uses of Proxy in org.openforis.collect.remoting.service.dataimport
Classes in org.openforis.collect.remoting.service.dataimport that implement Proxy Modifier and Type Class Description classDataImportSummaryItemProxyclassDataImportSummaryProxyclassFileUnmarshallingErrorProxyclassNodeUnmarshallingErrorProxy -
Uses of Proxy in org.openforis.collect.reporting.proxy
Classes in org.openforis.collect.reporting.proxy that implement Proxy Modifier and Type Class Description classReportingRepositoryInfoProxy -
Uses of Proxy in org.openforis.collect.utils
Methods in org.openforis.collect.utils with type parameters of type Proxy Modifier and Type Method Description static <P extends Proxy,T>
List<P>Proxies. fromList(List<T> objects, Class<P> proxyType)static <P extends Proxy,T>
PProxies. fromObject(T obj, Class<P> proxyType)static <P extends Proxy,T>
Set<P>Proxies. fromSet(Set<T> objects, Class<P> proxyType) -
Uses of Proxy in org.openforis.collect.web.controller
Classes in org.openforis.collect.web.controller that implement Proxy Modifier and Type Class Description static classCollectJobController.JobViewstatic classCollectJobController.WorkerViewstatic classSurveyController.SurveyImportJobView -
Uses of Proxy in org.openforis.concurrency.proxy
Classes in org.openforis.concurrency.proxy that implement Proxy Modifier and Type Class Description classJobProxy
-