|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||