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

Packages that use ContentInformation
org.camunda.bpm.cycle.connector   
org.camunda.bpm.cycle.connector.git   
org.camunda.bpm.cycle.connector.signavio   
org.camunda.bpm.cycle.connector.svn   
org.camunda.bpm.cycle.connector.vfs   
org.camunda.bpm.cycle.web.service.resource   
 

Uses of ContentInformation in org.camunda.bpm.cycle.connector
 

Methods in org.camunda.bpm.cycle.connector that return ContentInformation
abstract  ContentInformation Connector.getContentInformation(ConnectorNode node)
          Returns a ContentInformation for the given connector node.
static ContentInformation ContentInformation.notFound()
          Standard ContentInformation for not found files.
abstract  ContentInformation Connector.updateContent(ConnectorNode node, InputStream newContent, String message)
           
 

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

Methods in org.camunda.bpm.cycle.connector.git that return ContentInformation
 ContentInformation GitConnector.getContentInformation(ConnectorNode node)
           
 ContentInformation GitConnector.updateContent(ConnectorNode node, InputStream newContent, String message)
           
 

Uses of ContentInformation in org.camunda.bpm.cycle.connector.signavio
 

Methods in org.camunda.bpm.cycle.connector.signavio that return ContentInformation
 ContentInformation SignavioConnector.getContentInformation(ConnectorNode node)
           
 ContentInformation SignavioConnector.updateContent(ConnectorNode node, InputStream newContent, String message)
           
 

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

Methods in org.camunda.bpm.cycle.connector.svn that return ContentInformation
 ContentInformation SvnConnector.getContentInformation(ConnectorNode node)
           
 ContentInformation SvnConnector.updateContent(ConnectorNode node, InputStream newContent, String message)
           
 

Uses of ContentInformation in org.camunda.bpm.cycle.connector.vfs
 

Methods in org.camunda.bpm.cycle.connector.vfs that return ContentInformation
 ContentInformation VfsConnector.getContentInformation(ConnectorNode node)
           
 ContentInformation VfsConnector.updateContent(ConnectorNode node, InputStream newContent, String message)
           
 

Uses of ContentInformation in org.camunda.bpm.cycle.web.service.resource
 

Methods in org.camunda.bpm.cycle.web.service.resource that return ContentInformation
 ContentInformation ConnectorService.getContentInfo(long connectorId, String nodeId, ConnectorNodeType type)
           
 



Copyright © 2014 camunda services GmbH. All rights reserved.