Skip navigation links
C D E I M Q S U 

C

createRequest(es.juntadeandalucia.cice.pfirma.ws.bean.Request) - Method in interface es.juntadeandalucia.cice.pfirma.ws.modify.service.ModifyService
Creates a new request from data received in object Request.
createRequest(es.juntadeandalucia.cice.pfirma.ws.bean.Request) - Method in class es.juntadeandalucia.cice.pfirma.ws.modify.service.ModifyServiceImpl
 
createRequestByReference(es.juntadeandalucia.cice.pfirma.ws.bean.RequestByReference) - Method in interface es.juntadeandalucia.cice.pfirma.ws.modify.service.ModifyService
Creates a new request from data received in object RequestByReference.
createRequestByReference(es.juntadeandalucia.cice.pfirma.ws.bean.RequestByReference) - Method in class es.juntadeandalucia.cice.pfirma.ws.modify.service.ModifyServiceImpl
 
createRequestFromSign(es.juntadeandalucia.cice.pfirma.ws.bean.RequestSign) - Method in interface es.juntadeandalucia.cice.pfirma.ws.modify.service.ModifyService
Creates a new request from data received in object with sign RequestSign.
createRequestFromSign(es.juntadeandalucia.cice.pfirma.ws.bean.RequestSign) - Method in class es.juntadeandalucia.cice.pfirma.ws.modify.service.ModifyServiceImpl
 

D

deleteRequest(Holder<String>) - Method in interface es.juntadeandalucia.cice.pfirma.ws.modify.service.ModifyService
Delete a request.
deleteRequest(Holder<String>) - Method in class es.juntadeandalucia.cice.pfirma.ws.modify.service.ModifyServiceImpl
 
deleteSigners(String, es.juntadeandalucia.cice.pfirma.ws.bean.SignerList) - Method in interface es.juntadeandalucia.cice.pfirma.ws.modify.service.ModifyService
Delete signers from a specific request.
deleteSigners(String, SignerList) - Method in class es.juntadeandalucia.cice.pfirma.ws.modify.service.ModifyServiceImpl
 
downloadDocument(String) - Method in interface es.juntadeandalucia.cice.pfirma.ws.query.service.QueryService
Returns the binary content from a specific document.
downloadDocument(String) - Method in class es.juntadeandalucia.cice.pfirma.ws.query.service.QueryServiceImpl
 
downloadReport(String, String, Boolean, Boolean, Boolean) - Method in interface es.juntadeandalucia.cice.pfirma.ws.query.service.QueryService
Returns the binary content from a specific document, indicating the type.
downloadReport(String, String, Boolean, Boolean, Boolean) - Method in class es.juntadeandalucia.cice.pfirma.ws.query.service.QueryServiceImpl
 
downloadSign(String) - Method in interface es.juntadeandalucia.cice.pfirma.ws.query.service.QueryService
Returns the binary content from a document sign.
downloadSign(String) - Method in class es.juntadeandalucia.cice.pfirma.ws.query.service.QueryServiceImpl
 

E

es.juntadeandalucia.cice.pfirma.ws.modify.service - package es.juntadeandalucia.cice.pfirma.ws.modify.service
 
es.juntadeandalucia.cice.pfirma.ws.query.service - package es.juntadeandalucia.cice.pfirma.ws.query.service
 

I

insertDocument(String, es.juntadeandalucia.cice.pfirma.ws.bean.Document) - Method in interface es.juntadeandalucia.cice.pfirma.ws.modify.service.ModifyService
Inserts a document into a request.
insertDocument(String, es.juntadeandalucia.cice.pfirma.ws.bean.Document) - Method in class es.juntadeandalucia.cice.pfirma.ws.modify.service.ModifyServiceImpl
 
insertSigners(String, int, es.juntadeandalucia.cice.pfirma.ws.bean.SignerList) - Method in interface es.juntadeandalucia.cice.pfirma.ws.modify.service.ModifyService
Insert signers into a specific sign line of a request.
insertSigners(String, int, SignerList) - Method in class es.juntadeandalucia.cice.pfirma.ws.modify.service.ModifyServiceImpl
 

M

ModifyService - Interface in es.juntadeandalucia.cice.pfirma.ws.modify.service
Java class for modify services definition.
ModifyServiceImpl - Class in es.juntadeandalucia.cice.pfirma.ws.modify.service
Java class for modify service implementation.
ModifyServiceImpl() - Constructor for class es.juntadeandalucia.cice.pfirma.ws.modify.service.ModifyServiceImpl
 

Q

queryComments(String) - Method in interface es.juntadeandalucia.cice.pfirma.ws.query.service.QueryService
Returns comments from request hash received parameter.
queryComments(String) - Method in class es.juntadeandalucia.cice.pfirma.ws.query.service.QueryServiceImpl
 
queryCsv(String) - Method in interface es.juntadeandalucia.cice.pfirma.ws.query.service.QueryService
Returns the CSV registered in Portafirmas.
queryCsv(String) - Method in class es.juntadeandalucia.cice.pfirma.ws.query.service.QueryServiceImpl
 
queryDocumentTypes(String) - Method in interface es.juntadeandalucia.cice.pfirma.ws.query.service.QueryService
Returns a document types list object containing document types which match with received filter in query parameter.
queryDocumentTypes(String) - Method in class es.juntadeandalucia.cice.pfirma.ws.query.service.QueryServiceImpl
 
queryHistoric(String) - Method in interface es.juntadeandalucia.cice.pfirma.ws.query.service.QueryService
Returns historic from request hash received parameter.
queryHistoric(String) - Method in class es.juntadeandalucia.cice.pfirma.ws.query.service.QueryServiceImpl
 
queryHistoricList(RequestIdList) - Method in interface es.juntadeandalucia.cice.pfirma.ws.query.service.QueryService
Returns historic list from request hash list received parameter.
queryHistoricList(RequestIdList) - Method in class es.juntadeandalucia.cice.pfirma.ws.query.service.QueryServiceImpl
 
queryJobs(String) - Method in interface es.juntadeandalucia.cice.pfirma.ws.query.service.QueryService
Obtains a job list containing jobs which match with received filter in query parameter.
queryJobs(String) - Method in class es.juntadeandalucia.cice.pfirma.ws.query.service.QueryServiceImpl
 
queryRequest(String) - Method in interface es.juntadeandalucia.cice.pfirma.ws.query.service.QueryService
Obtains a request from request hash received parameter.
queryRequest(String) - Method in class es.juntadeandalucia.cice.pfirma.ws.query.service.QueryServiceImpl
 
queryRequestList(RequestIdList) - Method in interface es.juntadeandalucia.cice.pfirma.ws.query.service.QueryService
Obtains a request list from request hash list received parameter.
queryRequestList(RequestIdList) - Method in class es.juntadeandalucia.cice.pfirma.ws.query.service.QueryServiceImpl
 
QueryService - Interface in es.juntadeandalucia.cice.pfirma.ws.query.service
Java class for query services definition.
QueryServiceImpl - Class in es.juntadeandalucia.cice.pfirma.ws.query.service
Java class for query service implementation.
QueryServiceImpl() - Constructor for class es.juntadeandalucia.cice.pfirma.ws.query.service.QueryServiceImpl
 
queryStates(String) - Method in interface es.juntadeandalucia.cice.pfirma.ws.query.service.QueryService
Obtains a state list containing states which match with received filter in query parameter.
queryStates(String) - Method in class es.juntadeandalucia.cice.pfirma.ws.query.service.QueryServiceImpl
 
queryUsers(String) - Method in interface es.juntadeandalucia.cice.pfirma.ws.query.service.QueryService
Returns a user list containing users who match with received filter in query parameter.
queryUsers(String) - Method in class es.juntadeandalucia.cice.pfirma.ws.query.service.QueryServiceImpl
 

S

sendRequest(Holder<String>) - Method in interface es.juntadeandalucia.cice.pfirma.ws.modify.service.ModifyService
Sends the request with received id.
sendRequest(Holder<String>) - Method in class es.juntadeandalucia.cice.pfirma.ws.modify.service.ModifyServiceImpl
 

U

updateRequest(es.juntadeandalucia.cice.pfirma.ws.bean.Request) - Method in interface es.juntadeandalucia.cice.pfirma.ws.modify.service.ModifyService
Update request data.
updateRequest(es.juntadeandalucia.cice.pfirma.ws.bean.Request) - Method in class es.juntadeandalucia.cice.pfirma.ws.modify.service.ModifyServiceImpl
 
C D E I M Q S U 
Skip navigation links

Copyright © 2017. All rights reserved.