Package org.drools.traits.core.metadata
Interface Modify<T>
- All Superinterfaces:
Identifiable,MetaCallableTask<T>,Serializable,WorkingMemoryTask<T>
- All Known Implementing Classes:
ModifyLiteral,ModifyLiteral.InverseModifyLiteral
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.drools.traits.core.metadata.MetaCallableTask
MetaCallableTask.KIND -
Method Summary
Methods inherited from interface org.drools.traits.core.metadata.Identifiable
getId, getUriMethods inherited from interface org.drools.traits.core.metadata.MetaCallableTask
call, kindMethods inherited from interface org.drools.traits.core.metadata.WorkingMemoryTask
getSetters, getTargetId
-
Method Details
-
getTarget
T getTarget()- Specified by:
getTargetin interfaceWorkingMemoryTask<T>
-
call
-
call
-
getModificationMask
org.drools.util.bitmask.BitMask getModificationMask() -
getModificationClass
Class getModificationClass() -
getSetterChain
ModifyTask getSetterChain() -
getAdditionalUpdates
Object[] getAdditionalUpdates() -
getAdditionalUpdatesModificationMask
org.drools.util.bitmask.BitMask getAdditionalUpdatesModificationMask(int j)
-