com.wewebu.ow.server.app
Class OwDispatchCodes

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

public class OwDispatchCodes
extends Object

Predefined dispatch codes for OwMasterDocument.onDisptach / dispatch methods, for transparent plugin communication.

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 OPEN_OBJECT
          dispatch code issued when a object should be opened
static int OPEN_SAVED_SEARCH_TEMPLATE
           
static int USER_START
          start code for user defined event codes
 
Constructor Summary
OwDispatchCodes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OPEN_OBJECT

public static final int OPEN_OBJECT
dispatch code issued when a object should be opened

See Also:
Constant Field Values

USER_START

public static final int USER_START
start code for user defined event codes

See Also:
Constant Field Values

OPEN_SAVED_SEARCH_TEMPLATE

public static final int OPEN_SAVED_SEARCH_TEMPLATE
See Also:
Constant Field Values
Constructor Detail

OwDispatchCodes

public OwDispatchCodes()


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.