|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.web.bean.dialog.BaseDialogBean
org.alfresco.web.bean.BaseDetailsBean
org.alfresco.web.bean.content.DocumentLinkDetailsDialog
public class DocumentLinkDetailsDialog
Field Summary |
---|
Fields inherited from class org.alfresco.web.bean.BaseDetailsBean |
---|
imageResolver, panels, template, workflowProperties |
Fields inherited from class org.alfresco.web.bean.dialog.BaseDialogBean |
---|
browseBean, isFinished, navigator, parameters |
Constructor Summary | |
---|---|
DocumentLinkDetailsDialog()
|
Method Summary | |
---|---|
protected java.lang.String |
finishImpl(javax.faces.context.FacesContext context,
java.lang.String outcome)
Performs the actual processing for the wizard. |
java.lang.String |
getBrowserUrl()
Returns the URL to the content for the current document |
java.lang.String |
getCancelButtonLabel()
Returns the label to use for the cancel button |
java.lang.String |
getContainerSubTitle()
Returns the subtitle to be used for the dialog |
java.lang.String |
getContainerTitle()
Returns the title to be used for the dialog |
java.lang.String |
getCurrentItemId()
|
Node |
getDocument()
Returns the document this bean is currently representing |
java.lang.String |
getDownloadUrl()
Returns the download URL to the content for the current document |
protected Node |
getLinkResolvedNode()
Resolve the actual Node from any Link object that may be proxying it |
Node |
getNode()
Returns the Node this bean is currently representing |
java.lang.String |
getOutcome()
|
protected java.lang.String |
getPropertiesPanelId()
|
java.util.Map |
getTemplateModel()
Returns a model for use by a template on the Details page. |
java.lang.String |
getUrl()
Returns the URL to download content for the current document |
boolean |
isLocked()
Returns whether the current document is locked |
void |
nextItem(javax.faces.event.ActionEvent event)
|
void |
previousItem(javax.faces.event.ActionEvent event)
|
Methods inherited from class org.alfresco.web.bean.BaseDetailsBean |
---|
applyTemplate, approve, cancelWorkflowEdit, expandPanel, getApproveStepName, getBookmarkUrl, getCifsPath, getCopyService, getHasCustomView, getHasTemplateView, getHasWebscriptView, getId, getName, getNodeRefUrl, getOwnableService, getPanels, getPermissionService, getRejectStepName, getTemplate, getTemplateRef, getWebdavUrl, getWebscriptUrl, getWorkflowProperties, reject, removeTemplate, saveWorkflow, setCopyService, setOwnableService, setPanels, setPermissionService, setTemplate, takeOwnership |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DocumentLinkDetailsDialog()
Method Detail |
---|
public Node getDocument()
protected Node getLinkResolvedNode()
BaseDetailsBean
getLinkResolvedNode
in class BaseDetailsBean
public Node getNode()
BaseDetailsBean
getNode
in class BaseDetailsBean
protected java.lang.String getPropertiesPanelId()
getPropertiesPanelId
in class BaseDetailsBean
public java.util.Map getTemplateModel()
BaseDetailsBean
getTemplateModel
in class BaseDetailsBean
protected java.lang.String finishImpl(javax.faces.context.FacesContext context, java.lang.String outcome) throws java.lang.Exception
BaseDialogBean
finishImpl
in class BaseDialogBean
context
- FacesContextoutcome
- The default outcome
java.lang.Exception
public java.lang.String getCurrentItemId()
getCurrentItemId
in interface NavigationSupport
public java.lang.String getOutcome()
getOutcome
in interface NavigationSupport
public void nextItem(javax.faces.event.ActionEvent event)
nextItem
in interface NavigationSupport
public void previousItem(javax.faces.event.ActionEvent event)
previousItem
in interface NavigationSupport
public java.lang.String getCancelButtonLabel()
IDialogBean
getCancelButtonLabel
in interface IDialogBean
getCancelButtonLabel
in class BaseDialogBean
public java.lang.String getContainerSubTitle()
IDialogBean
If this returns null the DialogManager will lookup the subtitle via the dialog configuration
getContainerSubTitle
in interface IDialogBean
getContainerSubTitle
in class BaseDialogBean
public java.lang.String getContainerTitle()
IDialogBean
If this returns null the DialogManager will lookup the title via the dialog configuration
getContainerTitle
in interface IDialogBean
getContainerTitle
in class BaseDialogBean
public java.lang.String getBrowserUrl()
public java.lang.String getDownloadUrl()
public boolean isLocked()
public java.lang.String getUrl()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |