public class OwTableSpec extends Object
Simple bean for storing the configuration of the <DbAttributeBagTableName> element or any other element that describes an SQL Table.
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 String |
STANDARD_DB_ATTRIBUTE_BAG_TABLE_NAME |
Constructor and Description |
---|
OwTableSpec() |
OwTableSpec(String catalogName,
String schemaName,
String tableName) |
Modifier and Type | Method and Description |
---|---|
static OwTableSpec |
fromXML(OwXMLUtil attributeBagTableXML) |
String |
fullyQualifiedName(String catalogSeparator) |
String |
getCatalogName() |
String |
getSchemaName() |
String |
getTableName() |
public static String STANDARD_DB_ATTRIBUTE_BAG_TABLE_NAME
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.