|
SAP NetWeaver 7.30 SP01 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IOrderedRelationPositioningList
A list for IOrderedRelationPositioning s.
| Method Summary | |
|---|---|
void |
add(int index,
IOrderedRelationPositioning positioning)
Inserts the specified positioning object at the specified position in the list. |
void |
add(int index,
String relationID,
IOrderedRelationPosition position)
Inserts the specified relation and position as a new positioning object at the specified position in the list. |
boolean |
add(IOrderedRelationPositioning positioning)
Appends the specified positioning object to the end of the list. |
boolean |
add(String relationID,
IOrderedRelationPosition position)
Appends the specified realtion and position as a new positioning object to the end of the list. |
IOrderedRelationPositioning |
get(int index)
Returns the positioning object with the specified index in the list. |
Collection |
getCollection()
Return this typed list as an standard java collection. |
IOrderedRelationPositioningListIterator |
listIterator()
Returns a list iterator. |
IOrderedRelationPositioningListIterator |
listIterator(int index)
Returns a list iterator. |
int |
size()
Return the number of positioning objects in the list. |
| Method Detail |
|---|
Collection getCollection()
Collection representing this typed list.int size()
int with the number of elements in the list.boolean add(IOrderedRelationPositioning positioning)
positioning - the IOrderedRelationPositioning element to
add.
boolean true .
boolean add(String relationID,
IOrderedRelationPosition position)
relationID - a String with the id of the relation to use
for the positioning element to add.position - the IOrderedRelationPosition to use for the
positioning element to add.
boolean true .IOrderedRelationPositioning get(int index)
index - an int with the index to lookup.
IOrderedRelationPosition with the element at the
specified index.
IndexOutOfBoundsException - if the index is out of
range (index < 0 || index >= size()).
void add(int index,
IOrderedRelationPositioning positioning)
index - an int with the index to insert the element at.
the existing element at and those elements after this index are
shifted to the right (one is added to their index).positioning - the IOrderedRelationPositioning element to
insert.
IndexOutOfBoundsException - if the index is out of
range (index < 0 || index >= size()).
void add(int index,
String relationID,
IOrderedRelationPosition position)
index - an int with the index to insert the element at.
the existing element at and those elements after this index are
shifted to the right (one is added to their index).relationID - a String with the id of the relation to use
for the positioning element to add.position - the IOrderedRelationPosition to use for the
positioning element to add.
IndexOutOfBoundsException - if the index is out of
range (index < 0 || index >= size()).IOrderedRelationPositioningListIterator listIterator()
IOrderedRelationPositioningListIterator with an
iterator for the list.IOrderedRelationPositioningListIterator listIterator(int index)
index - an int with the position to start the iterator
at.
IOrderedRelationPositioningListIterator with an
iterator for the list and the specified start.
IndexOutOfBoundsException - if the index is out of
range (index < 0 || index >= size()).| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-CM
|
[sap.com] tc/km/frwk
|
api
|
EP-KM-CM
|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
|
SAP NetWeaver 7.30 SP01 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||