Uses of Class
org.kie.workbench.common.screens.datamodeller.client.command.DataObjectAddAnnotationCommand
-
Packages that use DataObjectAddAnnotationCommand Package Description org.kie.workbench.common.screens.datamodeller.client.command -
-
Uses of DataObjectAddAnnotationCommand in org.kie.workbench.common.screens.datamodeller.client.command
Methods in org.kie.workbench.common.screens.datamodeller.client.command that return DataObjectAddAnnotationCommand Modifier and Type Method Description DataObjectAddAnnotationCommandDataModelCommandBuilder. buildDataObjectAddAnnotationCommand(DataModelerContext context, String source, org.kie.workbench.common.services.datamodeller.core.DataObject dataObject, String annotationClassName)DataObjectAddAnnotationCommandDataModelCommandBuilder. buildDataObjectAddAnnotationCommand(DataModelerContext context, String source, org.kie.workbench.common.services.datamodeller.core.DataObject dataObject, String annotationClassName, List<ValuePair> valuePairs)DataObjectAddAnnotationCommandDataModelCommandBuilder. buildDataObjectAddAnnotationCommand(DataModelerContext context, String source, org.kie.workbench.common.services.datamodeller.core.DataObject dataObject, org.kie.workbench.common.services.datamodeller.core.Annotation annotation)
-