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
public class DataToSignMultipleDocumentsDTO extends AbstractDataToSignDTO
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:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description DataToSignMultipleDocumentsDTO()Empty constructorDataToSignMultipleDocumentsDTO(List<RemoteDocument> toSignDocuments, RemoteSignatureParameters parameters)Default constructor -
Method Summary
Modifier and Type Method Description booleanequals(Object obj)List<RemoteDocument>getToSignDocuments()Gets a list of documents to be signedinthashCode()voidsetToSignDocuments(List<RemoteDocument> toSignDocuments)Sets a list of documents to be signedStringtoString()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 ofRemoteDocuments to be signedparameters-RemoteSignatureParameters
-
-
Method Details
-
getToSignDocuments
Gets a list of documents to be signed- Returns:
- a list of
RemoteDocuments
-
setToSignDocuments
Sets a list of documents to be signed- Parameters:
toSignDocuments- a list ofRemoteDocuments
-
toString
-
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractDataToSignDTO
-
equals
- Overrides:
equalsin classAbstractDataToSignDTO
-