org.jbpm.console.ng.documents.backend.server
Class DocumentServiceEntryPointImpl
java.lang.Object
org.jbpm.console.ng.documents.backend.server.DocumentServiceEntryPointImpl
- All Implemented Interfaces:
- DocumentServiceEntryPoint
@ApplicationScoped
public class DocumentServiceEntryPointImpl
- extends Object
- implements DocumentServiceEntryPoint
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DocumentServiceEntryPointImpl
public DocumentServiceEntryPointImpl()
getDocuments
public List<CMSContentSummary> getDocuments(String id)
- Specified by:
getDocuments in interface DocumentServiceEntryPoint
getDocument
public CMSContentSummary getDocument(String id)
- Specified by:
getDocument in interface DocumentServiceEntryPoint
removeDocument
public void removeDocument(String id)
- Specified by:
removeDocument in interface DocumentServiceEntryPoint
addDocument
public void addDocument(DocumentSummary doc)
- Specified by:
addDocument in interface DocumentServiceEntryPoint
getConfigurationParameters
public Map<String,String> getConfigurationParameters()
- Specified by:
getConfigurationParameters in interface DocumentServiceEntryPoint
setConfigurationParameters
public Long setConfigurationParameters(Map<String,String> parameters)
- Specified by:
setConfigurationParameters in interface DocumentServiceEntryPoint
testConnection
public Boolean testConnection()
- Specified by:
testConnection in interface DocumentServiceEntryPoint
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.