public class OwCMISCrossInvocationHandler extends Object implements InvocationHandler
Network and property mapping Proxy
based handler.
In cross network scenario object , object classes and property with their
classes must select/replace network parameters and perform property mapping at call time.
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 | Class and Description |
---|---|
static interface |
OwCMISCrossInvocationHandler.CrossCall
Cross Call Interface
|
Constructor and Description |
---|
OwCMISCrossInvocationHandler(OwCMISCrossNetwork crossNetwork_p,
com.wewebu.ow.server.ecm.OwCrossMappings mappings_p,
Object object_p,
String serverResourceID_p) |
Modifier and Type | Method and Description |
---|---|
static Object |
call(OwCMISCrossInvocationHandler.CrossCall call,
String callClientResourceID) |
static <O> O |
createCrossNetworkObject(OwCMISCrossNetwork network_p,
com.wewebu.ow.server.ecm.OwCrossMappings mappings_p,
O object_p,
String serverResourceID_p) |
Object |
invoke(Object proxy,
Method method,
Object[] args) |
public OwCMISCrossInvocationHandler(OwCMISCrossNetwork crossNetwork_p, com.wewebu.ow.server.ecm.OwCrossMappings mappings_p, Object object_p, String serverResourceID_p)
public static Object call(OwCMISCrossInvocationHandler.CrossCall call, String callClientResourceID) throws Exception
Exception
public static <O> O createCrossNetworkObject(OwCMISCrossNetwork network_p, com.wewebu.ow.server.ecm.OwCrossMappings mappings_p, O object_p, String serverResourceID_p)
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.