|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.web.bean.content.VersionedDocumentDetailsDialog
public class VersionedDocumentDetailsDialog
Bean with generic function helping the rendering of the versioned properties
Constructor Summary | |
---|---|
VersionedDocumentDetailsDialog()
|
Method Summary | |
---|---|
protected org.alfresco.service.cmr.ml.ContentFilterLanguagesService |
getContentFilterLanguagesService()
|
protected org.alfresco.service.cmr.ml.EditionService |
getEditionService()
|
java.lang.String |
getFileType32()
|
Node |
getFrozenStateDocument()
|
org.alfresco.service.cmr.repository.NodeRef |
getFrozenStateNodeRef()
|
Node |
getMultilingualContainerDocument()
|
protected org.alfresco.service.cmr.ml.MultilingualContentService |
getMultilingualContentService()
|
java.lang.String |
getName()
|
protected org.alfresco.service.cmr.repository.NodeService |
getNodeService()
|
java.lang.String |
getOutcome()
|
java.util.List |
getTranslations()
Returns a list of objects representing the translations of the given version of the mlContainer |
java.lang.String |
getUrl()
Returns the URL to download content for the current document |
org.alfresco.service.cmr.version.Version |
getVersion()
|
java.util.List |
getVersionHistory()
Returns a list of objects representing the versions of the current document |
protected org.alfresco.service.cmr.version.VersionService |
getVersionService()
|
void |
init()
|
boolean |
isEmptyTranslation()
|
boolean |
isFromPreviousEditon()
|
void |
nextItem(javax.faces.event.ActionEvent event)
Navigates to next item in the list of versioned content for the current VersionHistory |
void |
previousItem(javax.faces.event.ActionEvent event)
Navigates to previous item in the list of versioned content for the current VersionHistory |
void |
setBrowseBean(BrowseBean browseBean)
|
void |
setBrowsingVersion(javax.faces.event.ActionEvent event)
Set which version of the current node that the user want to display the properties |
void |
setContentFilterLanguagesService(org.alfresco.service.cmr.ml.ContentFilterLanguagesService contentFilterLanguagesService)
|
void |
setEditionService(org.alfresco.service.cmr.ml.EditionService editionService)
|
void |
setMultilingualContentService(org.alfresco.service.cmr.ml.MultilingualContentService multilingualContentService)
|
void |
setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
|
void |
setVersionService(org.alfresco.service.cmr.version.VersionService versionService)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VersionedDocumentDetailsDialog()
Method Detail |
---|
public void init()
public void setBrowseBean(BrowseBean browseBean)
browseBean
- The BrowseBean to set.public void setBrowsingVersion(javax.faces.event.ActionEvent event)
public void nextItem(javax.faces.event.ActionEvent event)
public void previousItem(javax.faces.event.ActionEvent event)
public java.util.List getTranslations()
public java.util.List getVersionHistory()
public boolean isFromPreviousEditon()
public java.lang.String getUrl()
public Node getFrozenStateDocument()
public org.alfresco.service.cmr.repository.NodeRef getFrozenStateNodeRef()
public Node getMultilingualContainerDocument()
public java.lang.String getName()
public java.lang.String getFileType32()
public boolean isEmptyTranslation()
public org.alfresco.service.cmr.version.Version getVersion()
public java.lang.String getOutcome()
public void setVersionService(org.alfresco.service.cmr.version.VersionService versionService)
versionService
- the Version Service to setprotected org.alfresco.service.cmr.version.VersionService getVersionService()
public void setEditionService(org.alfresco.service.cmr.ml.EditionService editionService)
editionService
- the Edition Service to setprotected org.alfresco.service.cmr.ml.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(org.alfresco.service.cmr.ml.ContentFilterLanguagesService contentFilterLanguagesService)
contentFilterLanguagesService
- the Content Filter Languages Service to setprotected org.alfresco.service.cmr.ml.ContentFilterLanguagesService getContentFilterLanguagesService()
public void setMultilingualContentService(org.alfresco.service.cmr.ml.MultilingualContentService multilingualContentService)
Multilingual
- Content Service the Multilingual Content Service to setprotected org.alfresco.service.cmr.ml.MultilingualContentService getMultilingualContentService()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |