Interface TypeAwareJobPerformable

    • Method Detail

      • getType

        java.lang.String getType()
        Must return an existing subtype of ServicelayerJobModel as String.
      • createDefaultJob

        default boolean createDefaultJob()
        If method returns true then the initialization will create a default Job item of the given type. If your specific Job type requires specific parameters you have to return false.