|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OwProcessableObjectStrategy | |
---|---|
com.wewebu.ow.server.command |
Uses of OwProcessableObjectStrategy in com.wewebu.ow.server.command |
---|
Fields in com.wewebu.ow.server.command declared as OwProcessableObjectStrategy | |
---|---|
static OwProcessableObjectStrategy |
OwProcessableObjectStrategy.ALWAYS_PROCESSABLE_STRATEGY
Default strategy: all objects can be processed. |
Constructors in com.wewebu.ow.server.command with parameters of type OwProcessableObjectStrategy | |
---|---|
OwCommand(Collection objects_p,
OwMainAppContext appContext_p,
OwProcessableObjectStrategy processableObjectStrategy_p)
Constructs a command where all given object are verified if they can be processed by this command, using processableStrategy_p . |
|
OwCommand(OwObject object_p,
OwMainAppContext appContext_p,
OwProcessableObjectStrategy processableObjectStrategy_p)
Constructs a command where the given object is verified if it can be processed by this command, using processableStrategy_p . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |