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

Packages that use ConnectorLoginMode
org.camunda.bpm.cycle.connector   
org.camunda.bpm.cycle.entity   
org.camunda.bpm.cycle.web.dto Classes meant for JSON serialization and query data aggregation. 
 

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

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

Uses of ConnectorLoginMode in org.camunda.bpm.cycle.entity
 

Methods in org.camunda.bpm.cycle.entity that return ConnectorLoginMode
 ConnectorLoginMode ConnectorConfiguration.getLoginMode()
           
 

Methods in org.camunda.bpm.cycle.entity with parameters of type ConnectorLoginMode
 void ConnectorConfiguration.setLoginMode(ConnectorLoginMode loginMode)
           
 

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

Methods in org.camunda.bpm.cycle.web.dto that return ConnectorLoginMode
 ConnectorLoginMode ConnectorConfigurationDTO.getLoginMode()
           
 

Methods in org.camunda.bpm.cycle.web.dto with parameters of type ConnectorLoginMode
 void ConnectorConfigurationDTO.setLoginMode(ConnectorLoginMode loginMode)
           
 



Copyright © 2014 camunda services GmbH. All rights reserved.