Package org.drools.persistence.api
Interface PersistentWorkItem
-
- All Superinterfaces:
Transformable
public interface PersistentWorkItem extends Transformable
Basic interface so that persisteces can avoid depending on the JPA implementation of a work item.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.LonggetId()java.lang.StringgetProcessInstanceId()voidsetId(java.lang.Long id)-
Methods inherited from interface org.drools.persistence.api.Transformable
transform
-
-