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