|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
public interface ActionDescriptorAdjuster
Method Summary | |
---|---|
InternalActionDescriptor
|
adjustDescriptor(InternalSystemModelDelta systemModelDelta, InternalActionDescriptor actionDescriptor)
Allows you to adjusts the descriptor including changing it entirely if you want to return a different one (not recommended though). |
Method Detail |
---|
public InternalActionDescriptor adjustDescriptor(InternalSystemModelDelta systemModelDelta, InternalActionDescriptor actionDescriptor)
null
, then it will be removed from the generated plan
entirely (do this at your own risks!).
Groovy Documentation