|
Java SDK r12.5 SP 8 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.netegrity.ims.tabhandlers.ProcessStep
public class ProcessStep
Specifies the type of operation being performed when the status
reported in ErrorLevel
occurred
-- for example, during logical attribute processing
or during data validation.
Field Summary | |
---|---|
static ProcessStep |
BLTHVALIDATE
Represents an operation that occurred during business logic task handler processing. |
static ProcessStep |
DATAVALIDATE
Represents an operation that occurred during a dataValidate() call. |
static ProcessStep |
INPUTVALIDATE
Represents an operation that occurred during user interface validation. |
static ProcessStep |
LOGICALATTRIBUTE
Represents an operation that occurred during logical attribute processing. |
static ProcessStep |
SECURITYVALIDATE
Represents an operation that occurred during security validation. |
static ProcessStep |
UNKNOWN
Represents an unknown process step. |
Method Summary | |
---|---|
static ProcessStep |
fromString(java.lang.String value)
Retrieves the enumerated value mapped to the specified description. |
int |
marshall()
Retrieves an integer value representing this process step. |
java.lang.String |
toString()
Retrieves the description of the process step represented by this object. |
static ProcessStep |
unmarshall(int code)
Retrieves the ProcessStep value that corresponds to the specified integer value. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final ProcessStep UNKNOWN
public static final ProcessStep DATAVALIDATE
dataValidate()
call.
public static final ProcessStep LOGICALATTRIBUTE
public static final ProcessStep SECURITYVALIDATE
public static final ProcessStep BLTHVALIDATE
public static final ProcessStep INPUTVALIDATE
Method Detail |
---|
public int marshall()
Retrieves an integer value representing this process step.
This method is intended for marshalling objects for serialization over the wire or to persistant storage. Using it for any other purpose will likely cause unpredictable results.
public static ProcessStep unmarshall(int code)
Retrieves the ProcessStep
value that corresponds to the specified integer value.
This method is intended for unmarshalling objects from serialization for the wire or from persistant storage. Using it for any other purpose will likely cause unpredictable results.
code
- An integer representing a particular process step value.
ProcessStep
value corresponding to the
input parameter. If the value cannot be understood,
ProcessStep.UNKNOWN
is returned.public java.lang.String toString()
toString
in class java.lang.Object
public static ProcessStep fromString(java.lang.String value)
|
Java SDK r12.5 SP 8 06/13/2011 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |