public class OwStatusContextDefinitions extends Object
Definitions for the context used for status functions like can... or is...
Some of the status functions are slow and can not be used in a time critical context such as objects lists.
On the other hand querying the status of just a single object is not so time critical.
The context definitions can distinguish between those time critical contexts and provide
a more comfortable user interface.
To be implemented with the specific ECM system.
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 int |
STATUS_CONTEXT_CORRECT_STATUS
the context is not time critical, but we need the correct status
|
static int |
STATUS_CONTEXT_TIME_CRITICAL
the context is time critical return the true status only if it can be provided fast, otherwise return an enabled status
|
Constructor and Description |
---|
OwStatusContextDefinitions() |
public static final int STATUS_CONTEXT_TIME_CRITICAL
public static final int STATUS_CONTEXT_CORRECT_STATUS
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.