com.sap.netweaver.kmc.expimp

Class IPackage.State

java.lang.Object
  extended by com.sap.netweaver.kmc.expimp.IPackage.State
Enclosing interface:
IPackage

public static class IPackage.State
extends Object

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

TEMPLATE

public static final IPackage.State TEMPLATE
The transport package represents a template


PENDING

public static final IPackage.State PENDING
The transport package is waiting to be exported or imported


PROCESSING

public static final IPackage.State PROCESSING
The export/import of the transport package is currently processed


TRANSMITTING

public static final IPackage.State TRANSMITTING
The generated export archive is currently transmitted to CTS


OK

public static final IPackage.State OK
The export/import of the transport package has finished successfully


WARN

public static final IPackage.State WARN
The export/import of the transport package has finished with warnings


FAILED

public static final IPackage.State FAILED
The export/import of the transport package has failed


TRANSMIT_FAILED

public static final IPackage.State TRANSMIT_FAILED
The transmit of the generated export archive to CTS failed

Method Detail

getInt

public int getInt()
Gets the integer representing the state.

Returns:
the integer representing the state.

getState

public static IPackage.State getState(String str)
Gets the state instance corresponding to the specified string representation.

Parameters:
str - the string representation of the desired state
Returns:
the state instance or null

hashCode

public int hashCode()

Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)

Overrides:
equals in class Object

toString

public String toString()

Overrides:
toString in class Object
Access Rights

This class can be accessed from:


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


Copyright 2014 SAP AG Complete Copyright Notice