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 int
getInsertAt()
String
getName()
Pattern
getPattern()
boolean
isEnabled()
void
setInsertAt(String strInsertAt)
void
setName(String name)
void
setPattern(String p)
String
toString()
-
-
-
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)
-
-