|
|||||||||
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.wcm.AVMDetailsBean
org.alfresco.web.bean.wcm.FileDetailsBean
public class FileDetailsBean
Backing bean for File Details page.
Field Summary |
---|
Fields inherited from class org.alfresco.web.bean.wcm.AVMDetailsBean |
---|
avmBrowseBean, panels |
Fields inherited from class org.alfresco.web.bean.dialog.BaseDialogBean |
---|
browseBean, isFinished, navigator, parameters |
Constructor Summary | |
---|---|
FileDetailsBean()
Default constructor |
Method Summary | |
---|---|
protected java.lang.String |
finishImpl(javax.faces.context.FacesContext context,
java.lang.String outcome)
Performs the actual processing for the wizard. |
AVMNode |
getAvmNode()
|
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 |
getContainerTitle()
Returns the title to be used for the dialog |
java.lang.String |
getCurrentItemId()
|
Node |
getDocument()
|
java.lang.String |
getDownloadUrl()
Returns the download URL to the content for the current document |
java.lang.String |
getFileType32()
|
protected java.util.List |
getNodes()
|
java.lang.String |
getOutcome()
|
java.lang.String |
getPreviewUrl()
Returns the virtualisation server URL to the content for the current document |
java.util.List |
getVersionHistory()
|
void |
revertNode(javax.faces.event.ActionEvent event)
Revert a node back to a previous version |
void |
setActionService(org.alfresco.service.cmr.action.ActionService actionService)
|
Methods inherited from class org.alfresco.web.bean.wcm.AVMDetailsBean |
---|
expandPanel, getAvmService, getIsBrowseList, getName, getNodeRefUrl, getNodeService, getPanels, getPath, nextItem, previousItem, setAvmBrowseBean, setAvmService, setNodeService, setPanels |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileDetailsBean()
Method Detail |
---|
public void setActionService(org.alfresco.service.cmr.action.ActionService actionService)
actionService
- The actionService to set.public AVMNode getAvmNode()
getAvmNode
in class AVMDetailsBean
AVMDetailsBean.getAvmNode()
public Node getDocument()
public java.lang.String getBrowserUrl()
public java.lang.String getDownloadUrl()
public java.lang.String getPreviewUrl()
public java.lang.String getFileType32()
protected java.util.List getNodes()
getNodes
in class AVMDetailsBean
AVMDetailsBean.getNodes()
public java.util.List getVersionHistory()
public void revertNode(javax.faces.event.ActionEvent event)
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 getCancelButtonLabel()
IDialogBean
getCancelButtonLabel
in interface IDialogBean
getCancelButtonLabel
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 getCurrentItemId()
public java.lang.String getOutcome()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |