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
Modifier and Type | Field and Description |
---|---|
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 |
FILTER_CHANGED
fired if a filter was changed and view needs to update
|
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 and Description |
---|
OwUpdateCodes() |
public static final int UPDATE_DEFAULT
public static final int UPDATE_OBJECT_VERSION
public static final int UPDATE_OBJECT_PROPERTY
public static final int UPDATE_PARENT_OBJECT_CHILDS
public static final int UPDATE_OBJECT_CHILDS
public static final int SET_NEW_OBJECT
public static final int UPDATE_OBJECT_FOLDER_CHILDS
public static final int LOGOUT
public static final int UPDATE_SETTINGS
public static final int DELETE_OBJECT
public static final int CHANGE_VIEW
public static final int UPDATE_PARENT_OBJECT_FOLDER_CHILDS
public static final int MODIFIED_OBJECT_PROPERTY
public static final int OBJECT_PROPERTIES_NOT_CHANGED
public static final int FILTER_CHANGED
public static final int OBJECT_DISPATCH
public static final int OBJECT_FORWARD
public static final int CUSTOM_CODE_START
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.