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

Packages that use ConnectorNodeType
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.dto Classes meant for JSON serialization and query data aggregation. 
org.camunda.bpm.cycle.web.service.resource   
 

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

Methods in org.camunda.bpm.cycle.connector that return ConnectorNodeType
 ConnectorNodeType ConnectorNode.getType()
           
static ConnectorNodeType ConnectorNodeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ConnectorNodeType[] ConnectorNodeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.camunda.bpm.cycle.connector with parameters of type ConnectorNodeType
abstract  ConnectorNode Connector.createNode(String parentId, String label, ConnectorNodeType type, String message)
           
 boolean ConnectorNodeType.isAnyOf(ConnectorNodeType... types)
           
 void ConnectorNode.setType(ConnectorNodeType type)
           
 

Constructors in org.camunda.bpm.cycle.connector with parameters of type ConnectorNodeType
ConnectorNode(String id, ConnectorNodeType type)
           
ConnectorNode(String id, String label, ConnectorNodeType type)
           
ConnectorNode(String id, String label, Long connectorId, ConnectorNodeType type)
           
ConnectorNode(String id, String label, Long connectorId, ConnectorNodeType type, String message)
           
 

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

Methods in org.camunda.bpm.cycle.connector.git with parameters of type ConnectorNodeType
 ConnectorNode GitConnector.createNode(String parentId, String label, ConnectorNodeType type, String message)
           
 

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

Methods in org.camunda.bpm.cycle.connector.signavio that return ConnectorNodeType
static ConnectorNodeType SignavioJson.extractModelContentType(org.codehaus.jettison.json.JSONObject jsonObj)
           
 

Methods in org.camunda.bpm.cycle.connector.signavio with parameters of type ConnectorNodeType
 ConnectorNode SignavioConnector.createNode(String parentId, String label, ConnectorNodeType type, String message)
           
 

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

Methods in org.camunda.bpm.cycle.connector.svn with parameters of type ConnectorNodeType
 ConnectorNode SvnConnector.createNode(String parentId, String label, ConnectorNodeType type, String message)
           
 

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

Methods in org.camunda.bpm.cycle.connector.vfs with parameters of type ConnectorNodeType
 ConnectorNode VfsConnector.createNode(String parentId, String label, ConnectorNodeType type, String message)
           
 

Uses of ConnectorNodeType in org.camunda.bpm.cycle.web.dto
 

Methods in org.camunda.bpm.cycle.web.dto that return ConnectorNodeType
 ConnectorNodeType ConnectorNodeDTO.getType()
           
 

Methods in org.camunda.bpm.cycle.web.dto with parameters of type ConnectorNodeType
 void ConnectorNodeDTO.setType(ConnectorNodeType type)
           
 

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

Methods in org.camunda.bpm.cycle.web.service.resource with parameters of type ConnectorNodeType
 ContentInformation ConnectorService.getContentInfo(long connectorId, String nodeId, ConnectorNodeType type)
           
 javax.ws.rs.core.Response ConnectorService.getTypedContent(long connectorId, String nodeId, ConnectorNodeType type)
           
 

Method parameters in org.camunda.bpm.cycle.web.service.resource with type arguments of type ConnectorNodeType
 List<ConnectorNodeDTO> ConnectorService.children(long connectorId, String nodeId, List<ConnectorNodeType> connectorNodeTypes)
           
 



Copyright © 2014 camunda services GmbH. All rights reserved.