Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
HashSet<StoreRef> |
Floc.getStoreRefs() |
Modifier and Type | Method and Description |
---|---|
void |
Floc.setStoreRefs(HashSet<StoreRef> storeRefs) |
Modifier and Type | Method and Description |
---|---|
List<StoreRef> |
QueryOptions.getStores()
Get the list of stores in which to run the query.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryOptions.setStores(List<StoreRef> stores)
Set the stores against which to run the query.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
StoreRef |
TenantService.getBaseName(StoreRef storeRef) |
StoreRef |
SingleTServiceImpl.getBaseName(StoreRef storeRef) |
StoreRef |
TenantService.getName(StoreRef storeRef) |
StoreRef |
SingleTServiceImpl.getName(StoreRef storeRef) |
StoreRef |
TenantService.getName(String username,
StoreRef storeRef) |
StoreRef |
SingleTServiceImpl.getName(String username,
StoreRef storeRef) |
Modifier and Type | Method and Description |
---|---|
StoreRef |
TenantService.getBaseName(StoreRef storeRef) |
StoreRef |
SingleTServiceImpl.getBaseName(StoreRef storeRef) |
StoreRef |
TenantService.getName(StoreRef storeRef) |
StoreRef |
SingleTServiceImpl.getName(StoreRef storeRef) |
StoreRef |
TenantService.getName(String username,
StoreRef storeRef) |
StoreRef |
SingleTServiceImpl.getName(String username,
StoreRef storeRef) |
Modifier and Type | Field and Description |
---|---|
static StoreRef |
StoreRef.STORE_REF_ARCHIVE_SPACESSTORE |
static StoreRef |
StoreRef.STORE_REF_WORKSPACE_SPACESSTORE |
Modifier and Type | Method and Description |
---|---|
StoreRef |
NodeService.createStore(String protocol,
String identifier)
Create a new store for the given protocol and identifier.
|
StoreRef |
NodeRef.getStoreRef() |
StoreRef |
AbstractStoreException.getStoreRef() |
Modifier and Type | Method and Description |
---|---|
List<StoreRef> |
NodeService.getStores()
Gets a list of all available node store references
|
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
AbstractStoreException(StoreRef storeRef) |
AbstractStoreException(StoreRef storeRef,
Throwable e) |
AbstractStoreException(String msg,
StoreRef storeRef) |
AbstractStoreException(String msg,
StoreRef storeRef,
Throwable e) |
InvalidStoreRefException(StoreRef storeRef) |
InvalidStoreRefException(String msg,
StoreRef storeRef) |
NodeRef(StoreRef storeRef,
String id)
Construct a Node Reference from a Store Reference and Node Id
|
StoreExistsException(StoreRef storeRef,
Throwable e) |
Modifier and Type | Method and Description |
---|---|
List<StoreRef> |
BasicSearchParameters.getStores() |
ArrayList<StoreRef> |
SearchParameters.getStores()
Get the stores in which this query should find results.
|
List<StoreRef> |
StatsParameters.getStores() |
Modifier and Type | Method and Description |
---|---|
void |
SearchParameters.addStore(StoreRef store)
Set the stores to be supported - currently there can be only one.
|
void |
StatsParameters.addStore(StoreRef store)
Add a Store ref
|
ResultSet |
SearchService.query(StoreRef store,
QName queryId,
QueryParameter[] queryParameters)
Execute a canned query
|
ResultSet |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
PermissionService.clearPermission(StoreRef storeRef,
String authority)
Clear all permission masks for an authority on a store
|
void |
PermissionService.deletePermission(StoreRef storeRef,
String authority,
String permission)
Remove part of a permission mask on a store
|
void |
PermissionService.deletePermissions(StoreRef storeRef)
Remove all permission mask on a store
|
Set<AccessPermission> |
PermissionService.getAllSetPermissions(StoreRef storeRef)
Get all the AccessPermissions that are set for anyone for the given node
|
void |
PermissionService.setPermission(StoreRef storeRef,
String authority,
String permission,
boolean allow)
Add a permission mask to a store
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.