Uses of Class
com.evolveum.midpoint.task.api.ClusterExecutionOptions
Packages that use ClusterExecutionOptions
-
Uses of ClusterExecutionOptions in com.evolveum.midpoint.task.api
Methods in com.evolveum.midpoint.task.api that return ClusterExecutionOptionsModifier and TypeMethodDescriptionClusterExecutionOptions.skipDefaultAccept()
ClusterExecutionOptions.tryAllNodes()
ClusterExecutionOptions.tryNodesInTransition()
Methods in com.evolveum.midpoint.task.api with parameters of type ClusterExecutionOptionsModifier and TypeMethodDescriptionvoid
ClusterExecutionHelper.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).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).ClusterExecutionHelper.executeWithFallback
(@Nullable String nodeOid, @NotNull ClusterExecutionHelper.ClientCode code, ClusterExecutionOptions options, String context, OperationResult parentResult) Executes operation on a specified remote node (by OID).static boolean
ClusterExecutionOptions.isSkipDefaultAccept
(ClusterExecutionOptions options) static boolean
ClusterExecutionOptions.isTryAllNodes
(ClusterExecutionOptions options) static boolean
ClusterExecutionOptions.isTryNodesInTransition
(ClusterExecutionOptions options)