Class ProcessEventConfigurationModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class ProcessEventConfigurationModel
    extends EventConfigurationModel
    Generated model class for type ProcessEventConfiguration first defined at extension apiregistryservices.

    Event configuration for business process result exporting.

    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

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

        public static final java.lang.String PROCESS
        Generated constant - Attribute key of ProcessEventConfiguration.process attribute defined at extension apiregistryservices.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ProcessEventConfigurationModel

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

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

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public ProcessEventConfigurationModel​(DestinationTargetModel _destinationTarget,
                                              java.lang.String _eventClass,
                                              java.lang.String _exportName,
                                              java.lang.String _process)
        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:
        _destinationTarget - initial attribute declared by type EventConfiguration at extension apiregistryservices
        _eventClass - initial attribute declared by type EventConfiguration at extension apiregistryservices
        _exportName - initial attribute declared by type EventConfiguration at extension apiregistryservices
        _process - initial attribute declared by type ProcessEventConfiguration at extension apiregistryservices
      • ProcessEventConfigurationModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public ProcessEventConfigurationModel​(DestinationTargetModel _destinationTarget,
                                              java.lang.String _eventClass,
                                              java.lang.String _exportName,
                                              ItemModel _owner,
                                              java.lang.String _process)
        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:
        _destinationTarget - initial attribute declared by type EventConfiguration at extension apiregistryservices
        _eventClass - initial attribute declared by type EventConfiguration at extension apiregistryservices
        _exportName - initial attribute declared by type EventConfiguration at extension apiregistryservices
        _owner - initial attribute declared by type Item at extension core
        _process - initial attribute declared by type ProcessEventConfiguration at extension apiregistryservices
    • Method Detail

      • getProcess

        @Accessor(qualifier="process",
                  type=GETTER)
        public java.lang.String getProcess()
        Generated method - Getter of the ProcessEventConfiguration.process attribute defined at extension apiregistryservices.
        Returns:
        the process - Fully qualified classname of business process
      • setProcess

        @Accessor(qualifier="process",
                  type=SETTER)
        public void setProcess​(java.lang.String value)
        Generated method - Setter of ProcessEventConfiguration.process attribute defined at extension apiregistryservices.
        Parameters:
        value - the process - Fully qualified classname of business process