public interface OwCrossMappings
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 |
|---|---|
Object |
convert(Object value_p,
OwFieldDefinition from_p,
OwFieldDefinition to_p) |
void |
doXLogin(OwNetwork xnetwork_p,
OwNetwork parentnetwork_p,
String parentuser_p,
String parentpassword_p)
login to the X network
|
Collection |
getXProperties(Collection propertyNames_p)
map the given property names
|
String |
getXProperty(String name_p)
map the given property name
|
OwSearchNode |
getXSearch(OwSearchNode searchNode_p,
String xRepositoryID_p,
OwNetwork xNetwork_p)
map the given search
|
OwSort |
getXSort(OwSort searchNode_p)
map the given search
|
void |
mapXObjectCollection(OwObjectCollection objects_p)
replace the objects of the given collection with mapped wrapper objects
|
Collection getXProperties(Collection propertyNames_p) throws OwConfigurationException
propertyNames_p - CollectionOwConfigurationExceptionvoid doXLogin(OwNetwork xnetwork_p, OwNetwork parentnetwork_p, String parentuser_p, String parentpassword_p) throws Exception
xnetwork_p - parentnetwork_p - parentuser_p - parentpassword_p - ExceptionString getXProperty(String name_p) throws OwConfigurationException
name_p - StringOwConfigurationExceptionOwSearchNode getXSearch(OwSearchNode searchNode_p, String xRepositoryID_p, OwNetwork xNetwork_p) throws CloneNotSupportedException
searchNode_p - OwSearchNodeCloneNotSupportedExceptionOwSort getXSort(OwSort searchNode_p) throws CloneNotSupportedException, OwConfigurationException
searchNode_p - OwSearchNodeCloneNotSupportedExceptionOwConfigurationExceptionvoid mapXObjectCollection(OwObjectCollection objects_p)
objects_p - Object convert(Object value_p, OwFieldDefinition from_p, OwFieldDefinition to_p) throws OwException
OwExceptionCopyright © 2014 Alfresco Business Solutions. All Rights Reserved.