public enum OwAOTypesEnum extends Enum<OwAOTypesEnum>
Application object types.
Replaces deprecated APPLICATION_OBJECT_TYPE_XXX integer definitions from OwNetwork
and
concrete network implementations.
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
Enum Constant and Description |
---|
ATTRIBUTE_BAG
object type for the attribute bags (Type: OwAttributeBag)
|
ATTRIBUTE_BAG_ITERATOR
object type for the attribute bags (Type: OwAttributeBagIterator)
|
ATTRIBUTE_BAG_WRITABLE
object type for the writable attribute bags like databases (Type: OwAttributeBagWritable)
|
BPM_ENUM_COLLECTION
object type for the enumeration collections (Type: OwEnumCollection)
|
BPM_RESERVED
Reserved for BPM specific handling, range = [20-30[
|
BPM_VIRTUAL_QUEUES
object type for the search templates (Type: OwSearchTemplate)
|
ENTRY_TEMPLATE
object type representing an entry template
|
ENUM_COLLECTION
object type for the enumeration collections for choicelists (Type: OwEnumCollection)
|
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
|
PREFERENCES
object type for the preferences, which can be user or application defined, like user settings, recent file list...
|
SEARCHTEMPLATE
object type for the search templates (Type: OwSearchTemplate)
|
SEARCHTEMPLATE_BPM |
UNKNOWN |
USER_START
user defined object types start here
|
VIRTUAL_FOLDER
object type for the virtual folders (Type: OwVirtualFolderObjectFactory)
|
XML_DOCUMENT
object type for the XML streams (Type: org.w3c.dom.Node)
|
Modifier and Type | Field and Description |
---|---|
int |
type |
Modifier and Type | Method and Description |
---|---|
static OwAOTypesEnum |
fromType(int type) |
static OwAOTypesEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OwAOTypesEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OwAOTypesEnum UNKNOWN
public static final OwAOTypesEnum VIRTUAL_FOLDER
public static final OwAOTypesEnum PREFERENCES
public static final OwAOTypesEnum SEARCHTEMPLATE
public static final OwAOTypesEnum XML_DOCUMENT
public static final OwAOTypesEnum ATTRIBUTE_BAG
public static final OwAOTypesEnum ATTRIBUTE_BAG_ITERATOR
public static final OwAOTypesEnum ATTRIBUTE_BAG_WRITABLE
public static final OwAOTypesEnum ENUM_COLLECTION
public static final OwAOTypesEnum INVERTED_ATTRIBUTE_BAG
public static final OwAOTypesEnum ENTRY_TEMPLATE
public static final OwAOTypesEnum BPM_RESERVED
public static final OwAOTypesEnum SEARCHTEMPLATE_BPM
public static final OwAOTypesEnum BPM_VIRTUAL_QUEUES
public static final OwAOTypesEnum BPM_ENUM_COLLECTION
public static final OwAOTypesEnum USER_START
public static OwAOTypesEnum[] values()
for (OwAOTypesEnum c : OwAOTypesEnum.values()) System.out.println(c);
public static OwAOTypesEnum valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic static OwAOTypesEnum fromType(int type)
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.