|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AssignUpdate | |
---|---|
org.ow2.bonita.facade.runtime |
It contains interfaces for recorded data for runtime informations on different types
of workflow elements : process, activity, variable, hook. |
org.ow2.bonita.facade.runtime.impl |
Uses of AssignUpdate in org.ow2.bonita.facade.runtime |
---|
Methods in org.ow2.bonita.facade.runtime that return types with arguments of type AssignUpdate | |
---|---|
java.util.List<AssignUpdate> |
TaskInstance.getAssignUpdates()
Returns the list of recorded assign changes . |
Uses of AssignUpdate in org.ow2.bonita.facade.runtime.impl |
---|
Classes in org.ow2.bonita.facade.runtime.impl that implement AssignUpdate | |
---|---|
class |
AssignUpdateImpl
|
Fields in org.ow2.bonita.facade.runtime.impl with type parameters of type AssignUpdate | |
---|---|
protected java.util.List<AssignUpdate> |
TaskInstanceImpl.assignUpdates
|
Methods in org.ow2.bonita.facade.runtime.impl that return types with arguments of type AssignUpdate | |
---|---|
java.util.List<AssignUpdate> |
TaskInstanceImpl.getAssignUpdates()
|
Constructors in org.ow2.bonita.facade.runtime.impl with parameters of type AssignUpdate | |
---|---|
AssignUpdateImpl(AssignUpdate assignUpdate)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |