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
- Collection
OwConfigurationException
void doXLogin(OwNetwork xnetwork_p, OwNetwork parentnetwork_p, String parentuser_p, String parentpassword_p) throws Exception
xnetwork_p
- parentnetwork_p
- parentuser_p
- parentpassword_p
- Exception
String getXProperty(String name_p) throws OwConfigurationException
name_p
- String
OwConfigurationException
OwSearchNode getXSearch(OwSearchNode searchNode_p, String xRepositoryID_p, OwNetwork xNetwork_p) throws CloneNotSupportedException
searchNode_p
- OwSearchNode
CloneNotSupportedException
OwSort getXSort(OwSort searchNode_p) throws CloneNotSupportedException, OwConfigurationException
searchNode_p
- OwSearchNode
CloneNotSupportedException
OwConfigurationException
void mapXObjectCollection(OwObjectCollection objects_p)
objects_p
- Object convert(Object value_p, OwFieldDefinition from_p, OwFieldDefinition to_p) throws OwException
OwException
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.