Interface RfcStructure
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T extends RfcStructure>
TgetDetached()
This method returns detached copy of RfcStructure, so the data could be used and accessed out of rfc execution contextvoid
moveCorresponding(RfcStructure sourceStructure)
Copy all values from the source structure to this structure whose fields have the same name in both structures-
Methods inherited from interface com.redwood.scheduler.api.connector.sap.rfc.scripting.RfcObject
getBigDecimal, getBigInteger, getByte, getByteArray, getCharArray, getDate, getField, getInteger, getLong, getMetadata, getName, getRawByteArray, getShort, getString, getStructure, getTable, getTime, isAttached, setBigDecimal, setBigInteger, setByte, setByteArray, setCharArray, setDate, setField, setInteger, setLong, setRawByteArray, setShort, setString, setTime, toXml
-
-
-
-
Method Detail
-
moveCorresponding
void moveCorresponding(RfcStructure sourceStructure)
Copy all values from the source structure to this structure whose fields have the same name in both structures- Parameters:
sourceStructure
- source structure
-
getDetached
<T extends RfcStructure> T getDetached()
This method returns detached copy of RfcStructure, so the data could be used and accessed out of rfc execution context- Returns:
- self as detached RfcStructure
-
-