Uses of Class
de.hybris.platform.processing.model.DistributedProcessModel
-
Packages that use DistributedProcessModel Package Description de.hybris.platform.impex.model Contains generated models for each type of de.hybris.platform.impex.jalo package.de.hybris.platform.processing.model Contains generated models for each type of de.hybris.platform.processing.jalo package.de.hybris.platform.solrfacetsearch.model Contains generated models for each type of de.hybris.platform.solrfacetsearch.jalo package. -
-
Uses of DistributedProcessModel in de.hybris.platform.impex.model
Subclasses of DistributedProcessModel in de.hybris.platform.impex.model Modifier and Type Class Description classDistributedImportProcessModelGenerated model class for type DistributedImportProcess first defined at extension impex.Constructors in de.hybris.platform.impex.model with parameters of type DistributedProcessModel Constructor Description ImportBatchModel(java.lang.String _executionId, java.lang.String _id, DistributedProcessModel _process, BatchType _type)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersImportBatchModel(java.lang.String _executionId, java.lang.String _id, java.lang.String _importContentCode, java.lang.String _metadata, ItemModel _owner, DistributedProcessModel _process, BatchType _type)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of DistributedProcessModel in de.hybris.platform.processing.model
Subclasses of DistributedProcessModel in de.hybris.platform.processing.model Modifier and Type Class Description classSimpleDistributedProcessModelGenerated model class for type SimpleDistributedProcess first defined at extension processing.Methods in de.hybris.platform.processing.model that return DistributedProcessModel Modifier and Type Method Description DistributedProcessModelDistributedProcessTransitionTaskModel. getContextItem()Generated method - Getter of theTask.contextItemattribute defined at extensionprocessingand redeclared at extensionprocessing.DistributedProcessModelBatchModel. getProcess()Generated method - Getter of theBatch.processattribute defined at extensionprocessing.Methods in de.hybris.platform.processing.model with parameters of type DistributedProcessModel Modifier and Type Method Description voidBatchModel. setProcess(DistributedProcessModel value)Generated method - Initial setter ofBatch.processattribute defined at extensionprocessing.Constructors in de.hybris.platform.processing.model with parameters of type DistributedProcessModel Constructor Description BatchModel(java.lang.String _executionId, java.lang.String _id, ItemModel _owner, DistributedProcessModel _process, BatchType _type)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersBatchModel(java.lang.String _executionId, java.lang.String _id, DistributedProcessModel _process, BatchType _type)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSimpleBatchModel(java.lang.String _executionId, java.lang.String _id, ItemModel _owner, DistributedProcessModel _process, int _retries, BatchType _type)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSimpleBatchModel(java.lang.String _executionId, java.lang.String _id, DistributedProcessModel _process, int _retries, BatchType _type)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of DistributedProcessModel in de.hybris.platform.solrfacetsearch.model
Subclasses of DistributedProcessModel in de.hybris.platform.solrfacetsearch.model Modifier and Type Class Description classSolrIndexerDistributedProcessModelGenerated model class for type SolrIndexerDistributedProcess first defined at extension solrfacetsearch.Constructors in de.hybris.platform.solrfacetsearch.model with parameters of type DistributedProcessModel Constructor Description SolrIndexerBatchModel(java.lang.String _executionId, java.lang.String _id, ItemModel _owner, DistributedProcessModel _process, int _retries, BatchType _type)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSolrIndexerBatchModel(java.lang.String _executionId, java.lang.String _id, DistributedProcessModel _process, int _retries, BatchType _type)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters
-