|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StateUpdate | |
---|---|
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 StateUpdate in org.ow2.bonita.facade.runtime |
---|
Methods in org.ow2.bonita.facade.runtime that return types with arguments of type StateUpdate | |
---|---|
java.util.List<StateUpdate> |
ActivityBody.getStateUpdates()
Returns the list of recorded state changes . |
Uses of StateUpdate in org.ow2.bonita.facade.runtime.impl |
---|
Classes in org.ow2.bonita.facade.runtime.impl that implement StateUpdate | |
---|---|
class |
StateUpdateImpl
|
Fields in org.ow2.bonita.facade.runtime.impl with type parameters of type StateUpdate | |
---|---|
protected java.util.List<StateUpdate> |
ActivityBodyImpl.stateUpdates
|
Methods in org.ow2.bonita.facade.runtime.impl that return types with arguments of type StateUpdate | |
---|---|
java.util.List<StateUpdate> |
ActivityBodyImpl.getStateUpdates()
|
Constructors in org.ow2.bonita.facade.runtime.impl with parameters of type StateUpdate | |
---|---|
StateUpdateImpl(StateUpdate src)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |