|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wewebu.ow.server.app.OwUpdateCodes
public class OwUpdateCodes
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 |
---|
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 OBJECT_DISPATCH
public static final int OBJECT_FORWARD
public static final int CUSTOM_CODE_START
Constructor Detail |
---|
public OwUpdateCodes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |