com.wewebu.ow.server.ecmimpl
Class OwAOConstants

java.lang.Object
  extended by com.wewebu.ow.server.ecmimpl.OwAOConstants

public class OwAOConstants
extends Object

Class of constants for Application Object type specification.

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

Since:
4.0.0.0

Field Summary
static OwAOType<OwAttributeBag> AO_ATTRIBUTE_BAG
           
static OwAOType<OwAttributeBagIterator> AO_ATTRIBUTE_BAG_ITERATOR
           
static OwAOType<OwAttributeBagWriteable> AO_ATTRIBUTE_BAG_WRITABLE
           
static OwAOType<OwSearchTemplate> AO_BPM_VIRTUAL_QUEUES
           
static OwAOType<OwAttributeBagWriteable> AO_INVERTED_ATTRIBUTE_BAG
           
static OwAOType<OwObject> AO_PREFERENCES
           
static OwAOType<OwSearchTemplate> AO_SEARCHTEMPLATE
           
static int AO_TYPE_ATTRIBUTE_BAG
          object type for the attribute bags (Type: OwAttributeBag)
static int AO_TYPE_ATTRIBUTE_BAG_ITERATOR
          object type for the attribute bags (Type: OwAttributeBagIterator)
static int AO_TYPE_ATTRIBUTE_BAG_WRITEABLE
          object type for the writable attribute bags like databases (Type: OwAttributeBagWritable)
static int AO_TYPE_BPM_ENUM_COLLECTION
          object type for the enumeration collections (Type: OwEnumCollection)
static int AO_TYPE_BPM_RESERVED
          Reserved for BPM specific handling, range = [20-30[
static int AO_TYPE_BPM_VIRTUAL_QUEUES
          object type for the search templates (Type: OwSearchTemplate)
static int AO_TYPE_ENTRY_TEMPLATE
          object type representing an entry template
static int AO_TYPE_ENUM_COLLECTION
          object type for the enumeration collections for choicelists (Type: OwEnumCollection)
static int AO_TYPE_INVERTED_ATTRIBUTE_BAG
          object type for the read only attribute bags like databases (Type: OwAttributeBagWritable), i.e.: the attributenames of the bag represent the users
static int AO_TYPE_PREFERENCES
          object type for the preferences, which can be user or application defined, like user settings, recent file list...
static int AO_TYPE_SEARCHTEMPLATE
          object type for the search templates (Type: OwSearchTemplate)
static int AO_TYPE_USER_START
          user defined object types start here
static int AO_TYPE_VIRTUAL_FOLDER
          object type for the virtual folders (Type: OwVirtualFolderObjectFactory)
static int AO_TYPE_XML_DOCUMENT
          object type for the XML streams (Type: org.w3c.dom.Node)
static OwAOType<OwVirtualFolderObject> AO_VIRTUAL_FOLDER
           
static OwAOType<Node> AO_XML_DOCUMENT
           
 
Constructor Summary
OwAOConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AO_TYPE_VIRTUAL_FOLDER

public static final int AO_TYPE_VIRTUAL_FOLDER
object type for the virtual folders (Type: OwVirtualFolderObjectFactory)

See Also:
Constant Field Values

AO_TYPE_PREFERENCES

public static final int AO_TYPE_PREFERENCES
object type for the preferences, which can be user or application defined, like user settings, recent file list... (Type: OwObject)

See Also:
Constant Field Values

AO_TYPE_SEARCHTEMPLATE

public static final int AO_TYPE_SEARCHTEMPLATE
object type for the search templates (Type: OwSearchTemplate)

See Also:
Constant Field Values

AO_TYPE_XML_DOCUMENT

public static final int AO_TYPE_XML_DOCUMENT
object type for the XML streams (Type: org.w3c.dom.Node)

See Also:
Constant Field Values

AO_TYPE_ATTRIBUTE_BAG

public static final int AO_TYPE_ATTRIBUTE_BAG
object type for the attribute bags (Type: OwAttributeBag)

See Also:
Constant Field Values

AO_TYPE_ATTRIBUTE_BAG_ITERATOR

public static final int AO_TYPE_ATTRIBUTE_BAG_ITERATOR
object type for the attribute bags (Type: OwAttributeBagIterator)

See Also:
Constant Field Values

AO_TYPE_ATTRIBUTE_BAG_WRITEABLE

public static final int AO_TYPE_ATTRIBUTE_BAG_WRITEABLE
object type for the writable attribute bags like databases (Type: OwAttributeBagWritable)

See Also:
Constant Field Values

AO_TYPE_ENUM_COLLECTION

public static final int AO_TYPE_ENUM_COLLECTION
object type for the enumeration collections for choicelists (Type: OwEnumCollection)

See Also:
Constant Field Values

AO_TYPE_INVERTED_ATTRIBUTE_BAG

public static final int AO_TYPE_INVERTED_ATTRIBUTE_BAG
object type for the read only attribute bags like databases (Type: OwAttributeBagWritable), i.e.: the attributenames of the bag represent the users

See Also:
Constant Field Values

AO_TYPE_ENTRY_TEMPLATE

public static final int AO_TYPE_ENTRY_TEMPLATE
object type representing an entry template

See Also:
Constant Field Values

AO_TYPE_BPM_RESERVED

public static final int AO_TYPE_BPM_RESERVED
Reserved for BPM specific handling, range = [20-30[

See Also:
Constant Field Values

AO_TYPE_BPM_VIRTUAL_QUEUES

public static final int AO_TYPE_BPM_VIRTUAL_QUEUES
object type for the search templates (Type: OwSearchTemplate)

See Also:
Constant Field Values

AO_TYPE_BPM_ENUM_COLLECTION

public static final int AO_TYPE_BPM_ENUM_COLLECTION
object type for the enumeration collections (Type: OwEnumCollection)

See Also:
Constant Field Values

AO_TYPE_USER_START

public static final int AO_TYPE_USER_START
user defined object types start here

See Also:
Constant Field Values

AO_VIRTUAL_FOLDER

public static final OwAOType<OwVirtualFolderObject> AO_VIRTUAL_FOLDER

AO_PREFERENCES

public static final OwAOType<OwObject> AO_PREFERENCES

AO_SEARCHTEMPLATE

public static final OwAOType<OwSearchTemplate> AO_SEARCHTEMPLATE

AO_XML_DOCUMENT

public static final OwAOType<Node> AO_XML_DOCUMENT

AO_ATTRIBUTE_BAG

public static final OwAOType<OwAttributeBag> AO_ATTRIBUTE_BAG

AO_ATTRIBUTE_BAG_ITERATOR

public static final OwAOType<OwAttributeBagIterator> AO_ATTRIBUTE_BAG_ITERATOR

AO_ATTRIBUTE_BAG_WRITABLE

public static final OwAOType<OwAttributeBagWriteable> AO_ATTRIBUTE_BAG_WRITABLE

AO_INVERTED_ATTRIBUTE_BAG

public static final OwAOType<OwAttributeBagWriteable> AO_INVERTED_ATTRIBUTE_BAG

AO_BPM_VIRTUAL_QUEUES

public static final OwAOType<OwSearchTemplate> AO_BPM_VIRTUAL_QUEUES
Constructor Detail

OwAOConstants

public OwAOConstants()


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.