Uses of Class
com.flowable.platform.rest.service.api.template.DeploymentAuditEntryDTO
Package | Description |
---|---|
com.flowable.platform.rest.service.api.template |
-
Uses of DeploymentAuditEntryDTO in com.flowable.platform.rest.service.api.template
Fields in com.flowable.platform.rest.service.api.template with type parameters of type DeploymentAuditEntryDTO Modifier and Type Field Description protected java.util.List<DeploymentAuditEntryDTO>
TemplateVariationDTO. auditEntries
Methods in com.flowable.platform.rest.service.api.template that return types with arguments of type DeploymentAuditEntryDTO Modifier and Type Method Description java.util.List<DeploymentAuditEntryDTO>
TemplateVariationDTO. getAuditEntries()
Constructor parameters in com.flowable.platform.rest.service.api.template with type arguments of type DeploymentAuditEntryDTO Constructor Description TemplateVariationDTO(TemplateModel template, TemplateVariationModel variationModel, TemplateVariationDefinition variation, java.lang.String newVariationContent, java.lang.String newVariationContentResource, TemplateManagementDefinitionDTO definition, java.util.List<DeploymentAuditEntryDTO> auditEntries, boolean inApproval, boolean byCurrentUser, java.lang.String triggeringUserName)