Interface IAnnotatedNamedBpmnElementLayout<Element extends de.xima.bpmn_model.api.behavior.BpmnElement<?>>
-
- Type Parameters:
Element
- The type of the BPMN element that is laid out.
- All Superinterfaces:
IAnnotatedBpmnElementLayout<Element>
,IBpmnElementAccessor<Element>
,IBpmnElementLayout<Element>
,INamedBpmnElementLayout<Element>
- All Known Subinterfaces:
ISubProcessBpmnElementLayout<Element>
public interface IAnnotatedNamedBpmnElementLayout<Element extends de.xima.bpmn_model.api.behavior.BpmnElement<?>> extends INamedBpmnElementLayout<Element>, IAnnotatedBpmnElementLayout<Element>
/** Represents a laid out BPMN element that has a visibleTextAnnotation
- Since:
- 8.4.0
-
-
Method Summary
-
Methods inherited from interface de.xima.fc.interfaces.workflow.bpmn.IAnnotatedBpmnElementLayout
annotation, annotationText
-
Methods inherited from interface de.xima.fc.interfaces.workflow.bpmn.IBpmnElementLayout
bpmnElement, element, item
-
Methods inherited from interface de.xima.fc.interfaces.workflow.bpmn.INamedBpmnElementLayout
nameText
-
-