| Package | Description |
|---|---|
| com.wewebu.ow.server.command |
| Modifier and Type | Field and Description |
|---|---|
static OwProcessableObjectStrategy |
OwProcessableObjectStrategy.ALWAYS_PROCESSABLE_STRATEGY
Default strategy: all objects can be processed.
|
| Constructor and Description |
|---|
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. |
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.