org.alfresco.repo.webservice
Class CMLUtil

java.lang.Object
  extended by org.alfresco.repo.webservice.CMLUtil

public class CMLUtil
extends java.lang.Object


Constructor Summary
CMLUtil()
           
 
Method Summary
 org.alfresco.repo.webservice.repository.UpdateResult[] executeCML(org.alfresco.repo.webservice.types.CML cml)
          Execute a cml update query.
 void setContentService(org.alfresco.service.cmr.repository.ContentService contentService)
           
 void setCopyService(org.alfresco.service.cmr.repository.CopyService copyService)
           
 void setDictionaryService(org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService)
           
 void setNamespaceService(org.alfresco.service.namespace.NamespaceService namespaceService)
           
 void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
           
 void setSearchService(org.alfresco.service.cmr.search.SearchService searchService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMLUtil

public CMLUtil()
Method Detail

setNodeService

public void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)

setSearchService

public void setSearchService(org.alfresco.service.cmr.search.SearchService searchService)

setNamespaceService

public void setNamespaceService(org.alfresco.service.namespace.NamespaceService namespaceService)

setCopyService

public void setCopyService(org.alfresco.service.cmr.repository.CopyService copyService)

setDictionaryService

public void setDictionaryService(org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService)

setContentService

public void setContentService(org.alfresco.service.cmr.repository.ContentService contentService)

executeCML

public org.alfresco.repo.webservice.repository.UpdateResult[] executeCML(org.alfresco.repo.webservice.types.CML cml)
Execute a cml update query.

Parameters:
cml - the cml objects
Returns:
the update result


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.