Uses of Class
org.lfenergy.compas.sct.commons.dto.HeaderDTO
Package
Description
sct-app is a group of automation services
commons.api contains interfaces for manipulating SCL Files
sct.commons.dto is a group of DTO utils for operating on
SCL
services-
Uses of HeaderDTO in org.lfenergy.compas.sct.app
Modifier and TypeMethodDescriptionCreate an SCD file from specified parameters, it calls all functions defined in the process one by one, every step return an SCD file which will be used by the next step. -
Uses of HeaderDTO in org.lfenergy.compas.sct.commons
Modifier and TypeMethodDescriptionvoid
SclService.updateHeader
(@NonNull SCL scd, @NonNull HeaderDTO headerDTO) -
Uses of HeaderDTO in org.lfenergy.compas.sct.commons.api
Modifier and TypeMethodDescriptionvoid
SclEditor.updateHeader
(@NonNull SCL scd, @NonNull HeaderDTO headerDTO) Updates Header of SCL file -
Uses of HeaderDTO in org.lfenergy.compas.sct.commons.dto
Modifier and TypeMethodDescriptionstatic HeaderDTO
HeaderDTO.from
(HeaderAdapter headerAdapter) Creates HeaderDTO fromHeaderAdapter
object