|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.web.bean.admin.AdminNodeBrowseBean
public class AdminNodeBrowseBean
Backing bean to support the Admin Node Browser
Nested Class Summary | |
---|---|
static class |
AdminNodeBrowseBean.NoReadPermissionGranted
Permission representing the fact that "Read Permissions" has not been granted |
static class |
AdminNodeBrowseBean.NoStoreMask
|
class |
AdminNodeBrowseBean.Property
Property wrapper class |
class |
AdminNodeBrowseBean.SearchResults
Wrapper class for Search Results |
Constructor Summary | |
---|---|
AdminNodeBrowseBean()
|
Method Summary | |
---|---|
javax.faces.model.DataModel |
getAspects()
Gets the current node aspects |
javax.faces.model.DataModel |
getAssocs()
Gets the current node associations |
javax.faces.model.DataModel |
getAVMStoreProperties()
|
javax.faces.model.DataModel |
getChildren()
Gets the current node children |
boolean |
getInAVMStore()
|
boolean |
getInheritPermissions()
Gets whether the current node inherits its permissions from a parent node |
org.alfresco.service.cmr.repository.NodeRef |
getNodeRef()
Gets the selected node reference |
org.alfresco.service.namespace.QName |
getNodeType()
Gets the current node type |
javax.faces.model.DataModel |
getParents()
Gets the current node parents |
javax.faces.model.DataModel |
getPermissions()
Gets the current node permissions |
org.alfresco.service.cmr.repository.NodeRef |
getPrimaryParent()
Gets the current node primary parent reference |
java.lang.String |
getPrimaryPath()
Gets the current node primary path |
javax.faces.model.DataModel |
getProperties()
Gets the current node properties |
java.lang.String |
getQuery()
Gets the current query |
java.lang.String |
getQueryLanguage()
Gets the current query language |
java.util.List |
getQueryLanguages()
Gets the list of available query languages |
java.lang.Long |
getSearchElapsedTime()
|
AdminNodeBrowseBean.SearchResults |
getSearchResults()
Gets the current search results |
javax.faces.model.DataModel |
getStorePermissionMasks()
Gets the current node permissions |
javax.faces.model.DataModel |
getStores()
Gets the list of repository stores |
java.lang.String |
selectChild()
Action to select child |
java.lang.String |
selectNodeProperty()
Action to select node property |
java.lang.String |
selectParent()
Action to select parent |
java.lang.String |
selectPrimaryParent()
Action to select primary parent |
java.lang.String |
selectPrimaryPath()
Action to select primary path |
java.lang.String |
selectResultNode()
Action to select search result node |
java.lang.String |
selectStore()
Action to select a store |
java.lang.String |
selectStores()
Action to select stores list |
java.lang.String |
selectToNode()
Action to select association To node |
void |
setAVMService(org.alfresco.service.cmr.avm.AVMService avmService)
|
void |
setDictionaryService(org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService)
|
void |
setNamespaceService(org.alfresco.service.namespace.NamespaceService namespaceService)
|
void |
setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
|
void |
setPermissionService(org.alfresco.service.cmr.security.PermissionService permissionService)
|
void |
setQuery(java.lang.String query)
Set the current query |
void |
setQueryLanguage(java.lang.String queryLanguage)
Sets the current query language |
void |
setSearchService(org.alfresco.service.cmr.search.SearchService searchService)
|
void |
setTransactionService(org.alfresco.service.transaction.TransactionService transactionService)
|
java.lang.String |
submitSearch()
Action to submit search |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AdminNodeBrowseBean()
Method Detail |
---|
public void setTransactionService(org.alfresco.service.transaction.TransactionService transactionService)
transactionService
- transaction servicepublic void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
nodeService
- node servicepublic void setSearchService(org.alfresco.service.cmr.search.SearchService searchService)
searchService
- search servicepublic void setDictionaryService(org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService)
dictionaryService
- dictionary servicepublic void setNamespaceService(org.alfresco.service.namespace.NamespaceService namespaceService)
namespaceService
- namespace servicepublic void setPermissionService(org.alfresco.service.cmr.security.PermissionService permissionService)
permissionService
- permission servicepublic void setAVMService(org.alfresco.service.cmr.avm.AVMService avmService)
avmService
- AVM servicepublic javax.faces.model.DataModel getStores()
public org.alfresco.service.cmr.repository.NodeRef getNodeRef()
public org.alfresco.service.namespace.QName getNodeType()
public java.lang.String getPrimaryPath()
public org.alfresco.service.cmr.repository.NodeRef getPrimaryParent()
public javax.faces.model.DataModel getAspects()
public javax.faces.model.DataModel getParents()
public javax.faces.model.DataModel getProperties()
public boolean getInheritPermissions()
public javax.faces.model.DataModel getPermissions()
public javax.faces.model.DataModel getStorePermissionMasks()
public javax.faces.model.DataModel getChildren()
public javax.faces.model.DataModel getAssocs()
public boolean getInAVMStore()
public javax.faces.model.DataModel getAVMStoreProperties()
public java.lang.String getQueryLanguage()
public void setQueryLanguage(java.lang.String queryLanguage)
queryLanguage
- query languagepublic java.lang.String getQuery()
public void setQuery(java.lang.String query)
query
- query statementpublic java.util.List getQueryLanguages()
public AdminNodeBrowseBean.SearchResults getSearchResults()
public java.lang.String selectStore()
public java.lang.String selectStores()
public java.lang.String selectPrimaryPath()
public java.lang.String selectPrimaryParent()
public java.lang.String selectParent()
public java.lang.String selectToNode()
public java.lang.String selectNodeProperty()
public java.lang.String selectChild()
public java.lang.String selectResultNode()
public java.lang.String submitSearch()
public java.lang.Long getSearchElapsedTime()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |