Package com.sap.cds.feature.ucl.services
Interface SpiiResult
public interface SpiiResult
extends com.sap.cds.CdsData
Result of a formation assignment notification event (see
UclService.EVENT_ASSIGN.-
Nested Class Summary
Nested classes/interfaces inherited from interface com.sap.cds.CdsData
com.sap.cds.CdsData.Factory -
Field Summary
Fields inherited from interface com.sap.cds.CdsData
factory -
Method Summary
Modifier and TypeMethodDescriptionstatic SpiiResultcreate()Configuration that should be provided to the assigned UCL tenant.getReady()Flag which indicates if the assignment of the receiver tenant was successful.voidsetConfiguration(Map<String, Object> configuration) voidMethods inherited from interface com.sap.cds.CdsData
containsPath, forRemoval, forRemoval, get, getMetadata, getPath, getPathOrDefault, isForRemoval, putMetadata, putPath, putPathIfAbsent, removePathMethods inherited from interface com.sap.cds.JSONizable
toJsonMethods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Method Details
-
create
-
getConfiguration
Configuration that should be provided to the assigned UCL tenant.- Returns:
- the configuration
-
setConfiguration
-
getReady
Boolean getReady()Flag which indicates if the assignment of the receiver tenant was successful.- Returns:
trueif the assignment was successful,falseif additional configuration from the assigned tenant is required.
-
setReady
-