- All Superinterfaces:
Dao<Anexo,AnexoInstanciaPK>
- All Known Implementing Classes:
AnexoDaoImpl
public interface AnexoDao
extends Dao<Anexo,AnexoInstanciaPK>
-
Method Summary
boolean
boolean
boolean
Anexo
Anexo
Anexo
Anexo
-
Method Details
-
getArquivosInstancia
List<Anexo> getArquivosInstancia(Instancia instancia)
-
getArquivosInstancia
List<Anexo> getArquivosInstancia(String processInstanceId)
-
getArquivoInstancia
Anexo getArquivoInstancia(String processInstanceId,
Integer arquivoId)
-
getAnexoByUUID
Anexo getAnexoByUUID(String uuid)
-
-
getArquivosInstanciaCount
Long getArquivosInstanciaCount(String processInstanceId)
-
getArquivosInstancia
List<Anexo> getArquivosInstancia(String processInstanceId,
int offset,
int limit)
-
-
-
-
existeAnexo
boolean existeAnexo(String processInstanceId)
-
getAnexoInstancia
Anexo getAnexoInstancia(String attachmentId,
String processInstanceId)
-
existeAnexoInstancia
boolean existeAnexoInstancia(String attachmentId,
String processInstanceId)
-
-
-
-
getCountAnexosTarefaPorTag
-
-
getCountAnexosProcessoPorTag