public class AdminNodeBrowseBean extends Object implements Serializable
Type | Property and Description |
---|---|
String |
selectNode
Action to select node property
|
Modifier and Type | Class and Description |
---|---|
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 and Description |
---|
AdminNodeBrowseBean() |
Modifier and Type | Method and Description |
---|---|
DataModel |
getAspects()
Gets the current node aspects
|
DataModel |
getAssocs()
Gets the current node associations
|
DataModel |
getChildren()
Gets the current node children
|
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
|
DataModel |
getParents()
Gets the current node parents
|
DataModel |
getPermissions()
Gets the current node permissions
|
org.alfresco.service.cmr.repository.NodeRef |
getPrimaryParent()
Gets the current node primary parent reference
|
String |
getPrimaryPath()
Gets the current node primary path
|
DataModel |
getProperties()
Gets the current node properties
|
String |
getQuery()
Gets the current query
|
String |
getQueryLanguage()
Gets the current query language
|
List<SelectItem> |
getQueryLanguages()
Gets the list of available query languages
|
Long |
getSearchElapsedTime() |
AdminNodeBrowseBean.SearchResults |
getSearchResults()
Gets the current search results
|
DataModel |
getSourceAssocs()
Gets the current source associations
|
DataModel |
getStorePermissionMasks()
Gets the current node permissions
|
DataModel |
getStores()
Gets the list of repository stores
|
String |
selectChild()
Action to select child
|
String |
selectFromNode()
Action to select association From node
|
String |
selectNodeProperty()
Action to select node property
|
String |
selectParent()
Action to select parent
|
String |
selectPrimaryParent()
Action to select primary parent
|
String |
selectPrimaryPath()
Action to select primary path
|
String |
selectResultNode()
Action to select search result node
|
String |
selectStore()
Action to select a store
|
String |
selectStores()
Action to select stores list
|
String |
selectToNode()
Action to select association To node
|
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(String query)
Set the current query
|
void |
setQueryLanguage(String queryLanguage)
Sets the current query language
|
void |
setSearchService(org.alfresco.service.cmr.search.SearchService searchService) |
void |
setTransactionService(TransactionService transactionService) |
String |
submitSearch()
Action to submit search
|
public String selectNodeProperty
public void setTransactionService(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 DataModel getStores()
public org.alfresco.service.cmr.repository.NodeRef getNodeRef()
public org.alfresco.service.namespace.QName getNodeType()
public String getPrimaryPath()
public org.alfresco.service.cmr.repository.NodeRef getPrimaryParent()
public DataModel getAspects()
public DataModel getParents()
public DataModel getProperties()
public boolean getInheritPermissions()
public DataModel getPermissions()
public DataModel getStorePermissionMasks()
public DataModel getChildren()
public DataModel getAssocs()
public DataModel getSourceAssocs()
public String getQueryLanguage()
public void setQueryLanguage(String queryLanguage)
queryLanguage
- query languagepublic String getQuery()
public void setQuery(String query)
query
- query statementpublic List<SelectItem> getQueryLanguages()
public AdminNodeBrowseBean.SearchResults getSearchResults()
public String selectStore()
public String selectStores()
public String selectPrimaryPath()
public String selectPrimaryParent()
public String selectParent()
public String selectToNode()
public String selectFromNode()
public String selectNodeProperty()
public String selectChild()
public String selectResultNode()
public String submitSearch()
public Long getSearchElapsedTime()
Copyright © 2005–2017 Alfresco Software. All rights reserved.