Uses of Class
org.camunda.bpm.model.bpmn.ProcessType

Packages that use ProcessType
org.camunda.bpm.model.bpmn   
org.camunda.bpm.model.bpmn.builder   
org.camunda.bpm.model.bpmn.impl.instance   
org.camunda.bpm.model.bpmn.instance   
 

Uses of ProcessType in org.camunda.bpm.model.bpmn
 

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

Uses of ProcessType in org.camunda.bpm.model.bpmn.builder
 

Methods in org.camunda.bpm.model.bpmn.builder with parameters of type ProcessType
 B AbstractProcessBuilder.processType(ProcessType processType)
          Sets the process type for this.
 

Uses of ProcessType in org.camunda.bpm.model.bpmn.impl.instance
 

Fields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type ProcessType
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<ProcessType> ProcessImpl.processTypeAttribute
           
 

Methods in org.camunda.bpm.model.bpmn.impl.instance that return ProcessType
 ProcessType ProcessImpl.getProcessType()
           
 

Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type ProcessType
 void ProcessImpl.setProcessType(ProcessType processType)
           
 

Uses of ProcessType in org.camunda.bpm.model.bpmn.instance
 

Methods in org.camunda.bpm.model.bpmn.instance that return ProcessType
 ProcessType Process.getProcessType()
           
 

Methods in org.camunda.bpm.model.bpmn.instance with parameters of type ProcessType
 void Process.setProcessType(ProcessType processType)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.