@Name(value="pageBean") @Scope(value=CONVERSATION) @Install(precedence=30) public class PageBean extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected org.nuxeo.ecm.core.api.CoreSession |
documentManager |
protected String |
liveEditLink |
protected String |
notificationKey |
| Constructor and Description |
|---|
PageBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCallBackContext() |
String |
getFromUrl() |
String |
getInputDocId() |
String |
getLiveEditLink() |
String |
getNotificationKey() |
void |
setCallBackContext(String callBackContext) |
void |
setFromUrl(String fromUrl) |
void |
setInputDocId(String inputDocId) |
void |
setLiveEditLink(String liveEditLink) |
void |
setNotificationKey(String notificationKey) |
void |
startUp() |
@In(create=true,
required=true)
protected transient org.nuxeo.ecm.core.api.CoreSession documentManager
protected String notificationKey
protected String liveEditLink
public String getNotificationKey()
public void setNotificationKey(String notificationKey)
public String getInputDocId()
public void setInputDocId(String inputDocId)
public String getFromUrl()
public void setFromUrl(String fromUrl)
fromUrl - the fromUrl to setpublic String getCallBackContext()
public void setCallBackContext(String callBackContext)
public String getLiveEditLink()
public void setLiveEditLink(String liveEditLink)
@Create public void startUp()
Copyright © 2020. All rights reserved.