Uses of Class
com.hybris.cockpitng.actions.BackgroundOperationDefinition
-
Packages that use BackgroundOperationDefinition Package Description com.hybris.cockpitng.actions com.hybris.cockpitng.components -
-
Uses of BackgroundOperationDefinition in com.hybris.cockpitng.actions
Methods in com.hybris.cockpitng.actions that return types with arguments of type BackgroundOperationDefinition Modifier and Type Method Description java.util.List<BackgroundOperationDefinition>ActionResult. getSocketAfterOperation()Retuns all background operations.Methods in com.hybris.cockpitng.actions with parameters of type BackgroundOperationDefinition Modifier and Type Method Description voidActionResult. addSocketAfterOperation(BackgroundOperationDefinition definition)Registers a background operation. -
Uses of BackgroundOperationDefinition in com.hybris.cockpitng.components
Methods in com.hybris.cockpitng.components with parameters of type BackgroundOperationDefinition Modifier and Type Method Description protected voidAction. sendOutputAfterOperation(BackgroundOperationDefinition definition)
-