Kie Workbench - Common - DMN - Client 7.18.0.Final
- java.lang.Object
-
- org.kie.workbench.common.dmn.client.editors.types.persistence.common.ActiveRecord<T>
-
- Direct Known Subclasses:
- DataTypeActiveRecord
public abstract class ActiveRecord<T>
extends Object
Implements base operations for an Active Record (update, destroy and create).
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
update
public List<T> update()
-
destroy
public List<T> destroy()
-
create
public List<T> create()
-
isValid
public boolean isValid()
Kie Workbench - Common - DMN - Client 7.18.0.Final
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.