public interface StatemodelService
Modifier and Type | Method and Description |
---|---|
<T extends Stateful> |
changeState(T t,
int iNumeral)
Deprecated.
- Please use method changeState(T t, State state) for type-safety
|
<T extends Stateful> |
changeState(T t,
State sState)
Method changes the state of the BusinessObject t.
|
@Deprecated <T extends Stateful> void changeState(T t, int iNumeral) throws java.lang.Exception
t
- iNumeral
- java.lang.Exception
<T extends Stateful> void changeState(T t, State sState) throws BusinessException
t
- - BusinessObjectsState
- - State of statemodel that is attached to the entity/BusinessObjectBusinessException
Copyright © 2024. All rights reserved.