|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IResourceTransition | |
| com.sapportals.wcm.repository.service.statemanagement | Provides a service that keeps track of the status of resources. |
| Uses of IResourceTransition in com.sapportals.wcm.repository.service.statemanagement |
| Methods in com.sapportals.wcm.repository.service.statemanagement that return IResourceTransition | |
IResourceTransition |
IStatemanagementResource.getTransition(java.lang.String ID)
Gets a transition for the ID. |
IResourceTransition |
IResourceTransitionIterator.next()
Returns the next element in the list. |
IResourceTransition |
IResourceTransitionIterator.previous()
Returns the previous element in the list. |
IResourceTransition[] |
IResourceTransitionList.toArray()
Returns an array containing all of the elements in this list in proper sequence. |
IResourceTransition[] |
IResourceTransitionList.toArray(IResourceTransition[] a)
Returns an array containing all of the elements in this list in proper sequence; the runtime type of the returned array is that of the specified array. |
IResourceTransition |
IResourceTransitionList.get(int index)
Returns the element at the specified position in this list |
IResourceTransition |
IResourceTransitionList.set(int index,
IResourceTransition element)
Replaces the element at the specified position in this list with the specified element (optional operation) |
IResourceTransition |
IResourceTransitionList.remove(int index)
Inserts the specified element at the specified position in this list (optional operation). |
| Methods in com.sapportals.wcm.repository.service.statemanagement with parameters of type IResourceTransition | |
void |
IResourceTransitionIterator.set(IResourceTransition o)
Replaces the last element returned by next or previous with the specified element (optional operation). |
void |
IResourceTransitionIterator.add(IResourceTransition o)
Inserts the specified element into the list (optional operation). |
IResourceTransition[] |
IResourceTransitionList.toArray(IResourceTransition[] a)
Returns an array containing all of the elements in this list in proper sequence; the runtime type of the returned array is that of the specified array. |
boolean |
IResourceTransitionList.add(IResourceTransition o)
Appends the specified element to the end of this list (optional operation) Depending on the runtime type of the contained list, this operation may place limitations on what elements can be added to this list. |
IResourceTransition |
IResourceTransitionList.set(int index,
IResourceTransition element)
Replaces the element at the specified position in this list with the specified element (optional operation) |
void |
IResourceTransitionList.add(int index,
IResourceTransition element)
Inserts the specified element at the specified position in this list (optional operation). |
|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||