Uses of Interface
io.dialob.executor.command.UpdateAllowedActionsCommand
-
Packages that use UpdateAllowedActionsCommand Package Description io.dialob.executor.command -
-
Uses of UpdateAllowedActionsCommand in io.dialob.executor.command
Classes in io.dialob.executor.command that implement UpdateAllowedActionsCommand Modifier and Type Class Description classImmutableUpdateAllowedActionsCommandImmutable implementation ofUpdateAllowedActionsCommand.Methods in io.dialob.executor.command that return UpdateAllowedActionsCommand Modifier and Type Method Description static UpdateAllowedActionsCommandCommandFactory. allowedActionsUpdate(ItemId targetId, Expression expression)Methods in io.dialob.executor.command with parameters of type UpdateAllowedActionsCommand Modifier and Type Method Description static ImmutableUpdateAllowedActionsCommandImmutableUpdateAllowedActionsCommand. copyOf(UpdateAllowedActionsCommand instance)Creates an immutable copy of aUpdateAllowedActionsCommandvalue.ImmutableUpdateAllowedActionsCommand.BuilderImmutableUpdateAllowedActionsCommand.Builder. from(UpdateAllowedActionsCommand instance)Fill a builder with attribute values from the providedUpdateAllowedActionsCommandinstance.
-