CA Identity Manager
Java SDK r12.5 SP 8

 

com.netegrity.ims.tabhandlers
Class ProcessStep

java.lang.Object
  extended by com.netegrity.ims.tabhandlers.ProcessStep

public class ProcessStep
extends java.lang.Object

Specifies the type of operation being performed when the status reported in ErrorLevel occurred -- for example, during logical attribute processing or during data validation.

Since:
IdentityMinder 6.0

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

UNKNOWN

public static final ProcessStep UNKNOWN
Represents an unknown process step. Typically indicates an unmarshalling or other error.


DATAVALIDATE

public static final ProcessStep DATAVALIDATE
Represents an operation that occurred during a dataValidate() call.


LOGICALATTRIBUTE

public static final ProcessStep LOGICALATTRIBUTE
Represents an operation that occurred during logical attribute processing.


SECURITYVALIDATE

public static final ProcessStep SECURITYVALIDATE
Represents an operation that occurred during security validation.


BLTHVALIDATE

public static final ProcessStep BLTHVALIDATE
Represents an operation that occurred during business logic task handler processing.


INPUTVALIDATE

public static final ProcessStep INPUTVALIDATE
Represents an operation that occurred during user interface validation.

Method Detail

marshall

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.

Returns:
An integer representing this process step.

unmarshall

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.

Parameters:
code - An integer representing a particular process step value.
Returns:
The ProcessStep value corresponding to the input parameter. If the value cannot be understood, ProcessStep.UNKNOWN is returned.

toString

public java.lang.String toString()
Retrieves the description of the process step represented by this object.

Overrides:
toString in class java.lang.Object

fromString

public static ProcessStep fromString(java.lang.String value)
Retrieves the enumerated value mapped to the specified description.


CA Identity Manager
Java SDK r12.5 SP 8

06/13/2011

© 2011 CA Technologies, Inc. All rights reserved.