03-23-2010 07:57 AM
public void ejecutaAccion(Reference ref){
try {
Predicate pred = new Predicate(new Reference[]{ref}, ref.getStore(), null);
Action[] ac1 = new Action[1];
ac1[0] = new Action();
ac1[0].setActionReference(ref);
ac1[0].setActionName("specialise-type");
NamedValue[] matriz = new NamedValue[1];
matriz[0] = Utils.createNamedValue("type-name", Constants.createQNameString(modelo, tipo_nuevo));
ac1[0].setParameters(matriz);
WebServiceFactory.getActionService().executeActions(pred, ac1);
} catch (RemoteException ex) {
Logger.getLogger(SubirDocServiceSkeleton.class.getName()).log(Level.SEVERE, null, ex);
}
}
03-23-2010 08:07 AM
03-23-2010 08:31 AM
03-23-2010 08:41 AM
03-23-2010 08:54 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.