Class ProvisioningOperationOptions
java.lang.Object
com.evolveum.midpoint.provisioning.api.ProvisioningOperationOptions
- All Implemented Interfaces:
ShortDumpable,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ProvisioningOperationOptionscreateCompletePostponed(boolean completePostponed) static ProvisioningOperationOptionscreateDoNotDiscovery(boolean doDiscovery) static ProvisioningOperationOptionscreateForce(boolean force) static ProvisioningOperationOptionscreateForceRetry(boolean forceRetry) static ProvisioningOperationOptionscreateOverwrite(boolean overwrite) static ProvisioningOperationOptionscreatePostpone(boolean postpone) static ProvisioningOperationOptionsstatic ProvisioningOperationOptionscreateRunAsAccountOid(String runAsAccountOid) getForce()getRaw()static booleanstatic booleanstatic booleanisForce(ProvisioningOperationOptions options) static booleanisForceRetry(ProvisioningOperationOptions options) static booleanisOverwrite(ProvisioningOperationOptions options) static booleanisPostpone(ProvisioningOperationOptions options) static booleanisRaw(ProvisioningOperationOptions options) voidsetCompletePostponed(Boolean doDiscovery) voidsetDoNotDiscovery(Boolean doDiscovery) voidvoidsetForceRetry(Boolean forceRetry) voidsetOverwrite(Boolean overwrite) voidsetPostpone(Boolean postpone) voidvoidsetRunAsAccountOid(String runAsAccountOid) voidShow 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, waitMethods 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:ShortDumpableShow 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:
shortDumpin interfaceShortDumpable- Parameters:
sb- StringBuilder to which to a compact one-line content of the object intended for diagnostics by system administrator should be appended.
-