@Experimental public interface ActionContext
Describes the context in which an action is being requested.
| Modifier and Type | Method and Description | 
|---|---|
Optional<String> | 
getContext()
Returns the optional context key. 
 | 
Optional<String> | 
getQualifier()
Returns the optional context qualifier. 
 | 
Optional<String> | 
getType()
Returns the optional work object type. 
 | 
Optional<WorkObject> | 
getWorkObject()
Returns the optional work object. 
 | 
Optional<String> getType()
Returns the optional work object type.
This will be set when requesting actions that apply to a type of work object rather than a specific instance.
Optional<String> getContext()
Returns the optional context key.
Optional<WorkObject> getWorkObject()
Returns the optional work object.
This will be set when requesting actions that apply to a specific work object instance.
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.