Uses of Interface
com.evolveum.midpoint.task.api.ClusterExecutionHelper.ClientCode
-
Packages that use ClusterExecutionHelper.ClientCode Package Description com.evolveum.midpoint.task.api -
-
Uses of ClusterExecutionHelper.ClientCode in com.evolveum.midpoint.task.api
Methods in com.evolveum.midpoint.task.api with parameters of type ClusterExecutionHelper.ClientCode Modifier and Type Method Description void
ClusterExecutionHelper. execute(@NotNull ClusterExecutionHelper.ClientCode code, ClusterExecutionOptions options, String context, OperationResult parentResult)
Executes operation on all cluster nodes except for the current one.OperationResult
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).void
ClusterExecutionHelper. execute(@NotNull String nodeOid, @NotNull ClusterExecutionHelper.ClientCode code, ClusterExecutionOptions options, String context, OperationResult parentResult)
Executes operation on a specified remote node (by OID).PrismObject<NodeType>
ClusterExecutionHelper. executeWithFallback(@Nullable String nodeOid, @NotNull ClusterExecutionHelper.ClientCode code, ClusterExecutionOptions options, String context, OperationResult parentResult)
Executes operation on a specified remote node (by OID).
-