Interface IOperationExecutionOptions
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AbstractOperationExecutionOptions,AsynchronousOperationExecutionOptions,SynchronousOperationExecutionOptions
@JsonObject("as.dto.operation.IOperationExecutionOptions")
public interface IOperationExecutionOptions
extends Serializable
-
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Method Details
-
getDescription
String getDescription() -
getNotification
IOperationExecutionNotification getNotification() -
getAvailabilityTime
Integer getAvailabilityTime() -
getSummaryAvailabilityTime
Integer getSummaryAvailabilityTime() -
getDetailsAvailabilityTime
Integer getDetailsAvailabilityTime() -
isExecuteInOrder
boolean isExecuteInOrder()
-