| Package | Description |
|---|---|
| org.alfresco.cmis.acl | |
| org.alfresco.cmis.dictionary | |
| org.alfresco.cmis.mapping | |
| org.alfresco.cmis.search | |
| org.alfresco.repo.search.impl.noindex | |
| org.alfresco.repo.search.impl.solr | |
| org.alfresco.repo.service | |
| org.alfresco.service |
Provides the public facing interfaces of the Services of the Alfresco Repository.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CMISAccessControlServiceImpl.setCMISDictionaryService(CMISDictionaryService cmisDictionaryService) |
| Modifier and Type | Class and Description |
|---|---|
class |
CMISAbstractDictionaryService
Common CMIS Dictionary Support including registry of Types.
|
class |
CMISStrictDictionaryService
CMIS Dictionary which provides Types that strictly conform to the CMIS specification.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CMISServicesImpl.setCMISDictionaryService(CMISDictionaryService cmisDictionaryService) |
| Modifier and Type | Method and Description |
|---|---|
void |
CmisFunctionEvaluationContext.setCmisDictionaryService(CMISDictionaryService cmisDictionaryService) |
void |
CMISQueryServiceImpl.setCMISDictionaryService(CMISDictionaryService cmisDictionaryService) |
| Constructor and Description |
|---|
CMISQueryParser(CMISQueryOptions options,
CMISDictionaryService cmisDictionaryService,
CMISJoinEnum joinSupport) |
CMISResultSetImpl(Map<String,org.alfresco.service.cmr.search.ResultSet> wrapped,
CMISQueryOptions options,
org.alfresco.service.cmr.search.LimitBy limitBy,
org.alfresco.service.cmr.repository.NodeService nodeService,
org.alfresco.repo.search.impl.querymodel.Query query,
CMISDictionaryService cmisDictionaryService,
org.alfresco.service.cmr.dictionary.DictionaryService alfrescoDictionaryService) |
CMISResultSetMetaDataImpl(CMISQueryOptions options,
org.alfresco.repo.search.impl.querymodel.Query query,
org.alfresco.service.cmr.search.LimitBy limitBy,
CMISDictionaryService cmisDictionaryService,
org.alfresco.service.cmr.dictionary.DictionaryService alfrescoDictionaryService) |
CMISResultSetRowImpl(CMISResultSet resultSet,
int index,
Map<String,Float> scores,
org.alfresco.service.cmr.repository.NodeService nodeService,
Map<String,org.alfresco.service.cmr.repository.NodeRef> nodeRefs,
org.alfresco.repo.search.impl.querymodel.Query query,
CMISDictionaryService cmisDictionaryService) |
| Modifier and Type | Method and Description |
|---|---|
void |
NoIndexCMISQueryServiceImpl.setCmisDictionaryService(CMISDictionaryService cmisDictionaryService) |
| Modifier and Type | Method and Description |
|---|---|
void |
SolrCMISQueryServiceImpl.setCmisDictionaryService(CMISDictionaryService cmisDictionaryService) |
| Modifier and Type | Method and Description |
|---|---|
CMISDictionaryService |
ServiceDescriptorRegistry.getCMISDictionaryService() |
| Modifier and Type | Method and Description |
|---|---|
CMISDictionaryService |
ServiceRegistry.getCMISDictionaryService()
Get the CMIS Dictionary service (or null if one is not provided)
|
Copyright © 2005–2014 Alfresco Software. All rights reserved.