com.wewebu.ow.server.app
Class OwUpdateCodes

java.lang.Object
  extended by com.wewebu.ow.server.app.OwUpdateCodes

public class OwUpdateCodes
extends Object

Global Definitions of the codes used in the OwDocument.Update(...) and OwClientRefreshContext.onClientRefreshContextUpdate(...) functions.

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 CHANGE_VIEW
          a view has changed
static int CUSTOM_CODE_START
          the selection changed in a view
static int DELETE_OBJECT
          the object has been deleted: parameters contains a Set of DMSIDs of the deleted objects
static int LOGOUT
          the user logs out
static int MODIFIED_OBJECT_PROPERTY
          the object properties where modified and saved
static int OBJECT_DISPATCH
          the object (workitem) was dispatched
static int OBJECT_FORWARD
          the object (workitem) was forwarded
static int OBJECT_PROPERTIES_NOT_CHANGED
          the object properties where not modified
static int SET_NEW_OBJECT
          a new object was set
static int UPDATE_DEFAULT
          no code is specified
static int UPDATE_OBJECT_CHILDS
          the object has changed its document children
static int UPDATE_OBJECT_FOLDER_CHILDS
          the object has changed its folder children
static int UPDATE_OBJECT_PROPERTY
          the object properties need to be updated by the view
static int UPDATE_OBJECT_VERSION
          the object versions have changed
static int UPDATE_PARENT_OBJECT_CHILDS
          the parent of the object has changed its document children
static int UPDATE_PARENT_OBJECT_FOLDER_CHILDS
          the parent object has changed its folder children
static int UPDATE_SETTINGS
          the settings have changed
 
Constructor Summary
OwUpdateCodes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UPDATE_DEFAULT

public static final int UPDATE_DEFAULT
no code is specified

See Also:
Constant Field Values

UPDATE_OBJECT_VERSION

public static final int UPDATE_OBJECT_VERSION
the object versions have changed

See Also:
Constant Field Values

UPDATE_OBJECT_PROPERTY

public static final int UPDATE_OBJECT_PROPERTY
the object properties need to be updated by the view

See Also:
Constant Field Values

UPDATE_PARENT_OBJECT_CHILDS

public static final int UPDATE_PARENT_OBJECT_CHILDS
the parent of the object has changed its document children

See Also:
Constant Field Values

UPDATE_OBJECT_CHILDS

public static final int UPDATE_OBJECT_CHILDS
the object has changed its document children

See Also:
Constant Field Values

SET_NEW_OBJECT

public static final int SET_NEW_OBJECT
a new object was set

See Also:
Constant Field Values

UPDATE_OBJECT_FOLDER_CHILDS

public static final int UPDATE_OBJECT_FOLDER_CHILDS
the object has changed its folder children

See Also:
Constant Field Values

LOGOUT

public static final int LOGOUT
the user logs out

See Also:
Constant Field Values

UPDATE_SETTINGS

public static final int UPDATE_SETTINGS
the settings have changed

See Also:
Constant Field Values

DELETE_OBJECT

public static final int DELETE_OBJECT
the object has been deleted: parameters contains a Set of DMSIDs of the deleted objects

See Also:
Constant Field Values

CHANGE_VIEW

public static final int CHANGE_VIEW
a view has changed

See Also:
Constant Field Values

UPDATE_PARENT_OBJECT_FOLDER_CHILDS

public static final int UPDATE_PARENT_OBJECT_FOLDER_CHILDS
the parent object has changed its folder children

See Also:
Constant Field Values

MODIFIED_OBJECT_PROPERTY

public static final int MODIFIED_OBJECT_PROPERTY
the object properties where modified and saved

See Also:
Constant Field Values

OBJECT_PROPERTIES_NOT_CHANGED

public static final int OBJECT_PROPERTIES_NOT_CHANGED
the object properties where not modified

See Also:
Constant Field Values

OBJECT_DISPATCH

public static final int OBJECT_DISPATCH
the object (workitem) was dispatched

Since:
3.1.0.0
See Also:
Constant Field Values

OBJECT_FORWARD

public static final int OBJECT_FORWARD
the object (workitem) was forwarded

Since:
3.1.0.0
See Also:
Constant Field Values

CUSTOM_CODE_START

public static final int CUSTOM_CODE_START
the selection changed in a view

See Also:
Constant Field Values
Constructor Detail

OwUpdateCodes

public OwUpdateCodes()


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.