Class ActivityConfExtension

java.lang.Object
de.aristaflow.ilm.model.common.ActivityConfExtension
All Implemented Interfaces:
Serializable

public class ActivityConfExtension extends Object implements Serializable
This class just provides the differences between ActivityConfiguration and Configuration. It allows to easily extend an AfConfiguration to provide an ActivityConfiguration. There are places where the Java model does this by overriding the get-method which cannot be done in the ILM since fields cannot be overridden by subclasses.
See Also:
  • Field Details

    • fromInputParameter

      public Map<@NotBlank String,@NotBlank String> fromInputParameter
    • fromProcessConfiguration

      public Map<@NotBlank String,@NotBlank String> fromProcessConfiguration
  • Constructor Details

    • ActivityConfExtension

      public ActivityConfExtension()