站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss RULES 4.0.0.11754MR2 API 英文版文档

Uses of Class org.drools.repository.StateItem (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


Uses of Class
org.drools.repository.StateItem

Packages that use StateItem
org.drools.repository   
 

Uses of StateItem in org.drools.repository
 

Methods in org.drools.repository that return StateItem
 StateItem RulesRepository.createState(String name)
          Create a status node of the given name.
 StateItem VersionableItem.getState()
          Gets StateItem object corresponding to the state property of this object's node
 StateItem RulesRepository.getState(String name)
          Gets a StateItem for the specified state name.
 StateItem[] RulesRepository.listStates()
           
 

Methods in org.drools.repository with parameters of type StateItem
 Iterator PackageItem.getAssetsWithStatus(StateItem state)
          This will return a list of assets for a given state.
 Iterator PackageItem.getAssetsWithStatus(StateItem state, StateItem ignoreState)
          This will return a list of assets for a given state.
 boolean VersionableItem.sameState(StateItem other)
          Compare this rules state with some other state
 void VersionableItem.updateState(StateItem stateItem)
          Sets this object's rule node's state property to refer to the specified StateItem's node
 



Copyright © 2001-2007 JBoss Inc.. All Rights Reserved.