org.activiti.engine.impl.rules
类 RulesAgendaFilter

java.lang.Object
  继承者 org.activiti.engine.impl.rules.RulesAgendaFilter
所有已实现的接口:
org.drools.runtime.rule.AgendaFilter

public class RulesAgendaFilter
extends Object
implements org.drools.runtime.rule.AgendaFilter

作者:
Tijs Rademakers

字段摘要
protected  boolean accept
           
protected  List<String> suffixList
           
 
构造方法摘要
RulesAgendaFilter()
           
 
方法摘要
 boolean accept(org.drools.runtime.rule.Activation activation)
           
 void addSuffic(String suffix)
           
 void setAccept(boolean accept)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

suffixList

protected List<String> suffixList

accept

protected boolean accept
构造方法详细信息

RulesAgendaFilter

public RulesAgendaFilter()
方法详细信息

accept

public boolean accept(org.drools.runtime.rule.Activation activation)
指定者:
接口 org.drools.runtime.rule.AgendaFilter 中的 accept

addSuffic

public void addSuffic(String suffix)

setAccept

public void setAccept(boolean accept)


Copyright © 2013 Alfresco. All rights reserved.