Uses of Class
org.camunda.bpm.cycle.connector.ConnectorStatus.State

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

Uses of ConnectorStatus.State in org.camunda.bpm.cycle.connector
 

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

Constructors in org.camunda.bpm.cycle.connector with parameters of type ConnectorStatus.State
ConnectorStatus(ConnectorStatus.State status, Exception exception)
           
 

Uses of ConnectorStatus.State in org.camunda.bpm.cycle.web.dto
 

Methods in org.camunda.bpm.cycle.web.dto that return ConnectorStatus.State
 ConnectorStatus.State ConnectorStatusDTO.getState()
           
 

Constructors in org.camunda.bpm.cycle.web.dto with parameters of type ConnectorStatus.State
ConnectorStatusDTO(ConnectorStatus.State status, Exception exception)
           
 



Copyright © 2014 camunda services GmbH. All rights reserved.