| Package | Description |
|---|---|
| graphana | |
| graphana.graphs | |
| graphana.operationsystem | |
| graphana.script.bindings.basictypes | |
| scriptinterface | |
| scriptinterface.execution | |
| scriptinterface.execution.returnvalues |
| Modifier and Type | Method and Description |
|---|---|
void |
UserInterface.warningOutput(java.lang.String message,
CallMetadata callMetaData)
Shows the given message to the user as a warning.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GraphLibrary.printWarning(UserInterface userInterface,
CallMetadata callMetadata) |
| Modifier and Type | Method and Description |
|---|---|
CallMetadata |
OperationArguments.getCallMetadata()
Returns the meta data of the call.
|
| Modifier and Type | Method and Description |
|---|---|
CallMetadata |
ExecuterCallData.getCallMetadata() |
| Constructor and Description |
|---|
ExecuterCallData(Operation executer,
CallMetadata callMetadata) |
| Modifier and Type | Method and Description |
|---|---|
CallMetadata |
CallMetadataFactory.createCallMetadata()
Creates and returns the call meta data.
|
| Modifier and Type | Method and Description |
|---|---|
CallMetadata |
CallMetadata.setInputKey(java.lang.String inputKey,
boolean allowOverwrite)
Sets the input key of the call.
|
| Modifier and Type | Method and Description |
|---|---|
CallMetadata |
ExecutionError.getCallMetadata() |
| Modifier and Type | Method and Description |
|---|---|
ExecutionError |
ExecutionError.setCallMetadata(CallMetadata callMetadata) |