Uses of Class
org.alfresco.service.cmr.repository.StoreRef
Packages that use StoreRef
Package
Description
-
Uses of StoreRef in org.alfresco.opencmis.search
Constructors in org.alfresco.opencmis.search with parameters of type StoreRefModifierConstructorDescriptionCMISQueryOptions
(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 StoreRefMethod parameters in org.alfresco.repo.index.shard with type arguments of type StoreRef -
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 StoreRefModifier and TypeMethodDescriptionQueryOptions.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 StoreRefModifier and TypeMethodDescriptionvoid
Set the stores against which to run the query.Constructors in org.alfresco.repo.search.impl.querymodel with parameters of type StoreRefModifierConstructorDescriptionQueryOptions
(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 StoreRefModifier and TypeMethodDescriptionSingleTServiceImpl.getBaseName
(StoreRef storeRef) TenantService.getBaseName
(StoreRef storeRef) Methods in org.alfresco.repo.tenant with parameters of type StoreRefModifier and TypeMethodDescriptionSingleTServiceImpl.getBaseName
(StoreRef storeRef) TenantService.getBaseName
(StoreRef storeRef) -
Uses of StoreRef in org.alfresco.service.cmr.repository
Fields in org.alfresco.service.cmr.repository declared as StoreRefModifier and TypeFieldDescriptionstatic final StoreRef
StoreRef.STORE_REF_ARCHIVE_SPACESSTORE
static final StoreRef
StoreRef.STORE_REF_WORKSPACE_SPACESSTORE
Methods in org.alfresco.service.cmr.repository that return StoreRefModifier and TypeMethodDescriptionNodeService.createStore
(String protocol, String identifier) Create a new store for the given protocol and identifier.AbstractStoreException.getStoreRef()
final StoreRef
NodeRef.getStoreRef()
Methods in org.alfresco.service.cmr.repository that return types with arguments of type StoreRefModifier and TypeMethodDescriptionNodeService.getStores()
Gets a list of all available node store referencesMethods in org.alfresco.service.cmr.repository with parameters of type StoreRefModifier and TypeMethodDescriptionvoid
NodeService.deleteStore
(StoreRef storeRef) Delete a store and all its contents.boolean
NodeService.getAllRootNodes
(StoreRef storeRef) NodeService.getRootNode
(StoreRef storeRef) 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 StoreRefModifierConstructorDescriptionAbstractStoreException
(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) 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 StoreRefModifier and TypeMethodDescriptionBasicSearchParameters.getStores()
SearchParameters.getStores()
Get the stores in which this query should find results.SearchSQLParameters.getStores()
StatsParameters.getStores()
Methods in org.alfresco.service.cmr.search with parameters of type StoreRefModifier and TypeMethodDescriptionvoid
Set the stores to be supported - currently there can be only one.void
Set the stores to be supported - currently there can be only one.void
Add a Store refSearch against a store.SearchService.query
(StoreRef store, String language, String query, QueryParameterDefinition[] queryParameterDefinitions) Search against a store.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 StoreRefModifier and TypeMethodDescriptionvoid
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 storePermissionService.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