Package org.alfresco.repo.dictionary
Class DynamicCreateRepositoryLocation
- java.lang.Object
-
- org.alfresco.repo.dictionary.RepositoryLocation
-
- org.alfresco.repo.dictionary.DynamicCreateRepositoryLocation
-
public class DynamicCreateRepositoryLocation extends RepositoryLocation
- Author:
- sglover
-
-
Field Summary
-
Fields inherited from class org.alfresco.repo.dictionary.RepositoryLocation
LANGUAGE_CLASSPATH, LANGUAGE_PATH
-
-
Constructor Summary
Constructors Constructor Description DynamicCreateRepositoryLocation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckAndCreate(org.alfresco.service.cmr.repository.NodeRef rootNodeRef)protected voidcreate()protected java.lang.StringgetParentPath()TransactionServicegetTransactionService()voidsetBundleName(java.lang.String bundleName)voidsetContentViewLocation(java.lang.String contentViewLocation)voidsetImporterService(ImporterService importerService)voidsetNamespaceService(org.alfresco.service.namespace.NamespaceService namespaceService)voidsetSearchService(org.alfresco.service.cmr.search.SearchService searchService)voidsetTransactionService(TransactionService transactionService)-
Methods inherited from class org.alfresco.repo.dictionary.RepositoryLocation
getLuceneQueryStatement, getPath, getPathElements, getQueryLanguage, getStoreRef, getXPathQueryStatement, setPath, setQueryLanguage, setStoreId, setStoreProtocol
-
-
-
-
Method Detail
-
setSearchService
public void setSearchService(org.alfresco.service.cmr.search.SearchService searchService)
-
setNamespaceService
public void setNamespaceService(org.alfresco.service.namespace.NamespaceService namespaceService)
-
setContentViewLocation
public void setContentViewLocation(java.lang.String contentViewLocation)
-
setImporterService
public void setImporterService(ImporterService importerService)
-
setBundleName
public void setBundleName(java.lang.String bundleName)
-
checkAndCreate
public void checkAndCreate(org.alfresco.service.cmr.repository.NodeRef rootNodeRef)
-
getParentPath
protected java.lang.String getParentPath()
-
create
protected void create()
-
getTransactionService
public TransactionService getTransactionService()
-
setTransactionService
public void setTransactionService(TransactionService transactionService)
-
-