Class ResourceImpl

All Implemented Interfaces:
BaseElement, BpmnModelElementInstance, Resource, RootElement, org.camunda.bpm.model.xml.instance.ModelElementInstance

public class ResourceImpl extends RootElementImpl implements Resource
The BPMN resource element
Author:
Sebastian Menski
  • Field Details

    • nameAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> nameAttribute
    • resourceParameterCollection

      protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<ResourceParameter> resourceParameterCollection
  • Constructor Details

    • ResourceImpl

      public ResourceImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext context)
  • Method Details