jBPM Console NG - Documents Backend 6.2.0-SNAPSHOT

org.jbpm.console.ng.documents.backend.server
Class DocumentServiceEntryPointImpl

java.lang.Object
  extended by org.jbpm.console.ng.documents.backend.server.DocumentServiceEntryPointImpl
All Implemented Interfaces:
DocumentServiceEntryPoint

@ApplicationScoped
public class DocumentServiceEntryPointImpl
extends Object
implements DocumentServiceEntryPoint


Constructor Summary
DocumentServiceEntryPointImpl()
           
 
Method Summary
 void addDocument(DocumentSummary doc)
           
 Map<String,String> getConfigurationParameters()
           
 CMSContentSummary getDocument(String id)
           
 List<CMSContentSummary> getDocuments(String id)
           
 void removeDocument(String id)
           
 Long setConfigurationParameters(Map<String,String> parameters)
           
 Boolean testConnection()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentServiceEntryPointImpl

public DocumentServiceEntryPointImpl()
Method Detail

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

jBPM Console NG - Documents Backend 6.2.0-SNAPSHOT

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.