Uses of Class
org.camunda.bpm.cycle.connector.Threadsafe

Packages that use Threadsafe
org.camunda.bpm.cycle.connector.git   
org.camunda.bpm.cycle.connector.svn   
 

Uses of Threadsafe in org.camunda.bpm.cycle.connector.git
 

Methods in org.camunda.bpm.cycle.connector.git with annotations of type Threadsafe
 ConnectorNode GitConnector.createNode(String parentId, String label, ConnectorNodeType type, String message)
           
 void GitConnector.deleteNode(ConnectorNode node, String message)
           
 List<ConnectorNode> GitConnector.getChildren(ConnectorNode node)
           
 InputStream GitConnector.getContent(ConnectorNode node)
           
 ConnectorNode GitConnector.getNode(String id)
           
 ConnectorNode GitConnector.getRoot()
           
 void GitConnector.login(String userName, String password)
           
 ContentInformation GitConnector.updateContent(ConnectorNode node, InputStream newContent, String message)
           
 

Uses of Threadsafe in org.camunda.bpm.cycle.connector.svn
 

Methods in org.camunda.bpm.cycle.connector.svn with annotations of type Threadsafe
 ConnectorNode SvnConnector.createNode(String parentId, String label, ConnectorNodeType type, String message)
           
 void SvnConnector.deleteNode(ConnectorNode node, String message)
           
 List<ConnectorNode> SvnConnector.getChildren(ConnectorNode parent)
           
 InputStream SvnConnector.getContent(ConnectorNode node)
           
 ContentInformation SvnConnector.getContentInformation(ConnectorNode node)
           
 ConnectorNode SvnConnector.getNode(String id)
           
 void SvnConnector.login(String userName, String password)
           
 ContentInformation SvnConnector.updateContent(ConnectorNode node, InputStream newContent, String message)
           
 



Copyright © 2014 camunda services GmbH. All rights reserved.