Uses of Interface
org.camunda.bpm.model.bpmn.instance.RootElement

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

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

Classes in org.camunda.bpm.model.bpmn.builder with type parameters of type RootElement
 class AbstractRootElementBuilder<B extends AbstractRootElementBuilder<B,E>,E extends RootElement>
           
 

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

Classes in org.camunda.bpm.model.bpmn.impl.instance that implement RootElement
 class CallableElementImpl
          The BPMN callableElement element
 class CancelEventDefinitionImpl
          The BPMN cancelEventDefinition element
 class CollaborationImpl
          The BPMN collaboration element
 class CompensateEventDefinitionImpl
          The BPMN compensateEventDefinition element
 class ConditionalEventDefinitionImpl
          The BPMN conditionalEventDefinition element
 class CorrelationPropertyImpl
          The BPMN correlationProperty element
 class DataStoreImpl
          The BPMN dataStore element
 class EndPointImpl
          The BPMN endPoint element
 class ErrorEventDefinitionImpl
          The BPMN errorEventDefinition element
 class ErrorImpl
           
 class EscalationEventDefinitionImpl
          The BPMN escalationEventDefinition element
 class EscalationImpl
          The BPMN escalation element
 class EventDefinitionImpl
          The BPMN eventDefinition element
 class GlobalConversationImpl
          The BPMN globalConversation element
 class InterfaceImpl
          The BPMN interface element
 class ItemDefinitionImpl
           
 class LinkEventDefinitionImpl
          The BPMN linkEventDefinition element
 class MessageEventDefinitionImpl
           
 class MessageImpl
          The BPMN message event
 class ProcessImpl
          The BPMN process element
 class ResourceImpl
          The BPMN resource element
 class RootElementImpl
          The BPMN rootElement element
 class SignalEventDefinitionImpl
          The BPMN signalEventDefinition element
 class SignalImpl
          The BPMN signal element
 class TerminateEventDefinitionImpl
          The BPMN terminateEventDefinition element
 class TimerEventDefinitionImpl
          The BPMN timerEventDefinition element
 

Fields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type RootElement
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<RootElement> DefinitionsImpl.rootElementCollection
           
 

Methods in org.camunda.bpm.model.bpmn.impl.instance that return types with arguments of type RootElement
 Collection<RootElement> DefinitionsImpl.getRootElements()
           
 

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

Subinterfaces of RootElement in org.camunda.bpm.model.bpmn.instance
 interface CallableElement
          The BPMN callableElement element
 interface CancelEventDefinition
          The BPMN cancelEventDefinition element
 interface Collaboration
          The BPMN collaboration element
 interface CompensateEventDefinition
          The BPMN compensateEventDefinition element
 interface ConditionalEventDefinition
          The BPMN conditionalEventDefinition element
 interface CorrelationProperty
          The BPMN correlationProperty element
 interface DataStore
          The BPMN dataStore element
 interface EndPoint
          The BPMN endPoint element
 interface Error
          The BPMN error element
 interface ErrorEventDefinition
          The BPMN errorEventDefinition element
 interface Escalation
          The BPMN escalation element
 interface EscalationEventDefinition
          The BPMN escalationEventDefinition element
 interface EventDefinition
          The BPMN eventDefinition element
 interface GlobalConversation
          The BPMN globalConversation element
 interface Interface
          The BPMN interface element
 interface ItemDefinition
          The BPMN itemDefinition element
 interface LinkEventDefinition
          The BPMN linkEventDefinition element
 interface Message
          The BPMN message element
 interface MessageEventDefinition
          The BPMN messageEventDefinition element
 interface Process
          The BPMN process element
 interface Resource
          The BPMN resource element
 interface Signal
          The BPMN signal element
 interface SignalEventDefinition
          The BPMN signalEventDefinition element
 interface TerminateEventDefinition
          The BPMN terminateEventDefinition element
 interface TimerEventDefinition
          The BPMN timerEventDefinition element
 

Methods in org.camunda.bpm.model.bpmn.instance that return types with arguments of type RootElement
 Collection<RootElement> Definitions.getRootElements()
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.