|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wewebu.ow.server.ecmimpl.OwAOConstants
public class OwAOConstants
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
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 |
---|
public static final int AO_TYPE_VIRTUAL_FOLDER
public static final int AO_TYPE_PREFERENCES
public static final int AO_TYPE_SEARCHTEMPLATE
public static final int AO_TYPE_XML_DOCUMENT
public static final int AO_TYPE_ATTRIBUTE_BAG
public static final int AO_TYPE_ATTRIBUTE_BAG_ITERATOR
public static final int AO_TYPE_ATTRIBUTE_BAG_WRITEABLE
public static final int AO_TYPE_ENUM_COLLECTION
public static final int AO_TYPE_INVERTED_ATTRIBUTE_BAG
public static final int AO_TYPE_ENTRY_TEMPLATE
public static final int AO_TYPE_BPM_RESERVED
public static final int AO_TYPE_BPM_VIRTUAL_QUEUES
public static final int AO_TYPE_BPM_ENUM_COLLECTION
public static final int AO_TYPE_USER_START
public static final OwAOType<OwVirtualFolderObject> AO_VIRTUAL_FOLDER
public static final OwAOType<OwObject> AO_PREFERENCES
public static final OwAOType<OwSearchTemplate> AO_SEARCHTEMPLATE
public static final OwAOType<Node> AO_XML_DOCUMENT
public static final OwAOType<OwAttributeBag> AO_ATTRIBUTE_BAG
public static final OwAOType<OwAttributeBagIterator> AO_ATTRIBUTE_BAG_ITERATOR
public static final OwAOType<OwAttributeBagWriteable> AO_ATTRIBUTE_BAG_WRITABLE
public static final OwAOType<OwAttributeBagWriteable> AO_INVERTED_ATTRIBUTE_BAG
public static final OwAOType<OwSearchTemplate> AO_BPM_VIRTUAL_QUEUES
Constructor Detail |
---|
public OwAOConstants()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |