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()
           
 StateItem RulesRepository.loadState(String name)
           
 

Methods in org.drools.repository with parameters of type StateItem
 Iterator<AssetItem> PackageItem.getAssetsWithStatus(StateItem state)
          This will return a list of assets for a given state.
 Iterator<AssetItem> 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-2012 JBoss by Red Hat. All Rights Reserved.