Class SimpleDistributedProcessModel

    • Field Detail

      • _TYPECODE

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

        public static final java.lang.String BATCHSIZE
        Generated constant - Attribute key of SimpleDistributedProcess.batchSize attribute defined at extension processing.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SimpleDistributedProcessModel

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

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

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public SimpleDistributedProcessModel​(java.lang.String _code,
                                             java.lang.String _currentExecutionId,
                                             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
        _state - initial attribute declared by type DistributedProcess at extension processing
      • SimpleDistributedProcessModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public SimpleDistributedProcessModel​(int _batchSize,
                                             java.lang.String _code,
                                             java.lang.String _currentExecutionId,
                                             java.lang.String _handlerBeanId,
                                             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:
        _batchSize - initial attribute declared by type SimpleDistributedProcess at extension processing
        _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
        _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

      • getBatchSize

        @Accessor(qualifier="batchSize",
                  type=GETTER)
        public int getBatchSize()
        Generated method - Getter of the SimpleDistributedProcess.batchSize attribute defined at extension processing.
        Returns:
        the batchSize
      • setBatchSize

        @Accessor(qualifier="batchSize",
                  type=SETTER)
        public void setBatchSize​(int value)
        Generated method - Initial setter of SimpleDistributedProcess.batchSize attribute defined at extension processing. Can only be used at creation of model - before first save.
        Parameters:
        value - the batchSize