org.jbpm.jpdl.internal.convert.action
Class ActionConverterTypes
java.lang.Object
org.jbpm.jpdl.internal.convert.action.ActionConverterTypes
public class ActionConverterTypes
- extends java.lang.Object
This originates from jbpm3 code base
It reads the "META-INF/action.converter.types.xml" configuration to load the class to convert
Action elements
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActionConverterTypes
public ActionConverterTypes()
getActionTypes
public static java.util.Set<java.lang.Class<? extends Action>> getActionTypes()
getActionNames
public static java.util.Set<java.lang.String> getActionNames()
getActionType
public static java.lang.Class<? extends Action> getActionType(java.lang.String name)
getActionName
public static java.lang.String getActionName(java.lang.Class<? extends Action> type)
hasActionName
public static boolean hasActionName(java.lang.String name)
Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.