Class ProvisioningOperationOptions
java.lang.Object
com.evolveum.midpoint.provisioning.api.ProvisioningOperationOptions
- All Implemented Interfaces:
ShortDumpable
,Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ProvisioningOperationOptions
createCompletePostponed
(boolean completePostponed) static ProvisioningOperationOptions
createDoNotDiscovery
(boolean doDiscovery) static ProvisioningOperationOptions
createForce
(boolean force) static ProvisioningOperationOptions
createForceRetry
(boolean forceRetry) static ProvisioningOperationOptions
createOverwrite
(boolean overwrite) static ProvisioningOperationOptions
createPostpone
(boolean postpone) static ProvisioningOperationOptions
static ProvisioningOperationOptions
createRunAsAccountOid
(String runAsAccountOid) getForce()
getRaw()
static boolean
static boolean
static boolean
isForce
(ProvisioningOperationOptions options) static boolean
isForceRetry
(ProvisioningOperationOptions options) static boolean
isOverwrite
(ProvisioningOperationOptions options) static boolean
isPostpone
(ProvisioningOperationOptions options) static boolean
isRaw
(ProvisioningOperationOptions options) void
setCompletePostponed
(Boolean doDiscovery) void
setDoNotDiscovery
(Boolean doDiscovery) void
void
setForceRetry
(Boolean forceRetry) void
setOverwrite
(Boolean overwrite) void
setPostpone
(Boolean postpone) void
void
setRunAsAccountOid
(String runAsAccountOid) void
Show the content of the object intended for diagnostics.toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.evolveum.midpoint.util.ShortDumpable
shortDump, shortDumpLazily
-
Constructor Details
-
ProvisioningOperationOptions
public ProvisioningOperationOptions()
-
-
Method Details
-
getCompletePostponed
-
setCompletePostponed
-
isCompletePostponed
-
createCompletePostponed
-
getForce
-
setForce
-
isForce
-
createForce
-
getPostpone
-
setPostpone
-
isPostpone
-
createPostpone
-
getDoNotDiscovery
-
setDoNotDiscovery
-
isDoNotDiscovery
-
createDoNotDiscovery
-
getOverwrite
-
setOverwrite
-
isOverwrite
-
createOverwrite
-
getRaw
-
setRaw
-
isRaw
-
createRaw
-
getRunAsAccountOid
-
setRunAsAccountOid
-
createRunAsAccountOid
-
getForceRetry
-
setForceRetry
-
isForceRetry
-
createForceRetry
-
toString
-
shortDump
Description copied from interface:ShortDumpable
Show the content of the object intended for diagnostics. This method is supposed to append a compact, human-readable output in a single line. Unlike toString() method, there is no requirement to identify the actual class or type of the object. It is assumed that the class/type will be obvious from the context in which the output is used.- Specified by:
shortDump
in interfaceShortDumpable
- Parameters:
sb
- StringBuilder to which to a compact one-line content of the object intended for diagnostics by system administrator should be appended.
-