Uses of Interface
com.evolveum.midpoint.task.api.ClusterExecutionHelper.ClientCode
Packages that use ClusterExecutionHelper.ClientCode
-
Uses of ClusterExecutionHelper.ClientCode in com.evolveum.midpoint.task.api
Methods in com.evolveum.midpoint.task.api with parameters of type ClusterExecutionHelper.ClientCodeModifier and TypeMethodDescriptionvoidClusterExecutionHelper.execute(@NotNull ClusterExecutionHelper.ClientCode code, ClusterExecutionOptions options, String context, OperationResult parentResult) Executes operation on all cluster nodes except for the current one.ClusterExecutionHelper.execute(@NotNull NodeType node, @NotNull ClusterExecutionHelper.ClientCode code, ClusterExecutionOptions options, String context, OperationResult parentResult) Executes operation on a specified remote node (by node object).voidClusterExecutionHelper.execute(@NotNull String nodeOid, @NotNull ClusterExecutionHelper.ClientCode code, ClusterExecutionOptions options, String context, OperationResult parentResult) Executes operation on a specified remote node (by OID).ClusterExecutionHelper.executeWithFallback(@Nullable String nodeOid, @NotNull ClusterExecutionHelper.ClientCode code, ClusterExecutionOptions options, String context, OperationResult parentResult) Executes operation on a specified remote node (by OID).