com.wewebu.ow.server.ecm
Class OwStatusContextDefinitions

java.lang.Object
  extended by com.wewebu.ow.server.ecm.OwStatusContextDefinitions

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


Field Summary
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 Summary
OwStatusContextDefinitions()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STATUS_CONTEXT_TIME_CRITICAL

public static final 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

See Also:
Constant Field Values

STATUS_CONTEXT_CORRECT_STATUS

public static final int STATUS_CONTEXT_CORRECT_STATUS
the context is not time critical, but we need the correct status

See Also:
Constant Field Values
Constructor Detail

OwStatusContextDefinitions

public OwStatusContextDefinitions()


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.