|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.remedy.arsys.api.BulkEntryReturn
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 |
public BulkEntryReturn()
BulkEntryReturn
object
protected BulkEntryReturn(int callType, StatusInfo[] statusArray)
callType
- the type of bulk API call performedstatusArray
- the status info arrayMethod Detail |
public int getCallType()
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
public StatusInfo[] getStatusList()
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |