Uses of Class
com.redwood.scheduler.api.model.BusinessKey
-
Packages that use BusinessKey Package Description com.redwood.scheduler.api.connector.sap.rfc.scripting.rfc Scheduler API - SAP Scripting API - RFCcom.redwood.scheduler.api.connector.sap.rfc.scripting.xbp Scheduler API - SAP Scripting API - XBPcom.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.scripting.variables Scheduler API - Interfaces for scripting variables. -
-
Uses of BusinessKey in com.redwood.scheduler.api.connector.sap.rfc.scripting.rfc
Methods in com.redwood.scheduler.api.connector.sap.rfc.scripting.rfc that return BusinessKey Modifier and Type Method Description BusinessKey
RfcInterface. getSapBusinessKey()
Get business key of the SAP system -
Uses of BusinessKey in com.redwood.scheduler.api.connector.sap.rfc.scripting.xbp
Methods in com.redwood.scheduler.api.connector.sap.rfc.scripting.xbp that return BusinessKey Modifier and Type Method Description BusinessKey
XbpInterface. getSapBusinessKey()
Get business key of the SAP system -
Uses of BusinessKey in com.redwood.scheduler.api.model
Methods in com.redwood.scheduler.api.model that return BusinessKey Modifier and Type Method Description BusinessKey
BusinessKeyObject. getBusinessKey()
Retrieve the business key for this object.static BusinessKey
BusinessKey. valueOf(String typePath)
Methods in com.redwood.scheduler.api.model with parameters of type BusinessKey Modifier and Type Method Description int
BusinessKey. compareTo(BusinessKey otherBk)
boolean
BusinessKey. equals(BusinessKey bk)
-
Uses of BusinessKey in com.redwood.scheduler.api.scripting.variables
Methods in com.redwood.scheduler.api.scripting.variables that return BusinessKey Modifier and Type Method Description BusinessKey
ImportActionUnresolvedObject. getBusinessKey()
Methods in com.redwood.scheduler.api.scripting.variables that return types with arguments of type BusinessKey Modifier and Type Method Description List<BusinessKey>
ImportActionUnresolvedObject. getReferringKeys()
-