|
SAP NetWeaver 7.40 SP 07 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.netweaver.kmc.expimp.IPackage.State
public static class IPackage.State
Enumeration of available states of a transport package.
Some methods on a transport package can only be called in certain states.
| Field Summary | |
|---|---|
static IPackage.State |
FAILED
The export/import of the transport package has failed |
static IPackage.State |
OK
The export/import of the transport package has finished successfully |
static IPackage.State |
PENDING
The transport package is waiting to be exported or imported |
static IPackage.State |
PROCESSING
The export/import of the transport package is currently processed |
static IPackage.State |
TEMPLATE
The transport package represents a template |
static IPackage.State |
TRANSMIT_FAILED
The transmit of the generated export archive to CTS failed |
static IPackage.State |
TRANSMITTING
The generated export archive is currently transmitted to CTS |
static IPackage.State |
WARN
The export/import of the transport package has finished with warnings |
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
int |
getInt()
Gets the integer representing the state. |
static IPackage.State |
getState(String str)
Gets the state instance corresponding to the specified string representation. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final IPackage.State TEMPLATE
public static final IPackage.State PENDING
public static final IPackage.State PROCESSING
public static final IPackage.State TRANSMITTING
public static final IPackage.State OK
public static final IPackage.State WARN
public static final IPackage.State FAILED
public static final IPackage.State TRANSMIT_FAILED
| Method Detail |
|---|
public int getInt()
public static IPackage.State getState(String str)
str - the string representation of the desired state
nullpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Object| 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 07 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||