public class HintsContext extends Object implements WorkContext
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
static String |
LONGRUNNING_HINT |
protected String |
name |
static String |
NAME_HINT |
| Constructor and Description |
|---|
HintsContext() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Human readable description of the inflow context
|
Map<String,Serializable> |
getHints() |
String |
getName()
Human readable name of the inflow context
|
void |
setDescription(String description) |
void |
setHint(String name,
Serializable hint) |
void |
setName(String name) |
public static final String LONGRUNNING_HINT
public static final String NAME_HINT
protected String description
protected String name
public String getDescription()
WorkContextgetDescription in interface WorkContextpublic void setDescription(String description)
public String getName()
WorkContextgetName in interface WorkContextpublic void setName(String name)
public Map<String,Serializable> getHints()
public void setHint(String name, Serializable hint)
Copyright © 2013. All Rights Reserved.