|
SAP NetWeaver 7.40 SP 06 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.netweaver.kmc.expimp.ArchivePartIterator
public class ArchivePartIterator
Iterator providing the parts of the generated archive (KMC content module).
Due to size restrictions, this archive may have been split up into several parts.
Copyright 2007 SAP AG
| Constructor Summary | |
|---|---|
ArchivePartIterator(ArrayList parts)
Constructs a new interator that provides the specified archive parts. |
|
| Method Summary | |
|---|---|
int |
getNumberOfParts()
Returns the number of parts the archive was splitted up to. |
boolean |
hasMoreParts()
Returns if this iterator has more archive parts to provide. |
ArchivePart |
nextPart()
Returns the next archive part. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ArchivePartIterator(ArrayList parts)
parts - list of ArchivePart instances to be provided| Method Detail |
|---|
public int getNumberOfParts()
public boolean hasMoreParts()
true if more archive parts are available, false otherwisepublic ArchivePart nextPart()
| 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.40 SP 06 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||