jBPM Designer - Backend 6.0.3-SNAPSHOT

org.jbpm.designer.filter
Class InjectionRule

java.lang.Object
  extended by org.jbpm.designer.filter.InjectionRule

public class InjectionRule
extends Object


Constructor Summary
InjectionRule(Node ruleNode, String contextPath)
           
 
Method Summary
 int getInsertAt()
           
 String getName()
           
 Pattern getPattern()
           
 boolean isEnabled()
           
 void setInsertAt(String strInsertAt)
           
 void setName(String name)
           
 void setPattern(String p)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InjectionRule

public InjectionRule(Node ruleNode,
                     String contextPath)
              throws TransformerFactoryConfigurationError,
                     TransformerException
Throws:
TransformerFactoryConfigurationError
TransformerException
Method Detail

toString

public String toString()
Overrides:
toString in class Object

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)

jBPM Designer - Backend 6.0.3-SNAPSHOT

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.