public class Template extends Transaction implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
Template.TemplateFilter |
Transaction.TransactionFilter, Transaction.TransactionType
Constructor and Description |
---|
Template(com.esignlive.sdk.backend.datastore.esl.Transaction transaction) |
Template(com.esignlive.sdk.backend.datastore.esl.Transaction transaction,
boolean skipRelatedObjects) |
Modifier and Type | Method and Description |
---|---|
Date |
getLastLocalUpdate() |
String |
getSignerEmails() |
boolean |
isCached() |
boolean |
isMine() |
boolean |
isShared() |
void |
markAsCleared()
marks this template as cleared from cache.
|
void |
updateFromCached()
updates the object properties by reading from cache
|
getAllSignersEmails, getConsent, getDescription, getDocuments, getDueDate, getEmailMessage, getFilters, getId, getName, getRoles, getSenderEmail, getType, getUpdateDate, isAutocomplete, isInPerson, isOrderedSigning, isSenderVisible, isSynchronized, isTrashed, setAsTrashed, setId
public Template(com.esignlive.sdk.backend.datastore.esl.Transaction transaction)
public Template(com.esignlive.sdk.backend.datastore.esl.Transaction transaction, boolean skipRelatedObjects)
public String getSignerEmails()
public boolean isMine()
public boolean isCached()
public boolean isShared()
public void updateFromCached()
public void markAsCleared()