Uses of Interface
io.dialob.executor.command.UpdateDisabledCommand
-
Packages that use UpdateDisabledCommand Package Description io.dialob.executor.command -
-
Uses of UpdateDisabledCommand in io.dialob.executor.command
Classes in io.dialob.executor.command that implement UpdateDisabledCommand Modifier and Type Class Description classImmutableUpdateDisabledCommandImmutable implementation ofUpdateDisabledCommand.Methods in io.dialob.executor.command that return UpdateDisabledCommand Modifier and Type Method Description static UpdateDisabledCommandCommandFactory. updateDisabled(ItemId targetId, Expression expression)Methods in io.dialob.executor.command with parameters of type UpdateDisabledCommand Modifier and Type Method Description static ImmutableUpdateDisabledCommandImmutableUpdateDisabledCommand. copyOf(UpdateDisabledCommand instance)Creates an immutable copy of aUpdateDisabledCommandvalue.ImmutableUpdateDisabledCommand.BuilderImmutableUpdateDisabledCommand.Builder. from(UpdateDisabledCommand instance)Fill a builder with attribute values from the providedUpdateDisabledCommandinstance.
-