Interface IOperationExecutionOptions

All Superinterfaces:
Serializable
All Known Implementing Classes:
AbstractOperationExecutionOptions, AsynchronousOperationExecutionOptions, SynchronousOperationExecutionOptions

@JsonObject("as.dto.operation.IOperationExecutionOptions") public interface IOperationExecutionOptions extends Serializable
  • Method Details

    • getDescription

      String getDescription()
    • getNotification

    • getAvailabilityTime

      Integer getAvailabilityTime()
    • getSummaryAvailabilityTime

      Integer getSummaryAvailabilityTime()
    • getDetailsAvailabilityTime

      Integer getDetailsAvailabilityTime()
    • isExecuteInOrder

      boolean isExecuteInOrder()