Class DataToSignMultipleDocumentsDTO
java.lang.Object
eu.europa.esig.dss.ws.signature.dto.AbstractDataToSignDTO
eu.europa.esig.dss.ws.signature.dto.DataToSignMultipleDocumentsDTO
- All Implemented Interfaces:
Serializable
This class is a DTO to transfer required objects to execute getDataToSign 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:
-
Constructor Summary
ConstructorDescriptionEmpty constructorDataToSignMultipleDocumentsDTO
(List<RemoteDocument> toSignDocuments, RemoteSignatureParameters parameters) Default constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets a list of documents to be signedint
hashCode()
void
setToSignDocuments
(List<RemoteDocument> toSignDocuments) Sets a list of documents to be signedtoString()
Methods inherited from class eu.europa.esig.dss.ws.signature.dto.AbstractDataToSignDTO
getParameters, setParameters
-
Constructor Details
-
DataToSignMultipleDocumentsDTO
public DataToSignMultipleDocumentsDTO()Empty constructor -
DataToSignMultipleDocumentsDTO
public DataToSignMultipleDocumentsDTO(List<RemoteDocument> toSignDocuments, RemoteSignatureParameters parameters) Default constructor- Parameters:
toSignDocuments
- a list ofRemoteDocument
s to be signedparameters
-RemoteSignatureParameters
-
-
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
-
toString
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAbstractDataToSignDTO
-
equals
- Overrides:
equals
in classAbstractDataToSignDTO
-