Interface InputEditValidationService

All Known Implementing Classes:
InputEditValidationServiceImpl

public interface InputEditValidationService
used to validate if the InputEdit action is allowed for some inputs checks if inputs are not closed and if the Input_nodes are compatible if multiple are given
  • Method Details

    • areInputsReadOnly

      boolean areInputsReadOnly(EntityList inputEntities)
    • hasUserInputEditPermission

      boolean hasUserInputEditPermission(EntityList inputEntities)
    • getEditValidationMessage

      Optional<String> getEditValidationMessage(EntityList inputEntities)
    • validateInputsForEdit

      Optional<String> validateInputsForEdit(EntityList inputEntities)