public interface OwProcessableObjectStrategy
Check if the specific object is can be processed.
A OwCommand
can be configured with different processableObjectStrategy instance, in different situations.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
Modifier and Type | Field and Description |
---|---|
static OwProcessableObjectStrategy |
ALWAYS_PROCESSABLE_STRATEGY
Default strategy: all objects can be processed.
|
Modifier and Type | Method and Description |
---|---|
boolean |
canBeProcessed(OwObject oObject_p)
Check if the given object can be processed
|
static final OwProcessableObjectStrategy ALWAYS_PROCESSABLE_STRATEGY
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.