com.silanis.esl.sdk.examples
Class AttachmentRequirementExample

java.lang.Object
  extended by com.silanis.esl.sdk.examples.SDKSample
      extended by com.silanis.esl.sdk.examples.AttachmentRequirementExample

public class AttachmentRequirementExample
extends SDKSample


Field Summary
static String ATTACHMENT_FILE_NAME1
           
static String ATTACHMENT_FILE_NAME2
           
static String ATTACHMENT_FILE_NAME3
           
 long attachment1ForSigner1FileSize
           
static String DESCRIPTION1
           
static String DESCRIPTION2
           
static String DESCRIPTION3
           
static String DOWNLOADED_ALL_ATTACHMENTS_FOR_PACKAGE_ZIP
           
static String DOWNLOADED_ALL_ATTACHMENTS_FOR_SIGNER1_IN_PACKAGE_ZIP
           
static String DOWNLOADED_ALL_ATTACHMENTS_FOR_SIGNER2_IN_PACKAGE_ZIP
           
 ZipFile downloadedAllAttachmentsForPackageZip
           
 ZipFile downloadedAllAttachmentsForSigner1InPackageZip
           
 ZipFile downloadedAllAttachmentsForSigner2InPackageZip
           
 File downloadedAttachemnt1
           
static String NAME1
           
static String NAME2
           
static String NAME3
           
static String REJECTION_COMMENT
           
 DocumentPackage retrievedPackageAfterAccepting
           
 DocumentPackage retrievedPackageAfterRejection
           
 String retrievedSigner1Att1RequirementSenderCommentAfterAccepting
           
 String retrievedSigner1Att1RequirementSenderCommentAfterRejection
           
 RequirementStatus retrievedSigner1Att1RequirementStatus
           
 RequirementStatus retrievedSigner1Att1RequirementStatusAfterAccepting
           
 RequirementStatus retrievedSigner1Att1RequirementStatusAfterRejection
           
 RequirementStatus retrievedSigner2Att1RequirementStatus
           
 RequirementStatus retrievedSigner2Att2RequirementStatus
           
static String SIGNER1_ID
           
 AttachmentRequirement signer1Att1
           
 List<AttachmentRequirement> signer1Attachments
           
static String SIGNER2_ID
           
 AttachmentRequirement signer2Att1
           
 AttachmentRequirement signer2Att2
           
 List<AttachmentRequirement> signer2Attachments
           
 
Fields inherited from class com.silanis.esl.sdk.examples.SDKSample
documentInputStream1, documentInputStream2, email1, email2, email3, email4, email5, email6, eslClient, packageId, packageName, props, proxyHost, proxyPassword, proxyPort, proxyUserName, proxyWithCredentialsHost, proxyWithCredentialsPort, retrievedPackage, senderEmail, senderSms, senderUID, sms1, sms2, sms3, sms4, sms5, sms6, webpageUrl
 
Constructor Summary
AttachmentRequirementExample()
           
 
Method Summary
 void execute()
           
static void main(String... args)
           
 
Methods inherited from class com.silanis.esl.sdk.examples.SDKSample
getEslClient, getPackageId, getPackageName, getRandomEmail, getRetrievedPackage, run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME1

public static final String NAME1
See Also:
Constant Field Values

DESCRIPTION1

public static final String DESCRIPTION1
See Also:
Constant Field Values

NAME2

public static final String NAME2
See Also:
Constant Field Values

DESCRIPTION2

public static final String DESCRIPTION2
See Also:
Constant Field Values

NAME3

public static final String NAME3
See Also:
Constant Field Values

DESCRIPTION3

public static final String DESCRIPTION3
See Also:
Constant Field Values

SIGNER1_ID

public static final String SIGNER1_ID
See Also:
Constant Field Values

SIGNER2_ID

public static final String SIGNER2_ID
See Also:
Constant Field Values

REJECTION_COMMENT

public static final String REJECTION_COMMENT
See Also:
Constant Field Values

ATTACHMENT_FILE_NAME1

public static final String ATTACHMENT_FILE_NAME1
See Also:
Constant Field Values

ATTACHMENT_FILE_NAME2

public static final String ATTACHMENT_FILE_NAME2

ATTACHMENT_FILE_NAME3

public static final String ATTACHMENT_FILE_NAME3
See Also:
Constant Field Values

DOWNLOADED_ALL_ATTACHMENTS_FOR_PACKAGE_ZIP

public static final String DOWNLOADED_ALL_ATTACHMENTS_FOR_PACKAGE_ZIP
See Also:
Constant Field Values

DOWNLOADED_ALL_ATTACHMENTS_FOR_SIGNER1_IN_PACKAGE_ZIP

public static final String DOWNLOADED_ALL_ATTACHMENTS_FOR_SIGNER1_IN_PACKAGE_ZIP
See Also:
Constant Field Values

DOWNLOADED_ALL_ATTACHMENTS_FOR_SIGNER2_IN_PACKAGE_ZIP

public static final String DOWNLOADED_ALL_ATTACHMENTS_FOR_SIGNER2_IN_PACKAGE_ZIP
See Also:
Constant Field Values

retrievedPackageAfterRejection

public DocumentPackage retrievedPackageAfterRejection

retrievedPackageAfterAccepting

public DocumentPackage retrievedPackageAfterAccepting

signer1Attachments

public List<AttachmentRequirement> signer1Attachments

signer2Attachments

public List<AttachmentRequirement> signer2Attachments

signer1Att1

public AttachmentRequirement signer1Att1

signer2Att1

public AttachmentRequirement signer2Att1

signer2Att2

public AttachmentRequirement signer2Att2

retrievedSigner1Att1RequirementStatus

public RequirementStatus retrievedSigner1Att1RequirementStatus

retrievedSigner2Att1RequirementStatus

public RequirementStatus retrievedSigner2Att1RequirementStatus

retrievedSigner2Att2RequirementStatus

public RequirementStatus retrievedSigner2Att2RequirementStatus

retrievedSigner1Att1RequirementStatusAfterRejection

public RequirementStatus retrievedSigner1Att1RequirementStatusAfterRejection

retrievedSigner1Att1RequirementStatusAfterAccepting

public RequirementStatus retrievedSigner1Att1RequirementStatusAfterAccepting

retrievedSigner1Att1RequirementSenderCommentAfterRejection

public String retrievedSigner1Att1RequirementSenderCommentAfterRejection

retrievedSigner1Att1RequirementSenderCommentAfterAccepting

public String retrievedSigner1Att1RequirementSenderCommentAfterAccepting

downloadedAttachemnt1

public File downloadedAttachemnt1

attachment1ForSigner1FileSize

public long attachment1ForSigner1FileSize

downloadedAllAttachmentsForPackageZip

public ZipFile downloadedAllAttachmentsForPackageZip

downloadedAllAttachmentsForSigner1InPackageZip

public ZipFile downloadedAllAttachmentsForSigner1InPackageZip

downloadedAllAttachmentsForSigner2InPackageZip

public ZipFile downloadedAllAttachmentsForSigner2InPackageZip
Constructor Detail

AttachmentRequirementExample

public AttachmentRequirementExample()
Method Detail

main

public static void main(String... args)

execute

public void execute()
Specified by:
execute in class SDKSample


Copyright 2014, Silanis Technology, Inc. All rights reserved.