public class HasTraitHandler extends Object implements OutputOperationHandler<HasTrait,Boolean>
| Constructor and Description |
|---|
HasTraitHandler() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
doOperation(HasTrait operation,
Context context,
Store store)
Execute the given
Output operation. |
public Boolean doOperation(HasTrait operation, Context context, Store store) throws OperationException
OutputOperationHandlerOutput operation.doOperation in interface OperationHandler<HasTrait>doOperation in interface OutputOperationHandler<HasTrait,Boolean>operation - the Output operation to be executedcontext - the operation chain context, containing the user who executed the operationstore - the Store the operation should be run onOperationException - thrown if the operation failsCopyright © 2022. All rights reserved.