Interface ContentFilesService

  • All Superinterfaces:
    BaseAPIService

    public interface ContentFilesService
    extends BaseAPIService
    Disponibiliza operação para upload de arquivo
    Since:
    1.5
    Author:
    vanei.heidemann
    • Method Detail

      • upload

        void upload​(String fileName,
                    byte[] fileContent)
             throws com.fluig.sdk.api.common.SDKException
        Executa o upload de um arquivo
        Parameters:
        fileName -
        fileContent -
        Throws:
        com.fluig.sdk.api.common.SDKException
      • getDeployableArtifactsDirectory

        String getDeployableArtifactsDirectory()
                                        throws com.fluig.sdk.api.common.SDKException
        Recupera diretório do artefato a ser implantado
        Returns:
        String diretorio
        Throws:
        com.fluig.sdk.api.common.SDKException