Class DocumentDownloadLinkGenerator
- java.lang.Object
-
- org.jbpm.document.service.impl.util.DocumentDownloadLinkGenerator
-
public class DocumentDownloadLinkGenerator extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
DOCUMENT_ID_TOKEN
static String
TEMPLATE_ID_TOKEN
-
Constructor Summary
Constructors Constructor Description DocumentDownloadLinkGenerator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
generateDownloadLink(String serverTemplateId, String documentIdentifier)
-
-
-
Field Detail
-
TEMPLATE_ID_TOKEN
public static final String TEMPLATE_ID_TOKEN
- See Also:
- Constant Field Values
-
DOCUMENT_ID_TOKEN
public static final String DOCUMENT_ID_TOKEN
- See Also:
- Constant Field Values
-
-