Class DistributedImportProcessModel

  • All Implemented Interfaces:
    java.io.Serializable

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

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • IMPEXIMPORTCRONJOB

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

        public static final java.lang.String METADATA
        Generated constant - Attribute key of DistributedImportProcess.metadata attribute defined at extension impex.
        See Also:
        Constant Field Values
    • Constructor Detail

      • 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​(java.lang.String _code,
                                             java.lang.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​(java.lang.String _code,
                                             java.lang.String _currentExecutionId,
                                             java.lang.String _handlerBeanId,
                                             ImpExImportCronJobModel _impExImportCronJob,
                                             java.lang.String _metadata,
                                             java.lang.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 Detail

      • 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 java.lang.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​(java.lang.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