|
SAP NetWeaver 7.30 SP01 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IResourceTransitionIterator
A special kind of ListIterator for the ResourceTransitionList
| Method Summary | |
|---|---|
void |
add(IResourceTransition o)
Inserts the specified element into the list (optional operation). |
IResourceTransition |
next()
Returns the next element in the list. |
IResourceTransition |
previous()
Returns the previous element in the list. |
void |
set(IResourceTransition o)
Replaces the last element returned by next or previous with the specified element (optional operation). |
| Methods inherited from interface com.sapportals.wcm.repository.service.statemanagement.IListIterator |
|---|
hasNext, hasPrevious, nextIndex, previousIndex, remove |
| Method Detail |
|---|
void set(IResourceTransition o)
o - the element with which to replace the last element returned by
next or previous
UnsupportedOperationException - if the set operation
is not supported by this list iterator
ClassCastException - if the class of the specified element
prevents it from being added to this list
IllegalArgumentException - if some aspect of the specified
element prevents it from being added to this list
IllegalStateException - if neither next nor
previous have been called, or remove or
add have been called after the last call to
next or previous.IResourceTransition next()
NoSuchElementException - if the iteration has no next elementIResourceTransition previous()
NoSuchElementException - if the iteration has no previous
elementvoid add(IResourceTransition o)
o - the element to insert
UnsupportedOperationException - if the add method is
not supported by this list iterator
ClassCastException - if the class of the specified element
prevents it from being added to this set
IllegalArgumentException - if some aspect of this element
prevents it from being added to this collection| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
[sap.com] KMC-CM
|
[sap.com] tc/km/frwk
|
api
|
EP-KM-CM
|
|
SAP NetWeaver 7.30 SP01 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||