1 23 package org.infoglue.cms.applications.workflowtool.function; 24 25 import com.opensymphony.workflow.WorkflowException; 26 27 35 public class PropertysetCleaner extends InfoglueFunction 36 { 37 40 public PropertysetCleaner() 41 { 42 super(); 43 } 44 45 50 protected final void execute() throws WorkflowException 51 { 52 removeFromPropertySet(null); 53 } 54 } 55 | Popular Tags |