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 voidFloc. 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 voidQueryOptions. 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 StoreRefSingleTServiceImpl. getBaseName(StoreRef storeRef)StoreRefTenantService. getBaseName(StoreRef storeRef)StoreRefSingleTServiceImpl. getName(String username, StoreRef storeRef)StoreRefSingleTServiceImpl. getName(StoreRef storeRef)StoreRefTenantService. getName(String username, StoreRef storeRef)StoreRefTenantService. getName(StoreRef storeRef)Methods in org.alfresco.repo.tenant with parameters of type StoreRef Modifier and Type Method Description StoreRefSingleTServiceImpl. getBaseName(StoreRef storeRef)StoreRefTenantService. getBaseName(StoreRef storeRef)StoreRefSingleTServiceImpl. getName(String username, StoreRef storeRef)StoreRefSingleTServiceImpl. getName(StoreRef storeRef)StoreRefTenantService. getName(String username, StoreRef storeRef)StoreRefTenantService. 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 StoreRefStoreRef. STORE_REF_ARCHIVE_SPACESSTOREstatic StoreRefStoreRef. STORE_REF_WORKSPACE_SPACESSTOREMethods in org.alfresco.service.cmr.repository that return StoreRef Modifier and Type Method Description StoreRefNodeService. createStore(String protocol, String identifier)Create a new store for the given protocol and identifier.StoreRefAbstractStoreException. getStoreRef()StoreRefNodeRef. 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 voidNodeService. deleteStore(StoreRef storeRef)Delete a store and all its contents.booleanNodeService. exists(StoreRef storeRef)Set<NodeRef>NodeService. getAllRootNodes(StoreRef storeRef)NodeRefNodeService. getRootNode(StoreRef storeRef)NodeRefNodeService. 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 voidSearchParameters. addStore(StoreRef store)Set the stores to be supported - currently there can be only one.voidSearchSQLParameters. addStore(StoreRef store)Set the stores to be supported - currently there can be only one.voidStatsParameters. addStore(StoreRef store)Add a Store refResultSetSearchService. query(StoreRef store, String language, String query)Search against a store.ResultSetSearchService. query(StoreRef store, String language, String query, QueryParameterDefinition[] queryParameterDefinitions)Search against a store.ResultSetSearchService. 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 voidPermissionService. clearPermission(StoreRef storeRef, String authority)Clear all permission masks for an authority on a storevoidPermissionService. deletePermission(StoreRef storeRef, String authority, String permission)Remove part of a permission mask on a storevoidPermissionService. 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 nodevoidPermissionService. setPermission(StoreRef storeRef, String authority, String permission, boolean allow)Add a permission mask to a store
-