05-31-2011 01:33 PM
  public void execute(DelegateExecution execution) throws Exception {
        
       Long value = (Long) parameter.getValue(execution);
       
       Service rmService = this.getService();
              
       Object response = rmService.getCustomer(value);
       
       if (returnValue!=null) {
         String returnVariableName = (String) returnValue.getValue(execution);
         execution.setVariable(returnVariableName, response);
       }
     }05-31-2011 07:51 PM
06-01-2011 09:01 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.