Class SignMultipleDocumentDTO
java.lang.Object
eu.europa.esig.dss.ws.signature.dto.AbstractSignDocumentDTO
eu.europa.esig.dss.ws.signature.dto.SignMultipleDocumentDTO
- All Implemented Interfaces:
Serializable
public class SignMultipleDocumentDTO extends AbstractSignDocumentDTO
This class is a DTO to transfer required objects to execute signDocument method
It's only possible to transfer an object by POST and REST.
It's impossible to transfer big objects by GET (url size limitation)
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SignMultipleDocumentDTO()
Empty constructorSignMultipleDocumentDTO(List<RemoteDocument> toSignDocuments, RemoteSignatureParameters parameters, SignatureValueDTO signatureValue)
Default constructor -
Method Summary
Modifier and Type Method Description boolean
equals(Object obj)
List<RemoteDocument>
getToSignDocuments()
Gets a list of documents to be signedint
hashCode()
void
setToSignDocuments(List<RemoteDocument> toSignDocuments)
Sets a list of documents to be signedString
toString()
Methods inherited from class eu.europa.esig.dss.ws.signature.dto.AbstractSignDocumentDTO
getParameters, getSignatureValue, setParameters, setSignatureValue
-
Constructor Details
-
SignMultipleDocumentDTO
public SignMultipleDocumentDTO()Empty constructor -
SignMultipleDocumentDTO
public SignMultipleDocumentDTO(List<RemoteDocument> toSignDocuments, RemoteSignatureParameters parameters, SignatureValueDTO signatureValue)Default constructor- Parameters:
toSignDocuments
- a list ofRemoteDocument
s tob e signedparameters
-RemoteSignatureParameters
signatureValue
-SignatureValueDTO
-
-
Method Details
-
getToSignDocuments
Gets a list of documents to be signed- Returns:
- a list of
RemoteDocument
s
-
setToSignDocuments
Sets a list of documents to be signed- Parameters:
toSignDocuments
- a list ofRemoteDocument
s
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAbstractSignDocumentDTO
-
equals
- Overrides:
equals
in classAbstractSignDocumentDTO
-
toString
-