| Modifier and Type | Field and Description |
|---|---|
protected String |
author
The folder.
|
protected String |
callbackUrl
The editor.
|
protected String |
comment
The comment.
|
protected String |
created
The folder.
|
protected String |
displayPath
The display path.
|
protected String |
docId
The document ID in storage.
|
protected String |
documentserverSecret
The document server secret key.
|
protected String |
documentserverUrl
The documentserver url.
|
protected String |
documentType
The document type.
|
protected String |
editorUrl
The editor page at platform URL.
|
protected URI |
explorerUri
The ECMS explorer page URL.
|
protected String |
explorerUrl
Deprecated.
|
protected String |
fileType
The document.
|
protected String |
firstname
The user.
|
protected String |
folder
The folder.
|
protected Boolean |
isActivity
The indicator to show if the document has a file activity
|
protected String |
key
The document.
|
protected String |
lang
The editor.
|
protected Long |
lastModified
The lastModified.
|
protected String |
lastModifier
The last modifier.
|
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 |
comment(String comment)
Display path.
|
Config.Builder |
created(Calendar createdTime)
Created.
|
Config.Builder |
displayPath(String displayPath)
Display path.
|
Config.Builder |
editorUrl(String editorUrl)
Editor page URL.
|
Config.Builder |
explorerUri(URI uri)
URI of ECMS explorer page with a document.
|
Config.Builder |
explorerUrl(String explorerUrl)
Deprecated.
|
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 |
isActivity(Boolean isActivity)
IsActivity.
|
Config.Builder |
key(String key)
Key.
|
Config.Builder |
lang(String lang)
Lang.
|
Config.Builder |
lastModified(Long lastModified)
Sets last modified.
|
Config.Builder |
lastModifier(String lastModifier)
Sets last modifier.
|
Config.Builder |
mode(String mode)
Mode.
|
Config.Builder |
secret(String documentServerSecret)
Secret
|
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 documentserverSecret
protected String lastModifier
protected Long lastModified
@Deprecated protected String explorerUrl
protected String displayPath
protected String comment
protected Boolean isActivity
protected URI explorerUri
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 url@Deprecated public Config.Builder explorerUrl(String explorerUrl)
explorerUrl - the explorer urlpublic Config.Builder explorerUri(URI uri)
uri - the URI of the pagepublic 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 displayPath(String displayPath)
displayPath - the created displayPathpublic Config.Builder comment(String comment)
comment - the created commentpublic Config.Builder isActivity(Boolean isActivity)
isActivity - the has isActivitypublic 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.Builder secret(String documentServerSecret)
documentServerSecret - the document server secretpublic Config.Builder lastModifier(String lastModifier)
lastModifier - the last Modifierpublic Config.Builder lastModified(Long lastModified)
lastModified - the last modifiedpublic Config build()
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.