Uses of Class
org.alfresco.service.cmr.repository.StoreRef
-
-
Uses of StoreRef in org.alfresco.opencmis.search
Constructors in org.alfresco.opencmis.search with parameters of type StoreRef Constructor Description CMISQueryOptions(String query, StoreRef storeRef)
Create a CMISQueryOptions instance with the default options other than the query and store ref.CMISQueryOptions(String query, StoreRef storeRef, Locale locale)
Create a CMISQueryOptions instance with the default options other than the query, store ref and locale. -
Uses of StoreRef in org.alfresco.repo.index.shard
Methods in org.alfresco.repo.index.shard that return types with arguments of type StoreRef Modifier and Type Method Description HashSet<StoreRef>
Floc. getStoreRefs()
Method parameters in org.alfresco.repo.index.shard with type arguments of type StoreRef Modifier and Type Method Description void
Floc. setStoreRefs(HashSet<StoreRef> storeRefs)
-
Uses of StoreRef in org.alfresco.repo.search.impl.querymodel
Methods in org.alfresco.repo.search.impl.querymodel that return types with arguments of type StoreRef Modifier and Type Method Description List<StoreRef>
QueryOptions. getStores()
Get the list of stores in which to run the query.Method parameters in org.alfresco.repo.search.impl.querymodel with type arguments of type StoreRef Modifier and Type Method Description void
QueryOptions. setStores(List<StoreRef> stores)
Set the stores against which to run the query.Constructors in org.alfresco.repo.search.impl.querymodel with parameters of type StoreRef Constructor Description QueryOptions(String query, StoreRef storeRef)
Create a CMISQueryOptions instance with the default options other than the query and store ref.QueryOptions(String query, StoreRef storeRef, Locale locale)
Create a CMISQueryOptions instance with the default options other than the query, store ref and locale. -
Uses of StoreRef in org.alfresco.repo.tenant
Methods in org.alfresco.repo.tenant that return StoreRef Modifier and Type Method Description StoreRef
SingleTServiceImpl. getBaseName(StoreRef storeRef)
StoreRef
TenantService. getBaseName(StoreRef storeRef)
StoreRef
SingleTServiceImpl. getName(String username, StoreRef storeRef)
StoreRef
SingleTServiceImpl. getName(StoreRef storeRef)
StoreRef
TenantService. getName(String username, StoreRef storeRef)
StoreRef
TenantService. getName(StoreRef storeRef)
Methods in org.alfresco.repo.tenant with parameters of type StoreRef Modifier and Type Method Description StoreRef
SingleTServiceImpl. getBaseName(StoreRef storeRef)
StoreRef
TenantService. getBaseName(StoreRef storeRef)
StoreRef
SingleTServiceImpl. getName(String username, StoreRef storeRef)
StoreRef
SingleTServiceImpl. getName(StoreRef storeRef)
StoreRef
TenantService. getName(String username, StoreRef storeRef)
StoreRef
TenantService. getName(StoreRef storeRef)
-
Uses of StoreRef in org.alfresco.service.cmr.repository
Fields in org.alfresco.service.cmr.repository declared as StoreRef Modifier and Type Field Description static StoreRef
StoreRef. STORE_REF_ARCHIVE_SPACESSTORE
static StoreRef
StoreRef. STORE_REF_WORKSPACE_SPACESSTORE
Methods in org.alfresco.service.cmr.repository that return StoreRef Modifier and Type Method Description StoreRef
NodeService. createStore(String protocol, String identifier)
Create a new store for the given protocol and identifier.StoreRef
AbstractStoreException. getStoreRef()
StoreRef
NodeRef. getStoreRef()
Methods in org.alfresco.service.cmr.repository that return types with arguments of type StoreRef Modifier and Type Method Description List<StoreRef>
NodeService. getStores()
Gets a list of all available node store referencesMethods in org.alfresco.service.cmr.repository with parameters of type StoreRef Modifier and Type Method Description void
NodeService. deleteStore(StoreRef storeRef)
Delete a store and all its contents.boolean
NodeService. exists(StoreRef storeRef)
Set<NodeRef>
NodeService. getAllRootNodes(StoreRef storeRef)
NodeRef
NodeService. getRootNode(StoreRef storeRef)
NodeRef
NodeService. getStoreArchiveNode(StoreRef storeRef)
Get the node where archived items will have gone when deleted from the given store.Constructors in org.alfresco.service.cmr.repository with parameters of type StoreRef Constructor Description AbstractStoreException(String msg, StoreRef storeRef)
AbstractStoreException(String msg, StoreRef storeRef, Throwable e)
AbstractStoreException(StoreRef storeRef)
AbstractStoreException(StoreRef storeRef, Throwable e)
InvalidStoreRefException(String msg, StoreRef storeRef)
InvalidStoreRefException(StoreRef storeRef)
NodeRef(StoreRef storeRef, String id)
Construct a Node Reference from a Store Reference and Node IdStoreExistsException(StoreRef storeRef, Throwable e)
-
Uses of StoreRef in org.alfresco.service.cmr.search
Methods in org.alfresco.service.cmr.search that return types with arguments of type StoreRef Modifier and Type Method Description List<StoreRef>
BasicSearchParameters. getStores()
ArrayList<StoreRef>
SearchParameters. getStores()
Get the stores in which this query should find results.List<StoreRef>
SearchSQLParameters. getStores()
List<StoreRef>
StatsParameters. getStores()
Methods in org.alfresco.service.cmr.search with parameters of type StoreRef Modifier and Type Method Description void
SearchParameters. addStore(StoreRef store)
Set the stores to be supported - currently there can be only one.void
SearchSQLParameters. addStore(StoreRef store)
Set the stores to be supported - currently there can be only one.void
StatsParameters. addStore(StoreRef store)
Add a Store refResultSet
SearchService. query(StoreRef store, String language, String query)
Search against a store.ResultSet
SearchService. query(StoreRef store, String language, String query, QueryParameterDefinition[] queryParameterDefinitions)
Search against a store.ResultSet
SearchService. query(StoreRef store, QName queryId, QueryParameter[] queryParameters)
Execute a canned query -
Uses of StoreRef in org.alfresco.service.cmr.security
Methods in org.alfresco.service.cmr.security with parameters of type StoreRef Modifier and Type Method Description void
PermissionService. clearPermission(StoreRef storeRef, String authority)
Clear all permission masks for an authority on a storevoid
PermissionService. deletePermission(StoreRef storeRef, String authority, String permission)
Remove part of a permission mask on a storevoid
PermissionService. deletePermissions(StoreRef storeRef)
Remove all permission mask on a storeSet<AccessPermission>
PermissionService. getAllSetPermissions(StoreRef storeRef)
Get all the AccessPermissions that are set for anyone for the given nodevoid
PermissionService. setPermission(StoreRef storeRef, String authority, String permission, boolean allow)
Add a permission mask to a store
-