public class VersionedDocumentDetailsDialog extends Object implements Serializable
Constructor and Description |
---|
VersionedDocumentDetailsDialog() |
Modifier and Type | Method and Description |
---|---|
protected ContentFilterLanguagesService |
getContentFilterLanguagesService() |
protected EditionService |
getEditionService() |
String |
getFileType32() |
Node |
getFrozenStateDocument() |
org.alfresco.service.cmr.repository.NodeRef |
getFrozenStateNodeRef() |
Node |
getMultilingualContainerDocument() |
protected MultilingualContentService |
getMultilingualContentService() |
String |
getName() |
protected org.alfresco.service.cmr.repository.NodeService |
getNodeService() |
String |
getOutcome() |
List |
getTranslations()
Returns a list of objects representing the translations of the given version of the mlContainer
|
String |
getUrl()
Returns the URL to download content for the current document
|
Version |
getVersion() |
List |
getVersionHistory()
Returns a list of objects representing the versions of the
current document
|
protected VersionService |
getVersionService() |
void |
init() |
boolean |
isEmptyTranslation() |
boolean |
isFromPreviousEditon() |
void |
nextItem(ActionEvent event)
Navigates to next item in the list of versioned content for the current VersionHistory
|
void |
previousItem(ActionEvent event)
Navigates to previous item in the list of versioned content for the current VersionHistory
|
void |
setBrowseBean(BrowseBean browseBean) |
void |
setBrowsingVersion(ActionEvent event)
Set which version of the current node that the user want to display the properties
|
void |
setContentFilterLanguagesService(ContentFilterLanguagesService contentFilterLanguagesService) |
void |
setEditionService(EditionService editionService) |
void |
setMultilingualContentService(MultilingualContentService multilingualContentService) |
void |
setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService) |
void |
setVersionService(VersionService versionService) |
public void init()
public void setBrowseBean(BrowseBean browseBean)
browseBean
- The BrowseBean to set.public void setBrowsingVersion(ActionEvent event)
public void nextItem(ActionEvent event)
public void previousItem(ActionEvent event)
public List getTranslations()
public List getVersionHistory()
public boolean isFromPreviousEditon()
public String getUrl()
public Node getFrozenStateDocument()
public org.alfresco.service.cmr.repository.NodeRef getFrozenStateNodeRef()
public Node getMultilingualContainerDocument()
public String getName()
public String getFileType32()
public boolean isEmptyTranslation()
public Version getVersion()
public String getOutcome()
public void setVersionService(VersionService versionService)
versionService
- the Version Service to setprotected VersionService getVersionService()
public void setEditionService(EditionService editionService)
editionService
- the Edition Service to setprotected EditionService getEditionService()
public void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
nodeService
- the Node Service to setprotected org.alfresco.service.cmr.repository.NodeService getNodeService()
public void setContentFilterLanguagesService(ContentFilterLanguagesService contentFilterLanguagesService)
contentFilterLanguagesService
- the Content Filter Languages Service to setprotected ContentFilterLanguagesService getContentFilterLanguagesService()
public void setMultilingualContentService(MultilingualContentService multilingualContentService)
multilingualContentService
- Content Service the Multilingual Content Service to setprotected MultilingualContentService getMultilingualContentService()
Copyright © 2005–2017 Alfresco Software. All rights reserved.