| Modifier and Type | Field and Description |
|---|---|
protected String |
author
The folder.
|
protected String |
callbackUrl
The editor.
|
protected String |
created
The folder.
|
protected String |
docId
The document ID in storage.
|
protected String |
documentserverUrl
The documentserver url.
|
protected String |
documentType
The document type.
|
protected String |
editorUrl
The editor page at platform URL.
|
protected String |
explorerUrl
The ECMS explorer page URL.
|
protected String |
fileType
The document.
|
protected String |
firstname
The user.
|
protected String |
folder
The folder.
|
protected String |
key
The document.
|
protected String |
lang
The editor.
|
protected String |
lastname
The user.
|
protected String |
mode
The editor.
|
protected String |
path
The path.
|
protected String |
platformRestUrl
The platform REST URL base.
|
protected String |
title
The document.
|
protected String |
url
The document.
|
protected String |
userId
The user.
|
protected String |
workspace
The workspace of the storage.
|
| Modifier | Constructor and Description |
|---|---|
protected |
Builder(String documentserverUrl,
String documentType,
String workspace,
String path,
String docId)
Instantiates a new builder.
|
| Modifier and Type | Method and Description |
|---|---|
Config.Builder |
author(String author)
Author.
|
Config |
build()
Builds the.
|
Config.Builder |
callbackUrl(String callbackUrl)
Callback url.
|
Config.Builder |
created(Calendar createdTime)
Created.
|
Config.Builder |
editorUrl(String editorUrl)
Editor page URL.
|
Config.Builder |
explorerUrl(String explorerUrl)
Explorer url.
|
Config.Builder |
fileType(String fileType)
File type.
|
Config.Builder |
folder(String folder)
Folder.
|
Config.Builder |
generateUrls(String platformRestUrl)
Generate file and callback URLs using given Platform base URL.
|
Config.Builder |
key(String key)
Key.
|
Config.Builder |
lang(String lang)
Lang.
|
Config.Builder |
mode(String mode)
Mode.
|
Config.Builder |
title(String title)
Title.
|
Config.Builder |
url(String url)
Url.
|
Config.Builder |
userFirstName(String firstname)
User first name.
|
Config.Builder |
userId(String userId)
User id.
|
Config.Builder |
userLastName(String lastname)
User last name.
|
protected final String docId
protected final String workspace
protected final String path
protected final String documentType
protected final String documentserverUrl
protected String platformRestUrl
protected String editorUrl
protected String explorerUrl
protected String fileType
protected String key
protected String title
protected String url
protected String author
protected String created
protected String folder
protected String callbackUrl
protected String lang
protected String mode
protected String userId
protected String firstname
protected String lastname
public Config.Builder generateUrls(String platformRestUrl)
platformRestUrl - the platform URLpublic Config.Builder editorUrl(String editorUrl)
editorUrl - the editor urlpublic Config.Builder explorerUrl(String explorerUrl)
explorerUrl - the explorer urlpublic Config.Builder title(String title)
title - the titlepublic Config.Builder key(String key)
key - the keypublic Config.Builder fileType(String fileType)
fileType - the file typepublic Config.Builder url(String url)
url - the urlpublic Config.Builder author(String author)
author - the authorpublic Config.Builder created(Calendar createdTime)
createdTime - the created timepublic Config.Builder folder(String folder)
folder - the folderpublic Config.Builder callbackUrl(String callbackUrl)
callbackUrl - the callback urlpublic Config.Builder lang(String lang)
lang - the langpublic Config.Builder mode(String mode)
mode - the modepublic Config.Builder userId(String userId)
userId - the user idpublic Config.Builder userFirstName(String firstname)
firstname - the firstnamepublic Config.Builder userLastName(String lastname)
lastname - the lastnamepublic Config build()
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.