Package com.fluig.sdk.service
Interface GlobalParameterService
- 
- All Superinterfaces:
 BaseAPIService
public interface GlobalParameterService extends BaseAPIService
Grant access to global parameter services- Since:
 - 1.5.3
 - Author:
 - vinicius.michelutti
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StringJNDI_NAMEstatic StringJNDI_REMOTE_NAME 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LonggetMaxUploadSize()LonggetMaxUploadSizeForConnect()Retorna o tamanho configurado, do máximo de upload pelo fluig ConnectBooleangetViewJustProcessWithApproval()retorna se a empresa irá mostrar somente as tarefas configuradas para o app approval nos dispositivos mobilevoidsetMaxUploadsizeForConnect(Integer size)Seta o tamanho máximo de upload via fluig Connect- 
Methods inherited from interface com.fluig.sdk.service.BaseAPIService
expand, generateOrderParam 
 - 
 
 - 
 
- 
- 
Field Detail
- 
JNDI_NAME
static final String JNDI_NAME
- See Also:
 - Constant Field Values
 
 
- 
JNDI_REMOTE_NAME
static final String JNDI_REMOTE_NAME
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
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
 
 - 
 
 -