public interface IMacroPreprocessor
Modifier and Type | Interface and Description |
---|---|
static class |
IMacroPreprocessor.ATTACHMENT_TYPE
Enum type to indicate the type of attachment when the process() method
is called.
|
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
USERNAME |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
process(IMacroPreprocessor.ATTACHMENT_TYPE attachmentType,
java.lang.String input,
java.util.Map<java.lang.String,java.lang.String> extraParams)
This method is called right before we process the attachment strings
so customer's implementation will have a chance to resolve any macros
according to the extraParam entries.
|
static final java.lang.String USERNAME
java.lang.String process(IMacroPreprocessor.ATTACHMENT_TYPE attachmentType, java.lang.String input, java.util.Map<java.lang.String,java.lang.String> extraParams)
input
- - the attachment stringattachmentType
- - the type of attachmentextraParams
- - a map of string value pairs. As of today, only "user"
key is available in the map and value of which is the authenticated userSubmit a bug or feature
Copyright (c) 2013-2022 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors. Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG.