public interface TypeAwareJobPerformable
ServicelayerJobModel.
During creation essential data for the cronjob extension for each JobPerformable bean a
ServicelayerJobModel instance (attribute code and springId is set to the bean id of the jobperformable) is
created. By implementing this interface to the JobPerformable class a subtype of ServicelayerJobModel ca be
define which uses a more specified business logic.| Modifier and Type | Method and Description |
|---|---|
default boolean |
createDefaultJob()
If method returns
true then the initialization will create a default Job item of the given type. |
String |
getType()
Must return an existing subtype of
ServicelayerJobModel as String. |
String getType()
ServicelayerJobModel as String.default boolean createDefaultJob()
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.Copyright © 2017 SAP SE. All Rights Reserved.