7.0 Action Request System Java API

com.remedy.arsys.api
Class BulkEntryReturn

java.lang.Object
  extended bycom.remedy.arsys.api.BulkEntryReturn
All Implemented Interfaces:
java.lang.Cloneable
Direct Known Subclasses:
EntryReturn, XMLEntryReturn

public class BulkEntryReturn
extends java.lang.Object
implements java.lang.Cloneable

The BulkEntryReturn class defines the return values for bulk entry calls.


Constructor Summary
  BulkEntryReturn()
          Constructs a new BulkEntryReturn object
protected BulkEntryReturn(int callType, StatusInfo[] statusArray)
          used by JNI to populate the result for a bulk API return
 
Method Summary
 java.lang.Object clone()
          Makes a copy of the object.
 int getCallType()
          Returns the call type.
 StatusInfo[] getStatusList()
          Returns the status list.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BulkEntryReturn

public BulkEntryReturn()
Constructs a new BulkEntryReturn object


BulkEntryReturn

protected BulkEntryReturn(int callType,
                          StatusInfo[] statusArray)
used by JNI to populate the result for a bulk API return

Parameters:
callType - the type of bulk API call performed
statusArray - the status info array
Method Detail

getCallType

public int getCallType()
Returns the call type. The type can be: Constants.AR_BULK_ENTRY_CREATE or Constants.AR_BULK_ENTRY_SET or Constants.AR_BULK_ENTRY_DELETE or Constants.AR_BULK_ENTRY_MERGE or Constants.AR_BULK_ENTRY_XMLCREATE or Constants.AR_BULK_ENTRY_XMLSET or Constants.AR_BULK_ENTRY_XMLDELETE


getStatusList

public StatusInfo[] getStatusList()
Returns the status list.


clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Makes a copy of the object.

Throws:
java.lang.CloneNotSupportedException

7.0 Action Request System Java API