 
					
				
		
08-18-2009 03:29 AM
List<Rule> lists = ruleService.getRules(nodeRef);
   for (Iterator<Rule> rule = lists.iterator();rule.hasNext(); )
      {
      Rule currentRule = rule.next();
                                System.out.println("current rule" + currentRule.getTitle());
      System.out.println("current rule" + currentRule.getDescription());
                                System.out.println("rule id" + currentRule.getNodeRef().getId());
                   }
      
 
					
				
		
08-18-2009 12:07 PM
 
					
				
				
			
		
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.