|
SAP NetWeaver 7.30 SP01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IExtendedList
Interface that provides operations for sorted folders.
| Method Summary | |
|---|---|
NamingEnumeration |
list(Name name,
int fromIndex,
int numberOfEntries)
Returns only a defined sublist containing numberOfEntries objects
starting with index fromIndex. |
NamingEnumeration |
list(String name,
int fromIndex,
int numberOfEntries)
|
NamingEnumeration |
listBindings(Name name,
int fromIndex,
int numberOfEntries)
Returns only a defined sublist containing numberOfEntries objects
starting with index fromIndex. |
NamingEnumeration |
listBindings(String name,
int fromIndex,
int numberOfEntries)
|
int |
listSize(Name name)
Returns the number of objects bound to the context. |
int |
listSize(String name)
|
| Method Detail |
|---|
int listSize(Name name)
throws NamingException
name - The name of context (given as Name)
NamingException
int listSize(String name)
throws NamingException
name - The name of context (given as String)
NamingExceptionlistSize(Name)
NamingEnumeration list(Name name,
int fromIndex,
int numberOfEntries)
throws NamingException
numberOfEntries objects
starting with index fromIndex.
If one or more objects have to be skipped, e.g. because of missing permissions,
an EnumerationLimitException is thrown on the last possible call of
NamingEnumeration.hasMore() or NamingEnumeration.next().
The EnumerationLimitException is also thrown if the number of entries that was
specified is exceeded.
The EnumerationLimitException contains the index of the last entry that was read from
the PCD.
name - The name of context (given as NamefromIndex - Start indexnumberOfEntries - number of entries to be returned
NamingExceptionEnumerationLimitException
NamingEnumeration list(String name,
int fromIndex,
int numberOfEntries)
throws NamingException
name - The name of context (given as StringfromIndex - Start indexnumberOfEntries - number of entries to be returned
NamingExceptionlist(Name name, int fromIndex, int toIndex).
NamingEnumeration listBindings(Name name,
int fromIndex,
int numberOfEntries)
throws NamingException
numberOfEntries objects
starting with index fromIndex.
If one or more objects have to be skipped because of filters or missing permissions,
an EnumerationLimitException is thrown on the last possible call of
NamingEnumeration.hasMore() or NamingEnumeration.next().
The EnumerationLimitException is also thrown if the number of entries that was
specified is exceeded.
The EnumerationLimitException contains the index of the last entry that was read from
the PCD.
name - The name of context (given as NamefromIndex - Start indexnumberOfEntries - number of entries to be returned
NamingExceptionEnumerationLimitException
NamingEnumeration listBindings(String name,
int fromIndex,
int numberOfEntries)
throws NamingException
name - The name of context (given as StringfromIndex - Start indexnumberOfEntries - number of entries to be returned
NamingExceptionlistBindings(Name name, int fromIndex, int toIndex).| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] EP-BASIS-API
|
[sap.com] tc/epbc/prt/api
|
api
|
EP-PIN
|
[sap.com] EP-BASIS-API
|
[sap.com]
|
api
|
EP-PIN-PRT
|
|
SAP NetWeaver 7.30 SP01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||