|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ITransition | |
| com.sapportals.wcm.repository.service.statemanagement | Provides a service that keeps track of the status of resources. |
| Uses of ITransition in com.sapportals.wcm.repository.service.statemanagement |
| Methods in com.sapportals.wcm.repository.service.statemanagement that return ITransition | |
ITransition |
ITransitionListIterator.next()
Deprecated. Gets the next item |
ITransition |
ITransitionList.getTransition(int i)
Deprecated. Gets the ITransition at index i |
ITransition |
ITransitionList.remove(int i)
Deprecated. Removes the transition at the specified position |
ITransition |
IStatemanagement.getTransition(java.lang.String impID)
Deprecated. Returns the ITransition with the specified ID |
| Methods in com.sapportals.wcm.repository.service.statemanagement with parameters of type ITransition | |
boolean |
ITransitionList.contains(ITransition aTransition)
Deprecated. Checks wheter a specific transition is contained in the list |
void |
ITransitionList.addTransition(ITransition aTransition)
Deprecated. Adds a transition to the list |
boolean |
ITransitionList.removeTransition(ITransition aTransition)
Deprecated. Removes all occurrences of aTransition from the list |
java.lang.String |
IStatemanagement.executeTransition(ITransition aTransition,
IResource aResource)
Deprecated. Executes the specified transition for the resource |
void |
IStatemanagement.executeTransition(ITransition aTransition,
IResourceList aResourceList,
IResourceContext aContext)
Deprecated. Executes the specified transition for a list of resources |
|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||