Interface GlobalParameterService

  • All Superinterfaces:
    BaseAPIService

    public interface GlobalParameterService
    extends BaseAPIService
    Grant access to global parameter services
    Since:
    1.5.3
    Author:
    vinicius.michelutti
    • Method Detail

      • getMaxUploadSizeForConnect

        Long getMaxUploadSizeForConnect()
                                 throws com.fluig.sdk.api.common.SDKException
        Retorna o tamanho configurado, do máximo de upload pelo fluig Connect
        Returns:
        O tamanho em bytes
        Throws:
        com.fluig.sdk.api.common.SDKException
      • setMaxUploadsizeForConnect

        void setMaxUploadsizeForConnect​(Integer size)
                                 throws com.fluig.sdk.api.common.SDKException
        Seta o tamanho máximo de upload via fluig Connect
        Throws:
        com.fluig.sdk.api.common.SDKException
      • getViewJustProcessWithApproval

        Boolean getViewJustProcessWithApproval()
                                        throws com.fluig.sdk.api.common.SDKException
        retorna se a empresa irá mostrar somente as tarefas configuradas para o app approval nos dispositivos mobile
        Throws:
        com.fluig.sdk.api.common.SDKException
      • getMaxUploadSize

        Long getMaxUploadSize()
                       throws com.fluig.sdk.api.common.SDKException
        Throws:
        com.fluig.sdk.api.common.SDKException