com.wewebu.ow.server.ecm
Interface OwExtendedCrossMappings

All Superinterfaces:
OwCrossMappings
All Known Implementing Classes:
OwStandardCrossMappings

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

Since:
4.0.0.0

Method Summary
 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
 
Methods inherited from interface com.wewebu.ow.server.ecm.OwCrossMappings
convert, doXLogin, getXProperties, getXProperty, getXSearch, getXSort, mapXObjectCollection
 

Method Detail

getXClasses

OwClass[] getXClasses(OwClass[] classes_p)
                      throws OwConfigurationException
maps the given classes to their configured X peers

Parameters:
classes_p -
Returns:
a OwClass
Throws:
OwConfigurationException

getXClass

String getXClass(String className_p)
                 throws OwConfigurationException
maps the given classes to their configured X peers

Parameters:
className_p -
Returns:
an X object class name
Throws:
OwConfigurationException

getIClass

String getIClass(String className_p)
                 throws OwConfigurationException
maps the given classes to their configured I peers

Parameters:
className_p -
Returns:
an I object class name
Throws:
OwConfigurationException

getIProperty

String getIProperty(String xPropertyName_p)
                    throws OwConfigurationException
maps the given X classes to their configured I(nternal) peers

Parameters:
xPropertyName_p -
Returns:
an X object class name
Throws:
OwConfigurationException

getIProperties

Collection getIProperties(Collection propertyNames_p)
                          throws OwConfigurationException
maps the given X classes to their configured I(nternal) peers

Parameters:
propertyNames_p -
Returns:
an X object class name
Throws:
OwConfigurationException


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.