 
					
				
		
04-01-2012 09:13 AM
 
					
				
		
04-11-2012 03:50 PM
 
					
				
		
04-11-2012 10:40 PM
@Runtime(delegationClass="com.test.MyUserTask")
@Help(displayHelpShort="test", displayHelpLong="test long")
public class MyUserTask extends AbstractCustomServiceTask {
 
 @Property(type=PropertyType.COMBOBOX_CHOICE, displayName="Task Type", required=true)
 @Help(displayHelpShort="Select a type", displayHelpLong="Select a task type")
 @PropertyItems({"Create Item", "type1", "Assign Scope", "type2"})
 private String taskType;
 
 @Property(type=PropertyType.BOOLEAN_CHOICE, displayName="Is Multi-Scope?", required=true)
 @Help(displayHelpShort="multi-scope task", displayHelpLong="multi-scope task. ")
 private String multiScope;
 
 @Override
 public String contributeToPaletteDrawer() {
  return "myTask";
 }
 @Override
 public String getName() {
  return "my User Task";
 }
 //@Override
 //public String getSmallIconPath() {
 // return super.getSmallIconPath();
 //}
}
 
					
				
		
04-12-2012 03:20 AM
 
					
				
		
04-12-2012 03:36 AM
 
					
				
		
04-12-2012 02:14 PM
 
					
				
		
04-13-2012 08:39 PM
 
					
				
		
04-15-2012 02:27 AM
 
					
				
		
04-15-2012 02:45 AM
 
					
				
		
04-15-2012 06:16 AM
 
					
				
		
04-16-2012 01: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.