Class DistributedImportProcessModel

All Implemented Interfaces:
Serializable

public class DistributedImportProcessModel extends DistributedProcessModel
Generated model class for type DistributedImportProcess first defined at extension impex.
See Also:
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • IMPEXIMPORTCRONJOB

      public static final String IMPEXIMPORTCRONJOB
      Generated constant - Attribute key of DistributedImportProcess.impExImportCronJob attribute defined at extension impex.
      See Also:
    • METADATA

      public static final String METADATA
      Generated constant - Attribute key of DistributedImportProcess.metadata attribute defined at extension impex.
      See Also:
  • Constructor Details

    • DistributedImportProcessModel

      public DistributedImportProcessModel()
      Generated constructor - Default constructor for generic creation.
    • DistributedImportProcessModel

      public DistributedImportProcessModel(ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • DistributedImportProcessModel

      @Deprecated(since="4.1.1", forRemoval=true) public DistributedImportProcessModel(String _code, String _currentExecutionId, ImpExImportCronJobModel _impExImportCronJob, DistributedProcessState _state)
      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
      Generated constructor - Constructor with all mandatory attributes.
      Parameters:
      _code - initial attribute declared by type DistributedProcess at extension processing
      _currentExecutionId - initial attribute declared by type DistributedProcess at extension processing
      _impExImportCronJob - initial attribute declared by type DistributedImportProcess at extension impex
      _state - initial attribute declared by type DistributedProcess at extension processing
    • DistributedImportProcessModel

      @Deprecated(since="4.1.1", forRemoval=true) public DistributedImportProcessModel(String _code, String _currentExecutionId, String _handlerBeanId, ImpExImportCronJobModel _impExImportCronJob, String _metadata, String _nodeGroup, ItemModel _owner, DistributedProcessState _state)
      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
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _code - initial attribute declared by type DistributedProcess at extension processing
      _currentExecutionId - initial attribute declared by type DistributedProcess at extension processing
      _handlerBeanId - initial attribute declared by type DistributedProcess at extension processing
      _impExImportCronJob - initial attribute declared by type DistributedImportProcess at extension impex
      _metadata - initial attribute declared by type DistributedImportProcess at extension impex
      _nodeGroup - initial attribute declared by type DistributedProcess at extension processing
      _owner - initial attribute declared by type Item at extension core
      _state - initial attribute declared by type DistributedProcess at extension processing
  • Method Details

    • getImpExImportCronJob

      @Accessor(qualifier="impExImportCronJob", type=GETTER) public ImpExImportCronJobModel getImpExImportCronJob()
      Generated method - Getter of the DistributedImportProcess.impExImportCronJob attribute defined at extension impex.
      Returns:
      the impExImportCronJob
    • getMetadata

      @Accessor(qualifier="metadata", type=GETTER) public String getMetadata()
      Generated method - Getter of the DistributedImportProcess.metadata attribute defined at extension impex.
      Returns:
      the metadata
    • setImpExImportCronJob

      @Accessor(qualifier="impExImportCronJob", type=SETTER) public void setImpExImportCronJob(ImpExImportCronJobModel value)
      Generated method - Setter of DistributedImportProcess.impExImportCronJob attribute defined at extension impex.
      Parameters:
      value - the impExImportCronJob
    • setMetadata

      @Accessor(qualifier="metadata", type=SETTER) public void setMetadata(String value)
      Generated method - Initial setter of DistributedImportProcess.metadata attribute defined at extension impex. Can only be used at creation of model - before first save.
      Parameters:
      value - the metadata