Class CreateCertTemplateRequestDTO
java.lang.Object
de.aeb.xnsg.ftmc.bf.proposals.certtemplate.CreateCertTemplateRequestDTO
Request DTO holding creation parameters for
IClassificationProposalBF.createCertTemplate(String, String, CreateCertTemplateRequestDTO).-
Field Summary
FieldsModifier and TypeFieldDescriptionDefines how a document template should be applied into a target value.The document type data of the template.The name of the source type of the template as defined in the system.The source value for which a document templates will be created. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
sourceTypeName
The name of the source type of the template as defined in the system.
Maximum length: 255
-
sourceValue
The source value for which a document templates will be created.
Maximum length: 800, may vary depending on type
-
applicationType
Defines how a document template should be applied into a target value.
Currently supported, see de.aeb.xnsg.ftmc.bf.proposals.ApplicationTypes. Default ApplicationTypes.MANUAL
Maximum length: 15
-
certData
The document type data of the template.
-
-
Constructor Details
-
CreateCertTemplateRequestDTO
public CreateCertTemplateRequestDTO()
-