|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This is the main interface for the state management service. It handles transitions between states. Everything
related to the current state of a resource is available via IStatemanagementUtilsResource
| Method Summary | |
IResourceTransitionList |
getAllowedTransitions()
Gets all permitted transitions for the current resource and the current user. |
IResource |
getResource()
Gets the original resource for this object. |
IResourceTransition |
getTransition(java.lang.String ID)
Gets a transition for the ID. |
IStatemanagementUtilsResource |
getUtils()
Gets the IStatemanagementUtilsResource for this resource. |
| Method Detail |
public IResource getResource()
IStatemanagementResource contains one resource. This
can be accessed via this method.public IStatemanagementUtilsResource getUtils()
IStatemanagementUtilsResource for this resource. Everything related to the current state
and the defined workflow is handled by IStatemanagementUtilsResource
public IResourceTransitionList getAllowedTransitions()
throws WcmException
WcmException - exception raised in failure situation
public IResourceTransition getTransition(java.lang.String ID)
throws WcmException
ID - ID for a transitionWcmException - exception raised in failure situation
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||