com.edustructures.sifworks
Interface RequestInfo


public interface RequestInfo

Represents information cached by the ADK about a specific SIF_Request


Method Summary
 java.lang.String getMessageId()
           
 java.lang.String getObjectType()
           
 java.util.Date getRequestTime()
          The Date and Time that that this request was initially made
 java.io.Serializable getUserData()
          Returns the Serializable UserData state object that was placed in the Query class at the time of the original request.
 boolean isActive()
          Returns whether or not this Request is Active
 

Method Detail

getObjectType

java.lang.String getObjectType()
Returns:
The Object Type of the Request. e.g. "StudentPersonal"

getMessageId

java.lang.String getMessageId()
Returns:
The SIF_Request MessageId

getRequestTime

java.util.Date getRequestTime()
The Date and Time that that this request was initially made

Returns:

isActive

boolean isActive()
Returns whether or not this Request is Active

Returns:

getUserData

java.io.Serializable getUserData()
Returns the Serializable UserData state object that was placed in the Query class at the time of the original request.

Returns:


Copyright © 2001-2007 Edustructures LLC. All Rights Reserved. SIFWorks® and ADK® are registered trademarks of Edustructures LLC. SIF™ and Schools Interoperability Framework are trademarks of the Schools Interoperability Framework Association.