public interface OwExtendedCrossMappings extends OwCrossMappings
Extended interface for ECM adapter mapping or sort, search, properties and login.
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 | Method and Description |
---|---|
String |
getIClass(String className_p)
maps the given classes to their configured I peers
|
Collection |
getIProperties(Collection propertyNames_p)
maps the given X classes to their configured I(nternal) peers
|
String |
getIProperty(String xPropertyName_p)
maps the given X classes to their configured I(nternal) peers
|
String |
getXClass(String className_p)
maps the given classes to their configured X peers
|
OwClass[] |
getXClasses(OwClass[] classes_p)
maps the given classes to their configured X peers
|
convert, doXLogin, getXProperties, getXProperty, getXSearch, getXSort, mapXObjectCollection
OwClass[] getXClasses(OwClass[] classes_p) throws OwConfigurationException
classes_p
- OwClass
OwConfigurationException
String getXClass(String className_p) throws OwConfigurationException
className_p
- OwConfigurationException
String getIClass(String className_p) throws OwConfigurationException
className_p
- OwConfigurationException
String getIProperty(String xPropertyName_p) throws OwConfigurationException
xPropertyName_p
- OwConfigurationException
Collection getIProperties(Collection propertyNames_p) throws OwConfigurationException
propertyNames_p
- OwConfigurationException
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.