| Modifier and Type | Field and Description |
|---|---|
protected String |
author
The folder.
|
protected String |
callbackUrl
The mode.
|
protected String |
created
The folder.
|
protected String |
documentserverUrl
The documentserver url.
|
protected String |
documentType
The document type.
|
protected String |
fileType
The url.
|
protected String |
firstname
The lastname.
|
protected String |
folder
The folder.
|
protected String |
key
The url.
|
protected String |
lang
The mode.
|
protected String |
lastname
The lastname.
|
protected String |
mode
The mode.
|
protected String |
path
The path.
|
protected String |
platformUrl
The platform url.
|
protected String |
title
The url.
|
protected String |
url
The url.
|
protected String |
userId
The lastname.
|
protected String |
workspace
The workspace.
|
| Modifier | Constructor and Description |
|---|---|
protected |
Builder(String documentserverUrl,
String documentType,
String workspace,
String path)
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 |
fileType(String fileType)
File type.
|
Config.Builder |
folder(String folder)
Folder.
|
Config.Builder |
generateUrls(String platformUrl)
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 workspace
protected final String path
protected final String documentType
protected final String documentserverUrl
protected String platformUrl
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 platformUrl)
platformUrl - the platform 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–2017 eXo Platform SAS. All rights reserved.