Package org.jbpm.designer.filter
Class InjectionRule
- java.lang.Object
-
- org.jbpm.designer.filter.InjectionRule
-
public class InjectionRule extends Object
-
-
Constructor Summary
Constructors Constructor Description InjectionRule(Node ruleNode, String contextPath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetInsertAt()StringgetName()PatterngetPattern()booleanisEnabled()voidsetInsertAt(String strInsertAt)voidsetName(String name)voidsetPattern(String p)StringtoString()
-
-
-
Constructor Detail
-
InjectionRule
public InjectionRule(Node ruleNode, String contextPath) throws TransformerFactoryConfigurationError, TransformerException
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
getPattern
public Pattern getPattern()
-
setPattern
public void setPattern(String p) throws PatternSyntaxException
- Throws:
PatternSyntaxException
-
isEnabled
public boolean isEnabled()
-
getInsertAt
public int getInsertAt()
-
setInsertAt
public void setInsertAt(String strInsertAt)
-
-