Interface ContextOperator
-
- All Known Subinterfaces:
MandatoryContextOperator
- All Known Implementing Classes:
CustomContextOperator
public interface ContextOperator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<Context.Type>getAllowedContextType()StringgetDescription()StringgetOperationId()
-
-
-
Method Detail
-
getAllowedContextType
Set<Context.Type> getAllowedContextType()
-
getOperationId
String getOperationId()
-
getDescription
String getDescription()
-
-