Uses of Interface
org.jbpm.dashboard.dataset.editor.RemoteDataSetDefEditor
-
Packages that use RemoteDataSetDefEditor Package Description org.jbpm.dashboard.dataset.editor.impl org.jbpm.dashboard.dataset.editor.workflow -
-
Uses of RemoteDataSetDefEditor in org.jbpm.dashboard.dataset.editor.impl
Classes in org.jbpm.dashboard.dataset.editor.impl that implement RemoteDataSetDefEditor Modifier and Type Class Description class
RemoteDataSetEditor
KIE Server/Remote Data Set editor presenter. -
Uses of RemoteDataSetDefEditor in org.jbpm.dashboard.dataset.editor.workflow
Methods in org.jbpm.dashboard.dataset.editor.workflow that return types with arguments of type RemoteDataSetDefEditor Modifier and Type Method Description protected Class<? extends com.google.gwt.editor.client.SimpleBeanEditorDriver<org.jbpm.workbench.ks.integration.RemoteDataSetDef,RemoteDataSetDefEditor>>
RemoteDataSetEditWorkflow. getDriverClass()
protected Class<? extends RemoteDataSetDefEditor>
RemoteDataSetEditWorkflow. getEditorClass()
-