edu.internet2.middleware.ldappc.spml.request
Class BulkProvisioningRequest

java.lang.Object
  extended by org.openspml.v2.util.xml.BasicMarshallableElement
      extended by org.openspml.v2.msg.spml.Extensible
          extended by org.openspml.v2.msg.spml.Request
              extended by org.openspml.v2.msg.spml.BatchableRequest
                  extended by edu.internet2.middleware.ldappc.spml.request.ProvisioningRequest
                      extended by edu.internet2.middleware.ldappc.spml.request.BulkProvisioningRequest
All Implemented Interfaces:
org.openspml.v2.msg.Marshallable, org.openspml.v2.msg.MarshallableElement, org.openspml.v2.msg.OpenContentContainer
Direct Known Subclasses:
BulkCalcRequest, BulkDiffRequest, BulkSyncRequest

public abstract class BulkProvisioningRequest
extends ProvisioningRequest


Field Summary
static SimpleDateFormat df
          The format for the updated since time.
 
Fields inherited from class org.openspml.v2.msg.spml.Request
code_id
 
Constructor Summary
BulkProvisioningRequest()
           
 
Method Summary
 boolean equals(Object o)
           
 String getElementName()
           
 org.openspml.v2.msg.spmlbatch.OnError getOnError()
           
 String getUpdatedSince()
           
 Date getUpdatedSinceAsDate()
           
 int hashCode()
           
 void setOnError(org.openspml.v2.msg.spmlbatch.OnError onError)
           
 void setUpdatedSince(Date updatedSince)
           
 void setUpdatedSince(String updatedSince)
           
 String toString()
           
 
Methods inherited from class edu.internet2.middleware.ldappc.spml.request.ProvisioningRequest
addSchemaEntity, getId, getNamespacesInfo, getReturnData, getSchemaEntities, isValid, setId, setReturnData, setSchemaEntities
 
Methods inherited from class org.openspml.v2.msg.spml.Request
getExecutionMode, getRequestID, setExecutionMode, setRequestID, toXML
 
Methods inherited from class org.openspml.v2.msg.spml.Extensible
addOpenContentAttr, addOpenContentAttr, addOpenContentElement, findOpenContentAttrValueByName, findOperationalAttrByName, findOperationalNVPByName, getOpenContentAttrs, getOpenContentElements, getOpenContentElements, removeAllOperationalNVPsWithName, removeOpenContentAttr, removeOpenContentElement, setOpenContent, setOpenContentAttrs, setOpenContentElements
 
Methods inherited from class org.openspml.v2.util.xml.BasicMarshallableElement
getElementName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

df

public static final SimpleDateFormat df
The format for the updated since time.

Constructor Detail

BulkProvisioningRequest

public BulkProvisioningRequest()
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class ProvisioningRequest

getOnError

public org.openspml.v2.msg.spmlbatch.OnError getOnError()

getUpdatedSince

public String getUpdatedSince()

getUpdatedSinceAsDate

public Date getUpdatedSinceAsDate()

hashCode

public int hashCode()
Overrides:
hashCode in class ProvisioningRequest

setOnError

public void setOnError(org.openspml.v2.msg.spmlbatch.OnError onError)

setUpdatedSince

public void setUpdatedSince(Date updatedSince)

setUpdatedSince

public void setUpdatedSince(String updatedSince)
                     throws ParseException
Throws:
ParseException

toString

public String toString()
Overrides:
toString in class ProvisioningRequest

getElementName

public String getElementName()
Specified by:
getElementName in interface org.openspml.v2.msg.MarshallableElement
Overrides:
getElementName in class org.openspml.v2.util.xml.BasicMarshallableElement


Copyright © 2012 Internet2. All Rights Reserved.