Uses of Class
org.flowable.bpmn.model.Interface
-
Packages that use Interface Package Description org.flowable.bpmn.model -
-
Uses of Interface in org.flowable.bpmn.model
Fields in org.flowable.bpmn.model with type parameters of type Interface Modifier and Type Field Description protected List<Interface>BpmnModel. interfacesMethods in org.flowable.bpmn.model that return Interface Modifier and Type Method Description InterfaceInterface. clone()Methods in org.flowable.bpmn.model that return types with arguments of type Interface Modifier and Type Method Description List<Interface>BpmnModel. getInterfaces()Methods in org.flowable.bpmn.model with parameters of type Interface Modifier and Type Method Description voidInterface. setValues(Interface otherElement)Method parameters in org.flowable.bpmn.model with type arguments of type Interface Modifier and Type Method Description voidBpmnModel. setInterfaces(List<Interface> interfaces)
-