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
Modifier and Type | Field and Description |
---|---|
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 OwAOType<OwSearchTemplate> |
AO_SEARCHTEMPLATE_BPM |
static OwAOType<OwVirtualFolderObject> |
AO_VIRTUAL_FOLDER |
static OwAOType<Node> |
AO_XML_DOCUMENT |
static String |
CONFIGATTRIBUTE_CLASS |
static String |
CONFIGATTRIBUTE_ID |
static String |
CONFIGATTRIBUTE_NAME |
static String |
CONFIGATTRIBUTE_TYPE |
static String |
CONFIGATTRIBUTE_VALUE |
static String |
CONFIGNODE_MANAGER |
static String |
CONFIGNODE_MANAGERS |
static String |
CONFIGNODE_PARAM |
static String |
CONFIGNODE_PARAMS |
static String |
CONFIGNODE_SUPPORT |
static String |
CONFIGNODE_SUPPORTS |
Constructor and Description |
---|
OwAOConstants() |
public static final String CONFIGNODE_SUPPORT
public static final String CONFIGATTRIBUTE_CLASS
public static final String CONFIGATTRIBUTE_ID
public static final String CONFIGATTRIBUTE_TYPE
public static final String CONFIGATTRIBUTE_NAME
public static final String CONFIGATTRIBUTE_VALUE
public static final String CONFIGNODE_MANAGERS
public static final String CONFIGNODE_MANAGER
public static final String CONFIGNODE_SUPPORTS
public static final String CONFIGNODE_PARAMS
public static final String CONFIGNODE_PARAM
public static final OwAOType<OwVirtualFolderObject> AO_VIRTUAL_FOLDER
public static final OwAOType<OwSearchTemplate> AO_SEARCHTEMPLATE
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
public static final OwAOType<OwSearchTemplate> AO_SEARCHTEMPLATE_BPM
public static OwAOType<?> fromType(OwAOTypesEnum type) throws OwInvalidOperationException
type
- as defined by OwAOTypesEnum
OwAOType
corresponding to the given typeOwInvalidOperationException
- if no OwAOType
corresponding to the given type could be foundpublic static OwAOType<?> fromType(int type) throws OwInvalidOperationException
type
- integer type as defined by OwAOTypesEnum
OwAOType
corresponding to the given integer typeOwInvalidOperationException
- if no OwAOType
corresponding to the given integer type could be foundCopyright © 2014 Alfresco Business Solutions. All Rights Reserved.