Package io.dialob.executor.command
Interface UpdateLabelCommand
-
- All Superinterfaces:
AbstractUpdateAttributeCommand<String>,AbstractUpdateCommand<ItemId,ItemState>,Command<ItemState>,ItemUpdateCommand,Serializable,UpdateCommand<ItemId,ItemState>
- All Known Implementing Classes:
ImmutableUpdateLabelCommand
@Immutable public interface UpdateLabelCommand extends AbstractUpdateAttributeCommand<String>
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Set<EventMatcher>getEventMatchers()default ItemStateupdate(EvalContext context, ItemState itemState)-
Methods inherited from interface io.dialob.executor.command.AbstractUpdateAttributeCommand
evalExpression, getExpression
-
Methods inherited from interface io.dialob.executor.command.Command
getTriggers
-
Methods inherited from interface io.dialob.executor.command.UpdateCommand
getTargetId, withTargetId
-
-
-
-
Method Detail
-
update
@Nonnull default ItemState update(@Nonnull EvalContext context, @Nonnull ItemState itemState)
-
getEventMatchers
@Nonnull default Set<EventMatcher> getEventMatchers()
- Specified by:
getEventMatchersin interfaceAbstractUpdateAttributeCommand<String>- Specified by:
getEventMatchersin interfaceCommand<ItemState>
-
-