com.adobe.livecycle.contentservices.dsc.impl
Class DocumentManagementServiceImpl

java.lang.Object
  extended by com.adobe.livecycle.contentservices.dsc.impl.DocumentManagementServiceImpl

public class DocumentManagementServiceImpl
extends Object


Constructor Summary
DocumentManagementServiceImpl()
           
 
Method Summary
 Map cancelCheckOut(String storeName, List nodeIDsOrPaths)
           
 Map checkIn(String storeName, List nodeIDsOrPaths, VersionType versionType, Boolean keepCheckedOut, Boolean revokePrevious, Map versionAttributes)
           
 Map checkOut(String storeName, List nodeIDsOrPaths, String destinationNodeOrPath)
           
 String copyContent(String storeName, String sourceDocumentIDOrPath, String targetContentPath)
           
 void createAssociation(String storeName, String associationType, String parentNodeIDOrPath, String childNodeIDOrPath)
           
 String createSpace(String storeName, String spacePath)
           
 String createSpace(String storeName, String spacePath, TemplateOptionsSpec templateType, String templateName)
           
 Boolean deleteContent(String storeName, String nodeIDOrPath)
           
 List getAllTypesInfo()
           
 List getApplicableNodeAspects(String storeName, String nodeIDOrPath, String spacePath, String nodeName)
           
 Map getApplicableNodeAttributes(String storeName, String nodeIDOrPath, String spacePath, String nodeName, String nodeType, List aspects)
           
 AspectOrPropertyInfo getAspectAndAttributesInfo()
           
 List getAspectsList()
           
 List getAssociated(String storeName, String associationType, String nodeIDOrPath, Boolean isParent)
           
 List getAssociationTypesList()
           
 List getAssociationTypesList(String storeName)
           
 Map getContentAttributes(String storeName, String nodeIDOrPath, String versionLabel)
           
 Map getLFSInfo()
           
 int getLocalSyncLock(String nodeId, Boolean userInitiated)
           
 List getNodeTypes()
           
 Set getPermissionsType(String typeName)
           
 List getSpaceContents(String storeName, String spaceIDOrPath, Boolean getOnlyFiles)
           
 List getSpaceContentsAsMap(String storeName, String spaceIDOrPath, Boolean showOnlyFolders)
           
 List getStoreNames()
           
 List getSubmitURLsOfPDFForm(Document pdfFormDoc)
           
 String getSyncStatus()
           
 List getTitleConAspectsList()
           
 List getUmDomainEntries()
           
 UmDomainsInfo getUmDomainsInfo()
           
 Map getUMLoginResult(byte[] data)
           
 List getVersionHistory(String storeName, String nodeIDOrPath, Boolean isAscending)
           
 Boolean importContent(String storeName, String spacePath, String nodeName, Document zipDocument, String nodeEncoding)
           
 void injectPrincipals(List principals)
           
 Boolean isFolder(String storeName, String nodeIDOrPath)
           
 String moveContent(String storeName, String sourceDocumentIDOrPath, String targetContentPath)
           
 void onSyncEnd()
           
 void onSyncStart()
           
 void publishEvent(Integer eventType, Map eventProperties)
           
 ReadPermissionsResult readPermissions(String storeName, String nodeIDOrPath)
           
 int releaseLocalSyncLock(String nodeId)
           
 void removeAspects(String storeName, String nodeIDOrPath, List aspects)
           
 CRCResult retrieveContent(String storeName, String nodeIDOrPath, String versionLabel)
           
 Document retrieveXFAForm(Document inDoc)
           
 ResultSet searchRepository(String storeName, String basePath, Boolean includeSubDir, Query query, Integer maxSize)
           
 ResultSet searchRepository(String storeName, String basePath, Boolean includeSubDir, String luceneSearchQuery, Integer maxSize)
           
 void setContentAttributes(PATExecutionContext executionContext, String storeName, String nodeIDOrPath, List aspects, Map attributeMap)
           
 void setContentAttributesAPI(String storeName, String nodeIDOrPath, List aspects, Map attributeMap)
           
 void setExternalUrl(String externalUrl)
           
 void setHost(String host)
           
 void setMaxHttpConnectionsPerHost(String maxHttpConnections)
           
 void setRepositoryPort(String portNumber)
           
 void setStoreScheme(String storeScheme)
           
 CRCResult storeContent(PATExecutionContext executionContext, String storeName, String spacePath, String nodeName, String nodeType, Document nodeContent, String nodeEncoding, UpdateVersionType updateVersionType, List aspects, Map attributeMap)
           
 CRCResult storeContentAPI(String storeName, String spacePath, String nodeName, String nodeType, Document nodeContent, String nodeEncoding, UpdateVersionType updateVersionType, List aspects, Map attributeMap)
           
 Boolean syncPrincipal()
           
 void writePermissions(PATExecutionContext executionContext, String storeName, String nodeIDOrPath, List accessPermissions, Boolean inheritParentPermissions)
           
 void writePermissionsAPI(String storeName, String nodeIDOrPath, List accessPermissions, Boolean inheritParentPermissions)
           
 Document xmlDataDocFromPDF(Document inDoc)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentManagementServiceImpl

public DocumentManagementServiceImpl()
Method Detail

storeContent

public CRCResult storeContent(PATExecutionContext executionContext,
                              String storeName,
                              String spacePath,
                              String nodeName,
                              String nodeType,
                              Document nodeContent,
                              String nodeEncoding,
                              UpdateVersionType updateVersionType,
                              List aspects,
                              Map attributeMap)
                       throws CSAccessDeniedException,
                              CSAuthenticationException,
                              CSCommunicationException,
                              CSInvalidParameterException,
                              CSInvocationException,
                              CSTransformationException,
                              ContentServicesException
Throws:
CSAccessDeniedException
CSAuthenticationException
CSCommunicationException
CSInvalidParameterException
CSInvocationException
CSTransformationException
ContentServicesException
See Also:
com.adobe.livecycle.contentmanagement.client.AlfrescoConnectorServiceClient#storeContent(java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.adobe.idp.Document, java.lang.String, UpdateVersionType, Map)

storeContentAPI

public CRCResult storeContentAPI(String storeName,
                                 String spacePath,
                                 String nodeName,
                                 String nodeType,
                                 Document nodeContent,
                                 String nodeEncoding,
                                 UpdateVersionType updateVersionType,
                                 List aspects,
                                 Map attributeMap)
                          throws CSAccessDeniedException,
                                 CSAuthenticationException,
                                 CSCommunicationException,
                                 CSInvalidParameterException,
                                 CSInvocationException,
                                 CSTransformationException,
                                 ContentServicesException
Throws:
CSAccessDeniedException
CSAuthenticationException
CSCommunicationException
CSInvalidParameterException
CSInvocationException
CSTransformationException
ContentServicesException
See Also:
com.adobe.livecycle.contentmanagement.client.AlfrescoConnectorServiceClient#storeContent(java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.adobe.idp.Document, java.lang.String, UpdateVersionType, Map)

setContentAttributes

public void setContentAttributes(PATExecutionContext executionContext,
                                 String storeName,
                                 String nodeIDOrPath,
                                 List aspects,
                                 Map attributeMap)
                          throws CSAccessDeniedException,
                                 CSAuthenticationException,
                                 CSCommunicationException,
                                 CSInvalidParameterException,
                                 CSInvocationException,
                                 CSTransformationException,
                                 ContentServicesException
Throws:
CSAccessDeniedException
CSAuthenticationException
CSCommunicationException
CSInvalidParameterException
CSInvocationException
CSTransformationException
ContentServicesException
See Also:
com.adobe.livecycle.contentmanagement.client.DocumentManagementServiceClient#setContentAttributes(java.lang.String, java.lang.String, java.util.List, java.util.Map)

setContentAttributesAPI

public void setContentAttributesAPI(String storeName,
                                    String nodeIDOrPath,
                                    List aspects,
                                    Map attributeMap)
                             throws CSAccessDeniedException,
                                    CSAuthenticationException,
                                    CSCommunicationException,
                                    CSInvalidParameterException,
                                    CSInvocationException,
                                    CSTransformationException,
                                    ContentServicesException
Throws:
CSAccessDeniedException
CSAuthenticationException
CSCommunicationException
CSInvalidParameterException
CSInvocationException
CSTransformationException
ContentServicesException
See Also:
com.adobe.livecycle.contentmanagement.client.DocumentManagementServiceClient#setContentAttributes(java.lang.String, java.lang.String, java.util.List, java.util.Map)

getContentAttributes

public Map getContentAttributes(String storeName,
                                String nodeIDOrPath,
                                String versionLabel)
                         throws CSAccessDeniedException,
                                CSAuthenticationException,
                                CSCommunicationException,
                                CSInvalidParameterException,
                                CSInvocationException,
                                ContentServicesException
Throws:
CSAccessDeniedException
CSAuthenticationException
CSCommunicationException
CSInvalidParameterException
CSInvocationException
ContentServicesException
See Also:
com.adobe.livecycle.contentmanagement.client.AlfrescoConnectorServiceClient#getContentAttributes(java.lang.String, java.lang.String, String)

removeAspects

public void removeAspects(String storeName,
                          String nodeIDOrPath,
                          List aspects)
                   throws CSAccessDeniedException,
                          CSAuthenticationException,
                          CSCommunicationException,
                          CSInvalidParameterException,
                          CSInvocationException,
                          CSTransformationException,
                          ContentServicesException
Throws:
CSAccessDeniedException
CSAuthenticationException
CSCommunicationException
CSInvalidParameterException
CSInvocationException
CSTransformationException
ContentServicesException
See Also:
com.adobe.livecycle.contentmanagement.client.DocumentManagementServiceClient#removeAspects(java.lang.String, java.lang.String, java.util.List)

retrieveContent

public CRCResult retrieveContent(String storeName,
                                 String nodeIDOrPath,
                                 String versionLabel)
                          throws CSAccessDeniedException,
                                 CSAuthenticationException,
                                 CSCommunicationException,
                                 CSInvalidParameterException,
                                 CSInvocationException,
                                 ContentServicesException
Throws:
CSAccessDeniedException
CSAuthenticationException
CSCommunicationException
CSInvalidParameterException
CSInvocationException
ContentServicesException
See Also:
com.adobe.livecycle.contentmanagement.client.AlfrescoConnectorServiceClient#retrieveContent(java.lang.String, java.lang.String, java.lang.String, String)

deleteContent

public Boolean deleteContent(String storeName,
                             String nodeIDOrPath)
                      throws CSAccessDeniedException,
                             CSAuthenticationException,
                             CSCommunicationException,
                             CSInvalidParameterException,
                             CSInvocationException,
                             ContentServicesException
Throws:
CSAccessDeniedException
CSAuthenticationException
CSCommunicationException
CSInvalidParameterException
CSInvocationException
ContentServicesException
See Also:
com.adobe.livecycle.contentmanagement.client.AlfrescoConnectorServiceClient#deleteContent(java.lang.String, java.lang.String)

copyContent

public String copyContent(String storeName,
                          String sourceDocumentIDOrPath,
                          String targetContentPath)
                   throws CSAccessDeniedException,
                          CSAuthenticationException,
                          CSCommunicationException,
                          CSInvalidParameterException,
                          CSInvocationException,
                          CSTransformationException,
                          ContentServicesException
Throws:
CSAccessDeniedException
CSAuthenticationException
CSCommunicationException
CSInvalidParameterException
CSInvocationException
CSTransformationException
ContentServicesException
See Also:
com.adobe.livecycle.contentmanagement.client.DocumentManagementServiceClient#copyContent(java.lang.String, java.lang.String, java.lang.String)

createAssociation

public void createAssociation(String storeName,
                              String associationType,
                              String parentNodeIDOrPath,
                              String childNodeIDOrPath)
                       throws CSAccessDeniedException,
                              CSAuthenticationException,
                              CSCommunicationException,
                              CSInvalidParameterException,
                              CSInvocationException,
                              ContentServicesException
Throws:
CSAccessDeniedException
CSAuthenticationException
CSCommunicationException
CSInvalidParameterException
CSInvocationException
ContentServicesException
See Also:
com.adobe.livecycle.contentmanagement.client.DocumentManagementServiceClient#createAssociation(java.lang.String, java.lang.String, java.lang.String, java.lang.String)

createSpace

public String createSpace(String storeName,
                          String spacePath)
                   throws CSAccessDeniedException,
                          CSAuthenticationException,
                          CSCommunicationException,
                          CSInvalidParameterException,
                          CSInvocationException,
                          ContentServicesException
Throws:
CSAccessDeniedException
CSAuthenticationException
CSCommunicationException
CSInvalidParameterException
CSInvocationException
ContentServicesException
See Also:
com.adobe.livecycle.contentmanagement.client.AlfrescoConnectorServiceClient#createSpace(java.lang.String, java.lang.String, Map)

createSpace

public String createSpace(String storeName,
                          String spacePath,
                          TemplateOptionsSpec templateType,
                          String templateName)
                   throws CSAccessDeniedException,
                          CSAuthenticationException,
                          CSCommunicationException,
                          CSInvalidParameterException,
                          CSInvocationException,
                          ContentServicesException
Throws:
CSAccessDeniedException
CSAuthenticationException
CSCommunicationException
CSInvalidParameterException
CSInvocationException
ContentServicesException

getAssociated

public List getAssociated(String storeName,
                          String associationType,
                          String nodeIDOrPath,
                          Boolean isParent)
                   throws CSAccessDeniedException,
                          CSAuthenticationException,
                          CSCommunicationException,
                          CSInvalidParameterException,
                          CSInvocationException,
                          ContentServicesException
Throws:
CSAccessDeniedException
CSAuthenticationException
CSCommunicationException
CSInvalidParameterException
CSInvocationException
ContentServicesException
See Also:
com.adobe.livecycle.contentmanagement.client.DocumentManagementServiceClient#getAssociated(java.lang.String, java.lang.String, java.lang.String, java.lang.Boolean)

getAssociationTypesList

public List getAssociationTypesList()
                             throws CSAccessDeniedException,
                                    CSAuthenticationException,
                                    CSCommunicationException,
                                    CSInvalidParameterException,
                                    CSInvocationException,
                                    ContentServicesException
Throws:
CSAccessDeniedException
CSAuthenticationException
CSCommunicationException
CSInvalidParameterException
CSInvocationException
ContentServicesException

moveContent

public String moveContent(String storeName,
                          String sourceDocumentIDOrPath,
                          String targetContentPath)
                   throws CSAccessDeniedException,
                          CSAuthenticationException,
                          CSCommunicationException,
                          CSInvalidParameterException,
                          CSInvocationException,
                          CSTransformationException,
                          ContentServicesException
Throws:
CSAccessDeniedException
CSAuthenticationException
CSCommunicationException
CSInvalidParameterException
CSInvocationException
CSTransformationException
ContentServicesException
See Also:
com.adobe.livecycle.contentmanagement.client.DocumentManagementServiceClient#moveContent(java.lang.String, java.lang.String, java.lang.String)

readPermissions

public ReadPermissionsResult readPermissions(String storeName,
                                             String nodeIDOrPath)
                                      throws CSAccessDeniedException,
                                             CSAuthenticationException,
                                             CSCommunicationException,
                                             CSInvalidParameterException,
                                             CSInvocationException,
                                             ContentServicesException
Throws:
CSAccessDeniedException
CSAuthenticationException
CSCommunicationException
CSInvalidParameterException
CSInvocationException
ContentServicesException

writePermissions

public void writePermissions(PATExecutionContext executionContext,
                             String storeName,
                             String nodeIDOrPath,
                             List accessPermissions,
                             Boolean inheritParentPermissions)
                      throws CSAccessDeniedException,
                             CSAuthenticationException,
                             CSCommunicationException,
                             CSInvalidParameterException,
                             CSInvocationException,
                             ContentServicesException
Throws:
CSAccessDeniedException
CSAuthenticationException
CSCommunicationException
CSInvalidParameterException
CSInvocationException
ContentServicesException

writePermissionsAPI

public void writePermissionsAPI(String storeName,
                                String nodeIDOrPath,
                                List accessPermissions,
                                Boolean inheritParentPermissions)
                         throws CSAccessDeniedException,
                                CSAuthenticationException,
                                CSCommunicationException,
                                CSInvalidParameterException,
                                CSInvocationException,
                                ContentServicesException
Throws:
CSAccessDeniedException
CSAuthenticationException
CSCommunicationException
CSInvalidParameterException
CSInvocationException
ContentServicesException

getNodeTypes

public List getNodeTypes()
                  throws CSAccessDeniedException,
                         CSAuthenticationException,
                         CSCommunicationException,
                         CSInvalidParameterException,
                         CSInvocationException,
                         ContentServicesException
Throws:
CSAccessDeniedException
CSAuthenticationException
CSCommunicationException
CSInvalidParameterException
CSInvocationException
ContentServicesException

getAspectsList

public List getAspectsList()
                    throws CSAccessDeniedException,
                           CSAuthenticationException,
                           CSCommunicationException,
                           CSInvalidParameterException,
                           CSInvocationException,
                           ContentServicesException
Throws:
CSAccessDeniedException
CSAuthenticationException
CSCommunicationException
CSInvalidParameterException
CSInvocationException
ContentServicesException

getTitleConAspectsList

public List getTitleConAspectsList()
                            throws CSAccessDeniedException,
                                   CSAuthenticationException,
                                   CSCommunicationException,
                                   CSInvalidParameterException,
                                   CSInvocationException,
                                   ContentServicesException
Throws:
CSAccessDeniedException
CSAuthenticationException
CSCommunicationException
CSInvalidParameterException
CSInvocationException
ContentServicesException

getStoreNames

public List getStoreNames()
                   throws CSAccessDeniedException,
                          CSAuthenticationException,
                          CSCommunicationException,
                          CSInvalidParameterException,
                          CSInvocationException,
                          ContentServicesException
Throws:
CSAccessDeniedException
CSAuthenticationException
CSCommunicationException
CSInvalidParameterException
CSInvocationException
ContentServicesException
See Also:
com.adobe.livecycle.contentmanagement.client.AlfrescoConnectorServiceClient#getStoreNames()

setStoreScheme

public void setStoreScheme(String storeScheme)

setRepositoryPort

public void setRepositoryPort(String portNumber)

setMaxHttpConnectionsPerHost

public void setMaxHttpConnectionsPerHost(String maxHttpConnections)

setHost

public void setHost(String host)

setExternalUrl

public void setExternalUrl(String externalUrl)

publishEvent

public void publishEvent(Integer eventType,
                         Map eventProperties)

injectPrincipals

public void injectPrincipals(List principals)

getLocalSyncLock

public int getLocalSyncLock(String nodeId,
                            Boolean userInitiated)

releaseLocalSyncLock

public int releaseLocalSyncLock(String nodeId)

onSyncStart

public void onSyncStart()

onSyncEnd

public void onSyncEnd()

getUMLoginResult

public Map getUMLoginResult(byte[] data)

getUmDomainsInfo

public UmDomainsInfo getUmDomainsInfo()

getUmDomainEntries

public List getUmDomainEntries()

getLFSInfo

public Map getLFSInfo()

getSpaceContentsAsMap

public List getSpaceContentsAsMap(String storeName,
                                  String spaceIDOrPath,
                                  Boolean showOnlyFolders)
                           throws CSAccessDeniedException,
                                  CSAuthenticationException,
                                  CSCommunicationException,
                                  CSInvalidParameterException,
                                  CSInvocationException,
                                  ContentServicesException
Throws:
CSAccessDeniedException
CSAuthenticationException
CSCommunicationException
CSInvalidParameterException
CSInvocationException
ContentServicesException

getSpaceContents

public List getSpaceContents(String storeName,
                             String spaceIDOrPath,
                             Boolean getOnlyFiles)
                      throws CSAccessDeniedException,
                             CSAuthenticationException,
                             CSCommunicationException,
                             CSInvalidParameterException,
                             CSInvocationException,
                             ContentServicesException
Throws:
CSAccessDeniedException
CSAuthenticationException
CSCommunicationException
CSInvalidParameterException
CSInvocationException
ContentServicesException

getVersionHistory

public List getVersionHistory(String storeName,
                              String nodeIDOrPath,
                              Boolean isAscending)
                       throws CSAccessDeniedException,
                              CSAuthenticationException,
                              CSCommunicationException,
                              CSInvalidParameterException,
                              CSInvocationException,
                              ContentServicesException
Throws:
CSAccessDeniedException
CSAuthenticationException
CSCommunicationException
CSInvalidParameterException
CSInvocationException
ContentServicesException

checkIn

public Map checkIn(String storeName,
                   List nodeIDsOrPaths,
                   VersionType versionType,
                   Boolean keepCheckedOut,
                   Boolean revokePrevious,
                   Map versionAttributes)
            throws CSAccessDeniedException,
                   CSAuthenticationException,
                   CSCommunicationException,
                   CSInvalidParameterException,
                   CSInvocationException,
                   ContentServicesException
Throws:
CSAccessDeniedException
CSAuthenticationException
CSCommunicationException
CSInvalidParameterException
CSInvocationException
ContentServicesException

checkOut

public Map checkOut(String storeName,
                    List nodeIDsOrPaths,
                    String destinationNodeOrPath)
             throws CSAccessDeniedException,
                    CSAuthenticationException,
                    CSCommunicationException,
                    CSInvalidParameterException,
                    CSInvocationException,
                    ContentServicesException
Throws:
CSAccessDeniedException
CSAuthenticationException
CSCommunicationException
CSInvalidParameterException
CSInvocationException
ContentServicesException

cancelCheckOut

public Map cancelCheckOut(String storeName,
                          List nodeIDsOrPaths)
                   throws CSAccessDeniedException,
                          CSAuthenticationException,
                          CSCommunicationException,
                          CSInvalidParameterException,
                          CSInvocationException,
                          ContentServicesException
Throws:
CSAccessDeniedException
CSAuthenticationException
CSCommunicationException
CSInvalidParameterException
CSInvocationException
ContentServicesException

getApplicableNodeAttributes

public Map getApplicableNodeAttributes(String storeName,
                                       String nodeIDOrPath,
                                       String spacePath,
                                       String nodeName,
                                       String nodeType,
                                       List aspects)

getAllTypesInfo

public List getAllTypesInfo()
                     throws CSAccessDeniedException,
                            CSAuthenticationException,
                            CSCommunicationException,
                            CSInvalidParameterException,
                            CSInvocationException,
                            ContentServicesException
Throws:
CSAccessDeniedException
CSAuthenticationException
CSCommunicationException
CSInvalidParameterException
CSInvocationException
ContentServicesException

getAssociationTypesList

public List getAssociationTypesList(String storeName)
                             throws CSAccessDeniedException,
                                    CSAuthenticationException,
                                    CSCommunicationException,
                                    CSInvalidParameterException,
                                    CSInvocationException,
                                    ContentServicesException
Throws:
CSAccessDeniedException
CSAuthenticationException
CSCommunicationException
CSInvalidParameterException
CSInvocationException
ContentServicesException

importContent

public Boolean importContent(String storeName,
                             String spacePath,
                             String nodeName,
                             Document zipDocument,
                             String nodeEncoding)
                      throws CSAccessDeniedException,
                             CSAuthenticationException,
                             CSCommunicationException,
                             CSInvalidParameterException,
                             CSInvocationException,
                             CSTransformationException,
                             ContentServicesException
Throws:
CSAccessDeniedException
CSAuthenticationException
CSCommunicationException
CSInvalidParameterException
CSInvocationException
CSTransformationException
ContentServicesException

getSubmitURLsOfPDFForm

public List getSubmitURLsOfPDFForm(Document pdfFormDoc)

searchRepository

public ResultSet searchRepository(String storeName,
                                  String basePath,
                                  Boolean includeSubDir,
                                  String luceneSearchQuery,
                                  Integer maxSize)
                           throws CSAccessDeniedException,
                                  CSAuthenticationException,
                                  CSCommunicationException,
                                  CSInvalidParameterException,
                                  CSInvocationException,
                                  CSTransformationException,
                                  ContentServicesException
Throws:
CSAccessDeniedException
CSAuthenticationException
CSCommunicationException
CSInvalidParameterException
CSInvocationException
CSTransformationException
ContentServicesException

searchRepository

public ResultSet searchRepository(String storeName,
                                  String basePath,
                                  Boolean includeSubDir,
                                  Query query,
                                  Integer maxSize)
                           throws CSAccessDeniedException,
                                  CSAuthenticationException,
                                  CSCommunicationException,
                                  CSInvalidParameterException,
                                  CSInvocationException,
                                  CSTransformationException,
                                  ContentServicesException
Throws:
CSAccessDeniedException
CSAuthenticationException
CSCommunicationException
CSInvalidParameterException
CSInvocationException
CSTransformationException
ContentServicesException

getPermissionsType

public Set getPermissionsType(String typeName)
                       throws CSAccessDeniedException,
                              CSAuthenticationException,
                              CSCommunicationException,
                              CSInvalidParameterException,
                              CSInvocationException,
                              ContentServicesException
Throws:
CSAccessDeniedException
CSAuthenticationException
CSCommunicationException
CSInvalidParameterException
CSInvocationException
ContentServicesException

isFolder

public Boolean isFolder(String storeName,
                        String nodeIDOrPath)
                 throws CSAccessDeniedException,
                        CSAuthenticationException,
                        CSCommunicationException,
                        CSInvalidParameterException,
                        CSInvocationException,
                        CSTransformationException,
                        ContentServicesException
Throws:
CSAccessDeniedException
CSAuthenticationException
CSCommunicationException
CSInvalidParameterException
CSInvocationException
CSTransformationException
ContentServicesException

getAspectAndAttributesInfo

public AspectOrPropertyInfo getAspectAndAttributesInfo()
                                                throws CSAccessDeniedException,
                                                       CSAuthenticationException,
                                                       CSCommunicationException,
                                                       CSInvalidParameterException,
                                                       CSInvocationException,
                                                       CSTransformationException,
                                                       ContentServicesException
Throws:
CSAccessDeniedException
CSAuthenticationException
CSCommunicationException
CSInvalidParameterException
CSInvocationException
CSTransformationException
ContentServicesException

retrieveXFAForm

public Document retrieveXFAForm(Document inDoc)
                         throws ContentServicesException
Throws:
ContentServicesException

xmlDataDocFromPDF

public Document xmlDataDocFromPDF(Document inDoc)

getApplicableNodeAspects

public List getApplicableNodeAspects(String storeName,
                                     String nodeIDOrPath,
                                     String spacePath,
                                     String nodeName)

syncPrincipal

public Boolean syncPrincipal()
                      throws Exception
Throws:
Exception

getSyncStatus

public String getSyncStatus()
                     throws Exception
Throws:
Exception


[an error occurred while processing this directive] [an error occurred while processing this directive]